Skip navigation links
Spring Cloud Connectors
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(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CassandraServiceInfoCreator
 
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(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.RelationalServiceInfoCreator
 
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
 
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
 
AmqpServiceInfoCreator - Class in org.springframework.cloud.localconfig
 
AmqpServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.AmqpServiceInfoCreator
 
APP_ID_PROPERTY - Static variable in class org.springframework.cloud.localconfig.LocalConfigConnector
 
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
 
ApplicationInstanceInfoWrapper(Cloud) - Constructor for class org.springframework.cloud.config.CloudScanHelper.ApplicationInstanceInfoWrapper
 

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
 
buildJdbcUrl() - Method in class org.springframework.cloud.service.common.DB2ServiceInfo
 
buildJdbcUrl() - Method in class org.springframework.cloud.service.common.OracleServiceInfo
 
buildJdbcUrl() - Method in class org.springframework.cloud.service.common.RelationalServiceInfo
 
buildJdbcUrl() - Method in class org.springframework.cloud.service.common.SqlServerServiceInfo
 

C

CassandraClusterConfig - Class in org.springframework.cloud.service.column
Configuration for a Cassandra Cluster.
CassandraClusterConfig() - Constructor for class org.springframework.cloud.service.column.CassandraClusterConfig
 
CassandraClusterCreator - Class in org.springframework.cloud.service.column
ServiceConnectorCreator implementation to provide a Cassandra Cluster.
CassandraClusterCreator() - Constructor for class org.springframework.cloud.service.column.CassandraClusterCreator
 
CassandraClusterFactory - Class in org.springframework.cloud.service.column
Spring factory bean for Cassandra service.
CassandraClusterFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.column.CassandraClusterFactory
 
CassandraServiceInfo - Class in org.springframework.cloud.service.common
ServiceInfo for a Cassandra/Datastax DSE service.
CassandraServiceInfo(String, List<String>, int) - Constructor for class org.springframework.cloud.service.common.CassandraServiceInfo
Creates a new CassandraServiceInfo using Contact points and port.
CassandraServiceInfo(String, List<String>, int, String, String) - Constructor for class org.springframework.cloud.service.common.CassandraServiceInfo
Creates a new CassandraServiceInfo using Contact points with a port and username/password credentials.
CassandraServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
Service info creator for Cassandra services.
CassandraServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.CassandraServiceInfoCreator
 
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
 
CloudCassandraSessionParser - Class in org.springframework.cloud.config.xml
 
CloudCassandraSessionParser() - Constructor for class org.springframework.cloud.config.xml.CloudCassandraSessionParser
 
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.
CloudFoundryConnector - Class in org.springframework.cloud.cloudfoundry
 
CloudFoundryConnector() - Constructor for class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
 
CloudFoundryRawServiceData - Class in org.springframework.cloud.cloudfoundry
A CloudFoundryRawServiceData object represents the data read from the VCAP_SERVICES environment variable and transformed from JSON text to a collection of objects.
CloudFoundryRawServiceData() - Constructor for class org.springframework.cloud.cloudfoundry.CloudFoundryRawServiceData
 
CloudFoundryRawServiceData(Map<? extends String, ? extends List<Map<String, Object>>>) - Constructor for class org.springframework.cloud.cloudfoundry.CloudFoundryRawServiceData
 
CloudFoundryServiceInfoCreator<SI extends ServiceInfo> - Class in org.springframework.cloud.cloudfoundry
 
CloudFoundryServiceInfoCreator(Tags, String...) - Constructor for class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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
 
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.ScannedServiceWrapper - Class in org.springframework.cloud.config
 
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.
cluster() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the Cluster object associated with the only Cassandra service bound to the app.
cluster(CassandraClusterConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the Cluster object associated with the only Cassandra service bound to the app configured as specified.
cluster(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the Cluster object associated with the Cassandra serviceId bound to the app.
cluster(String, CassandraClusterConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the Cluster object associated with the Cassandra serviceId bound to the app configured as specified.
cluster() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
Get the Cluster object associated with the only Cassandra service bound to the app.
cluster(CassandraClusterConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
Get the Cluster object associated with the only Cassandra service bound to the app configured as specified.
cluster(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
Get the Cluster object associated with the Cassandra serviceId bound to the app.
cluster(String, CassandraClusterConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
Get the Cluster object associated with the Cassandra serviceId bound to the app configured as specified.
CompositeServiceInfo - Interface in org.springframework.cloud.service
Interface to represent services constituted out of other services.
computeServiceName(String) - Static method in class org.springframework.cloud.heroku.HerokuUtil
 
configure(SimpleMongoDbFactory, MongoDbFactoryConfig) - Method in class org.springframework.cloud.service.document.MongoDbFactoryCreator
 
configure(JedisClientConfiguration.JedisClientConfigurationBuilder, RedisConnectionFactoryConfig) - Method in class org.springframework.cloud.service.keyval.RedisJedisClientConfigurer
 
configure(JedisClientConfiguration.JedisClientConfigurationBuilder, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.RedisJedisClientConfigurer
 
configure(LettuceClientConfiguration.LettuceClientConfigurationBuilder, RedisConnectionFactoryConfig) - Method in class org.springframework.cloud.service.keyval.RedisLettuceClientConfigurer
 
configure(LettuceClientConfiguration.LettuceClientConfigurationBuilder, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.RedisLettuceClientConfigurer
 
configure(JedisConnectionFactory, RedisConnectionFactoryConfig) - Method in class org.springframework.cloud.service.keyval.SpringData1RedisConnectionFactoryConfigurer
 
configure(JedisConnectionFactory, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.SpringData1RedisConnectionFactoryConfigurer
 
configure(LettuceConnectionFactory, RedisConnectionFactoryConfig) - Method in class org.springframework.cloud.service.keyval.SpringData1RedisLettuceConnectionFactoryConfigurer
 
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
 
ConnectionConfig(String) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig.ConnectionConfig
 
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(CassandraServiceInfo, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.column.CassandraClusterCreator
 
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(RedisServiceInfo, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.SpringData1RedisConnectionFactoryCreator
 
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.TomcatJdbcPooledDataSourceCreator
 
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.CassandraServiceInfoCreator
 
createServiceInfo(String, String, String) - Method in class org.springframework.cloud.cloudfoundry.DB2ServiceInfoCreator
 
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, String) - Method in class org.springframework.cloud.cloudfoundry.MysqlServiceInfoCreator
 
createServiceInfo(String, String, String) - Method in class org.springframework.cloud.cloudfoundry.OracleServiceInfoCreator
 
createServiceInfo(String, 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, 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, String) - Method in class org.springframework.cloud.cloudfoundry.SqlServerServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.heroku.AmqpServiceInfoCreator
 
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(String, String) - Method in class org.springframework.cloud.localconfig.AmqpServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.localconfig.DB2ServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.localconfig.MongoServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.localconfig.MysqlServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.localconfig.OracleServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.localconfig.PostgresqlServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.localconfig.RedisServiceInfoCreator
 
createServiceInfo(String, String) - Method in class org.springframework.cloud.localconfig.SqlServerServiceInfoCreator
 
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(List<String>) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig
 
DataSourceConfig(Map<String, Object>) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig
 
DataSourceConfig(PooledServiceConnectorConfig.PoolConfig, DataSourceConfig.ConnectionConfig, Map<String, Object>) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig
 
DataSourceConfig(PooledServiceConnectorConfig.PoolConfig, DataSourceConfig.ConnectionConfig, List<String>) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig
 
DataSourceConfig(PooledServiceConnectorConfig.PoolConfig, DataSourceConfig.ConnectionConfig, List<String>, Map<String, Object>) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig
 
DataSourceConfig.ConnectionConfig - Class in org.springframework.cloud.service.relational
 
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
 
DB2ServiceInfo(String, String, String) - Constructor for class org.springframework.cloud.service.common.DB2ServiceInfo
 
DB2ServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
DB2ServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.DB2ServiceInfoCreator
 
DB2ServiceInfoCreator - Class in org.springframework.cloud.localconfig
DB2 ServiceInfoCreator for the localconfig connector.
DB2ServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.DB2ServiceInfoCreator
 
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
 
DEFAULT_JMX_REPORTING_ENABLED - Static variable in class org.springframework.cloud.service.column.CassandraClusterConfig
 
DEFAULT_METRICS_ENABLED - Static variable in class org.springframework.cloud.service.column.CassandraClusterConfig
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cloud.config.xml.CloudCassandraSessionParser
 
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
 
DRIVERS - Static variable in class org.springframework.cloud.service.relational.MysqlDataSourceCreator
 
DRIVERS - Static variable in class org.springframework.cloud.service.relational.OracleDataSourceCreator
 
DRIVERS - Static variable in class org.springframework.cloud.service.relational.PostgresqlDataSourceCreator
 

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.
getApplicationInstanceInfo() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
 
getApplicationInstanceInfo() - Method in class org.springframework.cloud.heroku.HerokuConnector
 
getApplicationInstanceInfo() - Method in class org.springframework.cloud.localconfig.LocalConfigConnector
 
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.
getCompression() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
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
 
getConnectionProperties() - Method in class org.springframework.cloud.service.relational.DataSourceConfig
 
getConnectionsPerHost() - Method in class org.springframework.cloud.service.document.MongoDbFactoryConfig
 
getContactPoints() - Method in class org.springframework.cloud.service.common.CassandraServiceInfo
 
getCredentials(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
getDatabase() - Method in class org.springframework.cloud.service.common.MongoServiceInfo
 
getDefaultUriScheme() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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
 
getFallbackServiceInfoCreator() - Method in class org.springframework.cloud.localconfig.LocalConfigConnector
 
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(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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
 
getIntFromCredentials(Map<String, Object>, String...) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
getJdbcUrl() - Method in class org.springframework.cloud.service.common.RelationalServiceInfo
 
getKey() - Method in class org.springframework.cloud.service.UriBasedServiceData
 
getLoadBalancingPolicy() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
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
 
getMaximumPoolSize() - 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
 
getMinimumIdle() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getNettyOptions() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
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.common.CassandraServiceInfo
 
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
 
getPooledDataSourceNames() - Method in class org.springframework.cloud.service.relational.DataSourceConfig
 
getPoolingOptions() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
getPort() - Method in class org.springframework.cloud.service.common.AmqpServiceInfo
 
getPort() - Method in class org.springframework.cloud.service.common.CassandraServiceInfo
 
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
 
getProtocolVersion() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
getQuery() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getQuery() - Method in class org.springframework.cloud.util.UriInfo
 
getQueryOptions() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
getReconnectionPolicy() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
getRetryPolicy() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
getScheme() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getScheme() - Method in class org.springframework.cloud.util.UriInfo
 
getSchemeSpecificPart() - Method in class org.springframework.cloud.service.UriBasedServiceInfo
 
getSchemeSpecificPart() - 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
 
getServiceInfosByType(Class<T>) - Method in class org.springframework.cloud.Cloud
Get all ServiceInfos for the given service info type.
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
 
getServicesData() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
Return object representation of the VCAP_SERVICES environment variable
getServicesData() - Method in class org.springframework.cloud.heroku.HerokuConnector
Return object representation of the bound services
getServicesData() - Method in class org.springframework.cloud.localconfig.LocalConfigConnector
 
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
getSingletonServiceInfoByType(Class<T>) - Method in class org.springframework.cloud.Cloud
Get the singleton ServiceInfo for the given service info type.
getSocketOptions() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
getStringFromCredentials(Map<String, Object>, String...) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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
 
getTags() - Method in class org.springframework.cloud.cloudfoundry.Tags
 
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
 
getUriFromCredentials(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
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
 
getUriSchemes() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
getUriString() - Method in class org.springframework.cloud.util.UriInfo
 
getUsername() - Method in class org.springframework.cloud.service.common.CassandraServiceInfo
 
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
 
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
 
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
 
HIKARI_DATASOURCE - Static variable in class org.springframework.cloud.service.relational.HikariCpPooledDataSourceCreator
 
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.
isInMatchingCloud() - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryConnector
 
isInMatchingCloud() - Method in class org.springframework.cloud.heroku.HerokuConnector
 
isInMatchingCloud() - Method in class org.springframework.cloud.localconfig.LocalConfigConnector
Returns true if a property named spring.cloud.appId is present in any of the property sources.
isJmxReportingEnabled() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
isMetricsEnabled() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
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
 
jdbcUrl - Variable in class org.springframework.cloud.service.common.RelationalServiceInfo
 
jdbcUrlDatabaseType - Variable in class org.springframework.cloud.service.common.RelationalServiceInfo
 
jdbcUrlMatchesScheme(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.RelationalServiceInfoCreator
 

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
 
LocalConfigConnector - Class in org.springframework.cloud.localconfig
 
LocalConfigConnector() - Constructor for class org.springframework.cloud.localconfig.LocalConfigConnector
 
LocalConfigServiceInfoCreator<SI extends ServiceInfo> - Class in org.springframework.cloud.localconfig
 
LocalConfigServiceInfoCreator(String...) - Constructor for class org.springframework.cloud.localconfig.LocalConfigServiceInfoCreator
 
LocalConfigUtil - Class in org.springframework.cloud.localconfig
 
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
 
META_PROPERTIES - Static variable in class org.springframework.cloud.localconfig.LocalConfigConnector
These properties configure the connector itself and aren't service definitions.
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
 
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
 
MongoServiceInfoCreator - Class in org.springframework.cloud.localconfig
 
MongoServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.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
 
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
 
MysqlServiceInfo(String, 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
 
MysqlServiceInfoCreator - Class in org.springframework.cloud.localconfig
 
MysqlServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.MysqlServiceInfoCreator
 

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
 
OracleServiceInfo(String, 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
 
OracleServiceInfoCreator - Class in org.springframework.cloud.localconfig
Oracle ServiceInfoCreator for the localconfig connector.
OracleServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.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.localconfig - package org.springframework.cloud.localconfig
 
org.springframework.cloud.service - package org.springframework.cloud.service
 
org.springframework.cloud.service.column - package org.springframework.cloud.service.column
 
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

PoolConfig(int, int, int) - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
PoolConfig(int, int) - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
PoolConfig(String, int) - Constructor for class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
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
 
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_JDBC_SCHEME - Static variable in class org.springframework.cloud.service.common.PostgresqlServiceInfo
 
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
 
PostgresqlServiceInfo(String, 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
 
PostgresqlServiceInfoCreator - Class in org.springframework.cloud.localconfig
 
PostgresqlServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.PostgresqlServiceInfoCreator
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.cloud.config.xml.CloudNamespaceHandler.ServiceScanBeanFactoryProcessor
 
process(CloudFoundryRawServiceData) - Method in interface org.springframework.cloud.cloudfoundry.ServiceDataPostProcessor
Process raw service data as read from VCAP_SERVICES.
properties() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
Get the object containing service and app properties
PROPERTIES_FILE_PROPERTY - Static variable in class org.springframework.cloud.localconfig.LocalConfigConnector
 
PROPERTY_PREFIX - Static variable in class org.springframework.cloud.localconfig.LocalConfigConnector
 

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
 
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
 
RedisJedisClientConfigurer - Class in org.springframework.cloud.service.keyval
 
RedisJedisClientConfigurer() - Constructor for class org.springframework.cloud.service.keyval.RedisJedisClientConfigurer
 
RedisLettuceClientConfigurer - Class in org.springframework.cloud.service.keyval
 
RedisLettuceClientConfigurer() - Constructor for class org.springframework.cloud.service.keyval.RedisLettuceClientConfigurer
 
REDISS_SCHEME - Static variable in class org.springframework.cloud.service.common.RedisServiceInfo
 
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
 
RedisServiceInfoCreator - Class in org.springframework.cloud.localconfig
 
RedisServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.RedisServiceInfoCreator
 
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
 
registerServiceInfoCreator(ServiceInfoCreator<? extends ServiceInfo, UriBasedServiceData>) - 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
 
RelationalServiceInfo(String, 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

ScannedServiceWrapper(GenericCloudServiceConnectorFactory) - Constructor for class org.springframework.cloud.config.CloudScanHelper.ScannedServiceWrapper
 
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
 
SERVICE_PROPERTY_PATTERN - Static variable in class org.springframework.cloud.localconfig.LocalConfigConnector
 
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
 
ServiceDataPostProcessor - Interface in org.springframework.cloud.cloudfoundry
An extension point that allows service data to be processed after it is read from VCAP_SERVICES.
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
 }
ServiceScanBeanFactoryProcessor() - Constructor for class org.springframework.cloud.config.xml.CloudNamespaceHandler.ServiceScanBeanFactoryProcessor
 
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.
setCompression(ProtocolOptions.Compression) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setCorrespondingProperties(BeanWrapper, BeanWrapper) - Static method in class org.springframework.cloud.service.Util
 
setJmxReportingEnabled(boolean) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setLoadBalancingPolicy(LoadBalancingPolicy) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setMetricsEnabled(boolean) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setNettyOptions(NettyOptions) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setPoolingOptions(PoolingOptions) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setProtocolVersion(ProtocolVersion) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setQueryOptions(QueryOptions) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setReconnectionPolicy(ReconnectionPolicy) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setRetryPolicy(RetryPolicy) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
setServiceConnectorType(Class<? extends S>) - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
setSocketOptions(SocketOptions) - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
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
 
SmtpServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
SmtpServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.SmtpServiceInfoCreator
 
SpringConnectionFactoryConfigurer - Class in org.springframework.cloud.service.messaging
 
SpringConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.messaging.SpringConnectionFactoryConfigurer
 
SpringData1RedisConnectionFactoryConfigurer - Class in org.springframework.cloud.service.keyval
 
SpringData1RedisConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.keyval.SpringData1RedisConnectionFactoryConfigurer
 
SpringData1RedisConnectionFactoryCreator - Class in org.springframework.cloud.service.keyval
Simplified access to creating Redis service objects.
SpringData1RedisConnectionFactoryCreator() - Constructor for class org.springframework.cloud.service.keyval.SpringData1RedisConnectionFactoryCreator
 
SpringData1RedisLettuceConnectionFactoryConfigurer - Class in org.springframework.cloud.service.keyval
 
SpringData1RedisLettuceConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.keyval.SpringData1RedisLettuceConnectionFactoryConfigurer
 
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
 
SqlServerServiceInfo(String, String, String) - Constructor for class org.springframework.cloud.service.common.SqlServerServiceInfo
 
SqlServerServiceInfoCreator - Class in org.springframework.cloud.cloudfoundry
 
SqlServerServiceInfoCreator() - Constructor for class org.springframework.cloud.cloudfoundry.SqlServerServiceInfoCreator
 
SqlServerServiceInfoCreator - Class in org.springframework.cloud.localconfig
DB2 ServiceInfoCreator for the localconfig connector.
SqlServerServiceInfoCreator() - Constructor for class org.springframework.cloud.localconfig.SqlServerServiceInfoCreator
 
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
 
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
 
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
 
TOMCAT_JDBC_DATASOURCE - Static variable in class org.springframework.cloud.service.relational.TomcatJdbcPooledDataSourceCreator
 
TomcatDbcpPooledDataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
TomcatDbcpPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
TomcatJdbcPooledDataSourceCreator<SI extends RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
TomcatJdbcPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.TomcatJdbcPooledDataSourceCreator
 
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.
uriKeyMatchesScheme(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
uriMatchesScheme(Map<String, Object>) - Method in class org.springframework.cloud.cloudfoundry.CloudFoundryServiceInfoCreator
 
urlEncode(String) - Static method in class org.springframework.cloud.util.UriInfo
 
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.
VALIDATION_QUERY - Static variable in class org.springframework.cloud.service.relational.MysqlDataSourceCreator
Validation query obtained from the MySQL reference manual: https://dev.mysql.com/doc/refman/5.1/en/connector-j-usagenotes-j2ee.html
VALIDATION_QUERY - Static variable in class org.springframework.cloud.service.relational.OracleDataSourceCreator
 
VALIDATION_QUERY - Static variable in class org.springframework.cloud.service.relational.PostgresqlDataSourceCreator
 
A B C D E F G H I J L M O P R S T U V 
Skip navigation links
Spring Cloud Connectors