Skip to content

IJournaledStateManager

interface

Namespace: Orleans.Journaling

Manages the states for a given grain.
public interface IJournaledStateManager : IAsyncDisposable

Properties

  • PendingWriteByteCount Gets an approximate count of bytes accumulated in the in-memory journal buffer that have not yet been flushed to storage. Returns a negative value when the implementation does not support sampling pending bytes.

Methods