Modifier and Type | Field and Description |
---|---|
protected TripleTable<org.openrdf.model.Statement> |
addedTriples |
protected Date |
commitTime
Set by transaction service to indicate the time when this transaction is committed.
|
protected TripleTable<org.openrdf.model.Statement> |
removedTriples
Triples that have been removed from the triple store
|
Constructor and Description |
---|
TransactionData() |
Modifier and Type | Method and Description |
---|---|
void |
addTriple(org.openrdf.model.Statement triple) |
boolean |
equals(Object o) |
TripleTable<org.openrdf.model.Statement> |
getAddedTriples() |
Date |
getCommitTime() |
TripleTable<org.openrdf.model.Statement> |
getRemovedTriples() |
String |
getTransactionId() |
int |
hashCode() |
void |
removeTriple(org.openrdf.model.Statement triple) |
void |
setCommitTime(Date commitTime) |
String |
toString() |
protected TripleTable<org.openrdf.model.Statement> addedTriples
protected TripleTable<org.openrdf.model.Statement> removedTriples
protected Date commitTime
public void addTriple(org.openrdf.model.Statement triple)
public void removeTriple(org.openrdf.model.Statement triple)
public Date getCommitTime()
public void setCommitTime(Date commitTime)
public TripleTable<org.openrdf.model.Statement> getAddedTriples()
public TripleTable<org.openrdf.model.Statement> getRemovedTriples()
public String getTransactionId()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.