Uses of Class
org.apache.cassandra.repair.SyncNodePair
Packages that use SyncNodePair
-
Uses of SyncNodePair in org.apache.cassandra.repair
Fields in org.apache.cassandra.repair declared as SyncNodePairModifier and TypeFieldDescriptionprotected final SyncNodePairSyncTask.nodePairfinal SyncNodePairSyncStat.nodesFields in org.apache.cassandra.repair with type parameters of type SyncNodePairModifier and TypeFieldDescriptionstatic IVersionedSerializer<SyncNodePair>SyncNodePair.serializerMethods in org.apache.cassandra.repair that return SyncNodePairModifier and TypeMethodDescriptionSyncNodePair.NodePairSerializer.deserialize(DataInputPlus in, int version) SyncTask.nodePair()Methods in org.apache.cassandra.repair with parameters of type SyncNodePairModifier and TypeMethodDescriptionvoidSyncNodePair.NodePairSerializer.serialize(SyncNodePair nodePair, DataOutputPlus out, int version) longSyncNodePair.NodePairSerializer.serializedSize(SyncNodePair nodePair, int version) Method parameters in org.apache.cassandra.repair with type arguments of type SyncNodePairModifier and TypeMethodDescriptionvoidRepairSession.trackSyncCompletion(Pair<RepairJobDesc, SyncNodePair> key, CompletableRemoteSyncTask task) Constructors in org.apache.cassandra.repair with parameters of type SyncNodePairModifierConstructorDescriptionSyncStat(SyncNodePair nodes, Collection<Range<Token>> differences) SyncStat(SyncNodePair nodes, Collection<Range<Token>> differences, List<SessionSummary> summaries) -
Uses of SyncNodePair in org.apache.cassandra.repair.messages
Fields in org.apache.cassandra.repair.messages declared as SyncNodePairModifier and TypeFieldDescriptionfinal SyncNodePairSyncResponse.nodesnodes that involved in this syncConstructors in org.apache.cassandra.repair.messages with parameters of type SyncNodePairModifierConstructorDescriptionSyncResponse(RepairJobDesc desc, SyncNodePair nodes, boolean success, List<SessionSummary> summaries)