spring-cloud-spring-service-connector
A B C D G H I 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
 
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
 
afterPropertiesSet() - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 

B

BasicDbcpPooledDataSourceCreator<SI extends org.springframework.cloud.service.common.RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
BasicDbcpPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.BasicDbcpPooledDataSourceCreator
 

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
 
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
 
CloudNamespaceHandler.ServiceScanBeanFactoryProcessor() - Constructor for class org.springframework.cloud.config.xml.CloudNamespaceHandler.ServiceScanBeanFactoryProcessor
 
CloudPropertiesFactoryBean - Class in org.springframework.cloud.config.xml
FactoryBean exposing cloud properties.
CloudPropertiesFactoryBean() - Constructor for class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
CloudRabbitConnectionFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the <cloud:rabbit-connection-factory> namespace element
CloudRabbitConnectionFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudRabbitConnectionFactoryParser
 
CloudRedisConnectionFactoryParser - Class in org.springframework.cloud.config.xml
Parser for the <cloud:redis-connection-factory> namespace element
CloudRedisConnectionFactoryParser() - Constructor for class org.springframework.cloud.config.xml.CloudRedisConnectionFactoryParser
 
CloudScan - Annotation Type in org.springframework.cloud.config.java
Add this annotation to an @Configuration class to have a bean for each service bound to the app as well as one for ApplicationInstanceInfo added to the application context.
CloudScanConfiguration - Class in org.springframework.cloud.config.java
Introduces beans for each bound service and one for ApplicationInstanceInfo
CloudScanConfiguration() - Constructor for class org.springframework.cloud.config.java.CloudScanConfiguration
 
CloudScanHelper - Class in org.springframework.cloud.config
Each service populated by this bean has the same name as the service it is bound to.
CloudScanHelper() - Constructor for class org.springframework.cloud.config.CloudScanHelper
 
CloudScanHelper.ApplicationInstanceInfoWrapper - Class in org.springframework.cloud.config
 
CloudScanHelper.ApplicationInstanceInfoWrapper(Cloud) - Constructor for class org.springframework.cloud.config.CloudScanHelper.ApplicationInstanceInfoWrapper
 
CloudScanHelper.ScannedServiceWrapper - Class in org.springframework.cloud.config
 
CloudScanHelper.ScannedServiceWrapper(GenericCloudServiceConnectorFactory) - Constructor for class org.springframework.cloud.config.CloudScanHelper.ScannedServiceWrapper
 
CloudServiceConnectionFactory - Class in org.springframework.cloud.config.java
 
CloudServiceConnectionFactory(Cloud) - Constructor for class org.springframework.cloud.config.java.CloudServiceConnectionFactory
 
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(JedisConnectionFactory, RedisConnectionFactoryConfig) - Method in class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfigurer
 
