Method | Description | |
---|---|---|
Flush ( string configName, IDbConnection conn = null ) : void |
Flush data for the lowest reduce resolution for the given configuration. (The rest is only written on Reduce.)
|
|
FlushAll ( ) : void |
Flush all data accumulated thus far.
|
|
RecordFlush ( ISetupMonitorConfig setupMonitorConfig, IDataCache cache, IStorageCommands storageCommands, IRecordFlushUpdate logic, IStorageFactory dbFactory, ISettings settings ) : System |
Method | Description | |
---|---|---|
CloneRecordList ( IList |
Clone the update list before writting it to the DB, but leave the last element (since it may be an incomplete accumulation).
|
|
ConvertRecordToSortedDictionary ( IEnumerable |
||
GetFirstReduceLevel ( string configName ) : ReduceLevel |
The first reduce level is the table for the primary data.
|
public Flush ( string configName, IDbConnection conn = null ) : void | ||
configName | string | |
conn | IDbConnection | |
return | void |
public RecordFlush ( ISetupMonitorConfig setupMonitorConfig, IDataCache cache, IStorageCommands storageCommands, IRecordFlushUpdate logic, IStorageFactory dbFactory, ISettings settings ) : System | ||
setupMonitorConfig | ISetupMonitorConfig | |
cache | IDataCache | |
storageCommands | IStorageCommands | |
logic | IRecordFlushUpdate | |
dbFactory | IStorageFactory | |
settings | ISettings | |
return | System |