| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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).
|
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
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).
|
Copyright © 2022 Google LLC. All rights reserved.