public static interface AdminProtos.WALEntryOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAssociatedCellCount()
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock.
|
WALProtos.WALKey |
getKey()
required .hbase.pb.WALKey key = 1; |
WALProtos.WALKeyOrBuilder |
getKeyOrBuilder()
required .hbase.pb.WALKey key = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getKeyValueBytes(int index)
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks).
|
int |
getKeyValueBytesCount()
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks).
|
List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> |
getKeyValueBytesList()
Following may be null if the KVs/Cells are carried along the side in a cellblock (See
RPC for more on cellblocks).
|
boolean |
hasAssociatedCellCount()
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
required .hbase.pb.WALKey key = 1;WALProtos.WALKey getKey()
required .hbase.pb.WALKey key = 1;WALProtos.WALKeyOrBuilder getKeyOrBuilder()
required .hbase.pb.WALKey key = 1;List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> getKeyValueBytesList()
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
repeated bytes key_value_bytes = 2;int getKeyValueBytesCount()
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
repeated bytes key_value_bytes = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getKeyValueBytes(int index)
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
repeated bytes key_value_bytes = 2;boolean hasAssociatedCellCount()
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock.
optional int32 associated_cell_count = 3;int getAssociatedCellCount()
If Cell data is carried alongside in a cellblock, this is count of Cells in the cellblock.
optional int32 associated_cell_count = 3;Copyright © 2007–2019 Cloudera. All rights reserved.