public static interface ClientPB.BulkLoadHFileRequest.FamilyPathOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getFamily()
required bytes family = 1; |
String |
getPath()
required string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 2; |
boolean |
hasFamily()
required bytes family = 1; |
boolean |
hasPath()
required string path = 2; |
boolean hasFamily()
required bytes family = 1;
com.google.protobuf.ByteString getFamily()
required bytes family = 1;
boolean hasPath()
required string path = 2;
String getPath()
required string path = 2;
com.google.protobuf.ByteString getPathBytes()
required string path = 2;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.