Uses of Class
com.google.spanner.v1.Partition.Builder
-
Uses of Partition.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Partition.BuilderModifier and TypeMethodDescriptionPartitionResponse.Builder.addPartitionsBuilder()Partitions created by this request.PartitionResponse.Builder.addPartitionsBuilder(int index) Partitions created by this request.Partition.Builder.clear()Partition.Builder.clearPartitionToken()This token can be passed to `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql` requests to restrict the results to those identified by this partition token.PartitionResponse.Builder.getPartitionsBuilder(int index) Partitions created by this request.Partition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Partition.Builder.mergeFrom(com.google.protobuf.Message other) static Partition.BuilderPartition.newBuilder()static Partition.BuilderPartition.newBuilder(Partition prototype) Partition.newBuilderForType()protected Partition.BuilderPartition.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Partition.Builder.setPartitionToken(com.google.protobuf.ByteString value) This token can be passed to `Read`, `StreamingRead`, `ExecuteSql`, or `ExecuteStreamingSql` requests to restrict the results to those identified by this partition token.Partition.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type Partition.BuilderModifier and TypeMethodDescriptionPartitionResponse.Builder.getPartitionsBuilderList()Partitions created by this request.Methods in com.google.spanner.v1 with parameters of type Partition.BuilderModifier and TypeMethodDescriptionPartitionResponse.Builder.addPartitions(int index, Partition.Builder builderForValue) Partitions created by this request.PartitionResponse.Builder.addPartitions(Partition.Builder builderForValue) Partitions created by this request.PartitionResponse.Builder.setPartitions(int index, Partition.Builder builderForValue) Partitions created by this request.