WriteProcessorTKey, TValue Class

Houses all of the write operations for the historian.

Definition

Namespace: SnapDB.Snap.Services.Writer
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public class WriteProcessor<TKey, TValue> : DisposableLoggingClassBase
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Inheritance
Object    DisposableLoggingClassBase    WriteProcessorTKey, TValue

Type Parameters

TKey
The type of key.
TValue
The type of value associated with the key.

Constructors

WriteProcessorTKey, TValue Creates a WriteProcessorTKey, TValue.

Properties

Log The LogPublisher for logging messages.
(Inherited from DisposableLoggingClassBase)

Methods

CheckDisposed Checks if the class has been disposed, throws an exception if this is the case.
(Inherited from DisposableLoggingClassBase)
Dispose Releases all the resources used by the DisposableLoggingClassBase object.
(Inherited from DisposableLoggingClassBase)
Dispose(Boolean) Releases the unmanaged resources used by the WriteProcessorTKey, TValue object and optionally releases the managed resources.
(Overrides Dispose(Boolean))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize This code is here to detect when finalizers are called rather than a class be properly disposed.
(Inherited from DisposableLoggingClassBase)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
HardCommit Blocks until the specified point has been committed to the disk subsystem. If running in a In-Memory mode, will return as soon as it has been moved beyond the pre-stage level and can be queried by the user.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SoftCommit Blocks until the specified point has progressed beyond the pre-stage level and can be queried by the user.
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write(TreeStreamTKey, TValue) Writes the provided stream to the engine.
Write(TKey, TValue) Writes the provided key-value pair to the engine.

See Also