Uses of Class
org.cryptomator.cryptofs.CryptoFileSystemStats
-
Packages that use CryptoFileSystemStats Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.ch org.cryptomator.cryptofs.fh -
-
Uses of CryptoFileSystemStats in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoFileSystemStats Modifier and Type Method Description CryptoFileSystemStatsCryptoFileSystemStats_Factory. get()abstract CryptoFileSystemStatsCryptoFileSystem. getStats()Provides file system performance statistics.static CryptoFileSystemStatsCryptoFileSystemStats_Factory. newInstance()Methods in org.cryptomator.cryptofs with parameters of type CryptoFileSystemStats Modifier and Type Method Description static 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, DirectoryStreamFactory directoryStreamFactory, Object dirIdProvider, AttributeProvider fileAttributeProvider, AttributeByNameProvider fileAttributeByNameProvider, AttributeViewProvider fileAttributeViewProvider, OpenCryptoFiles openCryptoFiles, Symlinks symlinks, FinallyUtil finallyUtil, CiphertextDirectoryDeleter ciphertextDirDeleter, ReadonlyFlag readonlyFlag, Object rootDirectoryInitializer) -
Uses of CryptoFileSystemStats in org.cryptomator.cryptofs.ch
Methods in org.cryptomator.cryptofs.ch with parameters of type CryptoFileSystemStats Modifier and Type Method Description static CleartextFileChannelCleartextFileChannel_Factory. newInstance(FileChannel ciphertextFileChannel, org.cryptomator.cryptolib.api.FileHeader fileHeader, boolean mustWriteHeader, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, ChunkCache chunkCache, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, Supplier<BasicFileAttributeView> attrViewProvider, ExceptionsDuringWrite exceptionsDuringWrite, ChannelCloseListener closeListener, CryptoFileSystemStats stats)Constructors in org.cryptomator.cryptofs.ch with parameters of type CryptoFileSystemStats Constructor Description CleartextFileChannel(FileChannel ciphertextFileChannel, org.cryptomator.cryptolib.api.FileHeader fileHeader, boolean mustWriteHeader, ReadWriteLock readWriteLock, org.cryptomator.cryptolib.api.Cryptor cryptor, ChunkCache chunkCache, EffectiveOpenOptions options, AtomicLong fileSize, AtomicReference<Instant> lastModified, Supplier<BasicFileAttributeView> attrViewProvider, ExceptionsDuringWrite exceptionsDuringWrite, ChannelCloseListener closeListener, CryptoFileSystemStats stats) -
Uses of CryptoFileSystemStats in org.cryptomator.cryptofs.fh
Methods in org.cryptomator.cryptofs.fh with parameters of type CryptoFileSystemStats Modifier and Type Method Description static ChunkCacheChunkCache_Factory. newInstance(Object chunkLoader, Object chunkSaver, CryptoFileSystemStats stats)static org.cryptomator.cryptofs.fh.ChunkLoaderChunkLoader_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, Object ciphertext, FileHeaderHolder headerHolder, CryptoFileSystemStats stats)static org.cryptomator.cryptofs.fh.ChunkSaverChunkSaver_Factory. newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, Object ciphertext, FileHeaderHolder headerHolder, ExceptionsDuringWrite exceptionsDuringWrite, CryptoFileSystemStats stats)Constructors in org.cryptomator.cryptofs.fh with parameters of type CryptoFileSystemStats Constructor Description ChunkCache(org.cryptomator.cryptofs.fh.ChunkLoader chunkLoader, org.cryptomator.cryptofs.fh.ChunkSaver chunkSaver, CryptoFileSystemStats stats)
-