Interface SemiSpaceAdminInterface
- All Known Implementing Classes:
SemiSpaceAdmin
public interface SemiSpaceAdminInterface
-
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanisMaster()voidnotifyAboutEvent(DistributedEvent event) Administrator should get notified about all events.void
-
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
Administrator should get notified about all events. This can be used for attaching persistence engine.
-