org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.BulkLoadHFileRequestOrBuilder

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

public static interface ClientProtos.BulkLoadHFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getAssignSeqNum()
          optional bool assign_seq_num = 3;
 ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
          repeated .BulkLoadHFileRequest.FamilyPath family_path = 2;
 int getFamilyPathCount()
          repeated .BulkLoadHFileRequest.FamilyPath family_path = 2;
 List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
          repeated .BulkLoadHFileRequest.FamilyPath family_path = 2;
 ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)
          repeated .BulkLoadHFileRequest.FamilyPath family_path = 2;
 List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
          repeated .BulkLoadHFileRequest.FamilyPath family_path = 2;
 HBaseProtos.RegionSpecifier getRegion()
          required .RegionSpecifier region = 1;
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
          required .RegionSpecifier region = 1;
 boolean hasAssignSeqNum()
          optional bool assign_seq_num = 3;
 boolean hasRegion()
          required .RegionSpecifier region = 1;
 
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

hasRegion

boolean hasRegion()
required .RegionSpecifier region = 1;


getRegion

HBaseProtos.RegionSpecifier getRegion()
required .RegionSpecifier region = 1;


getRegionOrBuilder

HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .RegionSpecifier region = 1;


getFamilyPathList

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


getFamilyPath

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


getFamilyPathCount

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


getFamilyPathOrBuilderList

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


getFamilyPathOrBuilder

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


hasAssignSeqNum

boolean hasAssignSeqNum()
optional bool assign_seq_num = 3;


getAssignSeqNum

boolean getAssignSeqNum()
optional bool assign_seq_num = 3;



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