Uses of Interface
de.xima.fc.common.auto_closeable.QuietAutoCloseable
-
Packages that use QuietAutoCloseable Package Description de.xima.fc.common.auto_closeable de.xima.fc.common.concurrent de.xima.fc.common.filesystem -
-
Uses of QuietAutoCloseable in de.xima.fc.common.auto_closeable
Fields in de.xima.fc.common.auto_closeable declared as QuietAutoCloseable Modifier and Type Field Description static QuietAutoCloseableQuietAutoCloseable. NO_OPA no-operationQuietAutoCloseablethat does nothing when closed. -
Uses of QuietAutoCloseable in de.xima.fc.common.concurrent
Methods in de.xima.fc.common.concurrent that return QuietAutoCloseable Modifier and Type Method Description QuietAutoCloseableStripedLock. lockAll()Locks access to all stripes.QuietAutoCloseableStripedLock. lockMultiple(Iterable<?> stripes)Locks access to the given individual stripes.QuietAutoCloseableStripedLock. lockMultiple(Object... stripes)Locks access to the given individual stripes.QuietAutoCloseableStripedLock. lockSingle(Object stripe)Locks access to a single stripe. -
Uses of QuietAutoCloseable in de.xima.fc.common.filesystem
Methods in de.xima.fc.common.filesystem that return QuietAutoCloseable Modifier and Type Method Description QuietAutoCloseableISynchronizedFileSystem. lock(FD file)Locks access to the specified file.QuietAutoCloseableISynchronizedFileSystem. lock(FD... files)Locks access to the specified files.QuietAutoCloseableISynchronizedFileSystem. lock(Iterable<FD> files)Locks access to the specified files.QuietAutoCloseableISynchronizedFileSystem. lockAll()Locks access to the entire file system.
-