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