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 void
ClusterHealthCheckProvider. bind(ClusterService service)
void
ClusterHealthCheckProvider. 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 void
ClusterServiceEndPoint. 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 void
RouterCamelContext. 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 class
ClusterServiceImpl
Implementation of the persistence service interface
-