| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.util.concurrent.ListenableFuture<StreamState> | BootStrapper. bootstrap(StreamStateStore stateStore,
         boolean useStrictConsistency) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StreamStateStore. onSuccess(StreamState streamState) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SSTableLoader. onSuccess(StreamState finalState) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LocalSyncTask. onSuccess(StreamState result) | 
| void | StreamingRepairTask. onSuccess(StreamState state)If we succeeded on both stream in and out, reply back to coordinator | 
| Modifier and Type | Field and Description | 
|---|---|
| StreamState | StreamException. finalState | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamState | StreamResultFuture. getCurrentState() | 
| 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 | 
|---|---|
| static StreamState | StreamStateCompositeData. fromCompositeData(javax.management.openmbean.CompositeData cd) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StreamEventJMXNotifier. onSuccess(StreamState result) | 
| static javax.management.openmbean.CompositeData | StreamStateCompositeData. toCompositeData(StreamState streamState) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<StreamState> | NodeProbe. getStreamStatus() | 
Copyright © 2018 The Apache Software Foundation