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.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
The base Elastic Service Manager interface for deploying an elastic data-grid service.
|
interface |
ElasticServiceManagers
Provides simple means to get all the current managers, as well as as registering for
manager life-cycle (added and removed) events.
|
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
ProcessingUnitInstance s
allocated to it through the GridServiceManager that manages it. |
interface |
GridServiceContainers
Grid Service Containers hold all the different
GridServiceContainer s 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
GridServiceManager s that are currently
discovered. |
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
LookupService s 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.