public static interface AdminProtos.WALEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAssociatedCellCount()
optional int32 associated_cell_count = 3; |
WALProtos.WALKey |
getKey()
required .WALKey key = 1; |
WALProtos.WALKeyOrBuilder |
getKeyOrBuilder()
required .WALKey key = 1; |
com.google.protobuf.ByteString |
getKeyValueBytes(int index)
repeated bytes key_value_bytes = 2; |
int |
getKeyValueBytesCount()
repeated bytes key_value_bytes = 2; |
List<com.google.protobuf.ByteString> |
getKeyValueBytesList()
repeated bytes key_value_bytes = 2; |
boolean |
hasAssociatedCellCount()
optional int32 associated_cell_count = 3; |
boolean |
hasKey()
required .WALKey key = 1; |
boolean hasKey()
required .WALKey key = 1;
WALProtos.WALKey getKey()
required .WALKey key = 1;
WALProtos.WALKeyOrBuilder getKeyOrBuilder()
required .WALKey key = 1;
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
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
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
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.
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.
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.