Uses of Class
com.google.bigtable.admin.v2.CreateTableRequest.Split
-
Packages that use CreateTableRequest.Split Package Description com.google.bigtable.admin.v2 -
-
Uses of CreateTableRequest.Split in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return CreateTableRequest.Split Modifier and Type Method Description CreateTableRequest.Split
CreateTableRequest.Split.Builder. build()
CreateTableRequest.Split
CreateTableRequest.Split.Builder. buildPartial()
static CreateTableRequest.Split
CreateTableRequest.Split. getDefaultInstance()
CreateTableRequest.Split
CreateTableRequest.Split.Builder. getDefaultInstanceForType()
CreateTableRequest.Split
CreateTableRequest.Split. getDefaultInstanceForType()
CreateTableRequest.Split
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.Split
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).CreateTableRequest.Split
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.Split
CreateTableRequest.Split. parseDelimitedFrom(InputStream input)
static CreateTableRequest.Split
CreateTableRequest.Split. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(byte[] data)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(com.google.protobuf.ByteString data)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(InputStream input)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(ByteBuffer data)
static CreateTableRequest.Split
CreateTableRequest.Split. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type CreateTableRequest.Split Modifier and Type Method Description List<CreateTableRequest.Split>
CreateTableRequest.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).List<CreateTableRequest.Split>
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).List<CreateTableRequest.Split>
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.Split Modifier and Type Method Description CreateTableRequest.Builder
CreateTableRequest.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
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
CreateTableRequest.Split.Builder. mergeFrom(CreateTableRequest.Split other)
static CreateTableRequest.Split.Builder
CreateTableRequest.Split. newBuilder(CreateTableRequest.Split prototype)
CreateTableRequest.Builder
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.Split Modifier and Type Method Description CreateTableRequest.Builder
CreateTableRequest.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).
-