Uses of Class
org.apache.cassandra.streaming.StreamState
-
-
Uses of StreamState in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return types with arguments of type StreamState Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<StreamState>
BootStrapper. bootstrap(StreamStateStore stateStore, boolean useStrictConsistency)
Methods in org.apache.cassandra.dht with parameters of type StreamState Modifier and Type Method Description void
StreamStateStore. onSuccess(StreamState streamState)
-
Uses of StreamState in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type StreamState Modifier and Type Method Description void
SSTableLoader. onSuccess(StreamState finalState)
-
Uses of StreamState in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair with parameters of type StreamState Modifier and Type Method Description void
LocalSyncTask. onSuccess(StreamState result)
void
StreamingRepairTask. onSuccess(StreamState state)
If we succeeded on both stream in and out, respond back to coordinator -
Uses of StreamState in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return types with arguments of type StreamState Modifier and Type Method Description java.util.concurrent.Future<StreamState>
StorageService. startBootstrap(java.util.Collection<Token> tokens)
java.util.concurrent.Future<StreamState>
RangeRelocator. stream()
-
Uses of StreamState in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as StreamState Modifier and Type Field Description StreamState
StreamException. finalState
Methods in org.apache.cassandra.streaming that return StreamState Modifier and Type Method Description StreamState
StreamResultFuture. getCurrentState()
Constructors in org.apache.cassandra.streaming with parameters of type StreamState Constructor Description StreamException(StreamState finalState, java.lang.String message)
StreamException(StreamState finalState, java.lang.String message, java.lang.Throwable cause)
-
Uses of StreamState in org.apache.cassandra.streaming.management
Methods in org.apache.cassandra.streaming.management that return StreamState Modifier and Type Method Description static StreamState
StreamStateCompositeData. fromCompositeData(javax.management.openmbean.CompositeData cd)
Methods in org.apache.cassandra.streaming.management with parameters of type StreamState Modifier and Type Method Description void
StreamEventJMXNotifier. onSuccess(StreamState result)
static javax.management.openmbean.CompositeData
StreamStateCompositeData. toCompositeData(StreamState streamState)
-
Uses of StreamState in org.apache.cassandra.tools
Methods in org.apache.cassandra.tools that return types with arguments of type StreamState Modifier and Type Method Description java.util.Set<StreamState>
NodeProbe. getStreamStatus()
-