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
| 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 |
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 © 2013 The Apache Software Foundation. All Rights Reserved.