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 QuietAutoCloseable
QuietAutoCloseable. NO_OP
A no-operationQuietAutoCloseable
that 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 QuietAutoCloseable
StripedLock. lockAll()
Locks access to all stripes.QuietAutoCloseable
StripedLock. lockMultiple(Iterable<?> stripes)
Locks access to the given individual stripes.QuietAutoCloseable
StripedLock. lockMultiple(Object... stripes)
Locks access to the given individual stripes.QuietAutoCloseable
StripedLock. 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 QuietAutoCloseable
ISynchronizedFileSystem. lock(FD file)
Locks access to the specified file.QuietAutoCloseable
ISynchronizedFileSystem. lock(FD... files)
Locks access to the specified files.QuietAutoCloseable
ISynchronizedFileSystem. lock(Iterable<FD> files)
Locks access to the specified files.QuietAutoCloseable
ISynchronizedFileSystem. lockAll()
Locks access to the entire file system.
-