Uses of Class
org.apache.cassandra.streaming.StreamState
Packages that use StreamState
Package
Description
-
Uses of StreamState in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return types with arguments of type StreamStateModifier and TypeMethodDescriptionBootStrapper.bootstrap(StreamStateStore stateStore, boolean useStrictConsistency) Methods in org.apache.cassandra.dht with parameters of type StreamState -
Uses of StreamState in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable with parameters of type StreamState -
Uses of StreamState in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair with parameters of type StreamStateModifier and TypeMethodDescriptionvoidLocalSyncTask.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 StreamStateModifier and TypeMethodDescriptionStorageService.prepareUnbootstrapStreaming()StorageService.startBootstrap(Collection<Token> tokens) StorageService.startBootstrap(Collection<Token> tokens, boolean replacing) RangeRelocator.stream() -
Uses of StreamState in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as StreamStateMethods in org.apache.cassandra.streaming that return StreamStateMethods in org.apache.cassandra.streaming with parameters of type StreamStateConstructors in org.apache.cassandra.streaming with parameters of type StreamStateModifierConstructorDescriptionStreamException(StreamState finalState, String message) StreamException(StreamState finalState, String message, Throwable cause) -
Uses of StreamState in org.apache.cassandra.streaming.management
Methods in org.apache.cassandra.streaming.management that return StreamStateModifier and TypeMethodDescriptionstatic StreamStateStreamStateCompositeData.fromCompositeData(CompositeData cd) Methods in org.apache.cassandra.streaming.management with parameters of type StreamStateModifier and TypeMethodDescriptionvoidStreamEventJMXNotifier.onSuccess(StreamState result) static 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