| Package | Description |
|---|---|
| tech.ydb.coordination | |
| tech.ydb.coordination.settings |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<tech.ydb.core.Result<SemaphoreDescription>> |
CoordinationSession.describeSemaphore(String name,
DescribeSemaphoreMode mode) |
CompletableFuture<tech.ydb.core.Result<SemaphoreWatcher>> |
CoordinationSession.watchSemaphore(String name,
DescribeSemaphoreMode describeMode,
WatchSemaphoreMode watchMode) |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSemaphoreMode |
DescribeSemaphoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescribeSemaphoreMode[] |
DescribeSemaphoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.