Uses of Interface
org.apache.cassandra.streaming.OutgoingStream
Packages that use OutgoingStream
Package
Description
File transfer
-
Uses of OutgoingStream in org.apache.cassandra.db.streaming
Classes in org.apache.cassandra.db.streaming that implement OutgoingStreamModifier and TypeClassDescriptionclassused to transfer the part(or whole) of a SSTable data fileMethods in org.apache.cassandra.db.streaming that return types with arguments of type OutgoingStreamModifier and TypeMethodDescriptionCassandraStreamManager.createOutgoingStreams(StreamSession session, RangesAtEndpoint replicas, TimeUUID pendingRepair, PreviewKind previewKind) Methods in org.apache.cassandra.db.streaming with parameters of type OutgoingStreamModifier and TypeMethodDescriptionstatic CassandraOutgoingFileCassandraOutgoingFile.fromStream(OutgoingStream stream) -
Uses of OutgoingStream in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming that return types with arguments of type OutgoingStreamModifier and TypeMethodDescriptionTableStreamManager.createOutgoingStreams(StreamSession session, RangesAtEndpoint replicas, TimeUUID pendingRepair, PreviewKind previewKind) Returns a collection ofOutgoingStreams that contains the data selected by the given replicas, pendingRepair, and preview.StreamSession.getOutgoingStreamsForRanges(RangesAtEndpoint replicas, Collection<ColumnFamilyStore> stores, TimeUUID pendingRepair, PreviewKind previewKind) Methods in org.apache.cassandra.streaming with parameters of type OutgoingStreamModifier and TypeMethodDescriptionvoidStreamTransferTask.addTransferStream(OutgoingStream stream) StreamHook.reportOutgoingStream(StreamSession session, OutgoingStream stream, OutgoingStreamMessage message) Method parameters in org.apache.cassandra.streaming with type arguments of type OutgoingStreamModifier and TypeMethodDescriptionvoidStreamCoordinator.transferStreams(InetAddressAndPort to, Collection<OutgoingStream> streams) StreamPlan.transferStreams(InetAddressAndPort to, Collection<OutgoingStream> streams) Add transfer task to send given streams -
Uses of OutgoingStream in org.apache.cassandra.streaming.messages
Fields in org.apache.cassandra.streaming.messages declared as OutgoingStreamConstructors in org.apache.cassandra.streaming.messages with parameters of type OutgoingStreamModifierConstructorDescriptionOutgoingStreamMessage(TableId tableId, StreamSession session, OutgoingStream stream, int sequenceNumber)