Skip navigation links
A B C D E F G H I L M O P S T U V 

A

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
 
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.
AuditActionType - Enum in org.springframework.cloud.dataflow.core
Represent the various actions possible for Auditing events.
AuditActionTypeConverter - Class in org.springframework.cloud.dataflow.core
JPA 2.1 AttributeConverter for the AuditActionType enumeration.
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
JPA 2.1 AttributeConverter for the AuditOperationType enumeration.
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
 

B

BINDING_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
 
BindingPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Stream property keys used for binding.
BindingPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.BindingPropertyKeys
 
build(String) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Return a new instance of StreamAppDefinition.
build() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return a new instance of TaskDefinition.
Builder() - Constructor for class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
 

C

CLOUDFOUNDRY_PLATFORM_TYPE - Static variable in interface org.springframework.cloud.dataflow.core.TaskPlatformFactory
 
compareTo(AppRegistration) - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
ConfigurationMetadataPropertyEntity - Class in org.springframework.cloud.dataflow.core
This entity class is used to extend boot's ConfigurationMetadataProperty so that we can add our own constructor and not to explicitly import entity classes from boot.
ConfigurationMetadataPropertyEntity() - Constructor for class org.springframework.cloud.dataflow.core.ConfigurationMetadataPropertyEntity
 
ConfigurationMetadataPropertyEntity(ConfigurationMetadataProperty) - Constructor for class org.springframework.cloud.dataflow.core.ConfigurationMetadataPropertyEntity
 
convertToDatabaseColumn(AuditActionType) - Method in class org.springframework.cloud.dataflow.core.AuditActionTypeConverter
 
convertToDatabaseColumn(AuditOperationType) - Method in class org.springframework.cloud.dataflow.core.AuditOperationTypeConverter
 
convertToDatabaseColumn(URI) - Method in class org.springframework.cloud.dataflow.core.UriPersistenceConverter
 
convertToEntityAttribute(Long) - Method in class org.springframework.cloud.dataflow.core.AuditActionTypeConverter
 
convertToEntityAttribute(Long) - Method in class org.springframework.cloud.dataflow.core.AuditOperationTypeConverter
 
convertToEntityAttribute(String) - Method in class org.springframework.cloud.dataflow.core.UriPersistenceConverter
 
createLauncher(String) - Method in interface org.springframework.cloud.dataflow.core.TaskPlatformFactory
Create the Launcher by the given name.
createLaunchers() - Method in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
 
createTaskPlatform() - Method in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
 
createTaskPlatform() - Method in interface org.springframework.cloud.dataflow.core.TaskPlatformFactory
Create the TaskPlatform instance with the launchers.

D

DataFlowPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Data Flow property keys.
DataFlowPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
 
DefinitionUtils - Class in org.springframework.cloud.dataflow.core
 
DefinitionUtils() - Constructor for class org.springframework.cloud.dataflow.core.DefinitionUtils
 

E

equals(Object) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
equals(Object) - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 

F

from(StreamAppDefinition) - Static method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Create a new builder that is initialized with properties of the given definition.
from(DataFlowAppDefinition) - Static method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Create a new builder that is initialized with properties of the given definition.
fromId(Long) - Static method in enum org.springframework.cloud.dataflow.core.AuditActionType
 
fromId(Long) - Static method in enum org.springframework.cloud.dataflow.core.AuditOperationType
 

G

getAccounts() - Method in class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
 
getAppDefinitions() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the ordered list of application definitions for this stream as a List.
getApplicationType() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
 
getAuditAction() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getAuditData() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getAuditOperation() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getCorrelationId() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getCreatedBy() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getCreatedDateTime() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getCreatedOn() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getCreatedOn() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
 
getDeploymentOrderIterator() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return an iterator that indicates the order of application deployments for this stream.
getDeploymentProperties() - Method in class org.springframework.cloud.dataflow.core.StreamDeployment
 
getDescription() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
 
getDescription() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
getDescription() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the custom definition of the stream definition.
getDescription() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
getDslText() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the DSL definition for this stream.
getDslText() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
getId() - Method in class org.springframework.cloud.dataflow.core.AbstractEntity
 
getId() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
 
getId() - Method in enum org.springframework.cloud.dataflow.core.AuditOperationType
 
getId() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
getId() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
getKey() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
 
getKey() - Method in enum org.springframework.cloud.dataflow.core.AuditOperationType
 
