| Package | Description | 
|---|---|
| org.openspaces.admin | 
 Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. 
 | 
| org.openspaces.admin.dump | |
| org.openspaces.admin.esm | 
 Support for managing of Elastic Service Manager(s) through the Admin API. 
 | 
| org.openspaces.admin.gsa | 
 Support for managing of Grid Service Agent(s) through the Admin API. 
 | 
| org.openspaces.admin.gsc | 
 Support for managing of Grid Service Container(s) through the Admin API. 
 | 
| org.openspaces.admin.gsm | 
 Support for managing of Grid Service Manager(s) through the Admin API. 
 | 
| org.openspaces.admin.internal.admin | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.dump | |
| org.openspaces.admin.internal.esm | |
| org.openspaces.admin.internal.gsa | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.gsc | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.gsm | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.lus | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.machine | 
 Internally Used. 
 | 
| org.openspaces.admin.internal.zone | |
| org.openspaces.admin.lus | 
 Support for managing of Lookup Service(s) through the Admin API. 
 | 
| org.openspaces.admin.machine | 
 Support for managing of Machine(s) through the Admin API. 
 | 
| org.openspaces.admin.zone | 
 Support for managing of Zone(s) through the Admin API. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Admin
The main interface for accessing Admin API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DumpResult | 
Admin.generateDump(Set<DumpProvider> dumpProviders,
            DumpGeneratedListener listener,
            String cause,
            Map<String,Object> context,
            String... processor)
Generates dump for an explicit set of dump providers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DumpDownloadListener.onDownload(DumpProvider dumpProvider,
          long downloadedBytes,
          String name,
          String fileName)
Called repeatedly with the downloaded bytes since the last call (the total can be obtained
 from  
DumpResult.downloadSize(). | 
void | 
DumpGeneratedListener.onGenerated(DumpProvider provider,
           DumpResult dumpResult,
           int currentCount,
           int totalCount)
A listener to be notified when a dump was generated. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ElasticServiceManager
Deprecated. 
 
Since 12.1 - Elastic deployments support will be replaced with a different solution in upcoming releases, contact support for additional information. 
 | 
interface  | 
ElasticServiceManagers
Deprecated. 
 
Since 12.1 - Elastic deployments support will be replaced with a different solution in upcoming releases, contact support for additional information. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GridServiceAgent
A Grid Service Agent is a process manager allowing to start and stop (on the operating system
 process level) processes (such as  
GridServiceManager, GridServiceContainer and LookupService. | 
interface  | 
GridServiceAgents
Grid Service Agents hold all the different  
GridServiceAgent that are currently
 discovered. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GridServiceContainer
A Grid Service Container is a container for  
ProcessingUnitInstances
 allocated to it through the GridServiceManager that manages it. | 
interface  | 
GridServiceContainers
Grid Service Containers hold all the different  
GridServiceContainers that are currently
 discovered. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GridServiceManager
A Grid Service Manager is a manager for  
ProcessingUnit
 deployments (acting either as primary or backups for a certain processing unit deployment). | 
interface  | 
GridServiceManagers
Grid Service Containers hold all the different  
GridServiceManagers that are currently
 discovered. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalAdmin  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultAdmin  | 
| Modifier and Type | Method and Description | 
|---|---|
DumpResult | 
DefaultAdmin.generateDump(Set<DumpProvider> dumpProviders,
            DumpGeneratedListener listener,
            String cause,
            Map<String,Object> context,
            String... processor)  | 
| Constructor and Description | 
|---|
InternalDumpDownloadListenerAdapter(DumpProvider dumpProvider,
                                   DumpDownloadListener listener)  | 
InternalDumpResult(DumpProvider dumpProvider,
                  InternalDumpProvider internalDumpProvider,
                  InternalDumpResult internalResult)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalElasticServiceManager  | 
interface  | 
InternalElasticServiceManagers  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultElasticServiceManager  | 
class  | 
DefaultElasticServiceManagers  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalGridServiceAgent  | 
interface  | 
InternalGridServiceAgents  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultGridServiceAgent  | 
class  | 
DefaultGridServiceAgents  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalGridServiceContainer  | 
interface  | 
InternalGridServiceContainers  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultGridServiceContainer  | 
class  | 
DefaultGridServiceContainers  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalGridServiceManager  | 
interface  | 
InternalGridServiceManagers  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultGridServiceManager  | 
class  | 
DefaultGridServiceManagers  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalLookupService  | 
interface  | 
InternalLookupServices  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultLookupService  | 
class  | 
DefaultLookupServices  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalMachine  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultMachine  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalZone  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultZone  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
LookupService
A lookup service acts a lookup server where different grid components register and maintain a
 lease against. 
 | 
interface  | 
LookupServices
Lookup Services hold all the different  
LookupServices that are currently discovered. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Machine
A Machine is a logical entity identified by a host address. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Zone  | 
Copyright © GigaSpaces.