Uses of Class
org.apache.cassandra.service.paxos.uncommitted.PaxosKeyState
-
Packages that use PaxosKeyState Package Description org.apache.cassandra.service.paxos.uncommitted -
-
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 PaxosKeyState Modifier and Type Method Description CloseableIterator<PaxosKeyState>PaxosUncommittedIndex. flushIterator(Memtable flushing)CloseableIterator<PaxosKeyState>PaxosUncommittedTracker.UpdateSupplier. flushIterator(Memtable paxos)static CloseableIterator<PaxosKeyState>PaxosKeyState. mergeUncommitted(CloseableIterator<PaxosKeyState>... iterators)CloseableIterator<PaxosKeyState>PaxosUncommittedIndex. repairIterator(TableId tableId, java.util.Collection<Range<Token>> ranges)CloseableIterator<PaxosKeyState>PaxosUncommittedTracker.UpdateSupplier. repairIterator(TableId tableId, java.util.Collection<Range<Token>> ranges)Methods in org.apache.cassandra.service.paxos.uncommitted with parameters of type PaxosKeyState Modifier and Type Method Description voidUncommittedTableData.FlushWriter. append(PaxosKeyState commitState)Method parameters in org.apache.cassandra.service.paxos.uncommitted with type arguments of type PaxosKeyState Modifier and Type Method Description default voidUncommittedTableData.FlushWriter. appendAll(java.lang.Iterable<PaxosKeyState> states)voidPaxosUncommittedTracker. rebuild(java.util.Iterator<PaxosKeyState> iterator)static CloseableIterator<UncommittedPaxosKey>PaxosKeyState. toUncommittedInfo(CloseableIterator<PaxosKeyState> iter)
-