Class GetCellTimestamps
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.sweep.GetCellTimestamps
-
public class GetCellTimestamps extends Object
-
-
Constructor Summary
Constructors Constructor Description GetCellTimestamps(CqlExecutor cqlExecutor, RowGetter rowGetter, com.palantir.atlasdb.keyvalue.api.TableReference tableRef, byte[] startRowInclusive, int batchHint, com.palantir.refreshable.Refreshable<Integer> sweepReadThreadsRefreshable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CellWithTimestamps>
execute()
Fetches a batch of timestamps, grouped by cell.
-
-
-
Constructor Detail
-
GetCellTimestamps
public GetCellTimestamps(CqlExecutor cqlExecutor, RowGetter rowGetter, com.palantir.atlasdb.keyvalue.api.TableReference tableRef, byte[] startRowInclusive, int batchHint, com.palantir.refreshable.Refreshable<Integer> sweepReadThreadsRefreshable)
-
-
Method Detail
-
execute
public List<CellWithTimestamps> execute()
Fetches a batch of timestamps, grouped by cell. The returnedCellWithTimestamp
s are ordered by cell.
-
-