Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
IndexedKeyRangeInfos |
IndexedKeyRangeInfos.clone() |
IndexedKeyRangeInfos |
IndexedKeyRangeInfos.set(String fieldName,
Object value) |
IndexedKeyRangeInfos |
IndexedKeyRangeInfos.setKeyRangeInfos(Map<String,KeyRangeInfos> keyRangeInfos)
A (sparse) mapping from key bucket index to the KeyRangeInfos for that key bucket.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IndexedKeyRangeInfos> |
Metric.getIndexedKeyRangeInfos()
The (sparse) mapping from time interval index to an IndexedKeyRangeInfos message, representing
those time intervals for which there are informational messages concerning key ranges.
|
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.setIndexedKeyRangeInfos(Map<String,IndexedKeyRangeInfos> indexedKeyRangeInfos)
The (sparse) mapping from time interval index to an IndexedKeyRangeInfos message, representing
those time intervals for which there are informational messages concerning key ranges.
|
Copyright © 2011–2025 Google. All rights reserved.