public static interface SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAssignSeqNum()
optional bool assign_seq_num = 2; |
java.lang.String |
getBulkToken()
required string bulk_token = 4; |
com.google.protobuf.ByteString |
getBulkTokenBytes()
required string bulk_token = 4; |
boolean |
getCopyFiles()
optional bool copy_files = 5; |
ClientProtos.BulkLoadHFileRequest.FamilyPath |
getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
int |
getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
java.util.List<ClientProtos.BulkLoadHFileRequest.FamilyPath> |
getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder |
getFamilyPathOrBuilder(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
java.util.List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> |
getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1; |
SecureBulkLoadProtos.DelegationToken |
getFsToken()
required .hbase.pb.DelegationToken fs_token = 3; |
SecureBulkLoadProtos.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 |
hasCopyFiles()
optional bool copy_files = 5; |
boolean |
hasFsToken()
required .hbase.pb.DelegationToken fs_token = 3; |
java.util.List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;int getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;java.util.List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;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;SecureBulkLoadProtos.DelegationToken getFsToken()
required .hbase.pb.DelegationToken fs_token = 3;SecureBulkLoadProtos.DelegationTokenOrBuilder getFsTokenOrBuilder()
required .hbase.pb.DelegationToken fs_token = 3;boolean hasBulkToken()
required string bulk_token = 4;java.lang.String getBulkToken()
required string bulk_token = 4;com.google.protobuf.ByteString getBulkTokenBytes()
required string bulk_token = 4;boolean hasCopyFiles()
optional bool copy_files = 5;boolean getCopyFiles()
optional bool copy_files = 5;