public static class Commit.CommittedWithTTL extends Commit.Committed
Commit.Accepted, Commit.AcceptedWithTTL, Commit.Agreed, Commit.CommitSerializer<T extends Commit>, Commit.Committed, Commit.CommittedWithTTL, Commit.Proposal
Modifier and Type | Field and Description |
---|---|
int |
localDeletionTime |
serializer
Constructor and Description |
---|
CommittedWithTTL(Ballot ballot,
PartitionUpdate update,
int localDeletionTime) |
CommittedWithTTL(Commit copy,
int localDeletionTime) |
Modifier and Type | Method and Description |
---|---|
static Commit.CommittedWithTTL |
withDefaultTTL(Commit copy) |
isNone, latestCommitted, none, toString
latestAccepted
accepted, agreed, empty, of
compareWith, emptyCommit, equals, hasBallot, hashCode, hasSameBallot, isAfter, isAfter, isAfter, isAfter, isAfter, isAfter, isBefore, isReproposalOf, isSameOrAfter, latest, latest, latest, makeMutation, newPrepare, newProposal, timestampsClash, timestampsClash, toString
public CommittedWithTTL(Ballot ballot, PartitionUpdate update, int localDeletionTime)
public CommittedWithTTL(Commit copy, int localDeletionTime)
public static Commit.CommittedWithTTL withDefaultTTL(Commit copy)
Copyright © 2009- The Apache Software Foundation