Package | Description |
---|---|
org.apache.cassandra.db.streaming |
File transfer
|
Modifier and Type | Method and Description |
---|---|
void |
CassandraEntireSSTableStreamWriter.write(AsyncStreamingOutputPlus out)
Stream the entire file to given channel.
|
protected long |
CassandraStreamWriter.write(ChannelProxy proxy,
DataIntegrityMetadata.ChecksumValidator validator,
AsyncStreamingOutputPlus output,
long start,
int transferOffset,
int toTransfer,
int bufferSize)
Sequentially read bytes from the file and write them to the output stream
|
Copyright © 2009-2021 The Apache Software Foundation