Interface CandidateCellForSweeping


  • @Immutable
    public interface CandidateCellForSweeping
    • Method Detail

      • sortedTimestamps

        java.util.Collection<java.lang.Long> sortedTimestamps()
        All start timestamps for the cell that are strictly less than CandidateCellForSweepingRequest.maxTimestampExclusive() and are not in CandidateCellForSweepingRequest#timestampsToIgnore(), in ascending order. If the array is empty, then the cell is not an actual candidate and is only returned for the purpose of reporting the number of examined cells.