public class RaftSemaphore extends BlockingResource<AcquireInvocationKey> implements IdentifiedDataSerializable
Modifier and Type | Method and Description |
---|---|
protected Collection<Long> |
getActivelyAttachedSessions()
Returns a non-null collection of session ids that the current state of the resource is attached to.
|
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
protected void |
onSessionClose(long sessionId,
Map<Long,Object> responses)
Releases permits of the closed session.
|
protected void |
onWaitKeyExpire(AcquireInvocationKey key) |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
addWaitKey, clearWaitKeys, cloneForSnapshot, getAllWaitKeys, getGroupId, getInternalWaitKeysMap, getName, getWaitKeyContainer, internalToString, removeWaitKey, waitKeyContainersIterator
protected void onSessionClose(long sessionId, Map<Long,Object> responses)
onSessionClose
in class BlockingResource<AcquireInvocationKey>
protected Collection<Long> getActivelyAttachedSessions()
BlockingResource
getActivelyAttachedSessions
in class BlockingResource<AcquireInvocationKey>
protected void onWaitKeyExpire(AcquireInvocationKey key)
onWaitKeyExpire
in class BlockingResource<AcquireInvocationKey>
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class BlockingResource<AcquireInvocationKey>
out
- outputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class BlockingResource<AcquireInvocationKey>
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.