Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
IndexedHotKey |
IndexedHotKey.clone() |
IndexedHotKey |
IndexedHotKey.set(String fieldName,
Object value) |
IndexedHotKey |
IndexedHotKey.setSparseHotKeys(Map<String,Integer> sparseHotKeys)
A (sparse) mapping from key bucket index to the index of the specific hot row key for that key
bucket.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IndexedHotKey> |
Metric.getIndexedHotKeys()
The (sparse) mapping from time index to an IndexedHotKey message, representing those time
intervals for which there are hot keys.
|
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.setIndexedHotKeys(Map<String,IndexedHotKey> indexedHotKeys)
The (sparse) mapping from time index to an IndexedHotKey message, representing those time
intervals for which there are hot keys.
|
Copyright © 2011–2025 Google. All rights reserved.