Class PaxosCleanupHistory
- java.lang.Object
-
- org.apache.cassandra.service.paxos.cleanup.PaxosCleanupHistory
-
public class PaxosCleanupHistory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static IVersionedSerializer<PaxosCleanupHistory>
serializer
-
Constructor Summary
Constructors Constructor Description PaxosCleanupHistory(TableId tableId, Ballot highBound, PaxosRepairHistory history)
-
-
-
Field Detail
-
serializer
public static final IVersionedSerializer<PaxosCleanupHistory> serializer
-
-
Constructor Detail
-
PaxosCleanupHistory
public PaxosCleanupHistory(TableId tableId, Ballot highBound, PaxosRepairHistory history)
-
-