Interface CellWithTimestamps
-
@Immutable public interface CellWithTimestamps
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description com.palantir.atlasdb.keyvalue.api.Cell
cell()
static CellWithTimestamps
of(com.palantir.atlasdb.keyvalue.api.Cell cell, List<Long> unsortedTimestamps)
List<Long>
sortedTimestamps()
default com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping
toSweepCandidate(Predicate<Long> shouldSweepTimestampPredicate, boolean latestValueEmpty)
-
-
-
Method Detail
-
cell
com.palantir.atlasdb.keyvalue.api.Cell cell()
-
of
static CellWithTimestamps of(com.palantir.atlasdb.keyvalue.api.Cell cell, List<Long> unsortedTimestamps)
-
-