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()
          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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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 © 2013 The Apache Software Foundation. All Rights Reserved.