Méthode | Description | |
---|---|---|
DatabaseCorrupted ( ) : void |
Called if database was detected to be corrupted during openinig (when database was not closed properly and has to be recovered)
|
|
DeallocateObject ( |
Called when unreferenced object is deallocated from database. It is possible to get instance of the object using
|
|
GcCompleted ( int nDeallocatedObjects ) : void |
Called when garbage collection is completed
|
|
GcStarted ( ) : void |
Called when garbage collection is started, either explicitly (by calling IDatabase.Gc()) or implicitly (after allocating enough memory to trigger gc threshold)
|
|
RecoveryCompleted ( ) : void |
Called after database recovery has completed
|
|
ReplicationError ( string host ) : bool |
Handle replication error
|
public DeallocateObject ( |
||
cls | class of deallocated object | |
oid | int | object identifier of deallocated object |
Résultat | void |
public GcCompleted ( int nDeallocatedObjects ) : void | ||
nDeallocatedObjects | int | number of deallocated objects |
Résultat | void |
public ReplicationError ( string host ) : bool | ||
host | string | address of host replication to which is failed (null if error jappens at slave node) |
Résultat | bool |