Uses of Class
org.apache.cassandra.net.ShareableBytes
-
Packages that use ShareableBytes Package Description org.apache.cassandra.net org.apache.cassandra.transport -
-
Uses of ShareableBytes in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as ShareableBytes Modifier and Type Field Description ShareableBytes
FrameDecoder.IntactFrame. contents
Fields in org.apache.cassandra.net with type parameters of type ShareableBytes Modifier and Type Field Description protected java.util.List<ShareableBytes>
AbstractMessageHandler.LargeMessage. buffers
Methods in org.apache.cassandra.net that return ShareableBytes Modifier and Type Method Description ShareableBytes
ShareableBytes. share()
Ensure this ShareableBytes will use atomic operations for updating its count from now on.ShareableBytes
ShareableBytes. sliceAndConsume(int length)
Create a slice over the nextlength
bytes, consuming them from our buffer, and incrementing the owner countstatic ShareableBytes
ShareableBytes. wrap(java.nio.ByteBuffer buffer)
Methods in org.apache.cassandra.net with parameters of type ShareableBytes Modifier and Type Method Description protected abstract boolean
AbstractMessageHandler. processOneContainedMessage(ShareableBytes bytes, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve)
protected boolean
InboundMessageHandler. processOneContainedMessage(ShareableBytes bytes, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve)
Constructors in org.apache.cassandra.net with parameters of type ShareableBytes Constructor Description LargeMessage(int size, H header, long expiresAtNanos, ShareableBytes bytes)
-
Uses of ShareableBytes in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type ShareableBytes Modifier and Type Method Description protected boolean
CQLMessageHandler. processOneContainedMessage(ShareableBytes bytes, ResourceLimits.Limit endpointReserve, ResourceLimits.Limit globalReserve)
-