org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder

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

public static interface ClientProtos.BulkLoadHFileRequest.FamilyPathOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getFamily()
           
 String getPath()
           
 boolean hasFamily()
           
 boolean hasPath()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasFamily

boolean hasFamily()

getFamily

com.google.protobuf.ByteString getFamily()

hasPath

boolean hasPath()

getPath

String getPath()


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