public class RaftCountDownLatch extends BlockingResource<AwaitInvocationKey> implements IdentifiedDataSerializable
groupId, name, waitKeys
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)
Called when a session is closed.
|
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
addWaitKey, getAllWaitKeys, getGroupId, getName, getWaitKeys
protected void onSessionClose(long sessionId, Map<Long,Object> responses)
BlockingResource
onSessionClose
in class BlockingResource<AwaitInvocationKey>
protected Collection<Long> getActivelyAttachedSessions()
BlockingResource
getActivelyAttachedSessions
in class BlockingResource<AwaitInvocationKey>
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<AwaitInvocationKey>
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<AwaitInvocationKey>
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.public String toString()
toString
in class BlockingResource<AwaitInvocationKey>
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.