A B C D E F G H I J L M O P R S T U V 

A

AbstractCloudConfig - Class in org.springframework.cloud.config.java
JavaConfig base class for simplified access to the bound services.
AbstractCloudConfig() - Constructor for class org.springframework.cloud.config.java.AbstractCloudConfig
 
AbstractCloudConnector<SD> - Class in org.springframework.cloud
Helper abstract class to simplify CloudConnector implementations.
AbstractCloudConnector(Class<? extends ServiceInfoCreator<? extends ServiceInfo, ?>>) - Constructor for class org.springframework.cloud.AbstractCloudConnector
 
AbstractCloudServiceConnectorFactory<S> - Class in org.springframework.cloud.service
Abstract base factory class.
AbstractCloudServiceConnectorFactory(String, Class<S>, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
AbstractCloudServiceConnectorFactory(Class<S>, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
AbstractServiceConnectorCreator<SC,SI extends ServiceInfo> - Class in org.springframework.cloud.service
Base class to simplify creation of ServiceConnectorCreators.
AbstractServiceConnectorCreator() - Constructor for class org.springframework.cloud.service.AbstractServiceConnectorCreator
 
accept(SD) - Method in class org.springframework.cloud.FallbackServiceInfoCreator
 
accept(UriBasedServiceData) - Method in class org.springframework.cloud.service.UriBasedServiceInfoCreator
 
accept(SD) - Method in interface org.springframework.cloud.ServiceInfoCreator
 
afterPropertiesSet() - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
AMQP_SCHEME - Static variable in class org.springframework.cloud.service.common.AmqpServiceInfo
 
AMQPS_SCHEME - Static variable in class org.springframework.cloud.service.common.AmqpServiceInfo
 
AmqpServiceInfo - Class in org.springframework.cloud.service.common
Information to access an AMQP service.
AmqpServiceInfo(String, String, int, String, String, String) - Constructor for class org.springframework.cloud.service.common.AmqpServiceInfo
 
AmqpServiceInfo(String, String, int, String, String, String, String) - Constructor for class org.springframework.cloud.service.common.AmqpServiceInfo
 
AmqpServiceInfo(String, String, String, List<String>, List<String>) - Constructor for class org.springframework.cloud.service.common.AmqpServiceInfo
 
AmqpServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.AmqpServiceInfo
 
AmqpServiceInfo(String, String, String) - Constructor for class org.springframework.cloud.service.common.AmqpServiceInfo
 
ApplicationInstanceInfo - Interface in org.springframework.cloud.app
Information about the application instance.

B

BaseCompositeServiceInfo - Class in org.springframework.cloud.service
A generic implementation of CompositeServiceInfo that should suffice in many situations.
BaseCompositeServiceInfo(String, ServiceInfo...) - Constructor for class org.springframework.cloud.service.BaseCompositeServiceInfo
 
BaseServiceInfo - Class in org.springframework.cloud.service
 
BaseServiceInfo(String) - Constructor for class org.springframework.cloud.service.BaseServiceInfo
 
BasicApplicationInstanceInfo - Class in org.springframework.cloud.app
Basic implementation of ApplicationInstanceInfo that might suffice most typical cloud connectors.
BasicApplicationInstanceInfo(String, String, Map<String, Object>) - Constructor for class org.springframework.cloud.app.BasicApplicationInstanceInfo
 
BasicDbcpPooledDataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
BasicDbcpPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.BasicDbcpPooledDataSourceCreator
 

C

Cloud - Class in org.springframework.cloud
The main user-level API access to application and services for the app in which this instance is embedded in.
cloud() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
Get the underlying cloud object.
cloud - Variable in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
 
CloudConnector - Interface in org.springframework.cloud
Provider interface for cloud connector.
CloudDataSourceFactory - Class in org.springframework.cloud.service.relational
Spring factory bean for datasource service.
CloudDataSourceFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.relational.CloudDataSourceFactory
 
CloudDataSourceFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the <cloud:data-source> namespace element
CloudDataSourceFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudDataSourceFactoryParser
 
CloudException - Exception in org.springframework.cloud
Common exception for cloud-related operations
CloudException(String) - Constructor for exception org.springframework.cloud.CloudException
 
CloudException(Throwable) - Constructor for exception org.springframework.cloud.CloudException
 
CloudException(String, Throwable) - Constructor for exception org.springframework.cloud.CloudException
 
CloudFactory - Class in org.springframework.cloud
Factory for the cloud.
CloudFactory() - Constructor for class org.springframework.cloud.CloudFactory
 
cloudFactory() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
Get the cloud factory.
CloudMongoDbFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the <cloud:mongo-db-factory> namespace element
CloudMongoDbFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudMongoDbFactoryParser
 
CloudNamespaceHandler - Class in org.springframework.cloud.config.xml
Handler for the 'cloud' namespace
CloudNamespaceHandler() - Constructor for class org.springframework.cloud.config.xml.CloudNamespaceHandler
 
CloudNamespaceHandler.ServiceScanBeanFactoryProcessor - Class in org.springframework.cloud.config.xml
 
CloudNamespaceHandler.ServiceScanBeanFactoryProcessor() - Constructor for class org.springframework.cloud.config.xml.CloudNamespaceHandler.ServiceScanBeanFactoryProcessor
 
CloudPropertiesFactoryBean - Class in org.springframework.cloud.config.xml
FactoryBean exposing cloud properties.
CloudPropertiesFactoryBean() - Constructor for class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
CloudRabbitConnectionFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the <cloud:rabbit-connection-factory> namespace element
CloudRabbitConnectionFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudRabbitConnectionFactoryParser
 
CloudRedisConnectionFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the <cloud:redis-connection-factory> namespace element
CloudRedisConnectionFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudRedisConnectionFactoryParser
 
CloudScan - Annotation Type in org.springframework.cloud.config.java
Add this annotation to an @Configuration class to have a bean for each service bound to the app as well as one for ApplicationInstanceInfo added to the application context.
CloudScanConfiguration - Class in org.springframework.cloud.config.java
Introduces beans for each bound service and one for ApplicationInstanceInfo
CloudScanConfiguration() - Constructor for class org.springframework.cloud.config.java.CloudScanConfiguration
 
CloudScanHelper - Class in org.springframework.cloud.config
Each service populated by this bean has the same name as the service it is bound to.
CloudScanHelper() - Constructor for class org.springframework.cloud.config.CloudScanHelper
 
CloudScanHelper.ApplicationInstanceInfoWrapper - Class in org.springframework.cloud.config
 
CloudScanHelper.ApplicationInstanceInfoWrapper(Cloud) - Constructor for class org.springframework.cloud.config.CloudScanHelper.ApplicationInstanceInfoWrapper
 
CloudScanHelper.ScannedServiceWrapper - Class in org.springframework.cloud.config
 
CloudScanHelper.ScannedServiceWrapper(GenericCloudServiceConnectorFactory) - Constructor for class org.springframework.cloud.config.CloudScanHelper.ScannedServiceWrapper
 
CloudServiceConnectionFactory - Class in org.springframework.cloud.config.java
 
CloudServiceConnectionFactory(Cloud) - Constructor for class org.springframework.cloud.config.java.CloudServiceConnectionFactory
 
CloudServiceConnectorFactory<SC> - Interface in org.springframework.cloud.service
Factory to create service connectors.
CompositeServiceInfo - Interface in org.springframework.cloud.service
Interface to represent services constituted out of other services.
configure(SimpleMongoDbFactory, MongoDbFactoryConfig) - Method in class org.springframework.cloud.service.document.MongoDbFactoryCreator
 
configure(JedisConnectionFactory, RedisConnectionFactoryConfig) - Method in class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfigurer
 
configure(JedisConnectionFactory, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfigurer
 
configure(SC, SCC) - Method in class org.springframework.cloud.service.MapServiceConnectionConfigurer
 
configure(SC, SCC) - Method in class org.springframework.cloud.service.PooledServiceConnectorConfigurer
 
configure(DataSource, DataSourceConfig) - Method in class org.springframework.cloud.service.relational.DataSourceConfigurer
 
configure(SC, SCC) - Method in interface org.springframework.cloud.service.ServiceConnectorConfigurer
 
connectionFactory() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
 
create(MongoServiceInfo, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.document.MongoDbFactoryCreator
 
create(RedisServiceInfo, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.RedisConnectionFactoryCreator
 
create(AmqpServiceInfo, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.messaging.RabbitConnectionFactoryCreator
 
create(RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.BasicDbcpPooledDataSourceCreator
 
create(SI, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.relational.DataSourceCreator
 
create(RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.HikariCpPooledDataSourceCreator
 
create(RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in interface org.springframework.cloud.service.relational.PooledDataSourceCreator
 
create(RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
create(RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.TomcatHighPerformancePooledDataSourceCreator
 
create(SI, ServiceConnectorConfig) - Method in interface org.springframework.cloud.service.ServiceConnectorCreator
Create service for the given service info and configured with the given configuration
create(SmtpServiceInfo, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.smtp.MailSenderCreator
 
createInstance() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
createService() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
createService() - Method in interface org.springframework.cloud.service.CloudServiceConnectorFactory
 
createServiceInfo(UriBasedServiceData) - Method in class org.springframework.cloud.service.FallbackBaseServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.service.UriBasedServiceInfoCreator
 
createServiceInfo(UriBasedServiceData) - Method in class org.springframework.cloud.service.UriBasedServiceInfoCreator
 
createServiceInfo(SD) - Method in interface org.springframework.cloud.ServiceInfoCreator
 
createUri(String, String, int, String, String, String) - Method in class org.springframework.cloud.util.StandardUriInfoFactory
 
createUri(String) - Method in class org.springframework.cloud.util.StandardUriInfoFactory
 
createUri(String) - Method in interface org.springframework.cloud.util.UriInfoFactory
Create a UriInfo based on a URI string
createUri(String, String, int, String, String, String) - Method in interface org.springframework.cloud.util.UriInfoFactory
Create a UriInfo based on explicit components of the URI

D

dataSource() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the DataSource object associated with the only relational database service bound to the app.
dataSource(DataSourceConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the DataSource object associated with the only relational database service bound to the app configured as specified.
dataSource(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the DataSource object for the specified relational database service.
dataSource(String, DataSourceConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the DataSource object for the specified relational database service configured as specified.
dataSource() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
dataSource(DataSourceConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
dataSource(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
dataSource(String, DataSourceConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
DataSourceConfig - Class in org.springframework.cloud.service.relational
 
DataSourceConfig(PooledServiceConnectorConfig.PoolConfig, DataSourceConfig.ConnectionConfig) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig
 
DataSourceConfig.ConnectionConfig - Class in org.springframework.cloud.service.relational
 
DataSourceConfig.ConnectionConfig(String) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig.ConnectionConfig
 
DataSourceConfigurer - Class in org.springframework.cloud.service.relational
 
DataSourceConfigurer() - Constructor for class org.springframework.cloud.service.relational.DataSourceConfigurer
 
DataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
DataSourceCreator(String, String[], String) - Constructor for class org.springframework.cloud.service.relational.DataSourceCreator
 
DB2_SCHEME - Static variable in class org.springframework.cloud.service.common.DB2ServiceInfo
 
DB2DataSourceCreator - Class in org.springframework.cloud.service.relational
 
DB2DataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.DB2DataSourceCreator
 
DB2ServiceInfo - Class in org.springframework.cloud.service.common
 
DB2ServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.DB2ServiceInfo
 
DbcpLikePooledDataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
Common implementation that assumes DBCP connection pool properties.
DbcpLikePooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.DbcpLikePooledDataSourceCreator
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cloud.config.xml.CloudDataSourceFactoryParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cloud.config.xml.CloudMongoDbFactoryParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cloud.config.xml.CloudRabbitConnectionFactoryParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cloud.config.xml.CloudRedisConnectionFactoryParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cloud.config.xml.GenericCloudServiceFactoryParser
 

E

EnvironmentAccessor - Class in org.springframework.cloud.util
Environment available to the deployed app.
EnvironmentAccessor() - Constructor for class org.springframework.cloud.util.EnvironmentAccessor
 

F

FallbackBaseServiceInfoCreator - Class in org.springframework.cloud.service
 
FallbackBaseServiceInfoCreator() - Constructor for class org.springframework.cloud.service.FallbackBaseServiceInfoCreator
 
FallbackServiceInfoCreator<SI extends ServiceInfo,SD> - Class in org.springframework.cloud
Fallback service info creator to deal with situations there is no ServiceInfoCreator that can accept service data.
FallbackServiceInfoCreator() - Constructor for class org.springframework.cloud.FallbackServiceInfoCreator
 

G

GenericCloudServiceConnectorFactory - Class in org.springframework.cloud.service
Factory for creating connector for any service kind (as long as a suitable ServiceConnectorCreator is available.
GenericCloudServiceConnectorFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.GenericCloudServiceConnectorFactory
 
GenericCloudServiceFactoryParser - Class in org.springframework.cloud.config.xml
Support for the catch-all <cloud:service> namespace
GenericCloudServiceFactoryParser() - Constructor for class org.springframework.cloud.config.xml.GenericCloudServiceFactoryParser
 
getAppId() - Method in interface org.springframework.cloud.app.ApplicationInstanceInfo
Id for the app
getAppId() - Method in class org.springframework.cloud.app.BasicApplicationInstanceInfo
 
getApplicationInstanceInfo() - Method in class org.springframework.cloud.Cloud
 
getApplicationInstanceInfo() - Method in interface org.springframework.cloud.CloudConnector
Get information about the application instance.
getChannelCacheSize() - Method in class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
getCloud() - Method in class org.springframework.cloud.CloudFactory
 
getCloudProperties() - Method in class org.springframework.cloud.Cloud
Get properties for app and services.
getConnectionConfiguration() - Method in class org.springframework.cloud.service.relational.DataSourceConfig
 
getConnectionProperties() - Method in class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfig
 
getConnectionProperties() - Method in class org.springframework.cloud.service.MapServiceConnectorConfig
 
getConnectionProperties() - Method in class org.springframework.cloud.service.relational.DataSourceConfig.ConnectionConfig
 
getConnectionsPerHost() - Method in class org.springframework.cloud.service.document.MongoDbFactoryConfig
 
getDatabase() - Method in class org.springframework.cloud.service.common.MongoServiceInfo
 
getDriverClassName(SI) - Method in class org.springframework.cloud.service.relational.DataSourceCreator
 
getEnv() - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
getEnvValue(String) - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
getFallbackServiceInfoCreator() - Method in class org.springframework.cloud.AbstractCloudConnector
 
getHost() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getHost() - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
getHost() - Method in class org.springframework.cloud.util.UriInfo
 
getId() - Method in class org.springframework.cloud.service.BaseServiceInfo
 
getId() - Method in interface org.springframework.cloud.service.ServiceInfo
 
getInitialSize() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getInstanceId() - Method in interface org.springframework.cloud.app.ApplicationInstanceInfo
Id for this particular instance
getInstanceId() - Method in class org.springframework.cloud.app.BasicApplicationInstanceInfo
 
getJdbcUrl() - Method in class org.springframework.cloud.service.common.DB2ServiceInfo
 
getJdbcUrl() - Method in class org.springframework.cloud.service.common.OracleServiceInfo
 
getJdbcUrl() - Method in class org.springframework.cloud.service.common.RelationalServiceInfo
 
getJdbcUrl() - Method in class org.springframework.cloud.service.common.SqlServerServiceInfo
 
getKey() - Method in class org.springframework.cloud.service.UriBasedServiceData
 
getManagementUri() - Method in class org.springframework.cloud.service.common.AmqpServiceInfo
 
getManagementUris() - Method in class org.springframework.cloud.service.common.AmqpServiceInfo
 
getMaxActive() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getMaxTotal() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getMaxWait() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getMaxWaitMillis() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getMaxWaitTime() - Method in class org.springframework.cloud.service.document.MongoDbFactoryConfig
 
getMinIdle() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getObject() - Method in class org.springframework.cloud.config.CloudScanHelper.ApplicationInstanceInfoWrapper
 
getObject() - Method in class org.springframework.cloud.config.CloudScanHelper.ScannedServiceWrapper
 
getObject() - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.config.CloudScanHelper.ApplicationInstanceInfoWrapper
 
getObjectType() - Method in class org.springframework.cloud.config.CloudScanHelper.ScannedServiceWrapper
 
getObjectType() - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
getPassword() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getPassword() - Method in class org.springframework.cloud.util.UriInfo
 
getPath() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getPath() - Method in class org.springframework.cloud.util.UriInfo
 
getPoolConfig() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig
 
getPort() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getPort() - Method in class org.springframework.cloud.util.UriInfo
 
getProperties() - Method in interface org.springframework.cloud.app.ApplicationInstanceInfo
Loosely defined map of application and instance properties.
getProperties() - Method in class org.springframework.cloud.app.BasicApplicationInstanceInfo
 
getQuery() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getQuery() - Method in class org.springframework.cloud.util.UriInfo
 
getScheme() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getScheme() - Method in class org.springframework.cloud.util.UriInfo
 
getServiceConnector(String, Class<SC>, ServiceConnectorConfig) - Method in class org.springframework.cloud.Cloud
Get a service connector for the given service id, the connector type, configured with the given config
getServiceConnectorType() - Method in class org.springframework.cloud.service.AbstractServiceConnectorCreator
 
getServiceConnectorType() - Method in interface org.springframework.cloud.service.ServiceConnectorCreator
Get the type of connector created (such as DataSource)
getServiceId() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
getServiceId() - Method in interface org.springframework.cloud.service.CloudServiceConnectorFactory
 
getServiceInfo(String) - Method in class org.springframework.cloud.Cloud
Get ServiceInfo for the given service id
getServiceInfos() - Method in class org.springframework.cloud.AbstractCloudConnector
 
getServiceInfos() - Method in class org.springframework.cloud.Cloud
 
getServiceInfos(Class<T>) - Method in class org.springframework.cloud.Cloud
Get ServiceInfos for the bound services that could be mapped to the given service connector type.
getServiceInfos() - Method in interface org.springframework.cloud.CloudConnector
Get ServiceInfos for services bound to the app
getServiceInfos() - Method in class org.springframework.cloud.service.BaseCompositeServiceInfo
 
getServiceInfos() - Method in interface org.springframework.cloud.service.CompositeServiceInfo
 
getServiceInfoType() - Method in class org.springframework.cloud.service.AbstractServiceConnectorCreator
 
getServiceInfoType() - Method in interface org.springframework.cloud.service.ServiceConnectorCreator
Get the service info type this creator can work with (such as MysqlServiceInfo)
getServicesData() - Method in class org.springframework.cloud.AbstractCloudConnector
 
getSingletonServiceConnector(Class<SC>, ServiceConnectorConfig) - Method in class org.springframework.cloud.Cloud
Get the singleton service connector for the given connector type, configured with the given config
getSystemProperties() - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
getSystemProperty(String) - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
getSystemProperty(String, String) - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
getUri() - Method in class org.springframework.cloud.service.UriBasedServiceData
 
getUri() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getUri() - Method in class org.springframework.cloud.util.UriInfo
 
getUriInfo() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getUriInfoFactory() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
For URI-based (@link ServiceInfo}s which don't conform to the standard URI format, override this method in your own ServiceInfo class to return a UriInfoFactory which will create the appropriate URIs.
getUris() - Method in class org.springframework.cloud.service.common.AmqpServiceInfo
 
getUriString() - Method in class org.springframework.cloud.util.UriInfo
 
getUserName() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getUserName() - Method in class org.springframework.cloud.util.UriInfo
 
getVirtualHost() - Method in class org.springframework.cloud.service.common.AmqpServiceInfo
 
getWriteConcern() - Method in class org.springframework.cloud.service.document.MongoDbFactoryConfig
 

H

hasClass(String) - Static method in class org.springframework.cloud.service.Util
 
HikariCpPooledDataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
HikariCpPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.HikariCpPooledDataSourceCreator
 

I

id - Variable in class org.springframework.cloud.service.BaseServiceInfo
 
init() - Method in class org.springframework.cloud.config.xml.CloudNamespaceHandler
 
isInMatchingCloud() - Method in interface org.springframework.cloud.CloudConnector
Is the connector operating in its matching cloud? Classes such as CloudFactory may use this method to select an appropriate connector.
isSingleton() - Method in class org.springframework.cloud.config.CloudScanHelper.ApplicationInstanceInfoWrapper
 
isSingleton() - Method in class org.springframework.cloud.config.CloudScanHelper.ScannedServiceWrapper
 
isSingleton() - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
iterator() - Method in class org.springframework.cloud.util.ServiceLoaderWithExceptionControl
 

J

JDBC_PREFIX - Static variable in class org.springframework.cloud.service.common.RelationalServiceInfo
 
jdbcUrlDatabaseType - Variable in class org.springframework.cloud.service.common.RelationalServiceInfo
 

L

load(Class<T>) - Static method in class org.springframework.cloud.util.ServiceLoaderWithExceptionControl
 
logger - Static variable in class org.springframework.cloud.service.relational.DataSourceCreator
 
logger - Static variable in class org.springframework.cloud.service.relational.DbcpLikePooledDataSourceCreator
 
logger - Static variable in class org.springframework.cloud.service.relational.HikariCpPooledDataSourceCreator
 

M

MailSenderCreator - Class in org.springframework.cloud.service.smtp
Simplified access to Spring MailSender.
MailSenderCreator() - Constructor for class org.springframework.cloud.service.smtp.MailSenderCreator
 
MailSenderFactory - Class in org.springframework.cloud.service.smtp
Spring factory bean for SMTP service.
MailSenderFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.smtp.MailSenderFactory
 
MapServiceConnectionConfigurer<SC,SCC extends MapServiceConnectorConfig> - Class in org.springframework.cloud.service
Configurer for service connector that takes a map of properties to apply to the connection.
MapServiceConnectionConfigurer() - Constructor for class org.springframework.cloud.service.MapServiceConnectionConfigurer
 
MapServiceConnectorConfig - Class in org.springframework.cloud.service
Service connector configuration that takes a map of properties to apply to the connection.
MapServiceConnectorConfig(Map<String, Object>) - Constructor for class org.springframework.cloud.service.MapServiceConnectorConfig
 
MONGODB_SCHEME - Static variable in class org.springframework.cloud.service.common.MongoServiceInfo
 
mongoDbFactory() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the MongoDbFactory object associated with the only MongoDB service bound to the app.
mongoDbFactory(MongoDbFactoryConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the MongoDbFactory object associated with the only MongoDB service bound to the app configured as specified.
mongoDbFactory(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the MongoDbFactory object for the specified MongoDB service.
mongoDbFactory(String, MongoDbFactoryConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the MongoDbFactory object for the specified MongoDB service configured as specified.
mongoDbFactory() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
mongoDbFactory(MongoDbFactoryConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
mongoDbFactory(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
mongoDbFactory(String, MongoDbFactoryConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
MongoDbFactoryConfig - Class in org.springframework.cloud.service.document
Class to hold configuration values for Mongo
MongoDbFactoryConfig(String, Integer, Integer) - Constructor for class org.springframework.cloud.service.document.MongoDbFactoryConfig
 
MongoDbFactoryCreator - Class in org.springframework.cloud.service.document
Simplified access to creating MongoDB service objects.
MongoDbFactoryCreator() - Constructor for class org.springframework.cloud.service.document.MongoDbFactoryCreator
 
MongoDbFactoryFactory - Class in org.springframework.cloud.service.document
Spring factory bean for MongoDb service.
MongoDbFactoryFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.document.MongoDbFactoryFactory
 
MongoServiceInfo - Class in org.springframework.cloud.service.common
 
MongoServiceInfo(String, String, int, String, String, String) - Constructor for class org.springframework.cloud.service.common.MongoServiceInfo
 
MongoServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.MongoServiceInfo
 
MonitoringServiceInfo - Class in org.springframework.cloud.service.common
 
MonitoringServiceInfo(String) - Constructor for class org.springframework.cloud.service.common.MonitoringServiceInfo
 
MYSQL_SCHEME - Static variable in class org.springframework.cloud.service.common.MysqlServiceInfo
 
MysqlDataSourceCreator - Class in org.springframework.cloud.service.relational
 
MysqlDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.MysqlDataSourceCreator
 
MysqlServiceInfo - Class in org.springframework.cloud.service.common
 
MysqlServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.MysqlServiceInfo
 

O

ORACLE_SCHEME - Static variable in class org.springframework.cloud.service.common.OracleServiceInfo
 
OracleDataSourceCreator - Class in org.springframework.cloud.service.relational
 
OracleDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.OracleDataSourceCreator
 
OracleServiceInfo - Class in org.springframework.cloud.service.common
 
OracleServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.OracleServiceInfo
 
org.springframework.cloud - package org.springframework.cloud
 
org.springframework.cloud.app - package org.springframework.cloud.app
 
org.springframework.cloud.config - package org.springframework.cloud.config
 
org.springframework.cloud.config.java - package org.springframework.cloud.config.java
 
org.springframework.cloud.config.xml - package org.springframework.cloud.config.xml
 
org.springframework.cloud.service - package org.springframework.cloud.service
 
org.springframework.cloud.service.common - package org.springframework.cloud.service.common
 
org.springframework.cloud.service.document - package org.springframework.cloud.service.document
 
org.springframework.cloud.service.keyval - package org.springframework.cloud.service.keyval
 
org.springframework.cloud.service.messaging - package org.springframework.cloud.service.messaging
 
org.springframework.cloud.service.relational - package org.springframework.cloud.service.relational
 
org.springframework.cloud.service.smtp - package org.springframework.cloud.service.smtp
 
org.springframework.cloud.util - package org.springframework.cloud.util
 

P

PooledDataSourceCreator<SI extends RelationalServiceInfo> - Interface in org.springframework.cloud.service.relational
DataSource creator that produces a pooled connection
PooledServiceConnectorConfig - Class in org.springframework.cloud.service
Configuration for pooling
PooledServiceConnectorConfig(PooledServiceConnectorConfig.PoolConfig) - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfig
 
PooledServiceConnectorConfig.PoolConfig - Class in org.springframework.cloud.service
 
PooledServiceConnectorConfig.PoolConfig(int, int, int) - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
PooledServiceConnectorConfig.PoolConfig(int, int) - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
PooledServiceConnectorConfig.PoolConfig(String, int) - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
PooledServiceConnectorConfigurer<SC,SCC extends PooledServiceConnectorConfig> - Class in org.springframework.cloud.service
Configurer for pooling config
PooledServiceConnectorConfigurer() - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfigurer
 
POSTGRES_SCHEME - Static variable in class org.springframework.cloud.service.common.PostgresqlServiceInfo
 
PostgresqlDataSourceCreator - Class in org.springframework.cloud.service.relational
 
PostgresqlDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.PostgresqlDataSourceCreator
 
PostgresqlServiceInfo - Class in org.springframework.cloud.service.common
 
PostgresqlServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.PostgresqlServiceInfo
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.config.xml.CloudNamespaceHandler.ServiceScanBeanFactoryProcessor
 
properties() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
Get the object containing service and app properties

R

rabbitConnectionFactory() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object associated with the only RabbitMQ service bound to the app.
rabbitConnectionFactory(RabbitConnectionFactoryConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object associated with the only RabbitMQ service bound to the app configured as specified.
rabbitConnectionFactory(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object for the specified RabbitMQ service.
rabbitConnectionFactory(String, RabbitConnectionFactoryConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object for the specified RabbitMQ service configured as specified.
rabbitConnectionFactory() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
rabbitConnectionFactory(RabbitConnectionFactoryConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
rabbitConnectionFactory(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
rabbitConnectionFactory(String, RabbitConnectionFactoryConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
RabbitConnectionFactoryConfig - Class in org.springframework.cloud.service.messaging
Class to hold configuration values for a Rabbit connection
RabbitConnectionFactoryConfig(Map<String, Object>) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
RabbitConnectionFactoryConfig(Integer) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
RabbitConnectionFactoryConfig(Map<String, Object>, Integer) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
RabbitConnectionFactoryConfigurer - Class in org.springframework.cloud.service.messaging
 
RabbitConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfigurer
 
RabbitConnectionFactoryCreator - Class in org.springframework.cloud.service.messaging
Simplified access to creating RabbitMQ service objects.
RabbitConnectionFactoryCreator() - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryCreator
 
RabbitConnectionFactoryFactory - Class in org.springframework.cloud.service.messaging
Spring factory bean for RabbitMQ service.
RabbitConnectionFactoryFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryFactory
 
REDIS_SCHEME - Static variable in class org.springframework.cloud.service.common.RedisServiceInfo
 
redisConnectionFactory() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object associated with the only Redis service bound to the app.
redisConnectionFactory(PooledServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object associated with the only Redis service bound to the app configured as specified.
redisConnectionFactory(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object for the specified Redis service.
redisConnectionFactory(String, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object for the specified Redis service configured as specified.
redisConnectionFactory() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
redisConnectionFactory(PooledServiceConnectorConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
redisConnectionFactory(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
redisConnectionFactory(String, PooledServiceConnectorConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
RedisConnectionFactoryConfig - Class in org.springframework.cloud.service.keyval
 
RedisConnectionFactoryConfig(PooledServiceConnectorConfig.PoolConfig) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfig
 
RedisConnectionFactoryConfig(Map<String, Object>) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfig
 
RedisConnectionFactoryConfig(PooledServiceConnectorConfig.PoolConfig, Map<String, Object>) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfig
 
RedisConnectionFactoryConfigurer - Class in org.springframework.cloud.service.keyval
 
RedisConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfigurer
 
RedisConnectionFactoryCreator - Class in org.springframework.cloud.service.keyval
Simplified access to creating Redis service objects.
RedisConnectionFactoryCreator() - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryCreator
 
RedisConnectionFactoryFactory - Class in org.springframework.cloud.service.keyval
Spring factory bean for redis service.
RedisConnectionFactoryFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryFactory
 
RedisServiceInfo - Class in org.springframework.cloud.service.common
 
RedisServiceInfo(String, String, int, String) - Constructor for class org.springframework.cloud.service.common.RedisServiceInfo
 
RedisServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.RedisServiceInfo
 
registerApplicationInstanceBean(BeanDefinitionRegistry) - Method in class org.springframework.cloud.config.CloudScanHelper
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.cloud.config.java.CloudScanConfiguration
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.cloud.config.java.ServiceScanConfiguration
 
registerCloudConnector(CloudConnector) - Method in class org.springframework.cloud.CloudFactory
Register a cloud connector.
registerServiceBeans(BeanDefinitionRegistry) - Method in class org.springframework.cloud.config.CloudScanHelper
 
registerServiceConnectorCreator(ServiceConnectorCreator<?, ? extends ServiceInfo>) - Method in class org.springframework.cloud.Cloud
Register a new service connector creator
registerServiceInfoCreator(ServiceInfoCreator<? extends ServiceInfo, SD>) - Method in class org.springframework.cloud.AbstractCloudConnector
 
RelationalServiceInfo - Class in org.springframework.cloud.service.common
 
RelationalServiceInfo(String, String, String) - Constructor for class org.springframework.cloud.service.common.RelationalServiceInfo
 

S

service() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object associated with the only service bound to the app.
service(Class<T>) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object of the specified type if there is only one such candidate service This is equivalent to the <cloud:service connector-type="T.class"/> element.
service(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object for the specified service.
service(String, Class<T>) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object of the specified type and service ID This is equivalent to the <cloud:service service-id="serviceId" connector-type="T.class"/> element.
service(String, Class<T>, ServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
 
service() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(Class<T>) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(String, Class<T>) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(String, Class<T>, ServiceConnectorConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
ServiceConnectionFactory - Interface in org.springframework.cloud.config.java
 
ServiceConnectorConfig - Interface in org.springframework.cloud.service
Marker interface for service connector configuration info
ServiceConnectorConfigurer<SC,SCC extends ServiceConnectorConfig> - Interface in org.springframework.cloud.service
Configurer for service connector
ServiceConnectorCreationException - Exception in org.springframework.cloud.service
Exception to represent issues with creating service connector.
ServiceConnectorCreationException(String, Throwable) - Constructor for exception org.springframework.cloud.service.ServiceConnectorCreationException
 
ServiceConnectorCreationException(Throwable) - Constructor for exception org.springframework.cloud.service.ServiceConnectorCreationException
 
ServiceConnectorCreationException(String) - Constructor for exception org.springframework.cloud.service.ServiceConnectorCreationException
 
ServiceConnectorCreator<SC,SI extends ServiceInfo> - Interface in org.springframework.cloud.service
 
serviceId - Variable in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
ServiceInfo - Interface in org.springframework.cloud.service
Service information.
ServiceInfo.ServiceLabel - Annotation Type in org.springframework.cloud.service
Annotation to mark service label (used in presenting properties)
ServiceInfo.ServiceProperty - Annotation Type in org.springframework.cloud.service
Annotation to mark properties to expose as cloud properties
ServiceInfoCreator<SI extends ServiceInfo,SD> - Interface in org.springframework.cloud
Creator of SerivceInfo objects specific to each cloud.
serviceInfoCreators - Variable in class org.springframework.cloud.AbstractCloudConnector
 
ServiceLoaderWithExceptionControl<T> - Class in org.springframework.cloud.util
A variation of ServiceLoader that ignores exception encountered when loading services.
ServiceScan - Annotation Type in org.springframework.cloud.config.java
Add this annotation to an @Configuration class to have the services bound to the app scanned and bean for each one added to the application context:
 @Configuration
 @ServiceScan
 public class CloudConfiguration {
     // may (optionally) extend AbstractCloudConfiguration
 }
ServiceScanConfiguration - Class in org.springframework.cloud.config.java
Introduces beans for each bound service.
ServiceScanConfiguration() - Constructor for class org.springframework.cloud.config.java.ServiceScanConfiguration
 
setBasicDataSourceProperties(DataSource, RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.DbcpLikePooledDataSourceCreator
 
setBasicDataSourceProperties(DataSource, RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.HikariCpPooledDataSourceCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
Implementation note: This roundabout way of implementation is required to ensure that a CloudFactory bean if created in some other configuration is available, we should use that.
setBeanFactory(BeanFactory) - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
setCloud(Cloud) - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
Set the cloud, for internal testing purpose only.
setCorrespondingProperties(BeanWrapper, BeanWrapper) - Static method in class org.springframework.cloud.service.Util
 
setServiceConnectorType(Class<? extends S>) - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
SMTP_SCHEME - Static variable in class org.springframework.cloud.service.common.SmtpServiceInfo
 
SmtpServiceInfo - Class in org.springframework.cloud.service.common
 
SmtpServiceInfo(String, String, int, String, String) - Constructor for class org.springframework.cloud.service.common.SmtpServiceInfo
 
SmtpServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.SmtpServiceInfo
 
SQLSERVER_SCHEME - Static variable in class org.springframework.cloud.service.common.SqlServerServiceInfo
 
SqlServerDataSourceCreator - Class in org.springframework.cloud.service.relational
 
SqlServerDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.SqlServerDataSourceCreator
 
SqlServerServiceInfo - Class in org.springframework.cloud.service.common
 
SqlServerServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.SqlServerServiceInfo
 
StandardUriInfoFactory - Class in org.springframework.cloud.util
Factory for standard Cloud Foundry URIs, which all conform to the format:
StandardUriInfoFactory() - Constructor for class org.springframework.cloud.util.StandardUriInfoFactory
 

T

TOMCAT_7_DBCP - Static variable in class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
TOMCAT_8_DBCP - Static variable in class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
TomcatDbcpPooledDataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
TomcatDbcpPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
TomcatHighPerformancePooledDataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
TomcatHighPerformancePooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.TomcatHighPerformancePooledDataSourceCreator
 
toString() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
toString() - Method in class org.springframework.cloud.util.UriInfo
 

U

UriBasedServiceData - Class in org.springframework.cloud.service
 
UriBasedServiceData(String, String) - Constructor for class org.springframework.cloud.service.UriBasedServiceData
 
UriBasedServiceInfo - Class in org.springframework.cloud.service
Common class for all ServiceInfos
UriBasedServiceInfo(String, String, String, int, String, String, String) - Constructor for class org.springframework.cloud.service.UriBasedServiceInfo
 
UriBasedServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.UriBasedServiceInfo
 
UriBasedServiceInfoCreator<SI extends ServiceInfo> - Class in org.springframework.cloud.service
 
UriBasedServiceInfoCreator(String...) - Constructor for class org.springframework.cloud.service.UriBasedServiceInfoCreator
 
UriInfo - Class in org.springframework.cloud.util
Utility class that allows expressing URIs in alternative forms: individual fields or a URI string
UriInfo(String, String, int, String, String) - Constructor for class org.springframework.cloud.util.UriInfo
 
UriInfo(String, String, int, String, String, String) - Constructor for class org.springframework.cloud.util.UriInfo
 
UriInfo(String, String, int, String, String, String, String) - Constructor for class org.springframework.cloud.util.UriInfo
 
UriInfo(String) - Constructor for class org.springframework.cloud.util.UriInfo
 
UriInfoFactory - Interface in org.springframework.cloud.util
An interface implemented in order to create UriInfos.
Util - Class in org.springframework.cloud.service
 
Util() - Constructor for class org.springframework.cloud.service.Util
 

V

validateAndCleanUriInfo(UriInfo) - Method in class org.springframework.cloud.service.common.AmqpServiceInfo
 
validateAndCleanUriInfo(UriInfo) - Method in class org.springframework.cloud.service.UriBasedServiceInfo
Validate the URI and clean it up by using defaults for any missing information, if possible.
A B C D E F G H I J L M O P R S T U V 

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