Uses of Class
org.apache.cassandra.net.FrameDecoder.Frame
-
Packages that use FrameDecoder.Frame Package Description org.apache.cassandra.net org.apache.cassandra.transport -
-
Uses of FrameDecoder.Frame in org.apache.cassandra.net
Subclasses of FrameDecoder.Frame in org.apache.cassandra.net Modifier and Type Class Description static class
FrameDecoder.CorruptFrame
A corrupted frame was encountered; this represents the knowledge we have about this frame, and whether or not the stream is recoverable.static class
FrameDecoder.IntactFrame
The payload bytes of a complete frame, i.e.Methods in org.apache.cassandra.net with parameters of type FrameDecoder.Frame Modifier and Type Method Description boolean
AbstractMessageHandler. process(FrameDecoder.Frame frame)
boolean
FrameDecoder.FrameProcessor. process(FrameDecoder.Frame frame)
Frame processor that the frames should be handed off to.protected boolean
AbstractMessageHandler. processSubsequentFrameOfLargeMessage(FrameDecoder.Frame frame)
boolean
AbstractMessageHandler.LargeMessage. supply(FrameDecoder.Frame frame)
Return true if this was the last frame of the large message. -
Uses of FrameDecoder.Frame in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type FrameDecoder.Frame Modifier and Type Method Description boolean
CQLMessageHandler. process(FrameDecoder.Frame frame)
-