Skip navigation links
A C D F G I L M N O R S T U W 

A

AbstractAppRegistryCommon - Class in org.springframework.cloud.dataflow.registry
AppRegistryCommon implementation common for the Classic and the Skipper modes.
AbstractAppRegistryCommon(AppResourceCommon) - Constructor for class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
AbstractEntity - Class in org.springframework.cloud.dataflow.registry.domain
Base class for entity implementations.
AbstractEntity() - Constructor for class org.springframework.cloud.dataflow.registry.domain.AbstractEntity
 
appExist(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
appExist(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
Checks if an application with such name and type exists and is set as default.
appExist(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Checks if an AppRegistration with this name, type and version exists.
appExist(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
appExist(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
AppRegistration - Class in org.springframework.cloud.dataflow.registry.domain
Models the registration of applications.
AppRegistration() - Constructor for class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
AppRegistration(String, ApplicationType, URI) - Constructor for class org.springframework.cloud.dataflow.registry.domain.AppRegistration
Construct an AppRegistration object with empty version and metadata uri
AppRegistration(String, ApplicationType, URI, URI) - Constructor for class org.springframework.cloud.dataflow.registry.domain.AppRegistration
Construct an AppRegistration object with empty version
AppRegistration(String, ApplicationType, String, URI, URI) - Constructor for class org.springframework.cloud.dataflow.registry.domain.AppRegistration
Construct an AppRegistration object.
AppRegistrationRepository - Interface in org.springframework.cloud.dataflow.registry.repository
Repository interface for managing the AppRegistration class.
AppRegistry - Class in org.springframework.cloud.dataflow.registry
Convenience wrapper for the UriRegistry that operates on higher level AppRegistration objects and supports on-demand loading of Resources.
AppRegistry(UriRegistry, AppResourceCommon) - Constructor for class org.springframework.cloud.dataflow.registry.AppRegistry
 
AppRegistryCommon - Interface in org.springframework.cloud.dataflow.registry
Common interface (bridge) for the legacy AppRegistry and the new DefaultAppRegistryService This interface bride is required to enable SCDF working both in classic or skipper mode.
AppRegistryService - Interface in org.springframework.cloud.dataflow.registry.service
 
AppResourceCommon - Class in org.springframework.cloud.dataflow.registry.support
 
AppResourceCommon(MavenProperties, ResourceLoader) - Constructor for class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
 

C

compareTo(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
convertToDatabaseColumn(URI) - Method in class org.springframework.cloud.dataflow.registry.domain.UriPersistenceConverter
 
convertToEntityAttribute(String) - Method in class org.springframework.cloud.dataflow.registry.domain.UriPersistenceConverter
 

D

DEFAULT_NAMESPACE - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
DEFAULT_TAG - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
DefaultAppRegistryService - Class in org.springframework.cloud.dataflow.registry.service
Convenience wrapper for the that operates on higher level DefaultAppRegistryService objects and supports on-demand loading of Resources.
DefaultAppRegistryService(AppRegistrationRepository, AppResourceCommon) - Constructor for class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
delete(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
Deletes an AppRegistration.
delete(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Deletes an AppRegistration.
delete(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
Deletes an AppRegistration.
deleteAppRegistrationByNameAndTypeAndVersion(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
DockerImage - Class in org.springframework.cloud.dataflow.registry.support
Docker image name parsing utility Code from https://github.com/vmware/admiral
DockerImage() - Constructor for class org.springframework.cloud.dataflow.registry.support.DockerImage
 

F

find(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
find(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
 
find(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
 
find(String) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
find(String) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
find(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
find(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
findAll(Pageable) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
findAll() - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
findAll() - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAll(Pageable) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
findAll() - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAll(Pageable) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAllByNameContainingIgnoreCase(String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAllByType(ApplicationType, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAllByTypeAndNameContainingIgnoreCase(ApplicationType, String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAllByTypeAndNameIsLike(ApplicationType, String, Pageable) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
findAllByTypeAndNameIsLike(ApplicationType, String, Pageable) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
findAppRegistrationByNameAndTypeAndDefaultVersionIsTrue(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
findAppRegistrationByNameAndTypeAndVersion(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
fromImageName(String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
parse a full image name (myhost:300/namespace/repo:tag) into its components
fromParts(String, String, String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
fromParts(String, String, String, String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 

G

getAppMetadataResource(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
getAppMetadataResource(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
Converts application's metadata URI into Spring resource object.
getAppResource(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
getAppResource(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
Converts application's URI into Spring resource object.
getDefaultApp(String, ApplicationType) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
 
getDefaultApp(String, ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
getHost() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getId() - Method in class org.springframework.cloud.dataflow.registry.domain.AbstractEntity
 
getMetadataResource(URI, URI) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
 
getMetadataUri() - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
getName() - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
getNamespace() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getNamespaceAndRepo() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getObjectVersion() - Method in class org.springframework.cloud.dataflow.registry.domain.AbstractEntity
 
getRepository() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getResource(String) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
Retrieve the corresponding Resource instance based on the URI String.
getResourceVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
getResourceVersion(String) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
Returns the version for the given resource URI string.
getResourceVersion(Resource) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
 
getResourceVersion(String) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
Returns the version for the given resource URI string.
getResourceVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
Extracts the version from the resource.
getResourceWithoutVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
getResourceWithoutVersion(Resource) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
Returns a string representing the resource with version subtracted
getResourceWithoutVersion(Resource) - Method in class org.springframework.cloud.dataflow.registry.support.AppResourceCommon
Returns a string representing the resource with version subtracted
getTag() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
getType() - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
getUri() - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
getVersion() - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 

I

importAll(boolean, Resource...) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
importAll(boolean, Resource...) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
Import bulk of applications from input load files
isDefaultVersion() - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
isDockerHubImage() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
isOverwrite(AppRegistration, boolean) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
isOverwrite(AppRegistration, boolean) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
isOverwrite(AppRegistration, boolean) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
isValidNamespace(String) - Static method in class org.springframework.cloud.dataflow.registry.support.DockerImage
When a image name part can be ambiguously either host or namespace, check which one it is based on a regex of valid characters for the namespace part

L

loadProperties(Resource) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 

M

METADATA_KEY_SUFFIX - Static variable in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
metadataUriFromProperties(String, Properties) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 

N

NoSuchAppRegistrationException - Exception in org.springframework.cloud.dataflow.registry.support
Thrown when an AppRegistration of a given name and ApplicationType was expected but did not exist.
NoSuchAppRegistrationException(String, ApplicationType) - Constructor for exception org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException
 
NoSuchAppRegistrationException(String, ApplicationType, String) - Constructor for exception org.springframework.cloud.dataflow.registry.support.NoSuchAppRegistrationException
 

O

org.springframework.cloud.dataflow.registry - package org.springframework.cloud.dataflow.registry
Root package of the Data Flow registry support.
org.springframework.cloud.dataflow.registry.domain - package org.springframework.cloud.dataflow.registry.domain
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.registry.repository - package org.springframework.cloud.dataflow.registry.repository
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.registry.service - package org.springframework.cloud.dataflow.registry.service
Root package of Spring Cloud Data Flow Core.
org.springframework.cloud.dataflow.registry.support - package org.springframework.cloud.dataflow.registry.support
Contains AppRegistration support classes.

R

RdbmsUriRegistry - Class in org.springframework.cloud.dataflow.registry
RDBMS implementation of UriRegistry.
RdbmsUriRegistry(DataSource) - Constructor for class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
RedisUriRegistry - Class in org.springframework.cloud.dataflow.registry
Deprecated.
RedisUriRegistry(RedisConnectionFactory) - Constructor for class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
Construct a RedisArtifactRegistry with the provided RedisConnectionFactory.
register(String, URI) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
register(String, URI) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 

S

save(String, ApplicationType, URI, URI) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
save(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 
save(AppRegistration) - Method in interface org.springframework.cloud.dataflow.registry.AppRegistryCommon
Save an AppRegistration instance.
save(S) - Method in interface org.springframework.cloud.dataflow.registry.repository.AppRegistrationRepository
 
save(String, ApplicationType, String, URI, URI) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Saves a new AppRegistration identified by its name, type, version and URIs.
save(String, ApplicationType, String, URI, URI) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
save(AppRegistration) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
SECTION_SEPARATOR - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
setDefaultApp(String, ApplicationType, String) - Method in interface org.springframework.cloud.dataflow.registry.service.AppRegistryService
Set an application with name, type and version as the default for all name:type applications.
setDefaultApp(String, ApplicationType, String) - Method in class org.springframework.cloud.dataflow.registry.service.DefaultAppRegistryService
 
setDefaultVersion(Boolean) - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
setMetadataUri(URI) - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
setName(String) - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
setType(ApplicationType) - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
setUri(URI) - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
setVersion(String) - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 

T

TAG_SEPARATOR - Static variable in class org.springframework.cloud.dataflow.registry.support.DockerImage
 
toString() - Method in class org.springframework.cloud.dataflow.registry.domain.AppRegistration
 
toString() - Method in class org.springframework.cloud.dataflow.registry.support.DockerImage
Convert to a canonical string representation.
toStringAndUriFunc - Static variable in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
toValidAppRegistration(Map.Entry<String, URI>, URI) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
Builds a Stream from key/value mapping.
toValidAppRegistration(Map.Entry<String, URI>, URI) - Method in class org.springframework.cloud.dataflow.registry.AppRegistry
 

U

unregister(String) - Method in class org.springframework.cloud.dataflow.registry.RdbmsUriRegistry
 
unregister(String) - Method in class org.springframework.cloud.dataflow.registry.RedisUriRegistry
Deprecated.
 
UriPersistenceConverter - Class in org.springframework.cloud.dataflow.registry.domain
Convert URI to strings, used by the repository to ser/deser URI fields in Hibernate.
UriPersistenceConverter() - Constructor for class org.springframework.cloud.dataflow.registry.domain.UriPersistenceConverter
 

W

warnOnMalformedURI(String, URI) - Method in class org.springframework.cloud.dataflow.registry.AbstractAppRegistryCommon
 
A C D F G I L M N O R S T U W 
Skip navigation links

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