Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.io.util |
Modifier and Type | Method and Description |
---|---|
static void |
RowIndexEntry.Serializer.serializeOffsets(DataOutputBuffer out,
int[] indexOffsets,
int columnIndexCount) |
Modifier and Type | Class and Description |
---|---|
class |
DataOutputBufferFixed
An implementation of the DataOutputStream interface using a FastByteArrayOutputStream and exposing
its buffer so copies can be avoided.
|
class |
SafeMemoryWriter |
Modifier and Type | Field and Description |
---|---|
static io.netty.util.concurrent.FastThreadLocal<DataOutputBuffer> |
DataOutputBuffer.scratchBuffer
Scratch buffers used mostly for serializing in memory.
|
Copyright © 2009-2021 The Apache Software Foundation