Interface TierSegmentSelector

    • Method Summary

      Modifier and Type Method Description
      String getType()
      The type of the segment selector (e.g.
      boolean selectSegment​(String tableNameWithType, String segmentName)
      Checks if the provided segment is eligible for selection to this tier
    • Method Detail

      • getType

        String getType()
        The type of the segment selector (e.g. TIME)
      • selectSegment

        boolean selectSegment​(String tableNameWithType,
                              String segmentName)
        Checks if the provided segment is eligible for selection to this tier
        Parameters:
        tableNameWithType - Name of the table
        segmentName - Name of the segment
        Returns:
        true if eligible