Interface SemiSpaceAdminInterface

All Known Implementing Classes:
SemiSpaceAdmin

public interface SemiSpaceAdminInterface
  • Method Details

    • hasBeenInitialized

      boolean hasBeenInitialized()
    • isMaster

      boolean isMaster()
    • calculateTime

      long calculateTime()
    • performInitialization

      void performInitialization()
    • getThreadPool

      ExecutorService getThreadPool()
      Returns:
      Executor service used for treating thread elements
    • notifyAboutEvent

      void notifyAboutEvent(DistributedEvent event)
      Administrator should get notified about all events. This can be used for attaching persistence engine.