Package | Description |
---|---|
org.apache.cassandra.net | |
org.apache.cassandra.streaming.async |
Non-blocking streaming with netty
|
Modifier and Type | Method and Description |
---|---|
int |
AsyncStreamingOutputPlus.writeToChannel(AsyncStreamingOutputPlus.Write write,
StreamManager.StreamRateLimiter limiter)
Provide a lambda that can request a buffer of suitable size, then fill the buffer and have
that buffer written and flushed to the underlying channel, without having to handle buffer
allocation, lifetime or cleanup, including in case of exceptions.
|
Modifier and Type | Method and Description |
---|---|
static AsyncStreamingOutputPlus.Write |
StreamCompressionSerializer.serialize(net.jpountz.lz4.LZ4Compressor compressor,
java.nio.ByteBuffer in,
int version) |
Copyright © 2009- The Apache Software Foundation