Uses of Interface
org.apache.cassandra.net.AsyncStreamingOutputPlus.BufferSupplier
-
Packages that use AsyncStreamingOutputPlus.BufferSupplier Package Description org.apache.cassandra.net -
-
Uses of AsyncStreamingOutputPlus.BufferSupplier in org.apache.cassandra.net
Methods in org.apache.cassandra.net with parameters of type AsyncStreamingOutputPlus.BufferSupplier Modifier and Type Method Description void
AsyncStreamingOutputPlus.Write. write(AsyncStreamingOutputPlus.BufferSupplier supplier)
Write to a buffer, and flush its contents to the channel.
-