Uses of Interface
com.floragunn.searchsupport.jobs.cluster.DistributedJobStore
-
Packages that use DistributedJobStore Package Description com.floragunn.searchsupport.jobs.cluster com.floragunn.searchsupport.jobs.core -
-
Uses of DistributedJobStore in com.floragunn.searchsupport.jobs.cluster
Methods in com.floragunn.searchsupport.jobs.cluster that return DistributedJobStore Modifier and Type Method Description DistributedJobStoreJobDistributor. getDistributedJobStore()Methods in com.floragunn.searchsupport.jobs.cluster with parameters of type DistributedJobStore Modifier and Type Method Description voidJobDistributor. setDistributedJobStore(DistributedJobStore distributedJobStore)Constructors in com.floragunn.searchsupport.jobs.cluster with parameters of type DistributedJobStore Constructor Description JobDistributor(String name, String nodeFilter, org.elasticsearch.cluster.service.ClusterService clusterService, DistributedJobStore distributedJobStore)JobDistributor(String name, String nodeFilter, org.elasticsearch.cluster.service.ClusterService clusterService, DistributedJobStore distributedJobStore, NodeComparator<?> nodeComparator) -
Uses of DistributedJobStore in com.floragunn.searchsupport.jobs.core
Classes in com.floragunn.searchsupport.jobs.core that implement DistributedJobStore Modifier and Type Class Description classIndexJobStateStore<JobType extends JobConfig>
-