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

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

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


Method Summary
 HBaseProtos.NameBytesPair getValue()
          optional .NameBytesPair value = 1;
 HBaseProtos.NameBytesPairOrBuilder getValueOrBuilder()
          optional .NameBytesPair value = 1;
 boolean hasValue()
          optional .NameBytesPair value = 1;
 
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

hasValue

boolean hasValue()
optional .NameBytesPair value = 1;


getValue

HBaseProtos.NameBytesPair getValue()
optional .NameBytesPair value = 1;


getValueOrBuilder

HBaseProtos.NameBytesPairOrBuilder getValueOrBuilder()
optional .NameBytesPair value = 1;



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