Uses of Interface
org.apache.unomi.api.services.ClusterService
- 
Packages that use ClusterService Package Description org.apache.unomi.healthcheck.provider org.apache.unomi.rest.endpoints org.apache.unomi.router.core.context org.apache.unomi.services.impl.cluster  - 
- 
Uses of ClusterService in org.apache.unomi.healthcheck.provider
Methods in org.apache.unomi.healthcheck.provider with parameters of type ClusterService Modifier and Type Method Description voidClusterHealthCheckProvider. bind(ClusterService service)voidClusterHealthCheckProvider. unbind(ClusterService service) - 
Uses of ClusterService in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type ClusterService Modifier and Type Method Description voidClusterServiceEndPoint. setClusterService(ClusterService clusterService) - 
Uses of ClusterService in org.apache.unomi.router.core.context
Methods in org.apache.unomi.router.core.context with parameters of type ClusterService Modifier and Type Method Description voidRouterCamelContext. setClusterService(ClusterService clusterService) - 
Uses of ClusterService in org.apache.unomi.services.impl.cluster
Classes in org.apache.unomi.services.impl.cluster that implement ClusterService Modifier and Type Class Description classClusterServiceImplImplementation of the persistence service interface 
 -