Uses of Interface
org.apache.cassandra.streaming.StreamingDataOutputPlus
-
Packages that use StreamingDataOutputPlus Package Description org.apache.cassandra.db.streaming File transferorg.apache.cassandra.net org.apache.cassandra.streaming org.apache.cassandra.streaming.async Non-blocking streaming with nettyorg.apache.cassandra.streaming.messages -
-
Uses of StreamingDataOutputPlus in org.apache.cassandra.db.streaming
Methods in org.apache.cassandra.db.streaming with parameters of type StreamingDataOutputPlus Modifier and Type Method Description voidCassandraCompressedStreamWriter. write(StreamingDataOutputPlus out)voidCassandraEntireSSTableStreamWriter. write(StreamingDataOutputPlus out)Stream the entire file to given channel.voidCassandraOutgoingFile. write(StreamSession session, StreamingDataOutputPlus out, int version)protected longCassandraStreamWriter. write(ChannelProxy proxy, DataIntegrityMetadata.ChecksumValidator validator, StreamingDataOutputPlus output, long start, int transferOffset, int toTransfer, int bufferSize)Sequentially read bytes from the file and write them to the output streamvoidCassandraStreamWriter. write(StreamingDataOutputPlus out)Stream file of specified sections to given channel. -
Uses of StreamingDataOutputPlus in org.apache.cassandra.net
Classes in org.apache.cassandra.net that implement StreamingDataOutputPlus Modifier and Type Class Description classAsyncStreamingOutputPlusADataOutputStreamPlusthat writes ASYNCHRONOUSLY to a Netty Channel. -
Uses of StreamingDataOutputPlus in org.apache.cassandra.streaming
Classes in org.apache.cassandra.streaming that implement StreamingDataOutputPlus Modifier and Type Class Description classStreamingDataOutputPlusFixedMethods in org.apache.cassandra.streaming that return StreamingDataOutputPlus Modifier and Type Method Description StreamingDataOutputPlusStreamingChannel. acquireOut()until closed, cannot invokeStreamingChannel.send(Send)Methods in org.apache.cassandra.streaming with parameters of type StreamingDataOutputPlus Modifier and Type Method Description voidOutgoingStream. write(StreamSession session, StreamingDataOutputPlus output, int version)Write the streams data into the socketMethod parameters in org.apache.cassandra.streaming with type arguments of type StreamingDataOutputPlus Modifier and Type Method Description voidStreamingChannel.Send. send(java.util.function.IntFunction<StreamingDataOutputPlus> outSupplier) -
Uses of StreamingDataOutputPlus in org.apache.cassandra.streaming.async
Methods in org.apache.cassandra.streaming.async that return StreamingDataOutputPlus Modifier and Type Method Description StreamingDataOutputPlusNettyStreamingChannel. acquireOut() -
Uses of StreamingDataOutputPlus in org.apache.cassandra.streaming.messages
Methods in org.apache.cassandra.streaming.messages with parameters of type StreamingDataOutputPlus Modifier and Type Method Description voidOutgoingStreamMessage. serialize(StreamingDataOutputPlus out, int version, StreamSession session)static voidStreamMessage. serialize(StreamMessage message, StreamingDataOutputPlus out, int version, StreamSession session)voidStreamMessage.Serializer. serialize(V message, StreamingDataOutputPlus out, int version, StreamSession session)
-