Uses of Interface
org.openspaces.admin.lus.LookupService
Packages that use LookupService
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
Support for managing of Lookup Service(s) through the Admin API.
Support for managing of Lookup Service events through the Admin API.
Support for managing of Virtual Machine(s) through the Admin API.
-
Uses of LookupService in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return LookupServiceModifier and TypeMethodDescriptionGridServiceAgent.startGridServiceAndWait(LookupServiceOptions options) Starts aLookupServicebased on the provided options and waits indefinitely until it is discovered by the admin, which is then returned.GridServiceAgent.startGridServiceAndWait(LookupServiceOptions options, long timeout, TimeUnit timeUnit) Starts aLookupServicebased on the provided options and waits for the given timeout (in time unit) until it is discovered by the admin, which is then returned. -
Uses of LookupService in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa that return LookupServiceModifier and TypeMethodDescriptionDefaultGridServiceAgent.startGridServiceAndWait(LookupServiceOptions options) DefaultGridServiceAgent.startGridServiceAndWait(LookupServiceOptions options, long timeout, TimeUnit timeUnit) -
Uses of LookupService in org.openspaces.admin.internal.lus
Subinterfaces of LookupService in org.openspaces.admin.internal.lusClasses in org.openspaces.admin.internal.lus that implement LookupServiceMethods in org.openspaces.admin.internal.lus that return LookupServiceModifier and TypeMethodDescriptionDefaultLookupServices.getLookupServiceByUID(String id) DefaultLookupServices.getLookupServices()Methods in org.openspaces.admin.internal.lus that return types with arguments of type LookupService -
Uses of LookupService in org.openspaces.admin.internal.lus.events
Methods in org.openspaces.admin.internal.lus.events with parameters of type LookupServiceModifier and TypeMethodDescriptionvoidClosureLookupServiceAddedEventListener.lookupServiceAdded(LookupService lookupService) voidDefaultLookupServiceAddedEventManager.lookupServiceAdded(LookupService lookupService) voidClosureLookupServiceRemovedEventListener.lookupServiceRemoved(LookupService lookupService) voidDefaultLookupServiceRemovedEventManager.lookupServiceRemoved(LookupService lookupService) -
Uses of LookupService in org.openspaces.admin.internal.vm
Methods in org.openspaces.admin.internal.vm that return LookupService -
Uses of LookupService in org.openspaces.admin.lus
Methods in org.openspaces.admin.lus that return LookupServiceModifier and TypeMethodDescriptionLookupServices.getLookupServiceByUID(String id) Returns a lus based on its uid.LookupServices.getLookupServices()Returns all the currently discovered lus.Methods in org.openspaces.admin.lus that return types with arguments of type LookupServiceModifier and TypeMethodDescriptionLookupServices.getUids()Returns a map of lookup service with the key as the uid. -
Uses of LookupService in org.openspaces.admin.lus.events
Methods in org.openspaces.admin.lus.events with parameters of type LookupServiceModifier and TypeMethodDescriptionvoidLookupServiceAddedEventListener.lookupServiceAdded(LookupService lookupService) Called when a lookup service is added.voidLookupServiceRemovedEventListener.lookupServiceRemoved(LookupService lookupService) Called when a lookup service is removed. -
Uses of LookupService in org.openspaces.admin.samples
Methods in org.openspaces.admin.samples with parameters of type LookupServiceModifier and TypeMethodDescriptionvoidTestEventSampler.lookupServiceAdded(LookupService lookupService) voidTestEventSampler.lookupServiceRemoved(LookupService lookupService) -
Uses of LookupService in org.openspaces.admin.vm
Methods in org.openspaces.admin.vm that return LookupServiceModifier and TypeMethodDescriptionVirtualMachine.getLookupService()Returns the lookup services that are running on the machine.