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

Packages that use AdminProtos.WALEntryOrBuilder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of AdminProtos.WALEntryOrBuilder in org.apache.hadoop.hbase.protobuf.generated
 

Classes in org.apache.hadoop.hbase.protobuf.generated that implement AdminProtos.WALEntryOrBuilder
static class AdminProtos.WALEntry
          Protobuf type WALEntry
static class AdminProtos.WALEntry.Builder
          Protobuf type WALEntry
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return AdminProtos.WALEntryOrBuilder
 AdminProtos.WALEntryOrBuilder AdminProtos.ReplicateWALEntryRequestOrBuilder.getEntryOrBuilder(int index)
          repeated .WALEntry entry = 1;
 AdminProtos.WALEntryOrBuilder AdminProtos.ReplicateWALEntryRequest.getEntryOrBuilder(int index)
          repeated .WALEntry entry = 1;
 AdminProtos.WALEntryOrBuilder AdminProtos.ReplicateWALEntryRequest.Builder.getEntryOrBuilder(int index)
          repeated .WALEntry entry = 1;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type AdminProtos.WALEntryOrBuilder
 List<? extends AdminProtos.WALEntryOrBuilder> AdminProtos.ReplicateWALEntryRequestOrBuilder.getEntryOrBuilderList()
          repeated .WALEntry entry = 1;
 List<? extends AdminProtos.WALEntryOrBuilder> AdminProtos.ReplicateWALEntryRequest.getEntryOrBuilderList()
          repeated .WALEntry entry = 1;
 List<? extends AdminProtos.WALEntryOrBuilder> AdminProtos.ReplicateWALEntryRequest.Builder.getEntryOrBuilderList()
          repeated .WALEntry entry = 1;
 



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