| Package | Description | 
|---|---|
| org.apache.cassandra.streaming | 
| Modifier and Type | Field and Description | 
|---|---|
| StreamSession.State | SessionInfo. stateCurrent session state | 
| Modifier and Type | Method and Description | 
|---|---|
| StreamSession.State | StreamSession. state() | 
| static StreamSession.State | StreamSession.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static StreamSession.State[] | StreamSession.State. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StreamSession. state(StreamSession.State newState)Set current state to  newState. | 
| Constructor and Description | 
|---|
| SessionInfo(java.net.InetAddress peer,
           int sessionIndex,
           java.net.InetAddress connecting,
           java.util.Collection<StreamSummary> receivingSummaries,
           java.util.Collection<StreamSummary> sendingSummaries,
           StreamSession.State state) | 
Copyright © 2018 The Apache Software Foundation