|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FsSyncOption | |
|---|---|
| de.schlichtherle.truezip.fs | Provides access to (possibly federated virtual) file systems. |
| de.schlichtherle.truezip.fs.archive | Provides acces to archive files as if they were just directories. |
| Uses of FsSyncOption in de.schlichtherle.truezip.fs |
|---|
| Fields in de.schlichtherle.truezip.fs with type parameters of type FsSyncOption | |
|---|---|
static BitField<FsSyncOption> |
FsManager.UMOUNT
Equivalent to BitField.of(FsSyncOption.FORCE_CLOSE_INPUT, FsSyncOption.FORCE_CLOSE_OUTPUT, FsSyncOption.CLEAR_CACHE). |
| Methods in de.schlichtherle.truezip.fs that return FsSyncOption | |
|---|---|
static FsSyncOption |
FsSyncOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FsSyncOption[] |
FsSyncOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Method parameters in de.schlichtherle.truezip.fs with type arguments of type FsSyncOption | ||
|---|---|---|
private
|
FsCachingController.beforeSync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
void |
FsManager.sync(BitField<FsSyncOption> options)
Commits all unsynchronized changes to the contents of the federated file systems managed by this instance to their respective parent file system. |
|
void |
FsController.sync(BitField<FsSyncOption> options)
Commits all unsynchronized changes to the contents of this file to its parent file system. |
|
|
FsDecoratingController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
abstract
|
FsController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
Commits all unsynchronized changes to the contents of this file system to its parent file system. |
|
|
FsConcurrentController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
|
FsCachingController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
|
FsStatisticsManager.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super IOException,X> handler)
Commits all unsynchronized changes to the contents of all federated file systems managed by this instance to their respective parent file system. |
|
|
FsManager.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super IOException,X> handler)
Commits all unsynchronized changes to the contents of all federated file systems managed by this instance to their respective parent file system. |
|
|
FsFailSafeManager.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super IOException,X> handler)
Commits all unsynchronized changes to the contents of all federated file systems managed by this instance to their respective parent file system. |
|
|
FsDecoratingManager.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super IOException,X> handler)
|
|
| Uses of FsSyncOption in de.schlichtherle.truezip.fs.archive |
|---|
| Fields in de.schlichtherle.truezip.fs.archive with type parameters of type FsSyncOption | |
|---|---|
private static BitField<FsSyncOption> |
FsDefaultArchiveController.SYNC_OPTIONS
|
private static BitField<FsSyncOption> |
FsArchiveController.UNLINK_SYNC_OPTIONS
|
| Method parameters in de.schlichtherle.truezip.fs.archive with type arguments of type FsSyncOption | ||
|---|---|---|
private
|
FsDefaultArchiveController.awaitSync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
Waits for all entry input and entry output streams to close or forces them to close, dependending on the options. |
|
|
FsDefaultArchiveController.sync(BitField<FsSyncOption> options,
ExceptionHandler<? super FsSyncException,X> handler)
|
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||