Namespace: db

olympe.dc. db

Namespace for submodule in charge of the database.

Classes

CommitController
EventBuffer
GarbageCollector
GraphPatch
InstancePatch

Members


<static> Config :string

Configuration parameters of the graph database

Type:
  • string
Properties:
Name Type Default Description
GARBAGE_COLLECTOR string db.garbageCollector
MONITOR string db.monitor
DEBUG_MODE string db.debug

<static> Svc :string

Service of the database dc submodule

Type:
  • string
Properties:
Name Type Default Description
LOGGER string dc.db.Logger
MANAGER string dc.db.DatabaseManager
DATABASE string dc.db.Database
DBView string dc.db.Driver
GRAPH string dc.db.Graph
DATA_PROCESSOR string dc.db.DataProcessor
DEBUG_PROCESSOR string dc.db.DebugProcessor
PERMISSION_PROCESSOR string dc.db.PermissionProcessor
MONITOR string dc.db.GraphMonitor