public class SemaphoreDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SemaphoreDescription.Session |
| Constructor and Description |
|---|
SemaphoreDescription(tech.ydb.proto.coordination.SemaphoreDescription description) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
byte[] |
getData() |
long |
getLimit() |
String |
getName() |
List<SemaphoreDescription.Session> |
getOwnersList() |
List<SemaphoreDescription.Session> |
getWaitersList() |
boolean |
isEphemeral() |
public SemaphoreDescription(tech.ydb.proto.coordination.SemaphoreDescription description)
public String getName()
public byte[] getData()
public long getCount()
public long getLimit()
public boolean isEphemeral()
public List<SemaphoreDescription.Session> getOwnersList()
public List<SemaphoreDescription.Session> getWaitersList()
Copyright © 2025. All rights reserved.