| Interface | Description |
|---|---|
| IncomingStream |
The counterpart of
OutgoingStream on the receiving side. |
| OutgoingStream |
Some subset of data to be streamed.
|
| StreamConnectionFactory | |
| StreamEventHandler | |
| StreamHook | |
| StreamingMessageSender | |
| StreamManagerMBean | |
| StreamReceiver |
StreamReceiver acts as a staging area for incoming data.
|
| StreamSession.MessageStateSink | |
| TableStreamManager |
The main streaming hook for a storage implementation.
|
| Class | Description |
|---|---|
| DefaultConnectionFactory | |
| ProgressInfo |
ProgressInfo contains stream transfer progress.
|
| ReplicationDoneVerbHandler | |
| SessionInfo |
Stream session info.
|
| SessionSummary | |
| StreamCoordinator |
StreamCoordinator is a helper class that abstracts away maintaining multiple
StreamSession and ProgressInfo instances per peer. |
| StreamEvent | |
| StreamEvent.ProgressEvent | |
| StreamEvent.SessionCompleteEvent | |
| StreamEvent.SessionPreparedEvent | |
| StreamManager |
StreamManager manages currently running
StreamResultFutures and provides status of all operation invoked. |
| StreamManager.StreamRateLimiter | |
| StreamPlan |
StreamPlan is a helper class that builds StreamOperation of given configuration. |
| StreamReceiveTask |
Task that manages receiving files for the session for certain ColumnFamily.
|
| StreamRequest | |
| StreamRequest.StreamRequestSerializer | |
| StreamResultFuture |
A future on the result (
StreamState) of a streaming plan. |
| StreamSession |
Handles the streaming a one or more streams to and from a specific remote node.
|
| StreamState |
Current snapshot of streaming progress.
|
| StreamSummary |
Summary of streaming.
|
| StreamSummary.StreamSummarySerializer | |
| StreamTask |
StreamTask is an abstraction of the streaming task performed over specific ColumnFamily.
|
| StreamTransferTask |
StreamTransferTask sends streams for a given table
|
| Enum | Description |
|---|---|
| PreviewKind | |
| ProgressInfo.Direction |
Direction of the stream.
|
| StreamEvent.Type | |
| StreamOperation | |
| StreamSession.State |
State Transition:
|
| Exception | Description |
|---|---|
| StreamException | |
| StreamReceiveException |
Copyright © 2009-2022 The Apache Software Foundation