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()
          required int64 count = 1 [default = 0];
 boolean hasCount()
          required int64 count = 1 [default = 0];
 
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

hasCount

boolean hasCount()
required int64 count = 1 [default = 0];


getCount

long getCount()
required int64 count = 1 [default = 0];



Copyright © 2015 The Apache Software Foundation. All rights reserved.