org.apache.hadoop.hbase.protobuf.generated
Interface AdminProtos.WALEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdminProtos.WALEntry, AdminProtos.WALEntry.Builder
Enclosing class:
AdminProtos

public static interface AdminProtos.WALEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasKey

boolean hasKey()
required .WALKey key = 1;


getKey

WALProtos.WALKey getKey()
required .WALKey key = 1;


getKeyOrBuilder

WALProtos.WALKeyOrBuilder getKeyOrBuilder()
required .WALKey key = 1;


getKeyValueBytesList

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
 


getKeyValueBytesCount

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
 


getKeyValueBytes

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
 


hasAssociatedCellCount

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.
 


getAssociatedCellCount

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 © 2013 The Apache Software Foundation. All Rights Reserved.