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