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.admin |
Internally Used.
|
org.openspaces.admin.internal.os |
Internally Used.
|
org.openspaces.admin.internal.pu |
Internally Used.
|
org.openspaces.admin.internal.space |
Internally Used.
|
org.openspaces.admin.internal.transport |
Internally Used.
|
org.openspaces.admin.internal.vm |
Internally Used.
|
org.openspaces.admin.os |
Support for managing of Operating System(s) through the Admin API.
|
org.openspaces.admin.pu |
Support for managing of Processing Unit(s) through the Admin API.
|
org.openspaces.admin.space |
Support for managing of Space(s) through the Admin API.
|
org.openspaces.admin.transport |
Support for managing of Transport(s) through the Admin API.
|
org.openspaces.admin.vm |
Support for managing of Virtual Machine(s) through the Admin API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Admin
The main interface for accessing Admin API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalAdmin |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAdmin |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalOperatingSystem |
interface |
InternalOperatingSystems |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperatingSystem |
class |
DefaultOperatingSystems |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalProcessingUnit |
interface |
InternalProcessingUnitInstance |
interface |
InternalProcessingUnits |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProcessingUnit |
class |
DefaultProcessingUnitInstance |
class |
DefaultProcessingUnits |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalSpace |
interface |
InternalSpaceInstance |
interface |
InternalSpaces |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSpace |
class |
DefaultSpaceInstance |
class |
DefaultSpaces |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalTransport |
interface |
InternalTransports |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransport |
class |
DefaultTransports |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalVirtualMachine |
interface |
InternalVirtualMachines |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVirtualMachine |
class |
DefaultVirtualMachines |
Modifier and Type | Interface and Description |
---|---|
interface |
OperatingSystem
An operating system is a virtual entity that container information about the operating system one
or more grid components are running within.
|
interface |
OperatingSystems
Machines hold all the different
OperatingSystem s that are currently discovered. |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessingUnit
A processing unit holds one or more
ProcessingUnitInstance s. |
interface |
ProcessingUnitInstance
A processing unit instance is an actual running instance of a processing unit.
|
interface |
ProcessingUnits
Holds one or more
ProcessingUnit s. |
Modifier and Type | Interface and Description |
---|---|
interface |
Space
A space is composed of several
SpaceInstance s the form a
topology. |
interface |
SpaceInstance
A Space Instance is a single instance of a space running as a part of a
Space . |
interface |
Spaces
Spaces holds all the currently discovered
Space s. |
Modifier and Type | Interface and Description |
---|---|
interface |
Transport
A transport holds information on the communication layer that is used by a grid component.
|
interface |
Transports
Transports hold all the different
Transport s that are
currently siscovered. |
Modifier and Type | Interface and Description |
---|---|
interface |
VirtualMachine
A virtual machine is a JVM that runs grid components.
|
interface |
VirtualMachines
Virtual Machines hold all the different
VirtualMachine s that are currently discovered. |
Copyright © GigaSpaces.