public static final class MasterProtos.ExecProcedureResponse extends com.google.protobuf.GeneratedMessage implements MasterProtos.ExecProcedureResponseOrBuilder
hbase.pb.ExecProcedureResponse| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.ExecProcedureResponse.Builder
Protobuf type
hbase.pb.ExecProcedureResponse |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPECTED_TIMEOUT_FIELD_NUMBER |
static <any> |
PARSER |
static int |
RETURN_DATA_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.ExecProcedureResponse |
getDefaultInstance() |
MasterProtos.ExecProcedureResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getExpectedTimeout()
optional int64 expected_timeout = 1; |
<any> |
getParserForType() |
com.google.protobuf.ByteString |
getReturnData()
optional bytes return_data = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExpectedTimeout()
optional int64 expected_timeout = 1; |
int |
hashCode() |
boolean |
hasReturnData()
optional bytes return_data = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.ExecProcedureResponse.Builder |
newBuilder() |
static MasterProtos.ExecProcedureResponse.Builder |
newBuilder(MasterProtos.ExecProcedureResponse prototype) |
MasterProtos.ExecProcedureResponse.Builder |
newBuilderForType() |
protected MasterProtos.ExecProcedureResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.ExecProcedureResponse |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.ExecProcedureResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.ExecProcedureResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.ExecProcedureResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.ExecProcedureResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.ExecProcedureResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int EXPECTED_TIMEOUT_FIELD_NUMBER
public static final int RETURN_DATA_FIELD_NUMBER
public static MasterProtos.ExecProcedureResponse getDefaultInstance()
public MasterProtos.ExecProcedureResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasExpectedTimeout()
optional int64 expected_timeout = 1;hasExpectedTimeout in interface MasterProtos.ExecProcedureResponseOrBuilderpublic long getExpectedTimeout()
optional int64 expected_timeout = 1;getExpectedTimeout in interface MasterProtos.ExecProcedureResponseOrBuilderpublic boolean hasReturnData()
optional bytes return_data = 2;hasReturnData in interface MasterProtos.ExecProcedureResponseOrBuilderpublic com.google.protobuf.ByteString getReturnData()
optional bytes return_data = 2;getReturnData in interface MasterProtos.ExecProcedureResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static MasterProtos.ExecProcedureResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.ExecProcedureResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.ExecProcedureResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.ExecProcedureResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.ExecProcedureResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.ExecProcedureResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.ExecProcedureResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.ExecProcedureResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.ExecProcedureResponse.Builder newBuilder()
public MasterProtos.ExecProcedureResponse.Builder newBuilderForType()
public static MasterProtos.ExecProcedureResponse.Builder newBuilder(MasterProtos.ExecProcedureResponse prototype)
public MasterProtos.ExecProcedureResponse.Builder toBuilder()
protected MasterProtos.ExecProcedureResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)