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.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.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.clearTablets()A list of tablets that are part of the group.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) static Group.BuilderGroup.newBuilder()static Group.BuilderGroup.newBuilder(Group prototype) Group.newBuilderForType()protected Group.BuilderGroup.newBuilderForType(com.google.protobuf.AbstractMessage.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.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.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.