Uses of Class
org.apache.cassandra.io.util.DataOutputBuffer
-
Packages that use DataOutputBuffer Package Description org.apache.cassandra.io.util org.apache.cassandra.streaming -
-
Uses of DataOutputBuffer in org.apache.cassandra.io.util
Subclasses of DataOutputBuffer in org.apache.cassandra.io.util Modifier and Type Class Description class
DataOutputBufferFixed
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing its buffer so copies can be avoided.class
SafeMemoryWriter
Fields in org.apache.cassandra.io.util with type parameters of type DataOutputBuffer Modifier and Type Field Description static io.netty.util.concurrent.FastThreadLocal<DataOutputBuffer>
DataOutputBuffer. scratchBuffer
Scratch buffers used mostly for serializing in memory. -
Uses of DataOutputBuffer in org.apache.cassandra.streaming
Subclasses of DataOutputBuffer in org.apache.cassandra.streaming Modifier and Type Class Description class
StreamingDataOutputPlusFixed
-