public static final class AdminProtos.WALEntry.Builder extends com.google.protobuf.GeneratedMessage.Builder<AdminProtos.WALEntry.Builder> implements AdminProtos.WALEntryOrBuilder
hbase.pb.WALEntry
Protocol buffer version of WAL for replication
| 限定符和类型 | 方法和说明 |
|---|---|
AdminProtos.WALEntry.Builder |
addAllKeyValueBytes(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks). |
AdminProtos.WALEntry.Builder |
addKeyValueBytes(com.google.protobuf.ByteString value)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks). |
AdminProtos.WALEntry |
build() |
AdminProtos.WALEntry |
buildPartial() |
AdminProtos.WALEntry.Builder |
clear() |
AdminProtos.WALEntry.Builder |
clearAssociatedCellCount()
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock. |
AdminProtos.WALEntry.Builder |
clearKey()
required .hbase.pb.WALKey key = 1; |
AdminProtos.WALEntry.Builder |
clearKeyValueBytes()
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks). |
AdminProtos.WALEntry.Builder |
clone() |
int |
getAssociatedCellCount()
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock. |
AdminProtos.WALEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
WALProtos.WALKey |
getKey()
required .hbase.pb.WALKey key = 1; |
WALProtos.WALKey.Builder |
getKeyBuilder()
required .hbase.pb.WALKey key = 1; |
WALProtos.WALKeyOrBuilder |
getKeyOrBuilder()
required .hbase.pb.WALKey key = 1; |
com.google.protobuf.ByteString |
getKeyValueBytes(int index)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks). |
int |
getKeyValueBytesCount()
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks). |
List<com.google.protobuf.ByteString> |
getKeyValueBytesList()
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks). |
boolean |
hasAssociatedCellCount()
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock. |
boolean |
hasKey()
required .hbase.pb.WALKey key = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AdminProtos.WALEntry.Builder |
mergeFrom(AdminProtos.WALEntry other) |
AdminProtos.WALEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AdminProtos.WALEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
AdminProtos.WALEntry.Builder |
mergeKey(WALProtos.WALKey value)
required .hbase.pb.WALKey key = 1; |
AdminProtos.WALEntry.Builder |
setAssociatedCellCount(int value)
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock. |
AdminProtos.WALEntry.Builder |
setKey(WALProtos.WALKey.Builder builderForValue)
required .hbase.pb.WALKey key = 1; |
AdminProtos.WALEntry.Builder |
setKey(WALProtos.WALKey value)
required .hbase.pb.WALKey key = 1; |
AdminProtos.WALEntry.Builder |
setKeyValueBytes(int index,
com.google.protobuf.ByteString value)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks). |
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<AdminProtos.WALEntry.Builder>public AdminProtos.WALEntry.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<AdminProtos.WALEntry.Builder>public AdminProtos.WALEntry.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<AdminProtos.WALEntry.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<AdminProtos.WALEntry.Builder>public AdminProtos.WALEntry getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic AdminProtos.WALEntry build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic AdminProtos.WALEntry buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic AdminProtos.WALEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<AdminProtos.WALEntry.Builder>public AdminProtos.WALEntry.Builder mergeFrom(AdminProtos.WALEntry other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<AdminProtos.WALEntry.Builder>public AdminProtos.WALEntry.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<AdminProtos.WALEntry.Builder>IOExceptionpublic boolean hasKey()
required .hbase.pb.WALKey key = 1;hasKey 在接口中 AdminProtos.WALEntryOrBuilderpublic WALProtos.WALKey getKey()
required .hbase.pb.WALKey key = 1;getKey 在接口中 AdminProtos.WALEntryOrBuilderpublic AdminProtos.WALEntry.Builder setKey(WALProtos.WALKey value)
required .hbase.pb.WALKey key = 1;public AdminProtos.WALEntry.Builder setKey(WALProtos.WALKey.Builder builderForValue)
required .hbase.pb.WALKey key = 1;public AdminProtos.WALEntry.Builder mergeKey(WALProtos.WALKey value)
required .hbase.pb.WALKey key = 1;public AdminProtos.WALEntry.Builder clearKey()
required .hbase.pb.WALKey key = 1;public WALProtos.WALKey.Builder getKeyBuilder()
required .hbase.pb.WALKey key = 1;public WALProtos.WALKeyOrBuilder getKeyOrBuilder()
required .hbase.pb.WALKey key = 1;getKeyOrBuilder 在接口中 AdminProtos.WALEntryOrBuilderpublic List<com.google.protobuf.ByteString> getKeyValueBytesList()
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See RPC for more on cellblocks). If Cells/KVs are in a cellblock, this next field is null and associated_cell_count has count of Cells associated w/ this WALEntry
public int getKeyValueBytesCount()
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See RPC for more on cellblocks). If Cells/KVs are in a cellblock, this next field is null and associated_cell_count has count of Cells associated w/ this WALEntry
public com.google.protobuf.ByteString getKeyValueBytes(int index)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See RPC for more on cellblocks). If Cells/KVs are in a cellblock, this next field is null and associated_cell_count has count of Cells associated w/ this WALEntry
public AdminProtos.WALEntry.Builder setKeyValueBytes(int index, com.google.protobuf.ByteString value)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See RPC for more on cellblocks). If Cells/KVs are in a cellblock, this next field is null and associated_cell_count has count of Cells associated w/ this WALEntry
public AdminProtos.WALEntry.Builder addKeyValueBytes(com.google.protobuf.ByteString value)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See RPC for more on cellblocks). If Cells/KVs are in a cellblock, this next field is null and associated_cell_count has count of Cells associated w/ this WALEntry
public AdminProtos.WALEntry.Builder addAllKeyValueBytes(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See RPC for more on cellblocks). If Cells/KVs are in a cellblock, this next field is null and associated_cell_count has count of Cells associated w/ this WALEntry
public AdminProtos.WALEntry.Builder clearKeyValueBytes()
repeated bytes key_value_bytes = 2;
Following may be null if the KVs/Cells are carried along the side in a cellblock (See RPC for more on cellblocks). If Cells/KVs are in a cellblock, this next field is null and associated_cell_count has count of Cells associated w/ this WALEntry
public boolean hasAssociatedCellCount()
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock.
public int getAssociatedCellCount()
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock.
public AdminProtos.WALEntry.Builder setAssociatedCellCount(int value)
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock.
public AdminProtos.WALEntry.Builder clearAssociatedCellCount()
optional int32 associated_cell_count = 3;
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock.
Copyright © 2007–2019. All rights reserved.