Uses of Class
org.apache.cassandra.streaming.StreamRequest
-
Packages that use StreamRequest Package Description org.apache.cassandra.streaming org.apache.cassandra.streaming.messages -
-
Uses of StreamRequest in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming with type parameters of type StreamRequest Modifier and Type Field Description java.util.Set<StreamRequest>
StreamEvent.SessionCompleteEvent. requests
protected java.util.Set<StreamRequest>
StreamSession. requests
static IVersionedSerializer<StreamRequest>
StreamRequest. serializer
Methods in org.apache.cassandra.streaming that return StreamRequest Modifier and Type Method Description StreamRequest
StreamRequest.StreamRequestSerializer. deserialize(DataInputPlus in, int version)
Methods in org.apache.cassandra.streaming with parameters of type StreamRequest Modifier and Type Method Description void
StreamRequest.StreamRequestSerializer. serialize(StreamRequest request, DataOutputPlus out, int version)
long
StreamRequest.StreamRequestSerializer. serializedSize(StreamRequest request, int version)
Method parameters in org.apache.cassandra.streaming with type arguments of type StreamRequest Modifier and Type Method Description void
StreamSession. prepare(java.util.Collection<StreamRequest> requests, java.util.Collection<StreamSummary> summaries)
Prepare this session for sending/receiving files. -
Uses of StreamRequest in org.apache.cassandra.streaming.messages
Fields in org.apache.cassandra.streaming.messages with type parameters of type StreamRequest Modifier and Type Field Description java.util.Collection<StreamRequest>
PrepareSynMessage. requests
Streaming requests
-