Uses of Class
org.apache.flume.channel.recoverable.memory.wal.WALEntry

Packages that use WALEntry
org.apache.flume.channel.recoverable.memory.wal   
 

Uses of WALEntry in org.apache.flume.channel.recoverable.memory.wal
 

Methods in org.apache.flume.channel.recoverable.memory.wal that return types with arguments of type WALEntry
 List<WALEntry<T>> WALReplayResult.getResults()
           
 

Methods in org.apache.flume.channel.recoverable.memory.wal with parameters of type WALEntry
 void WAL.writeEntry(WALEntry<T> entry)
           
 

Method parameters in org.apache.flume.channel.recoverable.memory.wal with type arguments of type WALEntry
 void WAL.writeEntries(List<WALEntry<T>> entries)
           
 

Constructor parameters in org.apache.flume.channel.recoverable.memory.wal with type arguments of type WALEntry
WALReplayResult(List<WALEntry<T>> results, long sequenceID)
           
 



Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.