public abstract class DatasetChangesBatched extends Object implements DatasetChanges
Modifier and Type | Method and Description |
---|---|
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
|
void |
reset()
Release any resources
|
void |
start()
Indicator that a sequence of changes is about to start
|
public final void start()
DatasetChanges
start
in interface DatasetChanges
public final void finish()
DatasetChanges
finish
in interface DatasetChanges
public final void reset()
DatasetChanges
reset
in interface DatasetChanges
public void change(QuadAction qaction, Node g, Node s, Node p, Node o)
DatasetChanges
change
in interface DatasetChanges
QuadAction
Licenced under the Apache License, Version 2.0