Uses of Interface
org.synchronoss.cpo.core.DataSourceInfo
Packages that use DataSourceInfo
-
Uses of DataSourceInfo in org.synchronoss.cpo.cassandra
Classes in org.synchronoss.cpo.cassandra that implement DataSourceInfoModifier and TypeClassDescriptionclassContains the information needed to connect to a Cassandra clusterMethods in org.synchronoss.cpo.cassandra with parameters of type DataSourceInfoModifier and TypeMethodDescriptionstatic CassandraCpoAdapterCassandraCpoAdapter.getInstance(CassandraCpoMetaDescriptor metaDescriptor, DataSourceInfo<ClusterDataSource> cdsiTrx) Creates a CassandraCpoAdapter.static CassandraCpoAdapterCassandraCpoAdapter.getInstance(CassandraCpoMetaDescriptor metaDescriptor, DataSourceInfo<ClusterDataSource> cdsiWrite, DataSourceInfo<ClusterDataSource> cdsiRead) Creates a CassandraCpoAdapter. -
Uses of DataSourceInfo in org.synchronoss.cpo.core
Classes in org.synchronoss.cpo.core that implement DataSourceInfoModifier and TypeClassDescriptionclassBaseDataSourceInfoimplementation that holds the common name/fetchSize/batchSize configuration and lazily creates the underlying datasource object on first access, guarding creation with a lock so concurrent callers cannot race to create it twice. -
Uses of DataSourceInfo in org.synchronoss.cpo.jdbc
Classes in org.synchronoss.cpo.jdbc that implement DataSourceInfoModifier and TypeClassDescriptionclassAn AbstractJDBCDatasource used for instantiating the DataSource from the database driverclassA class used for collecting the properties to instantiate the datasourceclassCollects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSourceclassCollects the info required to instantiate a DataSource from a JDBC Driver Provides the DataSourceInfo factory method getDataSource which instantiates the DataSourceclassCollects the info required to instantiate a DataSource stored as a JNDI Resource.Methods in org.synchronoss.cpo.jdbc with parameters of type DataSourceInfoModifier and TypeMethodDescriptionstatic JdbcCpoAdapterJdbcCpoAdapter.getInstance(JdbcCpoMetaDescriptor metaDescriptor, DataSourceInfo<DataSource> jdsiTrx) Finds or Creates a JdbcCpoAdapter.static JdbcCpoAdapterJdbcCpoAdapter.getInstance(JdbcCpoMetaDescriptor metaDescriptor, DataSourceInfo<DataSource> jdsiWrite, DataSourceInfo<DataSource> jdsiRead) Creates a JdbcCpoAdapter.