LockMode Enum
- java.
lang. Object - java.
lang. Enum<LockMode> - microsoft.
servicefabric. data. collections. LockMode
- microsoft.
- java.
public enum LockMode
Specifies how reliable collections will lock resources, which determines how the resources can be accessed by concurrent transactions.
Fields
DEFAULT |
Use the default lock mode based on the operation and isolation level of the transaction. |
UPDATE |
Used on resources that are intended to be updated. Prevents a common form of deadlock that occurs when multiple transactions are reading, locking, and potentially updating resources later. |
Methods
getValue()
public int getValue()
Returns
int
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java