Package | Description |
---|---|
org.openspaces.admin.gsa |
Support for managing of Grid Service Agent(s) through the Admin API.
|
org.openspaces.admin.lus |
Support for managing of Lookup Service(s) through the Admin API.
|
org.openspaces.admin.lus.events |
Support for managing of Lookup Service events through the Admin API.
|
org.openspaces.admin.samples | |
org.openspaces.admin.vm |
Support for managing of Virtual Machine(s) through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
LookupService |
GridServiceAgent.startGridServiceAndWait(LookupServiceOptions options)
Starts a
LookupService based on the provided options and waits
indefinitely until it is discovered by the admin, which is then returned. |
LookupService |
GridServiceAgent.startGridServiceAndWait(LookupServiceOptions options,
long timeout,
TimeUnit timeUnit)
Starts a
LookupService based on the provided options and waits
for the given timeout (in time unit) until it is discovered by the admin, which is then returned. |
Modifier and Type | Method and Description |
---|---|
LookupService |
LookupServices.getLookupServiceByUID(String id)
Returns a lus based on its uid.
|
LookupService[] |
LookupServices.getLookupServices()
Returns all the currently discovered lus.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LookupService> |
LookupServices.getUids()
Returns a map of lookup service with the key as the uid.
|
Modifier and Type | Method and Description |
---|---|
void |
LookupServiceAddedEventListener.lookupServiceAdded(LookupService lookupService)
Called when a lookup service is added.
|
void |
LookupServiceRemovedEventListener.lookupServiceRemoved(LookupService lookupService)
Called when a lookup service is removed.
|
Modifier and Type | Method and Description |
---|---|
void |
TestEventSampler.lookupServiceAdded(LookupService lookupService) |
void |
TestEventSampler.lookupServiceRemoved(LookupService lookupService) |
Modifier and Type | Method and Description |
---|---|
LookupService |
VirtualMachine.getLookupService()
Returns the lookup services that are running on the machine.
|
Copyright © GigaSpaces.