Uses of Class
com.google.spanner.v1.Tablet.Builder
-
Uses of Tablet.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Tablet.BuilderModifier and TypeMethodDescriptionGroup.Builder.addTabletsBuilder()A list of tablets that are part of the group.Group.Builder.addTabletsBuilder(int index) A list of tablets that are part of the group.Tablet.Builder.clear()Tablet.Builder.clearDistance()Distances help the client pick the closest tablet out of the list of tablets for a given request.Tablet.Builder.clearIncarnation()`incarnation` indicates the freshness of the tablet information contained in this proto.Tablet.Builder.clearLocation()Where this tablet is located.Tablet.Builder.clearRole()The role of the tablet.Tablet.Builder.clearServerAddress()The address of the server that is serving this tablet -- either an IP address or DNS hostname and a port number.Tablet.Builder.clearSkip()If true, the tablet should not be chosen by the client.Tablet.Builder.clearTabletUid()The UID of the tablet, unique within the database.Group.Builder.getTabletsBuilder(int index) A list of tablets that are part of the group.Tablet.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Tablet.Builder.mergeFrom(com.google.protobuf.Message other) static Tablet.BuilderTablet.newBuilder()static Tablet.BuilderTablet.newBuilder(Tablet prototype) Tablet.newBuilderForType()protected Tablet.BuilderTablet.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Tablet.Builder.setDistance(int value) Distances help the client pick the closest tablet out of the list of tablets for a given request.Tablet.Builder.setIncarnation(com.google.protobuf.ByteString value) `incarnation` indicates the freshness of the tablet information contained in this proto.Tablet.Builder.setLocation(String value) Where this tablet is located.Tablet.Builder.setLocationBytes(com.google.protobuf.ByteString value) Where this tablet is located.Tablet.Builder.setRole(Tablet.Role value) The role of the tablet.Tablet.Builder.setRoleValue(int value) The role of the tablet.Tablet.Builder.setServerAddress(String value) The address of the server that is serving this tablet -- either an IP address or DNS hostname and a port number.Tablet.Builder.setServerAddressBytes(com.google.protobuf.ByteString value) The address of the server that is serving this tablet -- either an IP address or DNS hostname and a port number.Tablet.Builder.setSkip(boolean value) If true, the tablet should not be chosen by the client.Tablet.Builder.setTabletUid(long value) The UID of the tablet, unique within the database.Tablet.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type Tablet.BuilderModifier and TypeMethodDescriptionGroup.Builder.getTabletsBuilderList()A list of tablets that are part of the group.Methods in com.google.spanner.v1 with parameters of type Tablet.BuilderModifier and TypeMethodDescriptionGroup.Builder.addTablets(int index, Tablet.Builder builderForValue) 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.setTablets(int index, Tablet.Builder builderForValue) A list of tablets that are part of the group.