getLabel() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return symbolic name of a task.
getLaunchers() - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
 
getMaximumTaskExecutions() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
 
getMetadataUri() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
getName() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
getName() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
 
getName() - Method in enum org.springframework.cloud.dataflow.core.AuditOperationType
 
getName() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
getName() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
 
getName() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the name of this stream.
getName() - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
 
getNameWithDescription() - Method in enum org.springframework.cloud.dataflow.core.AuditActionType
 
getObjectVersion() - Method in class org.springframework.cloud.dataflow.core.AbstractEntity
 
getOptions() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
getOriginalDslText() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
Return the Original DSL definition for this stream.
getPlatformName() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
 
getPlatformName() - Method in class org.springframework.cloud.dataflow.core.TaskManifest
Name of the platform the related task execution was executed on.
getProperties() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return properties for the task.
getRegisteredAppName() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
Return name of task app in registry.
getRunningExecutionCount() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
 
getScheduler() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Return name of stream this app instance belongs to.
getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
Return name of the stream this app instance belongs to.
getStreamName() - Method in class org.springframework.cloud.dataflow.core.StreamDeployment
 
getTaskDefinitionName() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
 
getTaskDeploymentId() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
 
getTaskDeploymentRequest() - Method in class org.springframework.cloud.dataflow.core.TaskManifest
AppDeploymentRequest representing the task being executed
getTaskExecutionInformation() - Method in class org.springframework.cloud.dataflow.core.AllPlatformsTaskExecutionInformation
 
getTaskLauncher() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
getTaskName() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
getType() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
getType() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
getType() - Method in class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
 
getUri() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
getVersion() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 

H

hashCode() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
hashCode() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 

I

initialize() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
initialize() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
INPUT_BINDING_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Prefix used in property keys for input binding.
INPUT_CONTENT_TYPE - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Content Type property key for input binding.
INPUT_DESTINATION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Destination property key for input binding.
INPUT_GROUP - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Group property key for input binding.
INPUT_PARTITIONED - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partitioned property key for input binding.
INSTANCE_COUNT - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
Instance Count property key.
isDefaultVersion() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
isPrimary() - Method in class org.springframework.cloud.dataflow.core.TaskPlatform
If true, identifies which Platform the Data Flow Server is running on.

L

Launcher - Class in org.springframework.cloud.dataflow.core
 
Launcher(String, String, TaskLauncher) - Constructor for class org.springframework.cloud.dataflow.core.Launcher
 
Launcher(String, String, TaskLauncher, Scheduler) - Constructor for class org.springframework.cloud.dataflow.core.Launcher
 
logger - Variable in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
 

M

METRICS_KEY - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
METRICS Key property key.
METRICS_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
Prefix for Spring Cloud Stream Metrics.
METRICS_PROPERTIES - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
METRICS properties property key.
METRICS_TRIGGER_INCLUDES - Static variable in class org.springframework.cloud.dataflow.core.StreamPropertyKeys
This is the spring boot property key that Spring Cloud Stream uses to filter the metrics to import when the specific Spring Cloud Stream "application" trigger is fired for metrics export.

O

org.springframework.cloud.dataflow.core - package org.springframework.cloud.dataflow.core
Root package of the Spring Cloud Data Flow domain model.
OUTPUT_BINDING_KEY_PREFIX - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Prefix used in property keys for output binding.
OUTPUT_CONTENT_TYPE - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Content Type property key for output binding.
OUTPUT_DESTINATION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Destination property key for output binding.
OUTPUT_PARTITION_COUNT - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Count property key for output binding.
OUTPUT_PARTITION_KEY_EXPRESSION - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Key Expression property key for output binding.
OUTPUT_PARTITION_KEY_EXTRACTOR_CLASS - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Partition Key Extractor Class property key for output binding.
OUTPUT_REQUIRED_GROUPS - Static variable in class org.springframework.cloud.dataflow.core.BindingPropertyKeys
Required groups for output binding.

P

platformProperties - Variable in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
 
PlatformTaskExecutionInformation - Class in org.springframework.cloud.dataflow.core
 
PlatformTaskExecutionInformation(String, String, int, int) - Constructor for class org.springframework.cloud.dataflow.core.PlatformTaskExecutionInformation
 
PREFIX - Static variable in class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
 

S

