java.lang.Object
org.apache.jena.sparql.core.DatasetChangesCounter
- All Implemented Interfaces:
DatasetChanges
Deprecated.
Do not use. This class is not transaction-aware.
Count changes, or simply note if a change has been made.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.A change has occurredvoid
finish()
Deprecated.Indicator that a sequence of changes has now finishedboolean
Deprecated.void
reset()
Deprecated.Release any resourcesvoid
start()
Deprecated.Indicator that a sequence of changes is about to start
-
Constructor Details
-
DatasetChangesCounter
public DatasetChangesCounter()Deprecated.
-
-
Method Details
-
start
public void start()Deprecated.Description copied from interface:DatasetChanges
Indicator that a sequence of changes is about to start- Specified by:
start
in interfaceDatasetChanges
-
change
Deprecated.Description copied from interface:DatasetChanges
A change has occurred- Specified by:
change
in interfaceDatasetChanges
- See Also:
-
finish
public void finish()Deprecated.Description copied from interface:DatasetChanges
Indicator that a sequence of changes has now finished- Specified by:
finish
in interfaceDatasetChanges
-
hasChanged
public boolean hasChanged()Deprecated. -
reset
public void reset()Deprecated.Description copied from interface:DatasetChanges
Release any resources- Specified by:
reset
in interfaceDatasetChanges
-