Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
KeyRangeInfos |
KeyRangeInfos.clone() |
KeyRangeInfos |
KeyRangeInfos.set(String fieldName,
Object value) |
KeyRangeInfos |
KeyRangeInfos.setInfos(List<KeyRangeInfo> infos)
The list individual KeyRangeInfos.
|
KeyRangeInfos |
KeyRangeInfos.setTotalSize(Integer totalSize)
The total size of the list of all KeyRangeInfos.
|
Modifier and Type | Method and Description |
---|---|
Map<String,KeyRangeInfos> |
IndexedKeyRangeInfos.getKeyRangeInfos()
A (sparse) mapping from key bucket index to the KeyRangeInfos for that key bucket.
|
Modifier and Type | Method and Description |
---|---|
IndexedKeyRangeInfos |
IndexedKeyRangeInfos.setKeyRangeInfos(Map<String,KeyRangeInfos> keyRangeInfos)
A (sparse) mapping from key bucket index to the KeyRangeInfos for that key bucket.
|
Copyright © 2011–2025 Google. All rights reserved.