|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoMoreBackendException | |
org.objectweb.cjdbc.controller.loadbalancer.raidb1 | RAIDb-1 (full replication) load balancers. |
org.objectweb.cjdbc.controller.requestmanager.distributed | Distributed implementation of the request manager. |
org.objectweb.cjdbc.controller.virtualdatabase | Virtual database core code including connection handling. |
Uses of NoMoreBackendException in org.objectweb.cjdbc.controller.loadbalancer.raidb1 |
Methods in org.objectweb.cjdbc.controller.loadbalancer.raidb1 that throw NoMoreBackendException | |
int |
RAIDb1.execWriteRequest(AbstractWriteRequest request)
Performs a write request. |
private AbstractTask |
RAIDb1.execWriteRequest(AbstractWriteRequest request,
boolean useKeys,
MetadataCache metadataCache)
Common code for execWriteRequest(AbstractWriteRequest) and execWriteRequestWithKeys(AbstractWriteRequest). |
Uses of NoMoreBackendException in org.objectweb.cjdbc.controller.requestmanager.distributed |
Methods in org.objectweb.cjdbc.controller.requestmanager.distributed that throw NoMoreBackendException | |
ControllerResultSet |
DistributedRequestManager.execLocalReadRequest(SelectRequest request)
Performs a local read operation, as opposed to execReadRequest() which attempts to use distributed reads when there is NoMoreBackendException. |
Uses of NoMoreBackendException in org.objectweb.cjdbc.controller.virtualdatabase |
Methods in org.objectweb.cjdbc.controller.virtualdatabase that throw NoMoreBackendException | |
private VirtualDatabaseDynamicMetaData.ConnectionAndDatabaseMetaData |
VirtualDatabaseDynamicMetaData.getMetaDataFromFirstAvailableBackend(java.lang.String login)
Get DatabaseMetaData from the first available backend. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |