| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Split |
CreateTableRequest.Split.Builder.build() |
CreateTableRequest.Split |
CreateTableRequest.Split.Builder.buildPartial() |
static CreateTableRequest.Split |
CreateTableRequest.Split.getDefaultInstance() |
CreateTableRequest.Split |
CreateTableRequest.Split.getDefaultInstanceForType() |
CreateTableRequest.Split |
CreateTableRequest.Split.Builder.getDefaultInstanceForType() |
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 |
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 |
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(ByteBuffer data) |
static CreateTableRequest.Split |
CreateTableRequest.Split.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
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() |
| Modifier and Type | Method and Description |
|---|---|
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.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.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).
|
| Modifier and Type | Method and 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).
|
Copyright © 2020 Google LLC. All rights reserved.