A B C D G I L M O P S T U V W 

A

AppDefinition - Class in org.springframework.cloud.deployer.spi.core
Definition of an app, including its name and its properties.
AppDefinition(String, Map<String, String>) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDefinition
Construct an AppDefinition.
AppDeployer - Interface in org.springframework.cloud.deployer.spi.app
SPI defining a runtime environment capable of deploying and managing the lifecycle of apps that are intended to run indefinitely (until undeployed), as opposed to tasks.
AppDeploymentRequest - Class in org.springframework.cloud.deployer.spi.core
Representation of an app deployment request.
AppDeploymentRequest(AppDefinition, Resource, Map<String, String>) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
Construct an AppDeploymentRequest.
AppDeploymentRequest(AppDefinition, Resource, Map<String, String>, List<String>) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
Construct an AppDeploymentRequest.
AppDeploymentRequest(AppDefinition, Resource) - Constructor for class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
Construct an AppDeploymentRequest with no deployment properties.
AppInstanceStatus - Interface in org.springframework.cloud.deployer.spi.app
Status for an individual app instance deployment.
AppStatus - Class in org.springframework.cloud.deployer.spi.app
Status of an app which is initially constructed from an AppDeploymentRequest and runtime deployment properties by a deployer during deployment.
AppStatus(String, DeploymentState) - Constructor for class org.springframework.cloud.deployer.spi.app.AppStatus
Construct a new AppStatus.
AppStatus.Builder - Class in org.springframework.cloud.deployer.spi.app
Utility class constructing an instance of AppStatus using a builder pattern.

B

build() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus.Builder
Return a new instance of AppStatus based on the provided individual app instances via AppStatus.Builder.with(AppInstanceStatus).
ByteSizeUtils - Class in org.springframework.cloud.deployer.spi.util
Utility class for dealing with parseable byte sizes, such as memory and disk limits.

C

cancel(String) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Cancel the task corresponding to the provided id.
cleanup(String) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Attempt to clean up any app execution resources that are associated with a task launch represented by the provided task execution id.
CommandLineTokenizer - Class in org.springframework.cloud.deployer.spi.util
A general purpose tokenizer for "command line" arrays.
CommandLineTokenizer(String) - Constructor for class org.springframework.cloud.deployer.spi.util.CommandLineTokenizer
 
COUNT_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The deployment property for the count (number of app instances).
CPU_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The deployment property for the cpu setting for the container that will run the app.

D

deploy(AppDeploymentRequest) - Method in interface org.springframework.cloud.deployer.spi.app.AppDeployer
Deploy an app using an AppDeploymentRequest.
DeploymentState - Enum in org.springframework.cloud.deployer.spi.app
Deployment states for apps and groups.
destroy(String) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Attempt to clean up any app resources that are associated with a task app represented by the provided appName.
DISK_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The deployment property for the disk setting for the container that will run the app.

G

generalState(DeploymentState) - Method in class org.springframework.cloud.deployer.spi.app.AppStatus.Builder
Set the state of the app as a direct value.
getArgs() - Method in class org.springframework.cloud.deployer.spi.util.CommandLineTokenizer
 
getAttributes() - Method in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Return a map of attributes for the deployed app instance.
getAttributes() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
Return a map of attributes for the launched task.
getCommandlineArguments() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getDefinition() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getDeploymentId() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return the app deployment id.
getDeploymentProperties() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getId() - Method in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Return a unique identifier for the deployed app.
getInstances() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return a map of AppInstanceStatus keyed by a unique identifier for each app instance.
getName() - Method in class org.springframework.cloud.deployer.spi.core.AppDefinition
Return the name of this app.
getProperties() - Method in class org.springframework.cloud.deployer.spi.core.AppDefinition
Gets the app definition properties.
getResource() - Method in class org.springframework.cloud.deployer.spi.core.AppDeploymentRequest
 
getState() - Method in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Return the state of the deployed app instance.
getState() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return the deployment state for the the app.
getState() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
Return the state for the the task.
getTaskLaunchId() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
Return the task launch id for the task.
GROUP_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The deployment property for the group to which an app belongs.

