org.apache.hadoop.hbase.protobuf.generated
Class RowProcessorProtos.ProcessRequest

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, RowProcessorProtos.ProcessRequestOrBuilder
Enclosing class:
RowProcessorProtos

public static final class RowProcessorProtos.ProcessRequest
extends com.google.protobuf.GeneratedMessage
implements RowProcessorProtos.ProcessRequestOrBuilder

Protobuf type ProcessRequest

See Also:
Serialized Form

Nested Class Summary
static class RowProcessorProtos.ProcessRequest.Builder
          Protobuf type ProcessRequest
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int NONCE_FIELD_NUMBER
           
static int NONCE_GROUP_FIELD_NUMBER
           
static com.google.protobuf.Parser<RowProcessorProtos.ProcessRequest> PARSER
           
static int ROW_PROCESSOR_CLASS_NAME_FIELD_NUMBER
           
static int ROW_PROCESSOR_INITIALIZER_MESSAGE_FIELD_NUMBER
           
static int ROW_PROCESSOR_INITIALIZER_MESSAGE_NAME_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
static RowProcessorProtos.ProcessRequest getDefaultInstance()
           
 RowProcessorProtos.ProcessRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 long getNonce()
          optional uint64 nonce = 5;
 long getNonceGroup()
          optional uint64 nonce_group = 4;
 com.google.protobuf.Parser<RowProcessorProtos.ProcessRequest> getParserForType()
           
 String getRowProcessorClassName()
          required string row_processor_class_name = 1;
 com.google.protobuf.ByteString getRowProcessorClassNameBytes()
          required string row_processor_class_name = 1;
 com.google.protobuf.ByteString getRowProcessorInitializerMessage()
          optional bytes row_processor_initializer_message = 3;
 String getRowProcessorInitializerMessageName()
          optional string row_processor_initializer_message_name = 2;
 com.google.protobuf.ByteString getRowProcessorInitializerMessageNameBytes()
          optional string row_processor_initializer_message_name = 2;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 int hashCode()
           
 boolean hasNonce()
          optional uint64 nonce = 5;
 boolean hasNonceGroup()
          optional uint64 nonce_group = 4;
 boolean hasRowProcessorClassName()
          required string row_processor_class_name = 1;
 boolean hasRowProcessorInitializerMessage()
          optional bytes row_processor_initializer_message = 3;
 boolean hasRowProcessorInitializerMessageName()
          optional string row_processor_initializer_message_name = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static RowProcessorProtos.ProcessRequest.Builder newBuilder()
           
static RowProcessorProtos.ProcessRequest.Builder newBuilder(RowProcessorProtos.ProcessRequest prototype)
           
 RowProcessorProtos.ProcessRequest.Builder newBuilderForType()
           
protected  RowProcessorProtos.ProcessRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static RowProcessorProtos.ProcessRequest parseDelimitedFrom(InputStream input)
           
static RowProcessorProtos.ProcessRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest parseFrom(byte[] data)
           
static RowProcessorProtos.ProcessRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.ByteString data)
           
static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.CodedInputStream input)
           
static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RowProcessorProtos.ProcessRequest parseFrom(InputStream input)
           
static RowProcessorProtos.ProcessRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RowProcessorProtos.ProcessRequest.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<RowProcessorProtos.ProcessRequest> PARSER

ROW_PROCESSOR_CLASS_NAME_FIELD_NUMBER

public static final int ROW_PROCESSOR_CLASS_NAME_FIELD_NUMBER
See Also:
Constant Field Values

ROW_PROCESSOR_INITIALIZER_MESSAGE_NAME_FIELD_NUMBER

public static final int ROW_PROCESSOR_INITIALIZER_MESSAGE_NAME_FIELD_NUMBER
See Also:
Constant Field Values

ROW_PROCESSOR_INITIALIZER_MESSAGE_FIELD_NUMBER

public static final int ROW_PROCESSOR_INITIALIZER_MESSAGE_FIELD_NUMBER
See Also:
Constant Field Values

NONCE_GROUP_FIELD_NUMBER

