- AbstractEntity - Class in org.springframework.cloud.dataflow.core
-
Base class for entity implementations.
- AbstractEntity() - Constructor for class org.springframework.cloud.dataflow.core.AbstractEntity
-
- AbstractPlatformProperties<P> - Class in org.springframework.cloud.dataflow.core
-
- AbstractPlatformProperties() - Constructor for class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
-
- AbstractTaskPlatformFactory<P extends AbstractPlatformProperties<?>> - Class in org.springframework.cloud.dataflow.core
-
- AbstractTaskPlatformFactory(P, String) - Constructor for class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
-
- accountProperties(String) - Method in class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
-
- addProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
Add the contents of the provided map to the map of app properties.
- addProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Add the contents of the provided map to the map of app properties.
- AllPlatformsTaskExecutionInformation - Class in org.springframework.cloud.dataflow.core
-
- AllPlatformsTaskExecutionInformation(List<TaskPlatform>) - Constructor for class org.springframework.cloud.dataflow.core.AllPlatformsTaskExecutionInformation
-
- Application() - Constructor for class org.springframework.cloud.dataflow.core.StreamStatus.Application
-
- ApplicationType - Enum in org.springframework.cloud.dataflow.core
-
Enumeration of application types.
- AppRegistration - Class in org.springframework.cloud.dataflow.core
-
Models the registration of applications.
- AppRegistration() - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
- AppRegistration(String, ApplicationType, URI) - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
Construct an AppRegistration object with empty version and metadata uri
- AppRegistration(String, ApplicationType, URI, URI) - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
Construct an AppRegistration object with empty version
- AppRegistration(String, ApplicationType, String, URI, URI) - Constructor for class org.springframework.cloud.dataflow.core.AppRegistration
-
Construct an AppRegistration object.
- ArgumentSanitizer - Class in org.springframework.cloud.dataflow.core
-
Sanitizes potentially sensitive keys for a specific command line arg.
- ArgumentSanitizer() - Constructor for class org.springframework.cloud.dataflow.core.ArgumentSanitizer
-
- ATTRIBUTE_GUID - Static variable in class org.springframework.cloud.dataflow.core.StreamRuntimePropertyKeys
-
Application unique ID as generated by the target platform deployer
- ATTRIBUTE_PORT - Static variable in class org.springframework.cloud.dataflow.core.StreamRuntimePropertyKeys
-
Application's port as provided by the target platform deployer
- ATTRIBUTE_SKIPPER_APPLICATION_NAME - Static variable in class org.springframework.cloud.dataflow.core.StreamRuntimePropertyKeys
-
Mame of the deployed application as occurring in Skipper's manifest
- ATTRIBUTE_SKIPPER_RELEASE_NAME - Static variable in class org.springframework.cloud.dataflow.core.StreamRuntimePropertyKeys
-
Mame of the deployed stream as occurring in Skipper's manifest
- ATTRIBUTE_SKIPPER_RELEASE_VERSION - Static variable in class org.springframework.cloud.dataflow.core.StreamRuntimePropertyKeys
-
Version of the deployed stream as occurring in Skipper's manifest
- ATTRIBUTE_URL - Static variable in class org.springframework.cloud.dataflow.core.StreamRuntimePropertyKeys
-
Application's url as provided by the target platform deployer
- AuditActionType - Enum in org.springframework.cloud.dataflow.core
-
Represent the various actions possible for Auditing events.
- AuditActionTypeConverter - Class in org.springframework.cloud.dataflow.core
-
- AuditActionTypeConverter() - Constructor for class org.springframework.cloud.dataflow.core.AuditActionTypeConverter
-
- AuditOperationType - Enum in org.springframework.cloud.dataflow.core
-
The application area an
AuditRecord is associated with.
- AuditOperationTypeConverter - Class in org.springframework.cloud.dataflow.core
-
- AuditOperationTypeConverter() - Constructor for class org.springframework.cloud.dataflow.core.AuditOperationTypeConverter
-
- AuditRecord - Class in org.springframework.cloud.dataflow.core
-
Represents an audit entry.
- AuditRecord() - Constructor for class org.springframework.cloud.dataflow.core.AuditRecord
-
- autoQuotes(String) - Static method in class org.springframework.cloud.dataflow.core.DefinitionUtils
-
- sanitize(String) - Method in class org.springframework.cloud.dataflow.core.ArgumentSanitizer
-
Replaces a potential secure value with "******".
- sanitize(String, String) - Method in class org.springframework.cloud.dataflow.core.ArgumentSanitizer
-
Replaces a potential secure value with "******".
- sanitizeArguments(List<String>) - Method in class org.springframework.cloud.dataflow.core.ArgumentSanitizer
-
For all sensitive arguments (e.g.
- sanitizeProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.ArgumentSanitizer
-
For all sensitive properties (e.g.
- sanitizeStreamAppDefinitions(LinkedList<StreamAppDefinition>) - Static method in class org.springframework.cloud.dataflow.core.StreamDefinitionServiceUtils
-
Redacts sensitive property values in a stream.
- setAccounts(Map<String, P>) - Method in class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
-
- setApplications(List<StreamStatus.Application>) - Method in class org.springframework.cloud.dataflow.core.StreamStatus
-
- setApplicationType(ApplicationType) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
- setAuditAction(AuditActionType) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setAuditData(String) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setAuditOperation(AuditOperationType) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setCorrelationId(String) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setCreatedBy(String) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setCreatedOn(Instant) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setCreatedOn(Instant) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setDefaultVersion(Boolean) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setDescription(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setDslText(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Establish the DSL Text for a task definition.
- setGuid(String) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
-
- setId(Long) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setId(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setId(String) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Application
-
- setId(String) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
-
- setIndex(int) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
-
- setInstances(List<StreamStatus.Instance>) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Application
-
- setLabel(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
Set the app label.
- setLabel(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Set the app label.
- setLaunchers(List<Launcher>) - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- setMetadataUri(URI) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Application
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.StreamStatus
-
- setName(String) - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- setOptions(List<ConfigurationMetadataPropertyEntity>) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setPlatformName(String) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
-
- setPlatformName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setPlatformName(String) - Method in class org.springframework.cloud.dataflow.core.TaskManifest
-
Name of the platform the related task execution was executed on.
- setPrimary(boolean) - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
-
- setProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
Sets app properties.
- setProperties(Map<String, Object>) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
-
- setProperties(Map<String, String>) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Sets the contents of the provided map as the map of app properties.
- setProperty(String, String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
Set an app property.
- setProperty(String, String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Set an app property.
- setRegisteredAppName(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
Set the name of the app in the registry.
- setRegisteredAppName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Set the name of the app in the registry.
- setScheduler(Scheduler) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setState(String) - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
-
- setStreamName(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
-
Set the stream name this app belongs to.
- setTaskDefinitionName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setTaskDeploymentId(String) - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
-
- setTaskDeploymentRequest(AppDeploymentRequest) - Method in class org.springframework.cloud.dataflow.core.TaskManifest
-
Task deployment
- setTaskLauncher(TaskLauncher) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setTaskName(String) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
-
Establish the task name for a task definition.
- setType(ApplicationType) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setType(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
-
- setUri(URI) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setVersion(String) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- setVersion(String) - Method in class org.springframework.cloud.dataflow.core.StreamStatus
-
- setVersions(HashSet<String>) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
-
- SPRING_CLOUD_TASK_NAME - Static variable in class org.springframework.cloud.dataflow.core.TaskDefinition
-
- STREAM_APP_LABEL - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
Stream app label property key.
- STREAM_APP_TYPE - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
Stream app type property key.
- STREAM_NAME - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
-
Stream name property key.
- StreamAppDefinition - Class in org.springframework.cloud.dataflow.core
-
Representation of an application, including properties provided via the DSL definition.
- StreamAppDefinition(String, String, ApplicationType, String, Map<String, String>) - Constructor for class org.springframework.cloud.dataflow.core.StreamAppDefinition
-
Construct a StreamAppDefinition.
- StreamAppDefinition.Builder - Class in org.springframework.cloud.dataflow.core
-
Builder object for StreamAppDefinition.
- StreamDefinition - Class in org.springframework.cloud.dataflow.core
-
Representation of a defined stream.
- StreamDefinition() - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
-
- StreamDefinition(String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
-
Construct a StreamDefinition.
- StreamDefinition(String, String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
-
Construct a StreamDefinition.
- StreamDefinition(String, String, String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinition
-
- StreamDefinitionService - Interface in org.springframework.cloud.dataflow.core
-
- StreamDefinitionServiceUtils - Class in org.springframework.cloud.dataflow.core
-
- StreamDefinitionServiceUtils() - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinitionServiceUtils
-
- StreamDeployment - Class in org.springframework.cloud.dataflow.core
-
Represents Stream deployment model.
- StreamDeployment(String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDeployment
-
- StreamDeployment(String, String) - Constructor for class org.springframework.cloud.dataflow.core.StreamDeployment
-
- StreamPropertyKeys - Class in org.springframework.cloud.dataflow.core
-
Spring Cloud Stream property keys.
- StreamPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.StreamPropertyKeys
-
- StreamRuntimePropertyKeys - Class in org.springframework.cloud.dataflow.core
-
Runtime Property Keys used in Spring Cloud Data Flow
- StreamRuntimePropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.StreamRuntimePropertyKeys
-
- StreamStatus - Class in org.springframework.cloud.dataflow.core
-
Domain class that represents the runtime stream status
- StreamStatus() - Constructor for class org.springframework.cloud.dataflow.core.StreamStatus
-
- StreamStatus.Application - Class in org.springframework.cloud.dataflow.core
-
- StreamStatus.Instance - Class in org.springframework.cloud.dataflow.core
-