Class CoordinatorSessions
java.lang.Object
org.apache.cassandra.repair.consistent.CoordinatorSessions
Container for all consistent repair sessions a node is coordinating
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CoordinatorSessionbuildSession(CoordinatorSession.Builder builder) getSession(TimeUUID sessionId) voidvoidhandleFinalizePromiseMessage(Message<? extends RepairMessage> message) voidhandlePrepareResponse(Message<? extends RepairMessage> msg) voidonSessionStateUpdate(CoordinatorSession session) registerSession(TimeUUID sessionId, Set<InetAddressAndPort> participants, boolean isForced)
-
Constructor Details
-
Method Details
-
buildSession
-
registerSession
public CoordinatorSession registerSession(TimeUUID sessionId, Set<InetAddressAndPort> participants, boolean isForced) throws NoSuchRepairSessionException - Throws:
NoSuchRepairSessionException
-
getSession
-
onSessionStateUpdate
-
handlePrepareResponse
-
handleFinalizePromiseMessage
-
handleFailSessionMessage
-