Package | Description |
---|---|
org.apache.cassandra.net | |
org.apache.cassandra.transport |
Modifier and Type | Class and Description |
---|---|
class |
FrameDecoderCrc
Framing format that protects integrity of data in movement with CRCs (of both header and payload).
|
class |
FrameDecoderLZ4
Framing format that compresses payloads with LZ4, and protects integrity of data in movement with CRCs
(of both header and payload).
|
Modifier and Type | Field and Description |
---|---|
protected FrameDecoder |
AbstractMessageHandler.decoder |
Constructor and Description |
---|
AbstractMessageHandler(FrameDecoder decoder,
io.netty.channel.Channel channel,
int largeThreshold,
long queueCapacity,
ResourceLimits.Limit endpointReserveCapacity,
ResourceLimits.Limit globalReserveCapacity,
AbstractMessageHandler.WaitQueue endpointWaitQueue,
AbstractMessageHandler.WaitQueue globalWaitQueue,
AbstractMessageHandler.OnHandlerClosed onClosed) |
Modifier and Type | Method and Description |
---|---|
protected FrameDecoder |
PipelineConfigurator.frameDecoder(java.lang.String compression,
BufferPoolAllocator allocator) |
Copyright © 2009-2022 The Apache Software Foundation