com.neeve.rog.log
Class RogLogTailer

java.lang.Object
  extended by com.neeve.rog.log.RogLogTailer
All Implemented Interfaces:
Runnable

public final class RogLogTailer
extends Object
implements Runnable

Represents a ROG transaction log tailer


Constructor Summary
RogLogTailer(RogLogReader reader, Tracer tracer)
           
 
Method Summary
 long getLastStableCheckpointVersion()
          Get the last stable checkpoint version
 void run()
           
 void shutdown()
          Shut down a tailer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RogLogTailer

public RogLogTailer(RogLogReader reader,
                    Tracer tracer)
             throws Exception
Throws:
Exception
Method Detail

getLastStableCheckpointVersion

public final long getLastStableCheckpointVersion()
Get the last stable checkpoint version


run

public void run()
Specified by:
run in interface Runnable

shutdown

public void shutdown()
Shut down a tailer.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.