Uses of Class
org.apache.cassandra.net.FrameDecoder.Frame
Packages that use FrameDecoder.Frame
-
Uses of FrameDecoder.Frame in org.apache.cassandra.net
Subclasses of FrameDecoder.Frame in org.apache.cassandra.netModifier and TypeClassDescriptionstatic final classA corrupted frame was encountered; this represents the knowledge we have about this frame, and whether or not the stream is recoverable.static final classThe payload bytes of a complete frame, i.e.Methods in org.apache.cassandra.net with parameters of type FrameDecoder.FrameModifier and TypeMethodDescriptionbooleanAbstractMessageHandler.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