public static interface WALProtos.BulkLoadDescriptorOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBulkloadSeqNum()
required int64 bulkload_seq_num = 4; |
String |
getClusterIds(int index)
repeated string cluster_ids = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getClusterIdsBytes(int index)
repeated string cluster_ids = 5; |
int |
getClusterIdsCount()
repeated string cluster_ids = 5; |
List<String> |
getClusterIdsList()
repeated string cluster_ids = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 2; |
boolean |
getReplicate()
optional bool replicate = 6 [default = true]; |
WALProtos.StoreDescriptor |
getStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 3; |
int |
getStoresCount()
repeated .hbase.pb.StoreDescriptor stores = 3; |
List<WALProtos.StoreDescriptor> |
getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.StoreDescriptorOrBuilder |
getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3; |
List<? extends WALProtos.StoreDescriptorOrBuilder> |
getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 3; |
HBaseProtos.TableName |
getTableName()
required .hbase.pb.TableName table_name = 1; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
required .hbase.pb.TableName table_name = 1; |
boolean |
hasBulkloadSeqNum()
required int64 bulkload_seq_num = 4; |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 2; |
boolean |
hasReplicate()
optional bool replicate = 6 [default = true]; |
boolean |
hasTableName()
required .hbase.pb.TableName table_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required .hbase.pb.TableName table_name = 1;HBaseProtos.TableName getTableName()
required .hbase.pb.TableName table_name = 1;HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .hbase.pb.TableName table_name = 1;boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;List<WALProtos.StoreDescriptor> getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 3;WALProtos.StoreDescriptor getStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 3;int getStoresCount()
repeated .hbase.pb.StoreDescriptor stores = 3;List<? extends WALProtos.StoreDescriptorOrBuilder> getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 3;WALProtos.StoreDescriptorOrBuilder getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3;boolean hasBulkloadSeqNum()
required int64 bulkload_seq_num = 4;long getBulkloadSeqNum()
required int64 bulkload_seq_num = 4;int getClusterIdsCount()
repeated string cluster_ids = 5;String getClusterIds(int index)
repeated string cluster_ids = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getClusterIdsBytes(int index)
repeated string cluster_ids = 5;boolean hasReplicate()
optional bool replicate = 6 [default = true];boolean getReplicate()
optional bool replicate = 6 [default = true];Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.