public static final class AggregateProtos.AggregateResponse extends GeneratedMessage implements AggregateProtos.AggregateResponseOrBuilder
hbase.pb.AggregateResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateProtos.AggregateResponse.Builder
Protobuf type
hbase.pb.AggregateResponse |
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
FIRST_PART_FIELD_NUMBER |
static Parser<AggregateProtos.AggregateResponse> |
PARSER |
static int |
SECOND_PART_FIELD_NUMBER |
alwaysUseFieldBuildersgetAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasFieldtoByteArray, toByteString, writeDelimitedTo, writeTopublic static Parser<AggregateProtos.AggregateResponse> PARSER
public static final int FIRST_PART_FIELD_NUMBER
public static final int SECOND_PART_FIELD_NUMBER
public static AggregateProtos.AggregateResponse getDefaultInstance()
public AggregateProtos.AggregateResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessagepublic Parser<AggregateProtos.AggregateResponse> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic List<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.
getFirstPartList in interface AggregateProtos.AggregateResponseOrBuilderpublic 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.
getFirstPartCount in interface AggregateProtos.AggregateResponseOrBuilderpublic 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.
getFirstPart in interface AggregateProtos.AggregateResponseOrBuilderpublic boolean hasSecondPart()
optional bytes second_part = 2;hasSecondPart in interface AggregateProtos.AggregateResponseOrBuilderpublic ByteString getSecondPart()
optional bytes second_part = 2;getSecondPart in interface AggregateProtos.AggregateResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static AggregateProtos.AggregateResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static AggregateProtos.AggregateResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AggregateProtos.AggregateResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AggregateProtos.AggregateResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AggregateProtos.AggregateResponse parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static AggregateProtos.AggregateResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AggregateProtos.AggregateResponse.Builder newBuilder()
public AggregateProtos.AggregateResponse.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static AggregateProtos.AggregateResponse.Builder newBuilder(AggregateProtos.AggregateResponse prototype)
public AggregateProtos.AggregateResponse.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected AggregateProtos.AggregateResponse.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.