org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.ActionResultOrBuilder

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

public static interface ClientProtos.ActionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.NameBytesPair getException()
           
 HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
           
 ClientProtos.Result getValue()
           
 ClientProtos.ResultOrBuilder getValueOrBuilder()
           
 boolean hasException()
           
 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

hasValue

boolean hasValue()

getValue

ClientProtos.Result getValue()

getValueOrBuilder

ClientProtos.ResultOrBuilder getValueOrBuilder()

hasException

boolean hasException()

getException

HBaseProtos.NameBytesPair getException()

getExceptionOrBuilder

HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()


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