java.lang.Object
org.apache.jena.sparql.core.DatasetChangesBatched
- All Implemented Interfaces:
DatasetChanges
Deprecated.
Do not use. This class does not have a clear contract when used with transactions.
Collect a stream of DatasetChanges into batches. A batch is adjacent quads
changes with (same graph, same subject, same action).
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.A change has occurredfinal void
finish()
Deprecated.Indicator that a sequence of changes has now finishedfinal void
reset()
Deprecated.Release any resourcesfinal void
start()
Deprecated.Indicator that a sequence of changes is about to start
-
Method Details
-
start
public final void start()Deprecated.Description copied from interface:DatasetChanges
Indicator that a sequence of changes is about to start- Specified by:
start
in interfaceDatasetChanges
-
finish
public final void finish()Deprecated.Description copied from interface:DatasetChanges
Indicator that a sequence of changes has now finished- Specified by:
finish
in interfaceDatasetChanges
-
reset
public final void reset()Deprecated.Description copied from interface:DatasetChanges
Release any resources- Specified by:
reset
in interfaceDatasetChanges
-
change
Deprecated.Description copied from interface:DatasetChanges
A change has occurred- Specified by:
change
in interfaceDatasetChanges
- See Also:
-