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()
           
 WALProtos.WALKey getKey()
           
 WALProtos.WALKeyOrBuilder getKeyOrBuilder()
           
 com.google.protobuf.ByteString getKeyValueBytes(int index)
           
 int getKeyValueBytesCount()
           
 List<com.google.protobuf.ByteString> getKeyValueBytesList()
           
 boolean hasAssociatedCellCount()
           
 boolean hasKey()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasKey

boolean hasKey()

getKey

WALProtos.WALKey getKey()

getKeyOrBuilder

WALProtos.WALKeyOrBuilder getKeyOrBuilder()

getKeyValueBytesList

List<com.google.protobuf.ByteString> getKeyValueBytesList()

getKeyValueBytesCount

int getKeyValueBytesCount()

getKeyValueBytes

com.google.protobuf.ByteString getKeyValueBytes(int index)

hasAssociatedCellCount

boolean hasAssociatedCellCount()

getAssociatedCellCount

int getAssociatedCellCount()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.