Uses of Interface
de.gsi.dataset.locks.DataSetLock
-
Packages that use DataSetLock Package Description de.gsi.dataset de.gsi.dataset.locks de.gsi.dataset.spi -
-
Uses of DataSetLock in de.gsi.dataset
Methods in de.gsi.dataset that return DataSetLock Modifier and Type Method Description <D extends DataSet>
DataSetLock<D>DataSet. lock() -
Uses of DataSetLock in de.gsi.dataset.locks
Classes in de.gsi.dataset.locks that implement DataSetLock Modifier and Type Class Description classDefaultDataSetLock<D extends DataSet>A Simple ReadWriteLock for the DataSet interface and its fluent-design approach Some implementation recommendation: write lock guards behave the same as ReentrantLock with the additional functionality, that awriteLock()and subsequentwriteUnLock()mute and, respectively, un-mute the given DataSet's auto-notification states, e.g. -
Uses of DataSetLock in de.gsi.dataset.spi
Methods in de.gsi.dataset.spi that return DataSetLock Modifier and Type Method Description DataSetLock<? extends DataSet>AbstractDataSet. lock()DataSetLock<D>AbstractErrorDataSet. lock()<D extends DataSet>
DataSetLock<D>TransposedDataSet. lock()
-