Uses of Class
org.apache.cassandra.service.paxos.cleanup.PaxosCleanupResponse
-
Packages that use PaxosCleanupResponse Package Description org.apache.cassandra.service.paxos.cleanup -
-
Uses of PaxosCleanupResponse in org.apache.cassandra.service.paxos.cleanup
Fields in org.apache.cassandra.service.paxos.cleanup with type parameters of type PaxosCleanupResponse Modifier and Type Field Description static IVersionedSerializer<PaxosCleanupResponse>PaxosCleanupResponse. serializerstatic IVerbHandler<PaxosCleanupResponse>PaxosCleanupResponse. verbHandlerMethods in org.apache.cassandra.service.paxos.cleanup that return PaxosCleanupResponse Modifier and Type Method Description static PaxosCleanupResponsePaxosCleanupResponse. failed(java.util.UUID session, java.lang.String message)static PaxosCleanupResponsePaxosCleanupResponse. success(java.util.UUID session)Methods in org.apache.cassandra.service.paxos.cleanup with parameters of type PaxosCleanupResponse Modifier and Type Method Description static voidPaxosCleanupSession. finishSession(InetAddressAndPort from, PaxosCleanupResponse response)
-