Uses of Class
org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALTrailer

Packages that use WALProtos.WALTrailer
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver.wal   
 

Uses of WALProtos.WALTrailer in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return WALProtos.WALTrailer
 WALProtos.WALTrailer WALProtos.WALTrailer.Builder.build()
           
 WALProtos.WALTrailer WALProtos.WALTrailer.Builder.buildPartial()
           
static WALProtos.WALTrailer WALProtos.WALTrailer.getDefaultInstance()
           
 WALProtos.WALTrailer WALProtos.WALTrailer.getDefaultInstanceForType()
           
 WALProtos.WALTrailer WALProtos.WALTrailer.Builder.getDefaultInstanceForType()
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseDelimitedFrom(InputStream input)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(byte[] data)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(com.google.protobuf.ByteString data)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(com.google.protobuf.CodedInputStream input)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(InputStream input)
           
static WALProtos.WALTrailer WALProtos.WALTrailer.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type WALProtos.WALTrailer
 WALProtos.WALTrailer.Builder WALProtos.WALTrailer.Builder.mergeFrom(WALProtos.WALTrailer other)
           
static WALProtos.WALTrailer.Builder WALProtos.WALTrailer.newBuilder(WALProtos.WALTrailer prototype)
           
 

Uses of WALProtos.WALTrailer in org.apache.hadoop.hbase.regionserver.wal
 

Fields in org.apache.hadoop.hbase.regionserver.wal declared as WALProtos.WALTrailer
protected  WALProtos.WALTrailer ReaderBase.trailer
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal that return WALProtos.WALTrailer
 WALProtos.WALTrailer ReaderBase.getWALTrailer()
           
 WALProtos.WALTrailer ProtobufLogReader.getWALTrailer()
           
 WALProtos.WALTrailer HLog.Reader.getWALTrailer()
           
 

Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALProtos.WALTrailer
 void ProtobufLogWriter.setWALTrailer(WALProtos.WALTrailer walTrailer)
           
 void HLog.Writer.setWALTrailer(WALProtos.WALTrailer walTrailer)
          Sets HLog's WALTrailer.
 



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