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