Interface InternalSpace

All Superinterfaces:
InternalSpaceInstancesAware, Iterable<SpaceInstance>, Space, StatisticsMonitor
All Known Implementing Classes:
DefaultSpace

public interface InternalSpace extends Space, InternalSpaceInstancesAware
Author:
kimchy
  • Method Details

    • addInstance

      void addInstance(SpaceInstance spaceInstance)
    • removeInstance

      InternalSpaceInstance removeInstance(String uid)
    • refreshScheduledSpaceMonitors

      void refreshScheduledSpaceMonitors()
    • getAdmin

      Admin getAdmin()
    • getSpaceInstanceByUid

      SpaceInstance getSpaceInstanceByUid(String uid)
      returns the Space instance based on its uid (see GridComponent.getUid())
      Parameters:
      uid - the unique id of the Space instance
      Returns:
      the Space instance or null
      Since:
      10.1.1
    • getClusterPolicy

      ClusterPolicy getClusterPolicy()
      In the case of single space null will be returned This call can might invoke remote call
      Returns:
      instance of ClusterPolicy
      Since:
      15.0
    • isSecured

      boolean isSecured()
      Indication if space is secured
      Returns:
      instance of ClusterPolicy
      Since:
      15.2
    • getLastStatistics

      SpaceStatistics getLastStatistics()
    • resetSpace

      void resetSpace()
      reset IJSpace and Gigaspaces to null.
      Since:
      15.5