Uses of Interface
de.xima.fc.common.auto_closeable.QuietAutoCloseable
Packages that use QuietAutoCloseable
Package
Description
-
Uses of QuietAutoCloseable in de.xima.fc.common.auto_closeable
Fields in de.xima.fc.common.auto_closeable declared as QuietAutoCloseableModifier and TypeFieldDescriptionstatic final 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 QuietAutoCloseableModifier and TypeMethodDescriptionStripedLock.lockAll()Locks access to all stripes.StripedLock.lockMultiple(Iterable<?> stripes) Locks access to the given individual stripes.StripedLock.lockMultiple(Object... stripes) Locks access to the given individual stripes.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 QuietAutoCloseableModifier and TypeMethodDescriptionLocks access to the specified file.Locks access to the specified files.Locks access to the specified files.ISynchronizedFileSystem.lockAll()Locks access to the entire file system.