Uses of Interface
org.cojen.tupl.io.PageCompressor
Packages that use PageCompressor
-
Uses of PageCompressor in org.cojen.tupl
Method parameters in org.cojen.tupl with type arguments of type PageCompressorModifier and TypeMethodDescriptionDatabaseConfig.compressPages(int fullPageSize, long cacheSize, Supplier<? extends PageCompressor> factory) Compress the underlying database pages, reducing overall size at the cost of performance. -
Uses of PageCompressor in org.cojen.tupl.io
Methods in org.cojen.tupl.io that return types with arguments of type PageCompressorModifier and TypeMethodDescriptionstatic Supplier<PageCompressor> PageCompressor.lz4()Returns a supplier of new LZ4 compressors.static Supplier<PageCompressor> PageCompressor.zlib()Returns a supplier of new ZLIB compressors (deflate).static Supplier<PageCompressor> PageCompressor.zlib(int level) Returns a supplier of new ZLIB compressors (deflate).static Supplier<PageCompressor> PageCompressor.zstd()Returns a supplier of new Zstandard compressors.static Supplier<PageCompressor> PageCompressor.zstd(int level) Returns a supplier of new Zstandard compressors.