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; |
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 |
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; |
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];Copyright © 2007–2019 Cloudera. All rights reserved.