Uses of Class
com.google.bigtable.admin.v2.CreateTableRequest.Split
-
Uses of CreateTableRequest.Split in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return CreateTableRequest.SplitModifier and TypeMethodDescriptionCreateTableRequest.Split.Builder.build()CreateTableRequest.Split.Builder.buildPartial()static CreateTableRequest.SplitCreateTableRequest.Split.getDefaultInstance()CreateTableRequest.Split.Builder.getDefaultInstanceForType()CreateTableRequest.Split.getDefaultInstanceForType()CreateTableRequest.Builder.getInitialSplits(int index) The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).CreateTableRequest.getInitialSplits(int index) The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).CreateTableRequestOrBuilder.getInitialSplits(int index) The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).static CreateTableRequest.SplitCreateTableRequest.Split.parseDelimitedFrom(InputStream input) static CreateTableRequest.SplitCreateTableRequest.Split.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(byte[] data) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(com.google.protobuf.ByteString data) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(com.google.protobuf.CodedInputStream input) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(InputStream input) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(ByteBuffer data) static CreateTableRequest.SplitCreateTableRequest.Split.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.admin.v2 that return types with arguments of type CreateTableRequest.SplitModifier and TypeMethodDescriptionCreateTableRequest.Builder.getInitialSplitsList()The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).CreateTableRequest.getInitialSplitsList()The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).CreateTableRequestOrBuilder.getInitialSplitsList()The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).com.google.protobuf.Parser<CreateTableRequest.Split>CreateTableRequest.Split.getParserForType()static com.google.protobuf.Parser<CreateTableRequest.Split>CreateTableRequest.Split.parser()Methods in com.google.bigtable.admin.v2 with parameters of type CreateTableRequest.SplitModifier and TypeMethodDescriptionCreateTableRequest.Builder.addInitialSplits(int index, CreateTableRequest.Split value) The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).CreateTableRequest.Builder.addInitialSplits(CreateTableRequest.Split value) The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).CreateTableRequest.Split.Builder.mergeFrom(CreateTableRequest.Split other) CreateTableRequest.Split.newBuilder(CreateTableRequest.Split prototype) CreateTableRequest.Builder.setInitialSplits(int index, CreateTableRequest.Split value) The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).Method parameters in com.google.bigtable.admin.v2 with type arguments of type CreateTableRequest.SplitModifier and TypeMethodDescriptionCreateTableRequest.Builder.addAllInitialSplits(Iterable<? extends CreateTableRequest.Split> values) The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).