See: Description
Interface | Description |
---|---|
DistributedJDBCConfiguration |
A distributed configuration that is a ordered collection of
JDBCConfigurations.
|
Class | Description |
---|---|
DistributedConnection |
A virtual connection that contains multiple physical connections.
|
DistributedDataSource |
A virtual datasource that contains many physical datasources.
|
DistributedJDBCBrokerFactory |
A factory for distributed JDBC datastores.
|
DistributedJDBCConfigurationImpl |
Implements a distributed configuration of JDBCStoreManagers.
|
DistributedPreparedStatement |
A virtual PreparedStaement that delegates to a set of actual
PreparedStatements.
|
DistributedResultSet |
A chain of ResultSet.
|
DistributedStatement |
A virtual Statement that delegates to many actual Statements.
|
DistributedTemplate<T extends java.sql.Statement> |
A template for multiple Statements being executed by multiple connections.
|
SliceStoreManager |
A specialized JDBCStoreManager for a slice.
|
UniqueResultObjectProvider |
Aggregates individual single query results from different databases.
|
T
is
defined as a type T'
such that T' extends T implements Iterable
i.e.T'
is a special T
that also contains many T
.