- 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
-
- 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
-
- 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
-
- cloudFactory() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
-
Get the cloud factory.
- CloudMongoDbFactoryParser - Class in org.springframework.cloud.config.xml
-
Parser for the <cloud:mongo-db-factory> namespace element
- CloudMongoDbFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudMongoDbFactoryParser
-
- CloudNamespaceHandler - Class in org.springframework.cloud.config.xml
-
Handler for the 'cloud' namespace
- CloudNamespaceHandler() - Constructor for class org.springframework.cloud.config.xml.CloudNamespaceHandler
-
- CloudNamespaceHandler.ServiceScanBeanFactoryProcessor - Class in org.springframework.cloud.config.xml
-
- 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
-
- 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.
- 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
-
- ConnectionConfig(String) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig.ConnectionConfig
-
- connectionFactory() - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
-
- 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(SmtpServiceInfo, ServiceConnectorConfig) - Method in class org.springframework.cloud.service.smtp.MailSenderCreator
-
- createInstance() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
-
- createService() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
-