Package | Description |
---|---|
org.apache.cassandra.db.streaming |
File transfer
|
org.apache.cassandra.io.compress | |
org.apache.cassandra.io.util | |
org.apache.cassandra.net | |
org.apache.cassandra.streaming | |
org.apache.cassandra.streaming.messages |
Modifier and Type | Method and Description |
---|---|
void |
CassandraCompressedStreamWriter.write(DataOutputStreamPlus output) |
void |
CassandraStreamWriter.write(DataOutputStreamPlus output)
Stream file of specified sections to given channel.
|
void |
CassandraOutgoingFile.write(StreamSession session,
DataOutputStreamPlus out,
int version) |
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 |
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 | Method and Description |
---|---|
void |
OutgoingStream.write(StreamSession session,
DataOutputStreamPlus output,
int version)
Write the streams data into the socket
|
Modifier and Type | Method and Description |
---|---|
void |
OutgoingStreamMessage.serialize(DataOutputStreamPlus out,
int version,
StreamSession session) |
static void |
StreamMessage.serialize(StreamMessage message,
DataOutputStreamPlus out,
int version,
StreamSession session) |
void |
StreamMessage.Serializer.serialize(V message,
DataOutputStreamPlus out,
int version,
StreamSession session) |
Copyright © 2009- The Apache Software Foundation