Uses of Enum Class
org.opendaylight.raft.spi.Lz4BlockSize
Packages that use Lz4BlockSize
-
Uses of Lz4BlockSize in org.opendaylight.raft.spi
Methods in org.opendaylight.raft.spi that return Lz4BlockSizeModifier and TypeMethodDescriptionstatic Lz4BlockSize
Returns the enum constant of this class with the specified name.static Lz4BlockSize[]
Lz4BlockSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.raft.spi with parameters of type Lz4BlockSizeModifier and TypeMethodDescriptionstatic OutputStream
Lz4Support.newCompressOutputStream
(OutputStream out, Lz4BlockSize blockSize) Creates a newOutputStream
that will compress data using the LZ4 algorithm with independent blocks.static OutputStream
Lz4Support.newCompressOutputStream
(OutputStream out, Lz4BlockSize blockSize, long knownSize) Creates a newOutputStream
that will compress data using the LZ4 algorithm with independent blocks.