public static final int NONCE_GROUP_FIELD_NUMBER
See Also:
Constant Field Values

NONCE_FIELD_NUMBER

public static final int NONCE_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static RowProcessorProtos.ProcessRequest getDefaultInstance()

getDefaultInstanceForType

public RowProcessorProtos.ProcessRequest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<RowProcessorProtos.ProcessRequest> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasRowProcessorClassName

public boolean hasRowProcessorClassName()
required string row_processor_class_name = 1;

Specified by:
hasRowProcessorClassName in interface RowProcessorProtos.ProcessRequestOrBuilder

getRowProcessorClassName

public String getRowProcessorClassName()
required string row_processor_class_name = 1;

Specified by:
getRowProcessorClassName in interface RowProcessorProtos.ProcessRequestOrBuilder

getRowProcessorClassNameBytes

public com.google.protobuf.ByteString getRowProcessorClassNameBytes()
required string row_processor_class_name = 1;

Specified by:
getRowProcessorClassNameBytes in interface RowProcessorProtos.ProcessRequestOrBuilder

hasRowProcessorInitializerMessageName

public boolean hasRowProcessorInitializerMessageName()
optional string row_processor_initializer_message_name = 2;

Specified by:
hasRowProcessorInitializerMessageName in interface RowProcessorProtos.ProcessRequestOrBuilder

getRowProcessorInitializerMessageName

public String getRowProcessorInitializerMessageName()
optional string row_processor_initializer_message_name = 2;

Specified by:
getRowProcessorInitializerMessageName in interface RowProcessorProtos.ProcessRequestOrBuilder

getRowProcessorInitializerMessageNameBytes

public com.google.protobuf.ByteString getRowProcessorInitializerMessageNameBytes()
optional string row_processor_initializer_message_name = 2;

Specified by:
getRowProcessorInitializerMessageNameBytes in interface RowProcessorProtos.ProcessRequestOrBuilder

hasRowProcessorInitializerMessage

public boolean hasRowProcessorInitializerMessage()
optional bytes row_processor_initializer_message = 3;

Specified by:
hasRowProcessorInitializerMessage in interface RowProcessorProtos.ProcessRequestOrBuilder

getRowProcessorInitializerMessage

public com.google.protobuf.ByteString getRowProcessorInitializerMessage()
optional bytes row_processor_initializer_message = 3;

Specified by:
getRowProcessorInitializerMessage in interface RowProcessorProtos.ProcessRequestOrBuilder

hasNonceGroup

public boolean hasNonceGroup()
optional uint64 nonce_group = 4;

Specified by:
hasNonceGroup in interface RowProcessorProtos.ProcessRequestOrBuilder

getNonceGroup

public long getNonceGroup()
optional uint64 nonce_group = 4;

Specified by:
getNonceGroup in interface RowProcessorProtos.ProcessRequestOrBuilder

hasNonce

public boolean hasNonce()
optional uint64 nonce = 5;

Specified by:
hasNonce in interface RowProcessorProtos.ProcessRequestOrBuilder

getNonce

public long getNonce()
optional uint64 nonce = 5;

Specified by:
getNonce in interface RowProcessorProtos.ProcessRequestOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(byte[] data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(InputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static RowProcessorProtos.ProcessRequest parseDelimitedFrom(InputStream input)
                                                            throws IOException
Throws:
IOException

parseDelimitedFrom

public static RowProcessorProtos.ProcessRequest parseDelimitedFrom(InputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws IOException
Throws:
IOException

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.CodedInputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

public static RowProcessorProtos.ProcessRequest parseFrom(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
Throws:
IOException

newBuilder

public static RowProcessorProtos.ProcessRequest.Builder newBuilder()

newBuilderForType

public RowProcessorProtos.ProcessRequest.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static RowProcessorProtos.ProcessRequest.Builder newBuilder(RowProcessorProtos.ProcessRequest prototype)

toBuilder

public RowProcessorProtos.ProcessRequest.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected RowProcessorProtos.ProcessRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


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