org.apache.hadoop.hbase.coprocessor.example.generated
Interface ExampleProtos.CountResponseOrBuilder

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

public static interface ExampleProtos.CountResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getCount()
           
 boolean hasCount()
           
 
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

hasCount

boolean hasCount()

getCount

long getCount()


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