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)
           
 int getFirstPartCount()
           
 List<com.google.protobuf.ByteString> getFirstPartList()
           
 com.google.protobuf.ByteString getSecondPart()
           
 boolean hasSecondPart()
           
 
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

getFirstPartList

List<com.google.protobuf.ByteString> getFirstPartList()

getFirstPartCount

int getFirstPartCount()

getFirstPart

com.google.protobuf.ByteString getFirstPart(int index)

hasSecondPart

boolean hasSecondPart()

getSecondPart

com.google.protobuf.ByteString getSecondPart()


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