|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.model.event.Event
org.openanzo.model.event.ReplicationFinishedEvent
public class ReplicationFinishedEvent
Event fired when the client finishes processing the contents of a replication with the server.
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
TYPE
ReplicationFinished event type |
| Constructor Summary | |
|---|---|
ReplicationFinishedEvent(java.lang.Long marker)
Create new ReplicationFinishedEvent |
|
ReplicationFinishedEvent(java.lang.Long marker,
java.util.Collection<org.openrdf.model.Statement> additions,
java.util.Collection<org.openrdf.model.Statement> deletions)
Create new ReplicationFinishedEvent |
|
| Method Summary | |
|---|---|
java.util.Collection<org.openrdf.model.Statement> |
getAdditions()
Get the statements added during replication |
java.util.Collection<org.openrdf.model.Statement> |
getDeletions()
Get the statements deleted during replication |
java.lang.Long |
getTimestamp()
Get the timestamp of replication |
| Methods inherited from class org.openanzo.model.event.Event |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.openrdf.model.URI TYPE
| Constructor Detail |
|---|
public ReplicationFinishedEvent(java.lang.Long marker)
marker - timestamp of replication
public ReplicationFinishedEvent(java.lang.Long marker,
java.util.Collection<org.openrdf.model.Statement> additions,
java.util.Collection<org.openrdf.model.Statement> deletions)
marker - timestamp of replicationadditions - set of statements added during replicationdeletions - set of statements deleted during replication| Method Detail |
|---|
public java.lang.Long getTimestamp()
public java.util.Collection<org.openrdf.model.Statement> getAdditions()
public java.util.Collection<org.openrdf.model.Statement> getDeletions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||