public static interface SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAssignSeqNum()
optional bool assign_seq_num = 2; |
String |
getBulkToken()
required string bulk_token = 4; |
com.google.protobuf.ByteString |
getBulkTokenBytes()
required string bulk_token = 4; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath |
getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
int |
getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
List<org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath> |
getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder |
getFamilyPathOrBuilder(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
List<? extends org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> |
getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationToken |
getFsToken()
required .hbase.pb.DelegationToken fs_token = 3; |
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationTokenOrBuilder |
getFsTokenOrBuilder()
required .hbase.pb.DelegationToken fs_token = 3; |
boolean |
hasAssignSeqNum()
optional bool assign_seq_num = 2; |
boolean |
hasBulkToken()
required string bulk_token = 4; |
boolean |
hasFsToken()
required .hbase.pb.DelegationToken fs_token = 3; |
List<org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;int getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;List<? extends org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;boolean hasAssignSeqNum()
optional bool assign_seq_num = 2;boolean getAssignSeqNum()
optional bool assign_seq_num = 2;boolean hasFsToken()
required .hbase.pb.DelegationToken fs_token = 3;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationToken getFsToken()
required .hbase.pb.DelegationToken fs_token = 3;org.apache.hadoop.hbase.protobuf.generated.ClientProtos.DelegationTokenOrBuilder getFsTokenOrBuilder()
required .hbase.pb.DelegationToken fs_token = 3;boolean hasBulkToken()
required string bulk_token = 4;String getBulkToken()
required string bulk_token = 4;com.google.protobuf.ByteString getBulkTokenBytes()
required string bulk_token = 4;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.