@Generated(value="85de0ae86e5998151d4508575ce1f8fc") public final class MapTryLockCodec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MapTryLockCodec.RequestParameters |
static class |
MapTryLockCodec.ResponseParameters |
Modifier and Type | Field and Description |
---|---|
static int |
REQUEST_MESSAGE_TYPE |
static int |
RESPONSE_MESSAGE_TYPE |
Modifier and Type | Method and Description |
---|---|
static MapTryLockCodec.RequestParameters |
decodeRequest(ClientMessage clientMessage) |
static MapTryLockCodec.ResponseParameters |
decodeResponse(ClientMessage clientMessage) |
static ClientMessage |
encodeRequest(String name,
Data key,
long threadId,
long lease,
long timeout,
long referenceId) |
static ClientMessage |
encodeResponse(boolean response) |
public static final int REQUEST_MESSAGE_TYPE
public static final int RESPONSE_MESSAGE_TYPE
public static ClientMessage encodeRequest(String name, Data key, long threadId, long lease, long timeout, long referenceId)
public static MapTryLockCodec.RequestParameters decodeRequest(ClientMessage clientMessage)
public static ClientMessage encodeResponse(boolean response)
public static MapTryLockCodec.ResponseParameters decodeResponse(ClientMessage clientMessage)
Copyright © 2019 Hazelcast, Inc.. All rights reserved.