| 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.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.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  | AdminThe 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  | GridServiceAgentA Grid Service Agent is a process manager allowing to start and stop (on the operating system
 process level) processes (such as  GridServiceManager,GridServiceContainerandLookupService. | 
| interface  | GridServiceAgentsGrid Service Agents hold all the different  GridServiceAgentthat are currently
 discovered. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | GridServiceContainerA Grid Service Container is a container for  ProcessingUnitInstances
 allocated to it through theGridServiceManagerthat manages it. | 
| interface  | GridServiceContainersGrid Service Containers hold all the different  GridServiceContainers that are currently
 discovered. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | GridServiceManagerA Grid Service Manager is a manager for  ProcessingUnitdeployments (acting either as primary or backups for a certain processing unit deployment). | 
| interface  | GridServiceManagersGrid 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  | 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  | LookupServiceA lookup service acts a lookup server where different grid components register and maintain a
 lease against. | 
| interface  | LookupServicesLookup Services hold all the different  LookupServices that are currently discovered. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MachineA Machine is a logical entity identified by a host address. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Zone | 
Copyright © GigaSpaces.