org.continuent.sequoia.controller.virtualdatabase |
Virtual database core code including connection handling.
|
Java Source File Name | Type | Comment |
ConnectionContext.java | Class | This class defines a ConnectionContext to carry information about the
connection to gather metadata. |
DistributedVirtualDatabase.java | Class | A DistributedVirtualDatabase is a virtual database hosted by
several controllers. |
PartitionReconciler.java | Class | A PartitionReconciler can be used to "reconcile" members of a vdb after a
network partition has been detected. |
PartitionReconciliationStatus.java | Class | |
RequestResultFailoverCache.java | Class | This class defines a RequestResultFailoverCache.
It is used to implement the transparent failover feature. |
VirtualDatabase.java | Class | A VirtualDatabase represents a database from client point of
view and hide the complexity of the cluster distribution to the client. |
VirtualDatabaseDynamicMetaData.java | Class | Class that gathers the dynamic metadata for a virtual database, that means
all the metadata subject to changes during the lifetime of the application. |
VirtualDatabaseStaticMetaData.java | Class | Class gathering the static metadata related to the database. |
VirtualDatabaseWorkerThread.java | Class | This class handles a connection with a Sequoia driver. |