I

INDEXED_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The deployment property that indicates if each app instance should have an index value within a sequence from 0 to N-1, where N is the value of the "spring.cloud.deployer.count" property.
INSTANCE_INDEX_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The property to be set at each instance level to specify the sequence number amongst 0 to N-1, where N is the value of the "spring.cloud.deployer.count" property.

L

launch(AppDeploymentRequest) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Launch a task for the provided AppDeploymentRequest.
LaunchState - Enum in org.springframework.cloud.deployer.spi.task
Launch states for a Task.

M

MEMORY_PROPERTY_KEY - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
The deployment property for the memory setting for the container that will run the app.
MultiStateAppDeployer - Interface in org.springframework.cloud.deployer.spi.app
Deprecated.
This interface and its single method has been introduced for a tactical reason to provide an optimization of individual operation execution in the AppDeployer interface. It is planned that the next major version of Spring Cloud Deployer will provide a new interface for bulk operations for the full set of AppDeployer methods. As such, this interface is annotated as Deprecated.

O

of(String) - Static method in class org.springframework.cloud.deployer.spi.app.AppStatus
Return a Builder for AppStatus.
org.springframework.cloud.deployer.spi.app - package org.springframework.cloud.deployer.spi.app
 
org.springframework.cloud.deployer.spi.core - package org.springframework.cloud.deployer.spi.core
 
org.springframework.cloud.deployer.spi.task - package org.springframework.cloud.deployer.spi.task
 
org.springframework.cloud.deployer.spi.util - package org.springframework.cloud.deployer.spi.util
 

P

parseToMebibytes(String) - Static method in class org.springframework.cloud.deployer.spi.util.ByteSizeUtils
Return the number of mebibytes (1024*1024) denoted by the given text, where an optional case-insensitive unit of 'm' or 'g' can be used to mean mebi- or gebi- bytes, respectively.
PREFIX - Static variable in interface org.springframework.cloud.deployer.spi.app.AppDeployer
Common prefix used for deployment properties.

S

states(String...) - Method in interface org.springframework.cloud.deployer.spi.app.MultiStateAppDeployer
Deprecated.
Return the DeploymentState for all the apps represented by a collection of deployment ids.
status(String) - Method in interface org.springframework.cloud.deployer.spi.app.AppDeployer
Return the AppStatus for an app represented by a deployment id.
status(String) - Method in interface org.springframework.cloud.deployer.spi.task.TaskLauncher
Returns the TaskStatus for a task represented by the provided id.

T

TaskLauncher - Interface in org.springframework.cloud.deployer.spi.task
SPI defining a runtime environment capable of launching and managing the lifecycle of tasks.
TaskStatus - Class in org.springframework.cloud.deployer.spi.task
Status of a task launch which is initially constructed from an AppDeploymentRequest and runtime properties by a TaskLauncher.
TaskStatus(String, LaunchState, Map<String, String>) - Constructor for class org.springframework.cloud.deployer.spi.task.TaskStatus
Construct a new TaskStatus.
toString() - Method in class org.springframework.cloud.deployer.spi.app.AppStatus
 
toString() - Method in class org.springframework.cloud.deployer.spi.core.AppDefinition
 
toString() - Method in class org.springframework.cloud.deployer.spi.task.TaskStatus
Return a string representation of this status.

U

undeploy(String) - Method in interface org.springframework.cloud.deployer.spi.app.AppDeployer
Un-deploy an app using its deployment id.

V

valueOf(String) - Static method in enum org.springframework.cloud.deployer.spi.app.DeploymentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.deployer.spi.task.LaunchState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.deployer.spi.app.DeploymentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.deployer.spi.task.LaunchState
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(AppInstanceStatus) - Method in class org.springframework.cloud.deployer.spi.app.AppStatus.Builder
Add an instance of AppInstanceStatus to build the status for the app.
A B C D G I L M O P S T U V W 

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.