Uses of Class
org.cryptomator.cryptofs.CryptoFileSystemStats
Packages that use CryptoFileSystemStats
Package
Description
Crypto filesystem decoration layer
-
Uses of CryptoFileSystemStats in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoFileSystemStatsModifier and TypeMethodDescriptionCryptoFileSystemStats_Factory.get()abstract CryptoFileSystemStatsCryptoFileSystem.getStats()Provides file system performance statistics.static CryptoFileSystemStatsCryptoFileSystemStats_Factory.newInstance()Methods in org.cryptomator.cryptofs with parameters of type CryptoFileSystemStatsModifier and TypeMethodDescriptionstatic org.cryptomator.cryptofs.CryptoFileSystemImplCryptoFileSystemImpl_Factory.newInstance(CryptoFileSystemProvider provider, Object cryptoFileSystems, Path pathToVault, org.cryptomator.cryptolib.api.Cryptor cryptor, Object fileStore, CryptoFileSystemStats stats, CryptoPathMapper cryptoPathMapper, Object cryptoPathFactory, Object pathMatcherFactory, org.cryptomator.cryptofs.dir.DirectoryStreamFactory directoryStreamFactory, Object dirIdProvider, DirectoryIdBackup dirIdBackup, org.cryptomator.cryptofs.attr.AttributeProvider fileAttributeProvider, org.cryptomator.cryptofs.attr.AttributeByNameProvider fileAttributeByNameProvider, org.cryptomator.cryptofs.attr.AttributeViewProvider fileAttributeViewProvider, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, Symlinks symlinks, FinallyUtil finallyUtil, org.cryptomator.cryptofs.dir.CiphertextDirectoryDeleter ciphertextDirDeleter, ReadonlyFlag readonlyFlag, CryptoFileSystemProperties fileSystemProperties) -
Uses of CryptoFileSystemStats in org.cryptomator.cryptofs.ch
Methods in org.cryptomator.cryptofs.ch with parameters of type CryptoFileSystemStatsModifier and TypeMethodDescriptionstatic org.cryptomator.cryptofs.ch.CleartextFileChannelCleartextFileChannel_Factory.newInstance(FileChannel ciphertextFileChannel, org.cryptomator.cryptofs.fh.FileHeaderHolder fileHeaderHolder, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, org.cryptomator.cryptofs.fh.ChunkCache chunkCache, org.cryptomator.cryptofs.fh.BufferPool bufferPool, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, AtomicReference<Path> currentPath, org.cryptomator.cryptofs.fh.ExceptionsDuringWrite exceptionsDuringWrite, org.cryptomator.cryptofs.ch.ChannelCloseListener closeListener, CryptoFileSystemStats stats) -
Uses of CryptoFileSystemStats in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh with parameters of type CryptoFileSystemStatsModifier and TypeMethodDescriptionstatic org.cryptomator.cryptofs.fh.ChunkCacheChunkCache_Factory.newInstance(Object chunkLoader, Object chunkSaver, CryptoFileSystemStats stats, org.cryptomator.cryptofs.fh.BufferPool bufferPool, org.cryptomator.cryptofs.fh.ExceptionsDuringWrite exceptionsDuringWrite) static org.cryptomator.cryptofs.fh.ChunkLoaderChunkLoader_Factory.newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, Object ciphertext, org.cryptomator.cryptofs.fh.FileHeaderHolder headerHolder, CryptoFileSystemStats stats, org.cryptomator.cryptofs.fh.BufferPool bufferPool) static org.cryptomator.cryptofs.fh.ChunkSaverChunkSaver_Factory.newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, Object ciphertext, org.cryptomator.cryptofs.fh.FileHeaderHolder headerHolder, CryptoFileSystemStats stats, org.cryptomator.cryptofs.fh.BufferPool bufferPool)