KvsActorStateProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an implementation of IActorStateProvider which uses KeyValueStoreReplica to store and persist the actor state.
public sealed class KvsActorStateProvider : Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider, Microsoft.ServiceFabric.Data.IStateProviderReplica2
type KvsActorStateProvider = class
interface IActorStateProvider
interface IStateProviderReplica2
interface IStateProviderReplica
interface VolatileLogicalTimeManager.ISnapshotHandler
interface IActorStateProviderInternal
Public NotInheritable Class KvsActorStateProvider
Implements IActorStateProvider, IStateProviderReplica2
- Inheritance
-
System.ObjectKvsActorStateProvider
- Implements
Constructors
KvsActorStateProvider() |
Creates an instance of KvsActorStateProvider with default settings. |
KvsActorStateProvider(Boolean) |
Creates an instance of KvsActorStateProvider with specified settings. |
KvsActorStateProvider(Boolean, Int32) |
Creates an instance of KvsActorStateProvider with specified settings. |
KvsActorStateProvider(ReplicatorSettings, LocalStoreSettings) |
Creates an instance of KvsActorStateProvider with specified replicator and local key-value store settings. |