org.semispace.admin
Interface SemiSpaceAdminInterface
- All Known Implementing Classes:
- SemiSpaceAdmin
public interface SemiSpaceAdminInterface
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.
Copyright © 2008-2012. All Rights Reserved.