public static interface ClientProtos.BulkLoadHFileRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAssignSeqNum()
optional bool assign_seq_num = 3; |
String |
getBulkToken()
optional string bulk_token = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getBulkTokenBytes()
optional string bulk_token = 5; |
String |
getClusterIds(int index)
repeated string cluster_ids = 7; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getClusterIdsBytes(int index)
repeated string cluster_ids = 7; |
int |
getClusterIdsCount()
repeated string cluster_ids = 7; |
List<String> |
getClusterIdsList()
repeated string cluster_ids = 7; |
boolean |
getCopyFile()
optional bool copy_file = 6 [default = false]; |
ClientProtos.BulkLoadHFileRequest.FamilyPath |
getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
int |
getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
List<ClientProtos.BulkLoadHFileRequest.FamilyPath> |
getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder |
getFamilyPathOrBuilder(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> |
getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
ClientProtos.DelegationToken |
getFsToken()
optional .hbase.pb.DelegationToken fs_token = 4; |
ClientProtos.DelegationTokenOrBuilder |
getFsTokenOrBuilder()
optional .hbase.pb.DelegationToken fs_token = 4; |
HBaseProtos.RegionSpecifier |
getRegion()
required .hbase.pb.RegionSpecifier region = 1; |
HBaseProtos.RegionSpecifierOrBuilder |
getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1; |
boolean |
getReplicate()
optional bool replicate = 8 [default = true]; |
boolean |
hasAssignSeqNum()
optional bool assign_seq_num = 3; |
boolean |
hasBulkToken()
optional string bulk_token = 5; |
boolean |
hasCopyFile()
optional bool copy_file = 6 [default = false]; |
boolean |
hasFsToken()
optional .hbase.pb.DelegationToken fs_token = 4; |
boolean |
hasRegion()
required .hbase.pb.RegionSpecifier region = 1; |
boolean |
hasReplicate()
optional bool replicate = 8 [default = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRegion()
required .hbase.pb.RegionSpecifier region = 1;HBaseProtos.RegionSpecifier getRegion()
required .hbase.pb.RegionSpecifier region = 1;HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1;List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;int getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;boolean hasAssignSeqNum()
optional bool assign_seq_num = 3;boolean getAssignSeqNum()
optional bool assign_seq_num = 3;boolean hasFsToken()
optional .hbase.pb.DelegationToken fs_token = 4;ClientProtos.DelegationToken getFsToken()
optional .hbase.pb.DelegationToken fs_token = 4;ClientProtos.DelegationTokenOrBuilder getFsTokenOrBuilder()
optional .hbase.pb.DelegationToken fs_token = 4;boolean hasBulkToken()
optional string bulk_token = 5;String getBulkToken()
optional string bulk_token = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getBulkTokenBytes()
optional string bulk_token = 5;boolean hasCopyFile()
optional bool copy_file = 6 [default = false];boolean getCopyFile()
optional bool copy_file = 6 [default = false];int getClusterIdsCount()
repeated string cluster_ids = 7;String getClusterIds(int index)
repeated string cluster_ids = 7;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getClusterIdsBytes(int index)
repeated string cluster_ids = 7;boolean hasReplicate()
optional bool replicate = 8 [default = true];boolean getReplicate()
optional bool replicate = 8 [default = true];Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.