Uses of Class
org.apache.unomi.api.ClusterNode
-
Packages that use ClusterNode Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.cluster -
-
Uses of ClusterNode in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return types with arguments of type ClusterNode Modifier and Type Method Description List<ClusterNode>
ClusterService. getClusterNodes()
Retrieves the list of available nodes for this context server instance. -
Uses of ClusterNode in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return types with arguments of type ClusterNode Modifier and Type Method Description List<ClusterNode>
ClusterServiceEndPoint. getClusterNodes()
Retrieves the list of available nodes for this context server instance. -
Uses of ClusterNode in org.apache.unomi.services.impl.cluster
Methods in org.apache.unomi.services.impl.cluster that return types with arguments of type ClusterNode Modifier and Type Method Description List<ClusterNode>
ClusterServiceImpl. getClusterNodes()
-