setAccounts(Map<String, P>) - Method in class org.springframework.cloud.dataflow.core.AbstractPlatformProperties
 
setApplicationType(ApplicationType) - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition.Builder
Set the ApplicationType for this application.
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.
setId(Long) - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
setId(String) - Method in class org.springframework.cloud.dataflow.core.Launcher
 
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.TaskPlatform
 
setOptions(List<ConfigurationMetadataPropertyEntity>) - Method in class org.springframework.cloud.dataflow.core.Launcher
 
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, 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
 
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
 
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
 
StreamDefinitionToDslConverter - Class in org.springframework.cloud.dataflow.core
Reverse engineers a StreamDefinition into a semantically equivalent DSL text representation.
StreamDefinitionToDslConverter() - Constructor for class org.springframework.cloud.dataflow.core.StreamDefinitionToDslConverter
 
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
 

T

TASK_NAME - Static variable in class org.springframework.cloud.dataflow.core.TaskPropertyKeys
 
TaskDefinition - Class in org.springframework.cloud.dataflow.core
 
TaskDefinition() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition
 
TaskDefinition(String, String) - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition
Construct a TaskDefinition
TaskDefinition(String, String, String) - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition
Construct a TaskDefinition
TaskDefinition.TaskDefinitionBuilder - Class in org.springframework.cloud.dataflow.core
Builder object for TaskDefinition.
TaskDefinitionBuilder() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinition.TaskDefinitionBuilder
 
TaskDefinitionToDslConverter - Class in org.springframework.cloud.dataflow.core
Reverse engineers a TaskDefinition into a semantically equivalent DSL text representation.
TaskDefinitionToDslConverter() - Constructor for class org.springframework.cloud.dataflow.core.TaskDefinitionToDslConverter
 
TaskDeployment - Class in org.springframework.cloud.dataflow.core
Records the association of taskDeploymentId to the platfornName the task was launched on.
TaskDeployment() - Constructor for class org.springframework.cloud.dataflow.core.TaskDeployment
 
TaskManifest - Class in org.springframework.cloud.dataflow.core
Description of an execution of a task including resource to be executed and how it was configured via Spring Cloud Data Flow
TaskManifest() - Constructor for class org.springframework.cloud.dataflow.core.TaskManifest
 
TaskPlatform - Class in org.springframework.cloud.dataflow.core
For a given platform, Cloud Foundry, Kubernetes, etc, associate a list of Task Launchers.
TaskPlatform(String, List<Launcher>) - Constructor for class org.springframework.cloud.dataflow.core.TaskPlatform
 
TaskPlatformFactory - Interface in org.springframework.cloud.dataflow.core
 
TaskPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Task property keys.
TaskPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.TaskPropertyKeys
 
toDsl(StreamDefinition) - Method in class org.springframework.cloud.dataflow.core.StreamDefinitionToDslConverter
Reverse engineers a StreamDefinition into a semantically equivalent DSL text representation.
toDsl(List<StreamAppDefinition>) - Method in class org.springframework.cloud.dataflow.core.StreamDefinitionToDslConverter
Reverse engineers a stream, represented by ordered StreamAppDefinition list, into a semantically equivalent DSL text representation.
toDsl(TaskDefinition) - Method in class org.springframework.cloud.dataflow.core.TaskDefinitionToDslConverter
Reverse engineers a TaskDefinition into a semantically equivalent DSL text representation.
toString() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
toString() - Method in class org.springframework.cloud.dataflow.core.AuditRecord
 
toString() - Method in class org.springframework.cloud.dataflow.core.Launcher
 
toString() - Method in class org.springframework.cloud.dataflow.core.StreamAppDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.core.StreamDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.core.TaskDefinition
 
toString() - Method in class org.springframework.cloud.dataflow.core.TaskDeployment
 
toString() - Method in class org.springframework.cloud.dataflow.core.TaskManifest
 

U

UriPersistenceConverter - Class in org.springframework.cloud.dataflow.core
Convert URI to strings, used by the repository to ser/deser URI fields in Hibernate.
UriPersistenceConverter() - Constructor for class org.springframework.cloud.dataflow.core.UriPersistenceConverter
 

V

valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.AuditActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.dataflow.core.AuditOperationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.dataflow.core.ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.core.AuditActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.dataflow.core.AuditOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M O P S T U V 
Skip navigation links

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