Interface CandidateRowForSweeping


  • @Immutable
    public interface CandidateRowForSweeping
    • Method Detail

      • rowName

        byte[] rowName()
      • cells

        List<com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping> cells()
      • toRowResult

        default com.palantir.atlasdb.keyvalue.api.RowResult<Set<Long>> toRowResult()
      • of

        static CandidateRowForSweeping of​(byte[] rowName,
                                          List<com.palantir.atlasdb.keyvalue.api.CandidateCellForSweeping> orderedCells)