| Package | Description |
|---|---|
| de.gsi.dataset | |
| de.gsi.dataset.locks | |
| de.gsi.dataset.spi |
| Modifier and Type | Method and Description |
|---|---|
<D extends DataSet> |
DataSet.lock() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataSetLock<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 a
writeLock()
and subsequent writeUnLock() mute and, respectively, un-mute the given DataSet's auto-notification
states, e.g. |
| Modifier and Type | Method and Description |
|---|---|
DataSetLock<? extends DataSet> |
AbstractDataSet.lock() |
DataSetLock<D> |
AbstractErrorDataSet.lock() |
<D extends DataSet> |
TransposedDataSet.lock() |
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.