Distributed lock settings.
Definition in file dist_lock_settings.hpp.
Go to the source code of this file.
#include <chrono>
This graph shows which files directly or indirectly include this file:Classes | |
| struct | dist_lock::DistLockSettings |
| Distributed lock settings. More... | |
Namespaces | |
| namespace | dist_lock |
| Distributed locking. | |
Enumerations | |
| enum class | dist_lock::DistLockWaitingMode { dist_lock::kWait , dist_lock::kNoWait } |
| Distributed lock waiting mode. More... | |
| enum class | dist_lock::DistLockRetryMode { dist_lock::kRetry , dist_lock::kSingleAttempt } |
| Distributed lock retry strategy. More... | |