org.apache.hadoop.hbase.protobuf.generated
Interface SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecureBulkLoadProtos.SecureBulkLoadHFilesRequest, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
Enclosing class:
SecureBulkLoadProtos

public static interface SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getFamilyPathList

List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;


getFamilyPath

ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;


getFamilyPathCount

int getFamilyPathCount()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;


getFamilyPathOrBuilderList

List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;


getFamilyPathOrBuilder

ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;


hasAssignSeqNum

boolean hasAssignSeqNum()
optional bool assign_seq_num = 2;


getAssignSeqNum

boolean getAssignSeqNum()
optional bool assign_seq_num = 2;


hasFsToken

boolean hasFsToken()
required .DelegationToken fs_token = 3;


getFsToken

SecureBulkLoadProtos.DelegationToken getFsToken()
required .DelegationToken fs_token = 3;


getFsTokenOrBuilder

SecureBulkLoadProtos.DelegationTokenOrBuilder getFsTokenOrBuilder()
required .DelegationToken fs_token = 3;


hasBulkToken

boolean hasBulkToken()
required string bulk_token = 4;


getBulkToken

String getBulkToken()
required string bulk_token = 4;


getBulkTokenBytes

com.google.protobuf.ByteString getBulkTokenBytes()
required string bulk_token = 4;



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.