org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.NameBytesPairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HBaseProtos.NameBytesPair, HBaseProtos.NameBytesPair.Builder
Enclosing class:
HBaseProtos

public static interface HBaseProtos.NameBytesPairOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getName()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasName()
           
 boolean hasValue()
           
 
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

hasName

boolean hasName()

getName

String getName()

hasValue

boolean hasValue()

getValue

com.google.protobuf.ByteString getValue()


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