org.apache.hadoop.hbase.protobuf.generated
Interface AggregateProtos.AggregateResponseOrBuilder

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

public static interface AggregateProtos.AggregateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getFirstPart(int index)
          repeated bytes first_part = 1;
 int getFirstPartCount()
          repeated bytes first_part = 1;
 List<com.google.protobuf.ByteString> getFirstPartList()
          repeated bytes first_part = 1;
 com.google.protobuf.ByteString getSecondPart()
          optional bytes second_part = 2;
 boolean hasSecondPart()
          optional bytes second_part = 2;
 
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

getFirstPartList

List<com.google.protobuf.ByteString> getFirstPartList()
repeated bytes first_part = 1;

 The AggregateService methods all have a response that either is a Pair
 or a simple object. When it is a Pair both first_part and second_part
 have defined values (and the second_part is not present in the response
 when the response is not a pair). Refer to the AggregateImplementation 
 class for an overview of the AggregateResponse object constructions. 
 


getFirstPartCount

int getFirstPartCount()
repeated bytes first_part = 1;

 The AggregateService methods all have a response that either is a Pair
 or a simple object. When it is a Pair both first_part and second_part
 have defined values (and the second_part is not present in the response
 when the response is not a pair). Refer to the AggregateImplementation 
 class for an overview of the AggregateResponse object constructions. 
 


getFirstPart

com.google.protobuf.ByteString getFirstPart(int index)
repeated bytes first_part = 1;

 The AggregateService methods all have a response that either is a Pair
 or a simple object. When it is a Pair both first_part and second_part
 have defined values (and the second_part is not present in the response
 when the response is not a pair). Refer to the AggregateImplementation 
 class for an overview of the AggregateResponse object constructions. 
 


hasSecondPart

boolean hasSecondPart()
optional bytes second_part = 2;


getSecondPart

com.google.protobuf.ByteString getSecondPart()
optional bytes second_part = 2;



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