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 classCreateTableRequest.SplitAn initial split point for a newly created table.static classCreateTableRequest.Split.BuilderAn 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.SplitOrBuilderCreateTableRequest.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.SplitOrBuilderCreateTableRequest. 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.SplitOrBuilderCreateTableRequestOrBuilder. 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).
-