configure(JedisConnectionFactory, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfigurer
 
configure(LettuceConnectionFactory, RedisConnectionFactoryConfig) - Method in class org.springframework.cloud.service.keyval.RedisLettuceConnectionFactoryConfigurer
 
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
 
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(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
 

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
 
DataSourceConfig.ConnectionConfig(String) - Constructor for class org.springframework.cloud.service.relational.DataSourceConfig.ConnectionConfig
 
DataSourceConfigurer - Class in org.springframework.cloud.service.relational
 
DataSourceConfigurer() - Constructor for class org.springframework.cloud.service.relational.DataSourceConfigurer
 
DataSourceCreator<SI extends org.springframework.cloud.service.common.RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
DataSourceCreator(String, String[], String) - Constructor for class org.springframework.cloud.service.relational.DataSourceCreator
 
DB2DataSourceCreator - Class in org.springframework.cloud.service.relational
 
DB2DataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.DB2DataSourceCreator
 
DBCP2_BASIC_DATASOURCE - Static variable in class org.springframework.cloud.service.relational.BasicDbcpPooledDataSourceCreator
 
DBCP_BASIC_DATASOURCE - Static variable in class org.springframework.cloud.service.relational.BasicDbcpPooledDataSourceCreator
 
DbcpLikePooledDataSourceCreator<SI extends org.springframework.cloud.service.common.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
 

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
 
getChannelCacheSize() - Method in class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
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
 
getDriverClassName(SI) - Method in class org.springframework.cloud.service.relational.DataSourceCreator
 
getInitialSize() - Method in class org.springframework.cloud.service.PooledServiceConnectorConfig.PoolConfig
 
getLoadBalancingPolicy() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
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
 
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
 
getProtocolVersion() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
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
 
getServiceId() - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
getSocketOptions() - Method in class org.springframework.cloud.service.column.CassandraClusterConfig
 
getWriteConcern() - Method in class org.springframework.cloud.service.document.MongoDbFactoryConfig
 

H

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

I

init() - Method in class org.springframework.cloud.config.xml.CloudNamespaceHandler
 
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
 

L

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
 
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
 
MysqlDataSourceCreator - Class in org.springframework.cloud.service.relational
 
MysqlDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.MysqlDataSourceCreator
 

O

OracleDataSourceCreator - Class in org.springframework.cloud.service.relational
 
OracleDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.OracleDataSourceCreator
 
org.springframework.cloud.config - package org.springframework.cloud.config
 
org.springframework.cloud.config.java - package org.springframework.cloud.config.java
 
org.springframework.cloud.config.xml - package org.springframework.cloud.config.xml
 
org.springframework.cloud.service - package org.springframework.cloud.service
 
org.springframework.cloud.service.column - package org.springframework.cloud.service.column
 
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
 

P

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

R

rabbitConnectionFactory() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object associated with the only RabbitMQ service bound to the app.
rabbitConnectionFactory(RabbitConnectionFactoryConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object associated with the only RabbitMQ service bound to the app configured as specified.
rabbitConnectionFactory(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object for the specified RabbitMQ service.
rabbitConnectionFactory(String, RabbitConnectionFactoryConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the ConnectionFactory object for the specified RabbitMQ service configured as specified.
rabbitConnectionFactory() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
rabbitConnectionFactory(RabbitConnectionFactoryConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
rabbitConnectionFactory(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
rabbitConnectionFactory(String, RabbitConnectionFactoryConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
RabbitConnectionFactoryConfig - Class in org.springframework.cloud.service.messaging
Class to hold configuration values for a Rabbit connection
RabbitConnectionFactoryConfig(Map<String, Object>) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
RabbitConnectionFactoryConfig(Integer) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
RabbitConnectionFactoryConfig(Map<String, Object>, Integer) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfig
 
RabbitConnectionFactoryConfigurer - Class in org.springframework.cloud.service.messaging
 
RabbitConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryConfigurer
 
RabbitConnectionFactoryCreator - Class in org.springframework.cloud.service.messaging
Simplified access to creating RabbitMQ service objects.
RabbitConnectionFactoryCreator() - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryCreator
 
RabbitConnectionFactoryFactory - Class in org.springframework.cloud.service.messaging
Spring factory bean for RabbitMQ service.
RabbitConnectionFactoryFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.messaging.RabbitConnectionFactoryFactory
 
redisConnectionFactory() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object associated with the only Redis service bound to the app.
redisConnectionFactory(PooledServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object associated with the only Redis service bound to the app configured as specified.
redisConnectionFactory(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object for the specified Redis service.
redisConnectionFactory(String, PooledServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the RedisConnectionFactory object for the specified Redis service configured as specified.
redisConnectionFactory() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
redisConnectionFactory(PooledServiceConnectorConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
redisConnectionFactory(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
redisConnectionFactory(String, PooledServiceConnectorConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
RedisConnectionFactoryConfig - Class in org.springframework.cloud.service.keyval
 
RedisConnectionFactoryConfig(PooledServiceConnectorConfig.PoolConfig) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfig
 
RedisConnectionFactoryConfig(Map<String, Object>) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfig
 
RedisConnectionFactoryConfig(PooledServiceConnectorConfig.PoolConfig, Map<String, Object>) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfig
 
RedisConnectionFactoryConfigurer - Class in org.springframework.cloud.service.keyval
 
RedisConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryConfigurer
 
RedisConnectionFactoryCreator - Class in org.springframework.cloud.service.keyval
Simplified access to creating Redis service objects.
RedisConnectionFactoryCreator() - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryCreator
 
RedisConnectionFactoryFactory - Class in org.springframework.cloud.service.keyval
Spring factory bean for redis service.
RedisConnectionFactoryFactory(String, ServiceConnectorConfig) - Constructor for class org.springframework.cloud.service.keyval.RedisConnectionFactoryFactory
 
RedisLettuceConnectionFactoryConfigurer - Class in org.springframework.cloud.service.keyval
 
RedisLettuceConnectionFactoryConfigurer() - Constructor for class org.springframework.cloud.service.keyval.RedisLettuceConnectionFactoryConfigurer
 
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
 
registerServiceBeans(BeanDefinitionRegistry) - Method in class org.springframework.cloud.config.CloudScanHelper
 

S

service() - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object associated with the only service bound to the app.
service(Class<T>) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object of the specified type if there is only one such candidate service This is equivalent to the <cloud:service connector-type="T.class"/> element.
service(String) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object for the specified service.
service(String, Class<T>) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
Get the service connector object of the specified type and service ID This is equivalent to the <cloud:service service-id="serviceId" connector-type="T.class"/> element.
service(String, Class<T>, ServiceConnectorConfig) - Method in class org.springframework.cloud.config.java.CloudServiceConnectionFactory
 
service() - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(Class<T>) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(String) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(String, Class<T>) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
service(String, Class<T>, ServiceConnectorConfig) - Method in interface org.springframework.cloud.config.java.ServiceConnectionFactory
 
ServiceConnectionFactory - Interface in org.springframework.cloud.config.java
 
serviceId - Variable in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
 
ServiceScan - Annotation Type in org.springframework.cloud.config.java
Add this annotation to an @Configuration class to have the services bound to the app scanned and bean for each one added to the application context:
 @Configuration
 @ServiceScan
 public class CloudConfiguration {
     // may (optionally) extend AbstractCloudConfiguration
 }
ServiceScanConfiguration - Class in org.springframework.cloud.config.java
Introduces beans for each bound service.
ServiceScanConfiguration() - Constructor for class org.springframework.cloud.config.java.ServiceScanConfiguration
 
setBasicDataSourceProperties(DataSource, RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.DbcpLikePooledDataSourceCreator
 
setBasicDataSourceProperties(DataSource, RelationalServiceInfo, ServiceConnectorConfig, String, String) - Method in class org.springframework.cloud.service.relational.HikariCpPooledDataSourceCreator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.cloud.config.java.AbstractCloudConfig
Implementation note: This roundabout way of implementation is required to ensure that a CloudFactory bean if created in some other configuration is available, we should use that.
setBeanFactory(BeanFactory) - Method in class org.springframework.cloud.config.xml.CloudPropertiesFactoryBean
 
setCloud(Cloud) - Method in class org.springframework.cloud.service.AbstractCloudServiceConnectorFactory
Set the cloud, for internal testing purpose only.
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
 
SqlServerDataSourceCreator - Class in org.springframework.cloud.service.relational
 
SqlServerDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.SqlServerDataSourceCreator
 

T

TOMCAT_7_DBCP - Static variable in class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
TOMCAT_8_DBCP - Static variable in class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
TOMCAT_JDBC_DATASOURCE - Static variable in class org.springframework.cloud.service.relational.TomcatJdbcPooledDataSourceCreator
 
TomcatDbcpPooledDataSourceCreator<SI extends org.springframework.cloud.service.common.RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
TomcatDbcpPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.TomcatDbcpPooledDataSourceCreator
 
TomcatJdbcPooledDataSourceCreator<SI extends org.springframework.cloud.service.common.RelationalServiceInfo> - Class in org.springframework.cloud.service.relational
 
TomcatJdbcPooledDataSourceCreator() - Constructor for class org.springframework.cloud.service.relational.TomcatJdbcPooledDataSourceCreator
 

U

Util - Class in org.springframework.cloud.service
 
Util() - Constructor for class org.springframework.cloud.service.Util
 

V

VALIDATION_QUERY - Static variable in class org.springframework.cloud.service.relational.MysqlDataSourceCreator
Validation query obtained from the MySQL reference manual: http://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 G H I L M O P R S T U V 
spring-cloud-spring-service-connector