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 voidStreamStateStore. 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 voidSSTableLoader. 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 voidLocalSyncTask. onSuccess(StreamState result)voidStreamingRepairTask. 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 StreamStateStreamException. finalStateMethods in org.apache.cassandra.streaming that return StreamState Modifier and Type Method Description StreamStateStreamResultFuture. 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 StreamStateStreamStateCompositeData. fromCompositeData(javax.management.openmbean.CompositeData cd)Methods in org.apache.cassandra.streaming.management with parameters of type StreamState Modifier and Type Method Description voidStreamEventJMXNotifier. onSuccess(StreamState result)static javax.management.openmbean.CompositeDataStreamStateCompositeData. 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()
-