Uses of Class
org.apache.cassandra.net.FrameDecoder.IntactFrame
-
Packages that use FrameDecoder.IntactFrame Package Description org.apache.cassandra.net org.apache.cassandra.transport -
-
Uses of FrameDecoder.IntactFrame in org.apache.cassandra.net
Methods in org.apache.cassandra.net with parameters of type FrameDecoder.IntactFrame Modifier and Type Method Description protected 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.IntactFrame Modifier and Type Method Description protected booleanCQLMessageHandler. processFirstFrameOfLargeMessage(FrameDecoder.IntactFrame frame, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve)
-