public class WriteProcessor<TKey, TValue> : DisposableLoggingClassBase
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public Class WriteProcessor(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})
Inherits DisposableLoggingClassBasegeneric<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class WriteProcessor : public DisposableLoggingClassBase| WriteProcessorTKey, TValue | Creates a WriteProcessorTKey, TValue. |
| Log |
The LogPublisher for logging messages.
(Inherited from DisposableLoggingClassBase) |
| 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)) |
| Equals | Determines 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets 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. |
| MemberwiseClone | Creates 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. |
| ToString | Returns 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. |