Package org.apache.unomi.api.services
Interface ClusterService
- All Known Implementing Classes:
ClusterServiceImpl
public interface ClusterService
A service to access information about the context server's cluster.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the list of available nodes for this context server instance.void
Removes all data associated with the provided scope.void
Deprecated.
-
Method Details
-
getClusterNodes
List<ClusterNode> getClusterNodes()Retrieves the list of available nodes for this context server instance.- Returns:
- a list of
ClusterNode
-
purge
Deprecated.Removes all data before the specified date from the context server.- Parameters:
date
- the Date before which all data needs to be removed
-
purge
Removes all data associated with the provided scope.- Parameters:
scope
- the scope for which we want to remove data
-