Uses of Interface
org.wso2.carbon.ntask.core.TaskLocationResolver
-
Packages that use TaskLocationResolver Package Description org.wso2.carbon.ntask.core.impl -
-
Uses of TaskLocationResolver in org.wso2.carbon.ntask.core.impl
Classes in org.wso2.carbon.ntask.core.impl that implement TaskLocationResolver Modifier and Type Class Description class
RandomTaskLocationResolver
This class represents a task location resolver, which randomly assigns tasks to the task cluster.class
RoundRobinTaskLocationResolver
This class represents a TaskLocationResolver implementation, which assigns a location to the task in a round robin fashion.class
RuleBasedLocationResolver
This class represents a task location resolver, which assigns the locations according to a filtering rules given as parameters.
-