Skip navigation links
A B C D E F G H I K L O P R 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
 
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
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
 
constructDsl(String, LinkedList<StreamAppDefinition>) - Method in class org.springframework.cloud.dataflow.core.DefaultStreamDefinitionService
 
constructDsl(String, LinkedList<StreamAppDefinition>) - Method in interface org.springframework.cloud.dataflow.core.StreamDefinitionService
Return the updated stream DSL for the given stream definition with the associated properties.
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

dataFlowAddedProperties - Static variable in interface org.springframework.cloud.dataflow.core.StreamDefinitionService
 
DataFlowPropertyKeys - Class in org.springframework.cloud.dataflow.core
Spring Cloud Data Flow property keys.
DataFlowPropertyKeys() - Constructor for class org.springframework.cloud.dataflow.core.DataFlowPropertyKeys
 
DefaultStreamDefinitionService - Class in org.springframework.cloud.dataflow.core
The default implementation of StreamDefinitionService.
DefaultStreamDefinitionService() - Constructor for class org.springframework.cloud.dataflow.core.DefaultStreamDefinitionService
 
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.AppRegistration
 
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
 
escapeNewlines(String) - Static method in class org.springframework.cloud.dataflow.core.DefinitionUtils
 

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(StreamDefinition) - Method in class org.springframework.cloud.dataflow.core.DefaultStreamDefinitionService
Return the ordered list of application definitions for this stream as a List.
getAppDefinitions(StreamDefinition) - Method in interface org.springframework.cloud.dataflow.core.StreamDefinitionService
Return the linked list of StreamAppDefinitions associated with the stream definition.
getApplications() - Method in class org.springframework.cloud.dataflow.core.StreamStatus
 
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(LinkedList<StreamAppDefinition>) - Static method in class org.springframework.cloud.dataflow.core.StreamDefinitionServiceUtils
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
 
getGuid() - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
 
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
 
getId() - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Application
 
getId() - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
 
getIndex() - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
 
getInstances() - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Application
 
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.StreamStatus.Application
 
getName() - Method in class org.springframework.cloud.dataflow.core.StreamStatus
 
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.AuditRecord
 
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.StreamStatus.Instance
 
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
 
getState() - Method in class org.springframework.cloud.dataflow.core.StreamStatus.Instance
 
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
 
getVersion() - Method in class org.springframework.cloud.dataflow.core.StreamStatus
 
getVersions() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 

H

hashCode() - Method in class org.springframework.cloud.dataflow.core.AppRegistration
 
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.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() - Constructor for class org.springframework.cloud.dataflow.core.StreamStatus.Instance
 
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.

K

KUBERNETES_PLATFORM_TYPE - Static variable in interface org.springframework.cloud.dataflow.core.TaskPlatformFactory
 

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
 
LOCAL_PLATFORM_TYPE - Static variable in interface org.springframework.cloud.dataflow.core.TaskPlatformFactory
 
logger - Variable in class org.springframework.cloud.dataflow.core.AbstractTaskPlatformFactory
 

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

parse(StreamDefinition) - Method in class org.springframework.cloud.dataflow.core.DefaultStreamDefinitionService
Use the StreamParser to retrieve the StreamNode representation of the stream.
parse(StreamDefinition) - Method in interface org.springframework.cloud.dataflow.core.StreamDefinitionService
Parse the given stream definition and return the AST representation of the stream DSL in StreamNode.
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
 

R

redactDsl(StreamDefinition) - Method in class org.springframework.cloud.dataflow.core.DefaultStreamDefinitionService
 
redactDsl(StreamDefinition) - Method in interface org.springframework.cloud.dataflow.core.StreamDefinitionService
 

S

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
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.
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
Contract for the core operations against StreamDefinition.
StreamDefinitionServiceUtils - Class in org.springframework.cloud.dataflow.core
Utility class serving operations related to the StreamDefinitions.
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
 

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(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 K L O P R S T U V 
Skip navigation links

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