Spring Cloud
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
 
AbstractCloudConfig.ServiceConnectionFactory - Class in org.springframework.cloud.config.java
 
AbstractCloudConfig.ServiceConnectionFactory() - Constructor for class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
 
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(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
accept(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.MonitoringServiceInfoCreator
 
accept(SD) - Method in class org.springframework.cloud.FallbackServiceInfoCreator
 
accept(HerokuConnector.KeyValuePair) - Method in class org.springframework.cloud.heroku.HerokuServiceInfoCreator
 
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
 
AmqpServiceInfo - Class in org.springframework.cloud.service.common
Information to access RabbitMQ service.
AmqpServiceInfo(String, String, int, String, String, String) - Constructor for class org.springframework.cloud.service.common.AmqpServiceInfo
 
AmqpServiceInfo(String, String) - Constructor for class org.springframework.cloud.service.common.AmqpServiceInfo
 
AmqpServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
AmqpServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.AmqpServiceInfoCreator
 
AmqpServiceInfoCreator - Class in org.springframework.cloud.heroku
 
AmqpServiceInfoCreator() - Constructor for class org.springframework.cloud.heroku.AmqpServiceInfoCreator
 
ApplicationInstanceInfo - Interface in org.springframework.cloud.app
Information about the application instance.
ApplicationInstanceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
ApplicationInstanceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.ApplicationInstanceInfoCreator
 
ApplicationInstanceInfoCreator - Class in org.springframework.cloud.heroku
Application instance info creator.
ApplicationInstanceInfoCreator(EnvironmentAccessor) - Constructor for class org.springframework.cloud.heroku.ApplicationInstanceInfoCreator
 

B

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.
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 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.
CloudFoundryConnector - Class in org.springframework.cloud.cloudfoundry
 
CloudFoundryConnector() - Constructor for class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
 
CloudFoundryServiceInfoCreator<SI extends ServiceInfo> - Class in org.springframework.cloud.cloudfoundry
 
CloudFoundryServiceInfoCreator(Tags, String) - Constructor for class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
CloudFoundryServiceInfoCreator(Tags) - Constructor for class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
CloudMongoDbFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the 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 namespace element
CloudRabbitConnectionFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudRabbitConnectionFactoryParser
 
CloudRedisConnectionFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the namespace element
CloudRedisConnectionFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudRedisConnectionFactoryParser
 
CloudServiceConnectorFactory<SC> - Interface in org.springframework.cloud.service
Factory to create service connectors.
computeServiceName(String) - Static method in class org.springframework.cloud.heroku.HerokuUtil
 
configure(SimpleMongoDbFactory, MongoDbFactoryConfig) - Method in class org.springframework.cloud.service.document.MongoDbFactoryCreator
 
configure(JedisConnectionFactory, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfigurer
 
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
 
contains(String) - Method in class org.springframework.cloud.cloudfoundry.Tags
 
containsOne(List<String>) - Method in class org.springframework.cloud.cloudfoundry.Tags
 
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 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
 
createApplicationInstanceInfo(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.ApplicationInstanceInfoCreator
 
createApplicationInstanceInfo() - Method in class org.springframework.cloud.heroku.ApplicationInstanceInfoCreator
 
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(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.AmqpServiceInfoCreator
 
createServiceInfo(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.MongoServiceInfoCreator
 
createServiceInfo(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.MonitoringServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.cloudfoundry.MysqlServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.cloudfoundry.OracleServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.cloudfoundry.PostgresqlServiceInfoCreator
 
createServiceInfo(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.RedisServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.cloudfoundry.RelationalServiceInfoCreator
 
createServiceInfo(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.RelationalServiceInfoCreator
 
createServiceInfo(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.SmtpServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.heroku.AmqpServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.heroku.HerokuServiceInfoCreator
 
createServiceInfo(HerokuConnector.KeyValuePair) - Method in class org.springframework.cloud.heroku.HerokuServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.heroku.MongoServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.heroku.MysqlServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.heroku.PostgresqlServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.heroku.RedisServiceInfoCreator
 
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.AbstractCloudConfig.ServiceConnectionFactory
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.AbstractCloudConfig.ServiceConnectionFactory
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.AbstractCloudConfig.ServiceConnectionFactory
Get the DataSource object for the specified relational database service.
dataSource(String, DataSourceConfig) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the DataSource object for the specified relational database service configured as specified.
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
 
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

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 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.
getApplicationInstanceInfo() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
 
getApplicationInstanceInfo() - Method in class org.springframework.cloud.heroku.HerokuConnector
 
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.relational.DataSourceConfig.ConnectionConfig
 
getConnectionsPerHost() - Method in class org.springframework.cloud.service.document.MongoDbFactoryConfig
Getter corresponding to the MongoOptions connectionsPerHost field
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
 
getEnvPrefixes() - Method in class org.springframework.cloud.heroku.AmqpServiceInfoCreator
 
getEnvPrefixes() - Method in class org.springframework.cloud.heroku.HerokuServiceInfoCreator
Get prefixes for env variable with which the associated ServiceInfo may be created.
getEnvPrefixes() - Method in class org.springframework.cloud.heroku.MongoServiceInfoCreator
 
getEnvPrefixes() - Method in class org.springframework.cloud.heroku.MysqlServiceInfoCreator
 
getEnvPrefixes() - Method in class org.springframework.cloud.heroku.PostgresqlServiceInfoCreator
 
getEnvPrefixes() - Method in class org.springframework.cloud.heroku.RedisServiceInfoCreator
 
getEnvValue(String) - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
getFallbackServiceInfoCreator() - Method in class org.springframework.cloud.AbstractCloudConnector
 
getFallbackServiceInfoCreator() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
 
getFallbackServiceInfoCreator() - Method in class org.springframework.cloud.heroku.HerokuConnector
 
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
Getter corresponding to the DBCP initialSize property
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.OracleServiceInfo
 
getJdbcUrl() - Method in class org.springframework.cloud.service.common.RelationalServiceInfo
 
getKey() - Method in class org.springframework.cloud.heroku.HerokuConnector.KeyValuePair
 
getMaxActive() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
Getter corresponding to the DBCP maxActive property
getMaxTotal() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getMaxWait() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
Getter corresponding to the DBCP maxWait property
getMaxWaitMillis() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getMaxWaitTime() - Method in class org.springframework.cloud.service.document.MongoDbFactoryConfig
Getter corresponding to the MongoOptions maxWaitTime field
getMinIdle() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
Getter corresponding to the DBCP minIdle property
getObject() - Method in class org.springframework.cloud.config.ServiceScanHelper.ScannedServiceWrapper
 
getObject() - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.cloud.config.ServiceScanHelper.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
 
getPropertyValue(String) - Method in class org.springframework.cloud.util.EnvironmentAccessor
 
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.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
 
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
getServiceInfoType() - Method in class org.springframework.cloud.service.AbstractServiceConnectorCreator
 
getServiceInfoType() - Method in interface org.springframework.cloud.service.ServiceConnectorCreator
 
getServicesData() - Method in class org.springframework.cloud.AbstractCloudConnector
 
getServicesData() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
Return object representation of the VCAP_SERIVCES environment variable
getServicesData() - Method in class org.springframework.cloud.heroku.HerokuConnector
Return object representation of the bound services
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
getStringFromCredentials(Map<String, Object>, String...) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
getTags() - Method in class org.springframework.cloud.cloudfoundry.Tags
 
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.
getUriScheme() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
getUserName() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getUserName() - Method in class org.springframework.cloud.util.UriInfo
 
getValue() - Method in class org.springframework.cloud.heroku.HerokuConnector.KeyValuePair
 
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
 
HerokuConnector - Class in org.springframework.cloud.heroku
Implementation of CloudConnector for Heroku Currently support Postgres (default provided), Mysql (Cleardb), MongoDb (MongoLab, MongoHQ, MongoSoup), Redis (RedisToGo, RedisCloud, OpenRedis, RedisGreen), and AMQP (CloudAmqp).
HerokuConnector() - Constructor for class org.springframework.cloud.heroku.HerokuConnector
 
HerokuConnector.KeyValuePair - Class in org.springframework.cloud.heroku
 
HerokuConnector.KeyValuePair(String, String) - Constructor for class org.springframework.cloud.heroku.HerokuConnector.KeyValuePair
 
HerokuServiceInfoCreator<SI extends ServiceInfo> - Class in org.springframework.cloud.heroku
 
HerokuServiceInfoCreator(String) - Constructor for class org.springframework.cloud.heroku.HerokuServiceInfoCreator
 
HerokuUtil - Class in org.springframework.cloud.heroku
 
HerokuUtil() - Constructor for class org.springframework.cloud.heroku.HerokuUtil
 

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.
isInMatchingCloud() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
 
isInMatchingCloud() - Method in class org.springframework.cloud.heroku.HerokuConnector
 
isSingleton() - Method in class org.springframework.cloud.config.ServiceScanHelper.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.util.StandardUriInfoFactory
 
jdbcUrlDatabaseType - Variable in class org.springframework.cloud.service.common.RelationalServiceInfo
 

L

labelStartsWithTag(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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
 

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
 
mongoDbFactory() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the MongoDbFactory object associated with the only MongoDB service bound to the app.
mongoDbFactory(MongoDbFactoryConfig) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
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.AbstractCloudConfig.ServiceConnectionFactory
Get the MongoDbFactory object for the specified MongoDB service.
mongoDbFactory(String, MongoDbFactoryConfig) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the MongoDbFactory object for the specified MongoDB service configured as specified.
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
 
MongoServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
MongoServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.MongoServiceInfoCreator
 
MongoServiceInfoCreator - Class in org.springframework.cloud.heroku
 
MongoServiceInfoCreator() - Constructor for class org.springframework.cloud.heroku.MongoServiceInfoCreator
 
MonitoringServiceInfo - Class in org.springframework.cloud.service.common
 
MonitoringServiceInfo(String) - Constructor for class org.springframework.cloud.service.common.MonitoringServiceInfo
 
MonitoringServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
MonitoringServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.MonitoringServiceInfoCreator
 
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
 
MysqlServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
MysqlServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.MysqlServiceInfoCreator
 
MysqlServiceInfoCreator - Class in org.springframework.cloud.heroku
 
MysqlServiceInfoCreator() - Constructor for class org.springframework.cloud.heroku.MysqlServiceInfoCreator
 

O

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
 
OracleServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
OracleServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.OracleServiceInfoCreator
 
org.springframework.cloud - package org.springframework.cloud
 
org.springframework.cloud.app - package org.springframework.cloud.app
 
org.springframework.cloud.cloudfoundry - package org.springframework.cloud.cloudfoundry
 
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.heroku - package org.springframework.cloud.heroku
 
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
 
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
 
PostgresqlServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
PostgresqlServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.PostgresqlServiceInfoCreator
 
PostgresqlServiceInfoCreator - Class in org.springframework.cloud.heroku
 
PostgresqlServiceInfoCreator() - Constructor for class org.springframework.cloud.heroku.PostgresqlServiceInfoCreator
 
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.AbstractCloudConfig.ServiceConnectionFactory
Get the ConnectionFactory object associated with the only RabbitMQ service bound to the app.
rabbitConnectionFactory(RabbitConnectionFactoryConfig) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
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.AbstractCloudConfig.ServiceConnectionFactory
Get the ConnectionFactory object for the specified RabbitMQ service.
rabbitConnectionFactory(String, RabbitConnectionFactoryConfig) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the ConnectionFactory object for the specified RabbitMQ service configured as specified.
RabbitConnectionFactoryConfig - Class in org.springframework.cloud.service.messaging
Class to hold configuration values for a Rabbit
RabbitConnectionFactoryConfig(Integer) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
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 redis service.
RabbitConnectionFactoryFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryFactory
 
redisConnectionFactory() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the RedisConnectionFactory object associated with the only Redis service bound to the app.
redisConnectionFactory(PooledServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
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.AbstractCloudConfig.ServiceConnectionFactory
Get the RedisConnectionFactory object for the specified Redis service.
redisConnectionFactory(String, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the RedisConnectionFactory object for the specified Redis service configured as specified.
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
 
RedisServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
RedisServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.RedisServiceInfoCreator
 
RedisServiceInfoCreator - Class in org.springframework.cloud.heroku
 
RedisServiceInfoCreator() - Constructor for class org.springframework.cloud.heroku.RedisServiceInfoCreator
 
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.ServiceScanHelper
 
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
 
registerServiceInfoCreator(ServiceInfoCreator<? extends ServiceInfo, HerokuConnector.KeyValuePair>) - Method in class org.springframework.cloud.heroku.HerokuConnector
 
RelationalServiceInfo - Class in org.springframework.cloud.service.common
 
RelationalServiceInfo(String, String, String) - Constructor for class org.springframework.cloud.service.common.RelationalServiceInfo
 
RelationalServiceInfoCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.cloudfoundry
 
RelationalServiceInfoCreator(Tags, String) - Constructor for class org.springframework.cloud.cloudfoundry.RelationalServiceInfoCreator
 
RelationalServiceInfoCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.heroku
 
RelationalServiceInfoCreator(String) - Constructor for class org.springframework.cloud.heroku.RelationalServiceInfoCreator
 

S

service() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
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.AbstractCloudConfig.ServiceConnectionFactory
Get the service connector object of the specified type if there is only one such candidate service This is equivalent to the element.
service(String) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the service connector object for the specified service.
service(String, Class<T>) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig.ServiceConnectionFactory
Get the service connector object of the specified type and service id This is equivalent to the element.
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
 
ServiceScanHelper - Class in org.springframework.cloud.config
Each service populated by this bean has the same name as the service it is bound to.
ServiceScanHelper() - Constructor for class org.springframework.cloud.config.ServiceScanHelper
 
ServiceScanHelper.ScannedServiceWrapper - Class in org.springframework.cloud.config
 
ServiceScanHelper.ScannedServiceWrapper(GenericCloudServiceConnectorFactory) - Constructor for class org.springframework.cloud.config.ServiceScanHelper.ScannedServiceWrapper
 
setBasicDataSourceProperties(DataSource, RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.DbcpLikePooledDataSourceCreator
 
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
 
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
 
SmtpServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
SmtpServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.SmtpServiceInfoCreator
 
StandardUriInfoFactory - Class in org.springframework.cloud.util
Factory for standard Cloud Foundry URIs which all conform to the format:

[jdbc:]scheme://[user:pass]@authority[:port]/path

StandardUriInfoFactory() - Constructor for class org.springframework.cloud.util.StandardUriInfoFactory
 
startsWith(String) - Method in class org.springframework.cloud.cloudfoundry.Tags
 

T

Tags - Class in org.springframework.cloud.cloudfoundry
 
Tags(String...) - Constructor for class org.springframework.cloud.cloudfoundry.Tags
 
tagsMatch(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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.util.UriInfo
 

U

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
 
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
 
UriInfoFactory - Interface in org.springframework.cloud.util
An interface implemented in order to create UriInfos.
uriMatchesScheme(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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 
Spring Cloud