Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util | |
org.apache.cassandra.net | |
org.apache.cassandra.streaming |
Modifier and Type | Class and Description |
---|---|
class |
CompressedSequentialWriter |
Modifier and Type | Class and Description |
---|---|
class |
BufferedDataOutputStreamPlus
An implementation of the DataOutputStreamPlus interface using a ByteBuffer to stage writes
before flushing them to an underlying channel.
|
class |
ChecksummedSequentialWriter |
class |
DataOutputBuffer
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
its buffer so copies can be avoided.
|
class |
DataOutputBufferFixed
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
its buffer so copies can be avoided.
|
class |
FileOutputStreamPlus |
class |
SafeMemoryWriter |
class |
SequentialWriter
Adds buffering, mark, and fsyncing to OutputStream.
|
class |
UnbufferedDataOutputStreamPlus
Base class for DataOutput implementations that does not have an optimized implementations of Plus methods
and does no buffering.
|
class |
WrappedDataOutputStreamPlus
When possible use
WrappedDataOutputStreamPlus instead of this class, as it will
be more efficient when using Plus methods. |
Modifier and Type | Class and Description |
---|---|
class |
AsyncChannelOutputPlus
A
DataOutputStreamPlus that writes ASYNCHRONOUSLY to a Netty Channel. |
class |
AsyncMessageOutputPlus
A
DataOutputStreamPlus that writes ASYNCHRONOUSLY to a Netty Channel. |
class |
AsyncStreamingOutputPlus
A
DataOutputStreamPlus that writes ASYNCHRONOUSLY to a Netty Channel. |
Modifier and Type | Class and Description |
---|---|
class |
StreamingDataOutputPlusFixed |
Copyright © 2009-2022 The Apache Software Foundation