Package org.apache.cassandra.streaming
Interface StreamingChannel
- All Known Implementing Classes:
NettyStreamingChannel
public interface StreamingChannel
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enumstatic interface -
Method Summary
Modifier and TypeMethodDescriptionuntil closed, cannot invokesend(Send)io.netty.util.concurrent.Future<?>close()booleanid()in()voidpeer()io.netty.util.concurrent.Future<?>send(StreamingChannel.Send send)
-
Method Details
-
id
Object id() -
description
String description() -
peer
InetSocketAddress peer() -
connectedTo
InetSocketAddress connectedTo() -
connected
boolean connected() -
in
-
acquireOut
StreamingDataOutputPlus acquireOut()until closed, cannot invokesend(Send) -
send
- Throws:
IOException
-
close
io.netty.util.concurrent.Future<?> close() -
onClose
-