org.apache.flume.channel.recoverable.memory.wal
Class WALReplayResult<T extends org.apache.hadoop.io.Writable>
java.lang.Object
org.apache.flume.channel.recoverable.memory.wal.WALReplayResult<T>
public class WALReplayResult<T extends org.apache.hadoop.io.Writable>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WALReplayResult
public WALReplayResult(List<WALEntry<T>> results,
long sequenceID)
getResults
public List<WALEntry<T>> getResults()
getSequenceID
public long getSequenceID()
Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.