Uses of Interface
com.google.bigtable.admin.v2.CreateTableRequest.SplitOrBuilder
-
Packages that use CreateTableRequest.SplitOrBuilder Package Description com.google.bigtable.admin.v2 -
-
Uses of CreateTableRequest.SplitOrBuilder in com.google.bigtable.admin.v2
Classes in com.google.bigtable.admin.v2 that implement CreateTableRequest.SplitOrBuilder Modifier and Type Class Description static class
CreateTableRequest.Split
An initial split point for a newly created table.static class
CreateTableRequest.Split.Builder
An initial split point for a newly created table.Methods in com.google.bigtable.admin.v2 that return CreateTableRequest.SplitOrBuilder Modifier and Type Method Description CreateTableRequest.SplitOrBuilder
CreateTableRequest.Builder. getInitialSplitsOrBuilder(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.SplitOrBuilder
CreateTableRequest. getInitialSplitsOrBuilder(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.SplitOrBuilder
CreateTableRequestOrBuilder. getInitialSplitsOrBuilder(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).Methods in com.google.bigtable.admin.v2 that return types with arguments of type CreateTableRequest.SplitOrBuilder Modifier and Type Method Description List<? extends CreateTableRequest.SplitOrBuilder>
CreateTableRequest.Builder. getInitialSplitsOrBuilderList()
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<? extends CreateTableRequest.SplitOrBuilder>
CreateTableRequest. getInitialSplitsOrBuilderList()
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<? extends CreateTableRequest.SplitOrBuilder>
CreateTableRequestOrBuilder. getInitialSplitsOrBuilderList()
The optional list of row keys that will be used to initially split the table into several tablets (tablets are similar to HBase regions).
-