PersistentClusterConfigurationStorage<TAddress>
public abstract class PersistentClusterConfigurationStorage<TAddress> : ClusterConfigurationStorage<TAddress>, IAsyncDisposable
Represents persistent cluster configuration storage.
protected PersistentClusterConfigurationStorage(string path, int fileBufferSize = 512, IEqualityComparer<TAddress> comparer = null, MemoryAllocator<byte> allocator = null)
Initializes a new persistent storage.
Releases managed resources associated with this object.