Uses of Interface
org.openspaces.admin.pu.topology.ProcessingUnitDeploymentTopology
Packages that use ProcessingUnitDeploymentTopology
Package
Description
Internally Used.
Support for managing of Processing Unit(s) through the Admin API.
Support for managing of Space(s) through the Admin API.
-
Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.application
Methods in org.openspaces.admin.application with parameters of type ProcessingUnitDeploymentTopologyModifier and TypeMethodDescriptionApplicationDeployment.addProcessingUnitDeployment(ProcessingUnitDeploymentTopology puDeployment) Adds a processing unit deployment to this application deployment.Application.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment) Deploys the specified processing unit adding it to this applicationApplication.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment, long timeout, TimeUnit timeUnit) Deploys the specified processing unit adding it to this applicationApplicationDeployment.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment) Deprecated.Constructors in org.openspaces.admin.application with parameters of type ProcessingUnitDeploymentTopologyModifierConstructorDescriptionApplicationDeployment(String applicationName, ProcessingUnitDeploymentTopology... processingUnitDeployments) Creates a new application deployment with the specified name, and pu deployments -
Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.internal.application
Methods in org.openspaces.admin.internal.application with parameters of type ProcessingUnitDeploymentTopologyModifier and TypeMethodDescriptionDefaultApplication.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment) DefaultApplication.deployProcessingUnit(ProcessingUnitDeploymentTopology puDeployment, long timeout, TimeUnit timeUnit) -
Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm with parameters of type ProcessingUnitDeploymentTopologyModifier and TypeMethodDescriptionDefaultGridServiceManager.deploy(Application application, ProcessingUnitDeploymentTopology deploymentTopology, long timeout, TimeUnit timeUnit) DefaultGridServiceManagers.deploy(Application application, ProcessingUnitDeploymentTopology puDeploymentTopology, long timeout, TimeUnit timeUnit) InternalGridServiceManager.deploy(Application application, ProcessingUnitDeploymentTopology deploymentTopology, long timeout, TimeUnit timeUnit) InternalGridServiceManagers.deploy(Application application, ProcessingUnitDeploymentTopology puDeployment, long timeout, TimeUnit timeUnit) -
Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.pu
Classes in org.openspaces.admin.pu that implement ProcessingUnitDeploymentTopology -
Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.pu.topology
Methods in org.openspaces.admin.pu.topology that return ProcessingUnitDeploymentTopologyModifier and TypeMethodDescriptionProcessingUnitDeploymentTopology.addDependencies(ProcessingUnitDetailedDependencies<? extends ProcessingUnitDependency> deploymentDependencies) Postpones deployment of processing unit instances until the specified dependencies are met.ProcessingUnitDeploymentTopology.addDependency(String requiredProcessingUnitName) Postpones deployment of processing unit instances deployment until the specified processing unit deployment is complete.ProcessingUnitDeploymentTopology.secured(boolean secured) Will deploy a secured processing unit.ProcessingUnitDeploymentTopology.userDetails(UserDetails userDetails) Advanced: Sets the security user details for authentication and authorization of the processing unit.ProcessingUnitDeploymentTopology.userDetails(String userName, String password) Advanced: Sets the security user details for authentication and authorization of the processing unit. -
Uses of ProcessingUnitDeploymentTopology in org.openspaces.admin.space
Classes in org.openspaces.admin.space that implement ProcessingUnitDeploymentTopologyModifier and TypeClassDescriptionclassA deployment of a pureSpaceprocessing unit (comes built in under[GS ROOT]/deploy/templates/datagrid).