|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.core.DatasetChangesCapture
public class DatasetChangesCapture
Capture a record of quad actions
| Constructor Summary | |
|---|---|
DatasetChangesCapture()
Capture quad actions, excluding no-ops |
|
DatasetChangesCapture(boolean recordNoOps)
Capture quad actions, either including or excluding the "no ops" |
|
DatasetChangesCapture(boolean captureAdd,
boolean captureDelete,
boolean captureNoAdd,
boolean captureNoDelete)
Capture quad actions, selectively by category |
|
| Method Summary | |
|---|---|
void |
change(QuadAction qaction,
Node g,
Node s,
Node p,
Node o)
A change has occurred |
void |
finish()
Indicator that a sequence of changes has now finished |
List<Pair<QuadAction,Quad>> |
getActions()
|
void |
start()
Indicator that a sequence of changes is about to start |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatasetChangesCapture()
public DatasetChangesCapture(boolean recordNoOps)
recordNoOps - Whether to record QuadAction.NO_ADD and QuadAction.NO_DELETE
public DatasetChangesCapture(boolean captureAdd,
boolean captureDelete,
boolean captureNoAdd,
boolean captureNoDelete)
| Method Detail |
|---|
public List<Pair<QuadAction,Quad>> getActions()
public void start()
DatasetChanges
start in interface DatasetChanges
public void change(QuadAction qaction,
Node g,
Node s,
Node p,
Node o)
DatasetChanges
change in interface DatasetChangesQuadActionpublic void finish()
DatasetChanges
finish in interface DatasetChanges
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||