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 abstract boolean
AbstractMessageHandler. processFirstFrameOfLargeMessage(FrameDecoder.IntactFrame frame, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve)
protected boolean
InboundMessageHandler. 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 boolean
CQLMessageHandler. processFirstFrameOfLargeMessage(FrameDecoder.IntactFrame frame, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve)
-