Interface CandidateRowForSweeping
-
@Immutable public interface CandidateRowForSweeping
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping>
cells()
static CandidateRowForSweeping
of(byte[] rowName, List<com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping> orderedCells)
byte[]
rowName()
default com.palantir.atlasdb.keyvalue.api.RowResult<Set<Long>>
toRowResult()
-
-
-
Method Detail
-
rowName
byte[] rowName()
-
cells
List<com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping> cells()
-
of
static CandidateRowForSweeping of(byte[] rowName, List<com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping> orderedCells)
-
-