|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.GeneratedMessageLite
org.hbase.async.generated.ClientPB.CoprocessorServiceCall
public static final class ClientPB.CoprocessorServiceCall
Protobuf type CoprocessorServiceCall
| Nested Class Summary | |
|---|---|
static class |
ClientPB.CoprocessorServiceCall.Builder
Protobuf type CoprocessorServiceCall |
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type> |
| Field Summary | |
|---|---|
static int |
METHOD_NAME_FIELD_NUMBER
|
static com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> |
PARSER
|
static int |
REQUEST_FIELD_NUMBER
|
static int |
ROW_FIELD_NUMBER
|
static int |
SERVICE_NAME_FIELD_NUMBER
|
| Method Summary | |
|---|---|
static ClientPB.CoprocessorServiceCall |
getDefaultInstance()
|
ClientPB.CoprocessorServiceCall |
getDefaultInstanceForType()
|
String |
getMethodName()
required string method_name = 3; |
com.google.protobuf.ByteString |
getMethodNameBytes()
required string method_name = 3; |
com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> |
getParserForType()
|
com.google.protobuf.ByteString |
getRequest()
required bytes request = 4; |
com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
int |
getSerializedSize()
|
String |
getServiceName()
required string service_name = 2; |
com.google.protobuf.ByteString |
getServiceNameBytes()
required string service_name = 2; |
boolean |
hasMethodName()
required string method_name = 3; |
boolean |
hasRequest()
required bytes request = 4; |
boolean |
hasRow()
required bytes row = 1; |
boolean |
hasServiceName()
required string service_name = 2; |
boolean |
isInitialized()
|
static ClientPB.CoprocessorServiceCall.Builder |
newBuilder()
|
static ClientPB.CoprocessorServiceCall.Builder |
newBuilder(ClientPB.CoprocessorServiceCall prototype)
|
ClientPB.CoprocessorServiceCall.Builder |
newBuilderForType()
|
static ClientPB.CoprocessorServiceCall |
parseDelimitedFrom(InputStream input)
|
static ClientPB.CoprocessorServiceCall |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(byte[] data)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(com.google.protobuf.ByteString data)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(InputStream input)
|
static ClientPB.CoprocessorServiceCall |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ClientPB.CoprocessorServiceCall.Builder |
toBuilder()
|
protected Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class com.google.protobuf.GeneratedMessageLite |
|---|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
|---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> PARSER
public static final int ROW_FIELD_NUMBER
public static final int SERVICE_NAME_FIELD_NUMBER
public static final int METHOD_NAME_FIELD_NUMBER
public static final int REQUEST_FIELD_NUMBER
| Method Detail |
|---|
public static ClientPB.CoprocessorServiceCall getDefaultInstance()
public ClientPB.CoprocessorServiceCall getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClientPB.CoprocessorServiceCall> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasRow()
required bytes row = 1;
hasRow in interface ClientPB.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getRow()
required bytes row = 1;
getRow in interface ClientPB.CoprocessorServiceCallOrBuilderpublic boolean hasServiceName()
required string service_name = 2;
hasServiceName in interface ClientPB.CoprocessorServiceCallOrBuilderpublic String getServiceName()
required string service_name = 2;
getServiceName in interface ClientPB.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getServiceNameBytes()
required string service_name = 2;
getServiceNameBytes in interface ClientPB.CoprocessorServiceCallOrBuilderpublic boolean hasMethodName()
required string method_name = 3;
hasMethodName in interface ClientPB.CoprocessorServiceCallOrBuilderpublic String getMethodName()
required string method_name = 3;
getMethodName in interface ClientPB.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getMethodNameBytes()
required string method_name = 3;
getMethodNameBytes in interface ClientPB.CoprocessorServiceCallOrBuilderpublic boolean hasRequest()
required bytes request = 4;
hasRequest in interface ClientPB.CoprocessorServiceCallOrBuilderpublic com.google.protobuf.ByteString getRequest()
required bytes request = 4;
getRequest in interface ClientPB.CoprocessorServiceCallOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLite
protected Object writeReplace()
throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.CoprocessorServiceCall parseFrom(InputStream input)
throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input)
throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
IOException
public static ClientPB.CoprocessorServiceCall parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOExceptionpublic static ClientPB.CoprocessorServiceCall.Builder newBuilder()
public ClientPB.CoprocessorServiceCall.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientPB.CoprocessorServiceCall.Builder newBuilder(ClientPB.CoprocessorServiceCall prototype)
public ClientPB.CoprocessorServiceCall.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||