org.hbase.async.generated
Interface ClientPB.BulkLoadHFileRequest.FamilyPathOrBuilder

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

public static interface ClientPB.BulkLoadHFileRequest.FamilyPathOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasFamily

boolean hasFamily()
required bytes family = 1;


getFamily

com.google.protobuf.ByteString getFamily()
required bytes family = 1;


hasPath

boolean hasPath()
required string path = 2;


getPath

String getPath()
required string path = 2;


getPathBytes

com.google.protobuf.ByteString getPathBytes()
required string path = 2;



Copyright © 2010-2015, The Async HBase Authors