Package org.openspaces.admin.internal
Class InternalAdminFactory
java.lang.Object
org.openspaces.admin.AdminFactory
org.openspaces.admin.internal.InternalAdminFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEnables a single event loop threading model in which all event listeners and admin state updates are done on the same thread.Methods inherited from class org.openspaces.admin.AdminFactory
addGroup, addGroups, addLocator, addLocators, adminFilter, create, createAdmin, credentials, credentialsProvider, discoverUnmanagedSpaces, setDiscoveryServices, useDaemonThreads, useGsLogging, userDetails, userDetails
-
Constructor Details
-
InternalAdminFactory
public InternalAdminFactory()
-
-
Method Details
-
singleThreadedEventListeners
Enables a single event loop threading model in which all event listeners and admin state updates are done on the same thread. The underlying assumption is that event listeners do not perform an I/O operation so they won't block the single event thread.- Overrides:
singleThreadedEventListenersin classAdminFactory- Returns:
- this (fluent API)
-