Uses of Class
org.apache.cassandra.net.FrameDecoder.IntactFrame
Packages that use FrameDecoder.IntactFrame
-
Uses of FrameDecoder.IntactFrame in org.apache.cassandra.net
Methods in org.apache.cassandra.net with parameters of type FrameDecoder.IntactFrameModifier and TypeMethodDescriptionprotected voidAbstractMessageHandler.LargeMessage.onIntactFrame(FrameDecoder.IntactFrame frame) protected abstract booleanAbstractMessageHandler.processFirstFrameOfLargeMessage(FrameDecoder.IntactFrame frame, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve) protected booleanInboundMessageHandler.processFirstFrameOfLargeMessage(FrameDecoder.IntactFrame frame, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve) -
Uses of FrameDecoder.IntactFrame in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type FrameDecoder.IntactFrameModifier and TypeMethodDescriptionprotected booleanCQLMessageHandler.processFirstFrameOfLargeMessage(FrameDecoder.IntactFrame frame, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve)