public static class SemaphoreReleaseCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
RaftGroupId |
groupId
CP group id of this ISemaphore instance
|
UUID |
invocationUid
UID of this invocation
|
String |
name
Name of this ISemaphore instance
|
int |
permits
number of permits to release
|
long |
sessionId
Session ID of the caller
|
long |
threadId
ID of the caller thread
|
Constructor and Description |
---|
RequestParameters() |
public RaftGroupId groupId
public String name
public long sessionId
public long threadId
public UUID invocationUid
public int permits
Copyright © 2019 Hazelcast, Inc.. All rights reserved.