[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Ctor.
Namespace: net.esper.eql.db
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ mapDatabaseRef As IDictionary(Of String, ConfigurationDBRef), _ schedulingService As SchedulingService, _ scheduleBucket As ScheduleBucket _ ) |
C# |
---|
public DatabaseConfigServiceImpl ( IDictionary<string, ConfigurationDBRef> mapDatabaseRef, SchedulingService schedulingService, ScheduleBucket scheduleBucket ) |
Visual C++ |
---|
public: DatabaseConfigServiceImpl ( IDictionary<String^, ConfigurationDBRef^>^ mapDatabaseRef, SchedulingService^ schedulingService, ScheduleBucket^ scheduleBucket ) |
Parameters
- mapDatabaseRef
- System.Collections.Generic.IDictionary<(Of TKey, TValue>)
is a map of database name and database configuration entries
- schedulingService
- net.esper.schedule.SchedulingService
is for scheduling callbacks for a cache
- scheduleBucket
- net.esper.schedule.ScheduleBucket
is a system bucket for all scheduling callbacks for caches