Modifier and Type | Field and Description |
---|---|
String |
logFileName |
long |
logPosition |
long |
timestamp |
Constructor and Description |
---|
Checkpoint(long logPosition,
long timestamp,
String logFileName)
Create a Checkpoint request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTargetType(org.agilewiki.jactor.Actor targetActor)
Returns true when targetActor is an instanceof TARGET_TYPE
|
void |
processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor,
org.agilewiki.jactor.RP rp) |
public final long logPosition
public final long timestamp
public final String logFileName
public Checkpoint(long logPosition, long timestamp, String logFileName)
logPosition
- Current position of the log file.timestamp
- Timestamp of the last batch of transactions.public void processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor, org.agilewiki.jactor.RP rp) throws Exception
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
Copyright © 2013. All Rights Reserved.