java.lang.Object
org.apache.jena.tdb1.sys.DatasetControlMutable
- All Implemented Interfaces:
DatasetControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSignal the completion of an internal read operationvoidFine grained, internal update - finish<T> Iterator<T>iteratorControl(Iterator<T> iter) Notify an iterator being created.voidset(DatasetControl newOther) voidSignal the start of an internal read operationvoidFine grained, internal update - start
-
Constructor Details
-
DatasetControlMutable
-
-
Method Details
-
set
-
startUpdate
public void startUpdate()Description copied from interface:DatasetControlFine grained, internal update - start- Specified by:
startUpdatein interfaceDatasetControl
-
finishUpdate
public void finishUpdate()Description copied from interface:DatasetControlFine grained, internal update - finish- Specified by:
finishUpdatein interfaceDatasetControl
-
startRead
public void startRead()Description copied from interface:DatasetControlSignal the start of an internal read operation- Specified by:
startReadin interfaceDatasetControl
-
finishRead
public void finishRead()Description copied from interface:DatasetControlSignal the completion of an internal read operation- Specified by:
finishReadin interfaceDatasetControl
-
iteratorControl
Description copied from interface:DatasetControlNotify an iterator being created.- Specified by:
iteratorControlin interfaceDatasetControl
-