Package org.apache.cassandra.streaming
Interface StreamingChannel.Send
-
- Enclosing interface:
- StreamingChannel
public static interface StreamingChannel.Send
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
send(java.util.function.IntFunction<StreamingDataOutputPlus> outSupplier)
-
-
-
Method Detail
-
send
void send(java.util.function.IntFunction<StreamingDataOutputPlus> outSupplier) throws java.io.IOException
- Throws:
java.io.IOException
-
-