Uses of Class
org.apache.cassandra.streaming.SessionSummary
Packages that use SessionSummary
Package
Description
-
Uses of SessionSummary in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair with type parameters of type SessionSummaryMethod parameters in org.apache.cassandra.repair with type arguments of type SessionSummaryModifier and TypeMethodDescriptionvoidAsymmetricRemoteSyncTask.syncComplete(boolean success, List<SessionSummary> summaries) voidCompletableRemoteSyncTask.syncComplete(boolean success, List<SessionSummary> summaries) voidSymmetricRemoteSyncTask.syncComplete(boolean success, List<SessionSummary> summaries) SyncStat.withSummaries(List<SessionSummary> summaries) Constructor parameters in org.apache.cassandra.repair with type arguments of type SessionSummaryModifierConstructorDescriptionSyncStat(SyncNodePair nodes, Collection<Range<Token>> differences, List<SessionSummary> summaries) -
Uses of SessionSummary in org.apache.cassandra.repair.messages
Fields in org.apache.cassandra.repair.messages with type parameters of type SessionSummaryConstructor parameters in org.apache.cassandra.repair.messages with type arguments of type SessionSummaryModifierConstructorDescriptionSyncResponse(RepairJobDesc desc, InetAddressAndPort endpoint1, InetAddressAndPort endpoint2, boolean success, List<SessionSummary> summaries) SyncResponse(RepairJobDesc desc, SyncNodePair nodes, boolean success, List<SessionSummary> summaries) -
Uses of SessionSummary in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming with type parameters of type SessionSummaryModifier and TypeFieldDescriptionstatic IVersionedSerializer<SessionSummary>SessionSummary.serializerMethods in org.apache.cassandra.streaming that return SessionSummaryMethods in org.apache.cassandra.streaming that return types with arguments of type SessionSummary