Uses of Interface
org.openspaces.admin.gateway.GatewayProcessingUnit
Packages that use GatewayProcessingUnit
Package
Description
Internally Used.
-
Uses of GatewayProcessingUnit in org.openspaces.admin.gateway
Methods in org.openspaces.admin.gateway that return GatewayProcessingUnitModifier and TypeMethodDescriptionGateway.getGatewayProcessingUnit(String processingUnitName) Returns the gateway processing unit for the given processing unit name.GatewayDelegator.getGatewayProcessingUnit()Returns the gateway this sink is part of.GatewayProcessingUnits.getGatewayProcessingUnit(String uid) Returns theGatewayProcessingUnitfor the given gateway processing unit name.GatewaySink.getGatewayProcessingUnit()Returns the gateway this sink is part of.Gateway.getGatewayProcessingUnits()Returns all the currently deployedGatewayProcessingUnits.GatewayProcessingUnits.getGatewayProcessingUnits()Returns theGatewayProcessingUnits currently deployed.Waits indefinitely till the gateway processing unit is identified as deployed.Waits for the specified timeout (in time interval) till the processing unit is identified as deployed.Gateway.waitForGatewayProcessingUnit(String processingUnitName) Waits for the default timeout specified byAdmin.setDefaultTimeout(long, TimeUnit)till the processing unit of this gateway is identified as deployed.Gateway.waitForGatewayProcessingUnit(String processingUnitName, long timeout, TimeUnit timeUnit) Waits for the specified timeout (in time interval) till the processing unit of this gateway is identified as deployed.Methods in org.openspaces.admin.gateway that return types with arguments of type GatewayProcessingUnitModifier and TypeMethodDescriptionGateway.getNames()Returns a map ofGatewayProcessingUnitkeyed by their respective names.GatewayProcessingUnits.getNames()Returns a map ofGatewayProcessingUnitkeyed by their respective names. -
Uses of GatewayProcessingUnit in org.openspaces.admin.gateway.events
Methods in org.openspaces.admin.gateway.events with parameters of type GatewayProcessingUnitModifier and TypeMethodDescriptionvoidClosureGatewayProcessingUnitAddedEventListener.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit) voidDefaultGatewayProcessingUnitAddedEventManager.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit) voidGatewayProcessingUnitAddedEventListener.gatewayProcessingUnitAdded(GatewayProcessingUnit gatewayProcessingUnit) A callback indicating that a Gateways Processing Unit was added (deployed/discovered).voidClosureGatewayProcessingUnitRemovedEventListener.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit) voidDefaultGatewayProcessingUnitRemovedEventManager.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit) voidGatewayProcessingUnitRemovedEventListener.gatewayProcessingUnitRemoved(GatewayProcessingUnit gatewayProcessingUnit) A callback indicating that a Gateway Processing Unit was removed (undeployed). -
Uses of GatewayProcessingUnit in org.openspaces.admin.internal.admin
Methods in org.openspaces.admin.internal.admin with parameters of type GatewayProcessingUnitModifier and TypeMethodDescriptionvoidDefaultAdmin.addGatewayProcessingUnit(GatewayProcessingUnit gatewayProcessingUnit) voidInternalAdmin.addGatewayProcessingUnit(GatewayProcessingUnit gatewayProcessingUnit) -
Uses of GatewayProcessingUnit in org.openspaces.admin.internal.gateway
Classes in org.openspaces.admin.internal.gateway that implement GatewayProcessingUnitMethods in org.openspaces.admin.internal.gateway that return GatewayProcessingUnitModifier and TypeMethodDescriptionDefaultGateway.getGatewayProcessingUnit(String processingUnitName) DefaultGatewayDelegator.getGatewayProcessingUnit()DefaultGatewayProcessingUnits.getGatewayProcessingUnit(String uid) DefaultGatewaySink.getGatewayProcessingUnit()DefaultGateway.getGatewayProcessingUnits()DefaultGatewayProcessingUnits.getGatewayProcessingUnits()DefaultGatewayProcessingUnits.removeGatewayProcessingUnit(String uid) InternalGatewayProcessingUnits.removeGatewayProcessingUnit(String uid) DefaultGatewayProcessingUnits.waitFor(String gatewaysProcessingUnitName, long timeout, TimeUnit timeUnit) DefaultGateway.waitForGatewayProcessingUnit(String processingUnitName) DefaultGateway.waitForGatewayProcessingUnit(String processingUnitName, long timeout, TimeUnit timeUnit) Methods in org.openspaces.admin.internal.gateway that return types with arguments of type GatewayProcessingUnitModifier and TypeMethodDescriptionDefaultGateway.getNames()DefaultGatewayProcessingUnits.getNames()DefaultGateway.iterator()DefaultGatewayProcessingUnits.iterator()Methods in org.openspaces.admin.internal.gateway with parameters of type GatewayProcessingUnitModifier and TypeMethodDescriptionvoidDefaultGatewayProcessingUnits.addGatewayProcessingUnit(GatewayProcessingUnit gatewayProcessingUnit) voidInternalGatewayProcessingUnits.addGatewayProcessingUnit(GatewayProcessingUnit gatewayProcessingUnit)