Package | Description |
---|---|
org.apache.cassandra.io.sstable | |
org.apache.cassandra.repair | |
org.apache.cassandra.streaming | |
org.apache.cassandra.tools |
Modifier and Type | Method and Description |
---|---|
void |
SSTableLoader.onSuccess(StreamState finalState) |
Modifier and Type | Method and Description |
---|---|
void |
StreamingRepairTask.onSuccess(StreamState state)
If we succeeded on both stream in and out, reply back to the initiator.
|
Modifier and Type | Field and Description |
---|---|
StreamState |
StreamException.finalState |
Modifier and Type | Method and Description |
---|---|
StreamState |
StreamResultFuture.getCurrentState() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<StreamState> |
StreamManager.getCurrentStreams() |
java.util.Set<StreamState> |
StreamManagerMBean.getCurrentStreams()
Returns the current state of all ongoing streams.
|
Constructor and Description |
---|
StreamException(StreamState finalState,
java.lang.String message) |
StreamException(StreamState finalState,
java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<StreamState> |
NodeProbe.getStreamStatus() |
Copyright © 2013 The Apache Software Foundation