6970717273747576
return this; } @Override public ColumnMutation withTimestamp(long timestamp) { this.clock = new ConstantClock(timestamp); return this; }