Package org.apache.cassandra.net
Class FrameEncoderLZ4
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
org.apache.cassandra.net.FrameEncoder
org.apache.cassandra.net.FrameEncoderLZ4
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelOutboundHandler
Please see
FrameDecoderLZ4 for description of the framing produced by this encoder.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cassandra.net.FrameEncoder
FrameEncoder.Payload, FrameEncoder.PayloadAllocatorNested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Field Summary
FieldsFields inherited from class org.apache.cassandra.net.FrameEncoder
bufferPool -
Method Summary
Modifier and TypeMethodDescriptionio.netty.buffer.ByteBufencode(boolean isSelfContained, ByteBuffer in) Methods inherited from class org.apache.cassandra.net.FrameEncoder
allocator, writeMethods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Field Details
-
fastInstance
-
HEADER_AND_TRAILER_LENGTH
public static final int HEADER_AND_TRAILER_LENGTH- See Also:
-
-
Method Details
-
encode
-