Class GetCandidateRowsForSweeping
- java.lang.Object
-
- com.palantir.atlasdb.keyvalue.cassandra.sweep.GetCandidateRowsForSweeping
-
public class GetCandidateRowsForSweeping extends Object
-
-
Constructor Summary
Constructors Constructor Description GetCandidateRowsForSweeping(ValuesLoader valuesLoader, CqlExecutor cqlExecutor, RowGetter rowGetter, com.palantir.atlasdb.keyvalue.api.TableReference table, com.palantir.atlasdb.keyvalue.api.CandidateCellForSweepingRequest request, CassandraKeyValueServiceConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CandidateRowForSweeping>
execute()
Fetches a batch of candidate rows.void
findCellsWithEmptyValuesIfNeeded()
-
-
-
Constructor Detail
-
GetCandidateRowsForSweeping
public GetCandidateRowsForSweeping(ValuesLoader valuesLoader, CqlExecutor cqlExecutor, RowGetter rowGetter, com.palantir.atlasdb.keyvalue.api.TableReference table, com.palantir.atlasdb.keyvalue.api.CandidateCellForSweepingRequest request, CassandraKeyValueServiceConfig config)
-
-
Method Detail
-
execute
public List<CandidateRowForSweeping> execute()
Fetches a batch of candidate rows. The returnedCandidateRowForSweeping
s are ordered by row.
-
findCellsWithEmptyValuesIfNeeded
public void findCellsWithEmptyValuesIfNeeded()
-
-