Package | Description |
---|---|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util | |
org.apache.cassandra.net |
Modifier and Type | Class and Description |
---|---|
class |
CompressedSequentialWriter |
Modifier and Type | Class and Description |
---|---|
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 |
SafeMemoryWriter |
class |
SequentialWriter
Adds buffering, mark, and fsyncing to OutputStream.
|
Modifier and Type | Method and Description |
---|---|
BufferedDataOutputStreamPlus |
BufferedDataOutputStreamPlus.order(java.nio.ByteOrder order) |
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. |
Copyright © 2009-2022 The Apache Software Foundation