Package | Description |
---|---|
org.apache.cassandra.dht | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.repair | |
org.apache.cassandra.streaming | |
org.apache.cassandra.streaming.management |
Modifier and Type | Method and Description |
---|---|
void |
StreamStateStore.handleStreamEvent(StreamEvent event)
When StreamSession completes, make all keyspaces/ranges in session available to be served.
|
Modifier and Type | Method and Description |
---|---|
void |
SSTableLoader.handleStreamEvent(StreamEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
LocalSyncTask.handleStreamEvent(StreamEvent event) |
void |
StreamingRepairTask.handleStreamEvent(StreamEvent event) |
Modifier and Type | Class and Description |
---|---|
static class |
StreamEvent.ProgressEvent |
static class |
StreamEvent.SessionCompleteEvent |
static class |
StreamEvent.SessionPreparedEvent |
Modifier and Type | Method and Description |
---|---|
void |
StreamEventHandler.handleStreamEvent(StreamEvent event)
Callback for various streaming events.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamEventJMXNotifier.handleStreamEvent(StreamEvent event) |
Copyright © 2020 The Apache Software Foundation