StatePersistence Enum
- java.
lang. Object - java.
lang. Enum<StatePersistence> - microsoft.
servicefabric. actors. runtime. StatePersistence
- microsoft.
- java.
public enum StatePersistence
Indicates how actor state is stored for an actor service.
Fields
None |
No state is stored for actor |
Persisted |
Actor state is persisted to local disk using a persistent state provider. |
Volatile |
Actor state is kept in-memory only using a volatile state provider. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java