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

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

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


Method Summary
 AdminProtos.WALEntry getEntry(int index)
           
 int getEntryCount()
           
 List<AdminProtos.WALEntry> getEntryList()
           
 AdminProtos.WALEntryOrBuilder getEntryOrBuilder(int index)
           
 List<? extends AdminProtos.WALEntryOrBuilder> getEntryOrBuilderList()
           
 
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

getEntryList

List<AdminProtos.WALEntry> getEntryList()

getEntry

AdminProtos.WALEntry getEntry(int index)

getEntryCount

int getEntryCount()

getEntryOrBuilderList

List<? extends AdminProtos.WALEntryOrBuilder> getEntryOrBuilderList()

getEntryOrBuilder

AdminProtos.WALEntryOrBuilder getEntryOrBuilder(int index)


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