Uses of Class
com.google.spanner.v1.Group.Builder
-
Uses of Group.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Group.BuilderModifier and TypeMethodDescriptionGroup.Builder.addAllTablets(Iterable<? extends Tablet> values) A list of tablets that are part of the group.CacheUpdate.Builder.addGroupBuilder()A list of groups to be cached.CacheUpdate.Builder.addGroupBuilder(int index) A list of groups to be cached.Group.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Group.Builder.addTablets(int index, Tablet value) A list of tablets that are part of the group.Group.Builder.addTablets(int index, Tablet.Builder builderForValue) A list of tablets that are part of the group.Group.Builder.addTablets(Tablet value) A list of tablets that are part of the group.Group.Builder.addTablets(Tablet.Builder builderForValue) A list of tablets that are part of the group.Group.Builder.clear()Group.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Group.Builder.clearGeneration()`generation` indicates the freshness of the group information (including leader information) contained in this proto.Group.Builder.clearGroupUid()The UID of the paxos group, unique within the database.Group.Builder.clearLeaderIndex()The last known leader tablet of the group as an index into `tablets`.Group.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Group.Builder.clearTablets()A list of tablets that are part of the group.Group.Builder.clone()CacheUpdate.Builder.getGroupBuilder(int index) A list of groups to be cached.Group.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Group.Builder.mergeFrom(com.google.protobuf.Message other) final Group.BuilderGroup.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Group.BuilderGroup.newBuilder()static Group.BuilderGroup.newBuilder(Group prototype) Group.newBuilderForType()protected Group.BuilderGroup.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Group.Builder.removeTablets(int index) A list of tablets that are part of the group.Group.Builder.setGeneration(com.google.protobuf.ByteString value) `generation` indicates the freshness of the group information (including leader information) contained in this proto.Group.Builder.setGroupUid(long value) The UID of the paxos group, unique within the database.Group.Builder.setLeaderIndex(int value) The last known leader tablet of the group as an index into `tablets`.Group.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Group.Builder.setTablets(int index, Tablet value) A list of tablets that are part of the group.Group.Builder.setTablets(int index, Tablet.Builder builderForValue) A list of tablets that are part of the group.final Group.BuilderGroup.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Group.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type Group.BuilderModifier and TypeMethodDescriptionCacheUpdate.Builder.getGroupBuilderList()A list of groups to be cached.Methods in com.google.spanner.v1 with parameters of type Group.BuilderModifier and TypeMethodDescriptionCacheUpdate.Builder.addGroup(int index, Group.Builder builderForValue) A list of groups to be cached.CacheUpdate.Builder.addGroup(Group.Builder builderForValue) A list of groups to be cached.CacheUpdate.Builder.setGroup(int index, Group.Builder builderForValue) A list of groups to be cached.