Interface FiltersService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    FiltersServiceImpl

    public interface FiltersService
    extends Service
    Manages the filters used by an scheduling policy.
    • Method Detail

      • list

        FiltersService.ListRequest list()
        Returns the list of filters used by the scheduling policy. The order of the returned list of filters isn't guaranteed.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.