|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>
org.apache.hadoop.hbase.protobuf.generated.RPCProtos.ResponseHeader.Builder
public static final class RPCProtos.ResponseHeader.Builder
Protobuf type ResponseHeader
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
|---|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
|---|
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Method Detail |
|---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RPCProtos.ResponseHeader build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RPCProtos.ResponseHeader buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RPCProtos.ResponseHeader.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader.Builder mergeFrom(RPCProtos.ResponseHeader other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>
public RPCProtos.ResponseHeader.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RPCProtos.ResponseHeader.Builder>IOExceptionpublic boolean hasCallId()
optional uint32 call_id = 1;
hasCallId in interface RPCProtos.ResponseHeaderOrBuilderpublic int getCallId()
optional uint32 call_id = 1;
getCallId in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ResponseHeader.Builder setCallId(int value)
optional uint32 call_id = 1;
public RPCProtos.ResponseHeader.Builder clearCallId()
optional uint32 call_id = 1;
public boolean hasException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
hasException in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ExceptionResponse getException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
getException in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ResponseHeader.Builder setException(RPCProtos.ExceptionResponse value)
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ResponseHeader.Builder setException(RPCProtos.ExceptionResponse.Builder builderForValue)
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ResponseHeader.Builder mergeException(RPCProtos.ExceptionResponse value)
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ResponseHeader.Builder clearException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ExceptionResponse.Builder getExceptionBuilder()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
getExceptionOrBuilder in interface RPCProtos.ResponseHeaderOrBuilderpublic boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
hasCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
getCellBlockMeta in interface RPCProtos.ResponseHeaderOrBuilderpublic RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta.Builder builderForValue)
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.ResponseHeader.Builder mergeCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.ResponseHeader.Builder clearCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.CellBlockMeta.Builder getCellBlockMetaBuilder()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
getCellBlockMetaOrBuilder in interface RPCProtos.ResponseHeaderOrBuilder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||