public static class Commit.AcceptedWithTTL extends Commit.Accepted
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 |
---|
AcceptedWithTTL(Ballot ballot,
PartitionUpdate update,
int localDeletionTime) |
AcceptedWithTTL(Commit copy,
int localDeletionTime) |
Modifier and Type | Method and Description |
---|---|
static Commit.AcceptedWithTTL |
withDefaultTTL(Commit copy) |
latestAccepted, none, toString
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 AcceptedWithTTL(Commit copy, int localDeletionTime)
public AcceptedWithTTL(Ballot ballot, PartitionUpdate update, int localDeletionTime)
public static Commit.AcceptedWithTTL withDefaultTTL(Commit copy)
Copyright © 2009-2022 The Apache Software Foundation