public static interface ClientProtos.BulkLoadHFileRequestOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAssignSeqNum()
optional bool assign_seq_num = 3; |
boolean |
getCopyFile()
optional bool copy_file = 4 [default = false]; |
ClientProtos.BulkLoadHFileRequest.FamilyPath |
getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
int |
getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
java.util.List<ClientProtos.BulkLoadHFileRequest.FamilyPath> |
getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder |
getFamilyPathOrBuilder(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
java.util.List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> |
getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2; |
HBaseProtos.RegionSpecifier |
getRegion()
required .hbase.pb.RegionSpecifier region = 1; |
HBaseProtos.RegionSpecifierOrBuilder |
getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1; |
boolean |
hasAssignSeqNum()
optional bool assign_seq_num = 3; |
boolean |
hasCopyFile()
optional bool copy_file = 4 [default = false]; |
boolean |
hasRegion()
required .hbase.pb.RegionSpecifier region = 1; |
boolean hasRegion()
required .hbase.pb.RegionSpecifier region = 1;HBaseProtos.RegionSpecifier getRegion()
required .hbase.pb.RegionSpecifier region = 1;HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
required .hbase.pb.RegionSpecifier region = 1;java.util.List<ClientProtos.BulkLoadHFileRequest.FamilyPath> getFamilyPathList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;ClientProtos.BulkLoadHFileRequest.FamilyPath getFamilyPath(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;int getFamilyPathCount()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;java.util.List<? extends ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder> getFamilyPathOrBuilderList()
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder getFamilyPathOrBuilder(int index)
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 2;boolean hasAssignSeqNum()
optional bool assign_seq_num = 3;boolean getAssignSeqNum()
optional bool assign_seq_num = 3;boolean hasCopyFile()
optional bool copy_file = 4 [default = false];boolean getCopyFile()
optional bool copy_file = 4 [default = false];