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
 AdminProtos.WALEntry.WALEdit getEdit()
           
 AdminProtos.WALEntry.WALEditOrBuilder getEditOrBuilder()
           
 AdminProtos.WALEntry.WALKey getKey()
           
 AdminProtos.WALEntry.WALKeyOrBuilder getKeyOrBuilder()
           
 boolean hasEdit()
           
 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

AdminProtos.WALEntry.WALKey getKey()

getKeyOrBuilder

AdminProtos.WALEntry.WALKeyOrBuilder getKeyOrBuilder()

hasEdit

boolean hasEdit()

getEdit

AdminProtos.WALEntry.WALEdit getEdit()

getEditOrBuilder

AdminProtos.WALEntry.WALEditOrBuilder getEditOrBuilder()


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