Uses of Class
com.google.spanner.v1.Range.Builder
-
Uses of Range.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Range.BuilderModifier and TypeMethodDescriptionCacheUpdate.Builder.addRangeBuilder()A list of ranges to be cached.CacheUpdate.Builder.addRangeBuilder(int index) A list of ranges to be cached.Range.Builder.clear()Range.Builder.clearGeneration()`generation` indicates the freshness of the range information contained in this proto.Range.Builder.clearGroupUid()The UID of the paxos group where this range is stored.Range.Builder.clearLimitKey()The limit key of the range, exclusive.Range.Builder.clearSplitId()A group can store multiple ranges of keys.Range.Builder.clearStartKey()The start key of the range, inclusive.CacheUpdate.Builder.getRangeBuilder(int index) A list of ranges to be cached.Range.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Range.Builder.mergeFrom(com.google.protobuf.Message other) static Range.BuilderRange.newBuilder()static Range.BuilderRange.newBuilder(Range prototype) Range.newBuilderForType()protected Range.BuilderRange.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Range.Builder.setGeneration(com.google.protobuf.ByteString value) `generation` indicates the freshness of the range information contained in this proto.Range.Builder.setGroupUid(long value) The UID of the paxos group where this range is stored.Range.Builder.setLimitKey(com.google.protobuf.ByteString value) The limit key of the range, exclusive.Range.Builder.setSplitId(long value) A group can store multiple ranges of keys.Range.Builder.setStartKey(com.google.protobuf.ByteString value) The start key of the range, inclusive.Range.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type Range.BuilderModifier and TypeMethodDescriptionCacheUpdate.Builder.getRangeBuilderList()A list of ranges to be cached.Methods in com.google.spanner.v1 with parameters of type Range.BuilderModifier and TypeMethodDescriptionCacheUpdate.Builder.addRange(int index, Range.Builder builderForValue) A list of ranges to be cached.CacheUpdate.Builder.addRange(Range.Builder builderForValue) A list of ranges to be cached.CacheUpdate.Builder.setRange(int index, Range.Builder builderForValue) A list of ranges to be cached.