public static final class RPCProtos.ResponseHeader.Builder extends com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder> implements RPCProtos.ResponseHeaderOrBuilder
hbase.pb.ResponseHeader| 限定符和类型 | 方法和说明 |
|---|---|
RPCProtos.ResponseHeader |
build() |
RPCProtos.ResponseHeader |
buildPartial() |
RPCProtos.ResponseHeader.Builder |
clear() |
RPCProtos.ResponseHeader.Builder |
clearCallId()
optional uint32 call_id = 1; |
RPCProtos.ResponseHeader.Builder |
clearCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
RPCProtos.ResponseHeader.Builder |
clearException()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ResponseHeader.Builder |
clone() |
int |
getCallId()
optional uint32 call_id = 1; |
RPCProtos.CellBlockMeta |
getCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
RPCProtos.CellBlockMeta.Builder |
getCellBlockMetaBuilder()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
RPCProtos.CellBlockMetaOrBuilder |
getCellBlockMetaOrBuilder()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
RPCProtos.ResponseHeader |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RPCProtos.ExceptionResponse |
getException()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ExceptionResponse.Builder |
getExceptionBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ExceptionResponseOrBuilder |
getExceptionOrBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
boolean |
hasException()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RPCProtos.ResponseHeader.Builder |
mergeCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
RPCProtos.ResponseHeader.Builder |
mergeException(RPCProtos.ExceptionResponse value)
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ResponseHeader.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.ResponseHeader.Builder |
mergeFrom(com.google.protobuf.Message other) |
RPCProtos.ResponseHeader.Builder |
mergeFrom(RPCProtos.ResponseHeader other) |
RPCProtos.ResponseHeader.Builder |
setCallId(int value)
optional uint32 call_id = 1; |
RPCProtos.ResponseHeader.Builder |
setCellBlockMeta(RPCProtos.CellBlockMeta.Builder builderForValue)
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
RPCProtos.ResponseHeader.Builder |
setCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows. |
RPCProtos.ResponseHeader.Builder |
setException(RPCProtos.ExceptionResponse.Builder builderForValue)
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ResponseHeader.Builder |
setException(RPCProtos.ExceptionResponse value)
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic RPCProtos.ResponseHeader build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic RPCProtos.ResponseHeader buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic RPCProtos.ResponseHeader.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<RPCProtos.ResponseHeader.Builder>public RPCProtos.ResponseHeader.Builder mergeFrom(RPCProtos.ResponseHeader other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 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 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<RPCProtos.ResponseHeader.Builder>IOExceptionpublic boolean hasCallId()
optional uint32 call_id = 1;hasCallId 在接口中 RPCProtos.ResponseHeaderOrBuilderpublic int getCallId()
optional uint32 call_id = 1;getCallId 在接口中 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 .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ExceptionResponse getException()
optional .hbase.pb.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 value)
optional .hbase.pb.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 .hbase.pb.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 .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ResponseHeader.Builder clearException()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ExceptionResponse.Builder getExceptionBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
optional .hbase.pb.ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public boolean hasCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.CellBlockMeta getCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.ResponseHeader.Builder setCellBlockMeta(RPCProtos.CellBlockMeta.Builder builderForValue)
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.ResponseHeader.Builder mergeCellBlockMeta(RPCProtos.CellBlockMeta value)
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.ResponseHeader.Builder clearCellBlockMeta()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.CellBlockMeta.Builder getCellBlockMetaBuilder()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
Copyright © 2007–2019. All rights reserved.