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 TypeMethodDescriptionvoidDeprecated.A change has occurredfinal voidfinish()Deprecated.Indicator that a sequence of changes has now finishedfinal voidreset()Deprecated.Release any resourcesfinal voidstart()Deprecated.Indicator that a sequence of changes is about to start
-
Method Details
-
start
public final void start()Deprecated.Description copied from interface:DatasetChangesIndicator that a sequence of changes is about to start- Specified by:
startin interfaceDatasetChanges
-
finish
public final void finish()Deprecated.Description copied from interface:DatasetChangesIndicator that a sequence of changes has now finished- Specified by:
finishin interfaceDatasetChanges
-
reset
public final void reset()Deprecated.Description copied from interface:DatasetChangesRelease any resources- Specified by:
resetin interfaceDatasetChanges
-
change
Deprecated.Description copied from interface:DatasetChangesA change has occurred- Specified by:
changein interfaceDatasetChanges- See Also:
-