@Generated(value="dc80dc7c9d431f9bfdf661b854cc8ec7") public final class SemaphoreAcquireCodec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SemaphoreAcquireCodec.RequestParameters |
static class |
SemaphoreAcquireCodec.ResponseParameters |
Modifier and Type | Field and Description |
---|---|
static int |
REQUEST_MESSAGE_TYPE |
static int |
RESPONSE_MESSAGE_TYPE |
Modifier and Type | Method and Description |
---|---|
static SemaphoreAcquireCodec.RequestParameters |
decodeRequest(ClientMessage clientMessage) |
static SemaphoreAcquireCodec.ResponseParameters |
decodeResponse(ClientMessage clientMessage) |
static ClientMessage |
encodeRequest(RaftGroupId groupId,
String name,
long sessionId,
long threadId,
UUID invocationUid,
int permits,
long timeoutMs) |
static ClientMessage |
encodeResponse(boolean response) |
public static final int REQUEST_MESSAGE_TYPE
public static final int RESPONSE_MESSAGE_TYPE
public static ClientMessage encodeRequest(RaftGroupId groupId, String name, long sessionId, long threadId, UUID invocationUid, int permits, long timeoutMs)
public static SemaphoreAcquireCodec.RequestParameters decodeRequest(ClientMessage clientMessage)
public static ClientMessage encodeResponse(boolean response)
public static SemaphoreAcquireCodec.ResponseParameters decodeResponse(ClientMessage clientMessage)
Copyright © 2019 Hazelcast, Inc.. All rights reserved.