Uses of Class
org.apache.cassandra.streaming.StreamRequest
Packages that use StreamRequest
-
Uses of StreamRequest in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming with type parameters of type StreamRequestModifier and TypeFieldDescriptionfinal Set<StreamRequest>StreamEvent.SessionCompleteEvent.requestsprotected final Set<StreamRequest>StreamSession.requestsstatic final IVersionedSerializer<StreamRequest>StreamRequest.serializerMethods in org.apache.cassandra.streaming that return StreamRequestModifier and TypeMethodDescriptionStreamRequest.StreamRequestSerializer.deserialize(DataInputPlus in, int version) Methods in org.apache.cassandra.streaming with parameters of type StreamRequestModifier and TypeMethodDescriptionvoidStreamRequest.StreamRequestSerializer.serialize(StreamRequest request, DataOutputPlus out, int version) longStreamRequest.StreamRequestSerializer.serializedSize(StreamRequest request, int version) Method parameters in org.apache.cassandra.streaming with type arguments of type StreamRequestModifier and TypeMethodDescriptionvoidStreamSession.prepare(Collection<StreamRequest> requests, Collection<StreamSummary> summaries) Prepare this session for sending/receiving files.voidStreamSession.prepareAsync(Collection<StreamRequest> requests, Collection<StreamSummary> summaries) Finish preparing the session.Constructor parameters in org.apache.cassandra.streaming with type arguments of type StreamRequestModifierConstructorDescription -
Uses of StreamRequest in org.apache.cassandra.streaming.messages
Fields in org.apache.cassandra.streaming.messages with type parameters of type StreamRequestModifier and TypeFieldDescriptionfinal Collection<StreamRequest>PrepareSynMessage.requestsStreaming requests