Uses of Class
org.apache.cassandra.streaming.StreamSummary
-
Packages that use StreamSummary Package Description org.apache.cassandra.streaming org.apache.cassandra.streaming.management org.apache.cassandra.streaming.messages -
-
Uses of StreamSummary in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming with type parameters of type StreamSummary Modifier and Type Field Description java.util.Collection<StreamSummary>SessionInfo. receivingSummariesImmutable collection of receiving summariesjava.util.Collection<StreamSummary>SessionSummary. receivingSummariesImmutable collection of receiving summariesjava.util.Collection<StreamSummary>SessionInfo. sendingSummariesImmutable collection of sending summariesjava.util.Collection<StreamSummary>SessionSummary. sendingSummariesImmutable collection of sending summariesstatic IVersionedSerializer<StreamSummary>StreamSummary. serializerMethods in org.apache.cassandra.streaming that return StreamSummary Modifier and Type Method Description StreamSummaryStreamSummary.StreamSummarySerializer. deserialize(DataInputPlus in, int version)StreamSummaryStreamTask. getSummary()Methods in org.apache.cassandra.streaming with parameters of type StreamSummary Modifier and Type Method Description voidStreamSession. prepareReceiving(StreamSummary summary)voidStreamSummary.StreamSummarySerializer. serialize(StreamSummary summary, DataOutputPlus out, int version)longStreamSummary.StreamSummarySerializer. serializedSize(StreamSummary summary, int version)Constructor parameters in org.apache.cassandra.streaming with type arguments of type StreamSummary Constructor Description SessionInfo(java.net.InetSocketAddress peer, int sessionIndex, java.net.InetSocketAddress connecting, java.util.Collection<StreamSummary> receivingSummaries, java.util.Collection<StreamSummary> sendingSummaries, StreamSession.State state)SessionSummary(java.net.InetSocketAddress coordinator, java.net.InetSocketAddress peer, java.util.Collection<StreamSummary> receivingSummaries, java.util.Collection<StreamSummary> sendingSummaries) -
Uses of StreamSummary in org.apache.cassandra.streaming.management
Methods in org.apache.cassandra.streaming.management that return StreamSummary Modifier and Type Method Description static StreamSummaryStreamSummaryCompositeData. fromCompositeData(javax.management.openmbean.CompositeData cd)Methods in org.apache.cassandra.streaming.management with parameters of type StreamSummary Modifier and Type Method Description static javax.management.openmbean.CompositeDataStreamSummaryCompositeData. toCompositeData(StreamSummary streamSummary) -
Uses of StreamSummary in org.apache.cassandra.streaming.messages
Fields in org.apache.cassandra.streaming.messages with type parameters of type StreamSummary Modifier and Type Field Description java.util.Collection<StreamSummary>PrepareSynAckMessage. summariesSummaries of streaming outjava.util.Collection<StreamSummary>PrepareSynMessage. summariesSummaries of streaming out
-