Interface CellWithTimestamps


  • @Immutable
    public interface CellWithTimestamps
    • Method Detail

      • cell

        com.palantir.atlasdb.keyvalue.api.Cell cell()
      • sortedTimestamps

        List<Long> sortedTimestamps()
      • toSweepCandidate

        default com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping toSweepCandidate​(Predicate<Long> shouldSweepTimestampPredicate,
                                                                                            boolean latestValueEmpty)