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; |
ClientProtos.BulkLoadHFileRequest.FamilyPath |
getFamilyPath(int index)
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1; |
int |
getFamilyPathCount()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1; |
List<ClientProtos.BulkLoadHFileRequest.FamilyPath> |
getFamilyPathList()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1; |
ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder |
getFamilyPathOrBuilder(int index)
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1; |
List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> |
getFamilyPathOrBuilderList()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1; |
SecureBulkLoadProtos.DelegationToken |
getFsToken()
required .DelegationToken fs_token = 3; |
SecureBulkLoadProtos.DelegationTokenOrBuilder |
getFsTokenOrBuilder()
required .DelegationToken fs_token = 3; |
boolean |
hasAssignSeqNum()
optional bool assign_seq_num = 2; |
boolean |
hasBulkToken()
required string bulk_token = 4; |
boolean |
hasFsToken()
required .DelegationToken fs_token = 3; |
List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;
ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;
int getFamilyPathCount()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;
List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;
ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;
boolean hasAssignSeqNum()
optional bool assign_seq_num = 2;
boolean getAssignSeqNum()
optional bool assign_seq_num = 2;
boolean hasFsToken()
required .DelegationToken fs_token = 3;
SecureBulkLoadProtos.DelegationToken getFsToken()
required .DelegationToken fs_token = 3;
SecureBulkLoadProtos.DelegationTokenOrBuilder getFsTokenOrBuilder()
required .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-2016 The Apache Software Foundation. All Rights Reserved.