Uses of Class
org.openspaces.admin.AdminFactory
Packages that use AdminFactory
Package
Description
Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
-
Uses of AdminFactory in org.openspaces.admin
Methods in org.openspaces.admin that return AdminFactoryModifier and TypeMethodDescriptionAdds a lookup group that will be used to find Lookup Services (using multicast) that will be used to listen for events.Adds a comma delimited string of groups that will be used to find the Lookup Services (using multicast).AdminFactory.addLocator(String locator) Adds a lookup locator (ip and port) of the lookup service that will be used to listen for events.AdminFactory.addLocators(String locators) Adds a comma delimited lookup locators (ip and port) of the lookup service that will be used to listen for events.AdminFactory.adminFilter(AdminFilter adminFilter) Sets adminFilter, allows to filter services, machines and etc.AdminFactory.credentials(String userName, String password) Sets the username and password for discovery of secured services.AdminFactory.credentialsProvider(CredentialsProvider credentialsProvider) Sets the credentials provider that will be used when discovering secured services.AdminFactory.discoverUnmanagedSpaces()Enables discovery of unmanaged spaces (spaces that are not started by being deployed within the Service Grid).protected AdminFactoryAdminFactory.singleThreadedEventListeners()AdminFactory.useDaemonThreads(boolean useDaemonThreads) For backwards comparability reasons, all Admin worker threads are not daemon threads.AdminFactory.useGsLogging(boolean useGsLogging) By default the Admin finds in classpath the GS logging config file.AdminFactory.userDetails(UserDetails userDetails) Deprecated.AdminFactory.userDetails(String userName, String password) Deprecated.Useinstead. -
Uses of AdminFactory in org.openspaces.admin.internal
Subclasses of AdminFactory in org.openspaces.admin.internalMethods in org.openspaces.admin.internal that return AdminFactoryModifier and TypeMethodDescriptionInternalAdminFactory.singleThreadedEventListeners()Enables a single event loop threading model in which all event listeners and admin state updates are done on the same thread.
instead.