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 Type
    Method
    Description
    Retrieves the list of available nodes for this context server instance.
    void
    purge(String scope)
    Removes all data associated with the provided scope.
    void
    purge(Date date)
    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 void purge(Date date)
      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

      void purge(String scope)
      Removes all data associated with the provided scope.
      Parameters:
      scope - the scope for which we want to remove data