Uses of Class
org.apache.cassandra.service.paxos.uncommitted.PaxosKeyState
Packages that use PaxosKeyState
-
Uses of PaxosKeyState in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted that return types with arguments of type PaxosKeyStateModifier and TypeMethodDescriptionPaxosUncommittedIndex.flushIterator(Memtable flushing) PaxosUncommittedTracker.UpdateSupplier.flushIterator(Memtable paxos) static CloseableIterator<PaxosKeyState>PaxosKeyState.mergeUncommitted(CloseableIterator<PaxosKeyState>... iterators) PaxosUncommittedIndex.repairIterator(TableId tableId, Collection<Range<Token>> ranges) PaxosUncommittedTracker.UpdateSupplier.repairIterator(TableId tableId, Collection<Range<Token>> ranges) Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type PaxosKeyStateModifier and TypeMethodDescriptionvoidUncommittedTableData.FlushWriter.append(PaxosKeyState commitState) Method parameters in org.apache.cassandra.service.paxos.uncommitted with type arguments of type PaxosKeyStateModifier and TypeMethodDescriptiondefault voidUncommittedTableData.FlushWriter.appendAll(Iterable<PaxosKeyState> states) voidPaxosUncommittedTracker.rebuild(Iterator<PaxosKeyState> iterator) static CloseableIterator<UncommittedPaxosKey>PaxosKeyState.toUncommittedInfo(CloseableIterator<PaxosKeyState> iter)