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()
           
 String getBulkToken()
           
 ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
           
 int getFamilyPathCount()
           
 List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
           
 ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)
           
 List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
           
 SecureBulkLoadProtos.DelegationTokenProto getFsToken()
           
 SecureBulkLoadProtos.DelegationTokenProtoOrBuilder getFsTokenOrBuilder()
           
 boolean hasAssignSeqNum()
           
 boolean hasBulkToken()
           
 boolean hasFsToken()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getFamilyPathList

List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()

getFamilyPath

ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)

getFamilyPathCount

int getFamilyPathCount()

getFamilyPathOrBuilderList

List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()

getFamilyPathOrBuilder

ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)

hasAssignSeqNum

boolean hasAssignSeqNum()

getAssignSeqNum

boolean getAssignSeqNum()

hasFsToken

boolean hasFsToken()

getFsToken

SecureBulkLoadProtos.DelegationTokenProto getFsToken()

getFsTokenOrBuilder

SecureBulkLoadProtos.DelegationTokenProtoOrBuilder getFsTokenOrBuilder()

hasBulkToken

boolean hasBulkToken()

getBulkToken

String getBulkToken()


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