Uses of Class
org.apache.cassandra.streaming.SessionSummary
-
Packages that use SessionSummary Package Description org.apache.cassandra.repair org.apache.cassandra.repair.messages org.apache.cassandra.streaming -
-
Uses of SessionSummary in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair with type parameters of type SessionSummary Modifier and Type Field Description java.util.List<SessionSummary>SyncStat. summariesMethod parameters in org.apache.cassandra.repair with type arguments of type SessionSummary Modifier and Type Method Description voidAsymmetricRemoteSyncTask. syncComplete(boolean success, java.util.List<SessionSummary> summaries)voidCompletableRemoteSyncTask. syncComplete(boolean success, java.util.List<SessionSummary> summaries)voidRepairSession. syncComplete(RepairJobDesc desc, SyncNodePair nodes, boolean success, java.util.List<SessionSummary> summaries)Notify this session that sync completed/failed with givenSyncNodePair.voidSymmetricRemoteSyncTask. syncComplete(boolean success, java.util.List<SessionSummary> summaries)SyncStatSyncStat. withSummaries(java.util.List<SessionSummary> summaries)Constructor parameters in org.apache.cassandra.repair with type arguments of type SessionSummary Constructor Description SyncStat(SyncNodePair nodes, long numberOfDifferences, java.util.List<SessionSummary> summaries) -
Uses of SessionSummary in org.apache.cassandra.repair.messages
Fields in org.apache.cassandra.repair.messages with type parameters of type SessionSummary Modifier and Type Field Description java.util.List<SessionSummary>SyncResponse. summariesConstructor parameters in org.apache.cassandra.repair.messages with type arguments of type SessionSummary Constructor Description SyncResponse(RepairJobDesc desc, InetAddressAndPort endpoint1, InetAddressAndPort endpoint2, boolean success, java.util.List<SessionSummary> summaries)SyncResponse(RepairJobDesc desc, SyncNodePair nodes, boolean success, java.util.List<SessionSummary> summaries) -
Uses of SessionSummary in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming with type parameters of type SessionSummary Modifier and Type Field Description static IVersionedSerializer<SessionSummary>SessionSummary. serializerMethods in org.apache.cassandra.streaming that return SessionSummary Modifier and Type Method Description SessionSummarySessionInfo. createSummary()Methods in org.apache.cassandra.streaming that return types with arguments of type SessionSummary Modifier and Type Method Description java.util.List<SessionSummary>StreamState. createSummaries()
-