public class Change extends Object implements Comparable<Change>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Change.Batch
A batch of changes.
|
static interface |
Change.Source<B extends Change.Batch>
Detects changes.
|
| Constructor and Description |
|---|
Change(String entityId,
long revision,
Date timestamp,
long rcid) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Change o) |
String |
entityId()
The entity that changed.
|
Collection<String> |
getCleanupList()
Set cleanup list.
|
Collection<org.openrdf.model.Statement> |
getStatements()
Set statements collection.
|
long |
rcid()
The rcid of the change.
|
long |
revision()
The revision of the change.
|
void |
setCleanupList(Collection<String> cleanupList)
Return cleanup list.
|
void |
setStatements(Collection<org.openrdf.model.Statement> statements)
Return statements collection.
|
Date |
timestamp()
The timestamp of the change.
|
String |
toString() |
public String entityId()
public long revision()
public long rcid()
public Date timestamp()
public int compareTo(Change o)
compareTo in interface Comparable<Change>public Collection<org.openrdf.model.Statement> getStatements()
public void setStatements(Collection<org.openrdf.model.Statement> statements)
public Collection<String> getCleanupList()
public void setCleanupList(Collection<String> cleanupList)
cleanupList - Copyright © 2016. All rights reserved.