Class CellWithTimestamp
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.sweep.CellWithTimestamp
-
@Immutable public abstract class CellWithTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description CellWithTimestamp()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract com.palantir.atlasdb.keyvalue.api.Cell
cell()
protected void
check()
static CellWithTimestamp
of(com.palantir.atlasdb.keyvalue.api.Cell cell, long timestamp)
abstract long
timestamp()
-
-
-
Method Detail
-
cell
public abstract com.palantir.atlasdb.keyvalue.api.Cell cell()
-
timestamp
public abstract long timestamp()
-
of
public static CellWithTimestamp of(com.palantir.atlasdb.keyvalue.api.Cell cell, long timestamp)
-
check
@Check protected final void check()
-
-