org.apache.flume.channel.recoverable.memory.wal
Class WALReplayResult<T extends org.apache.hadoop.io.Writable>

java.lang.Object
  extended by org.apache.flume.channel.recoverable.memory.wal.WALReplayResult<T>

public class WALReplayResult<T extends org.apache.hadoop.io.Writable>
extends Object


Constructor Summary
WALReplayResult(List<WALEntry<T>> results, long sequenceID)
           
 
Method Summary
 List<WALEntry<T>> getResults()
           
 long getSequenceID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WALReplayResult

public WALReplayResult(List<WALEntry<T>> results,
                       long sequenceID)
Method Detail

getResults

public List<WALEntry<T>> getResults()

getSequenceID

public long getSequenceID()


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