Class CellWithTimestamp


  • @Immutable
    public abstract class CellWithTimestamp
    extends Object
    • Constructor Detail

      • CellWithTimestamp

        public CellWithTimestamp()
    • 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()