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 classFrameDecoder.CorruptFrameA corrupted frame was encountered; this represents the knowledge we have about this frame, and whether or not the stream is recoverable.static classFrameDecoder.IntactFrameThe 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 booleanAbstractMessageHandler. process(FrameDecoder.Frame frame)booleanFrameDecoder.FrameProcessor. process(FrameDecoder.Frame frame)Frame processor that the frames should be handed off to.protected booleanAbstractMessageHandler. processSubsequentFrameOfLargeMessage(FrameDecoder.Frame frame)booleanAbstractMessageHandler.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 booleanCQLMessageHandler. process(FrameDecoder.Frame frame)
-