public static final class AggregateProtos.AggregateRequest extends GeneratedMessage implements AggregateProtos.AggregateRequestOrBuilder
hbase.pb.AggregateRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateProtos.AggregateRequest.Builder
Protobuf type
hbase.pb.AggregateRequest |
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 |
INTERPRETER_CLASS_NAME_FIELD_NUMBER |
static int |
INTERPRETER_SPECIFIC_BYTES_FIELD_NUMBER |
static Parser<AggregateProtos.AggregateRequest> |
PARSER |
static int |
SCAN_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.AggregateRequest> PARSER
public static final int INTERPRETER_CLASS_NAME_FIELD_NUMBER
public static final int SCAN_FIELD_NUMBER
public static final int INTERPRETER_SPECIFIC_BYTES_FIELD_NUMBER
public static AggregateProtos.AggregateRequest getDefaultInstance()
public AggregateProtos.AggregateRequest 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.AggregateRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasInterpreterClassName()
required string interpreter_class_name = 1;
The request passed to the AggregateService consists of three parts
(1) the (canonical) classname of the ColumnInterpreter implementation
(2) the Scan query
(3) any bytes required to construct the ColumnInterpreter object
properly
hasInterpreterClassName in interface AggregateProtos.AggregateRequestOrBuilderpublic String getInterpreterClassName()
required string interpreter_class_name = 1;
The request passed to the AggregateService consists of three parts
(1) the (canonical) classname of the ColumnInterpreter implementation
(2) the Scan query
(3) any bytes required to construct the ColumnInterpreter object
properly
getInterpreterClassName in interface AggregateProtos.AggregateRequestOrBuilderpublic ByteString getInterpreterClassNameBytes()
required string interpreter_class_name = 1;
The request passed to the AggregateService consists of three parts
(1) the (canonical) classname of the ColumnInterpreter implementation
(2) the Scan query
(3) any bytes required to construct the ColumnInterpreter object
properly
getInterpreterClassNameBytes in interface AggregateProtos.AggregateRequestOrBuilderpublic boolean hasScan()
required .hbase.pb.Scan scan = 2;hasScan in interface AggregateProtos.AggregateRequestOrBuilderpublic ClientProtos.Scan getScan()
required .hbase.pb.Scan scan = 2;getScan in interface AggregateProtos.AggregateRequestOrBuilderpublic ClientProtos.ScanOrBuilder getScanOrBuilder()
required .hbase.pb.Scan scan = 2;getScanOrBuilder in interface AggregateProtos.AggregateRequestOrBuilderpublic boolean hasInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;hasInterpreterSpecificBytes in interface AggregateProtos.AggregateRequestOrBuilderpublic ByteString getInterpreterSpecificBytes()
optional bytes interpreter_specific_bytes = 3;getInterpreterSpecificBytes in interface AggregateProtos.AggregateRequestOrBuilderpublic 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.AggregateRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AggregateProtos.AggregateRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static AggregateProtos.AggregateRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AggregateProtos.AggregateRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AggregateProtos.AggregateRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AggregateProtos.AggregateRequest parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static AggregateProtos.AggregateRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AggregateProtos.AggregateRequest.Builder newBuilder()
public AggregateProtos.AggregateRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static AggregateProtos.AggregateRequest.Builder newBuilder(AggregateProtos.AggregateRequest prototype)
public AggregateProtos.AggregateRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected AggregateProtos.AggregateRequest.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.