@Generated(value="da7ed377034edc1d2ef118a0fe094260") public final class MultiMapLockCodec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MultiMapLockCodec.RequestParameters |
static class |
MultiMapLockCodec.ResponseParameters |
Modifier and Type | Field and Description |
---|---|
static int |
REQUEST_MESSAGE_TYPE |
static int |
RESPONSE_MESSAGE_TYPE |
Modifier and Type | Method and Description |
---|---|
static MultiMapLockCodec.RequestParameters |
decodeRequest(ClientMessage clientMessage) |
static MultiMapLockCodec.ResponseParameters |
decodeResponse(ClientMessage clientMessage) |
static ClientMessage |
encodeRequest(String name,
Data key,
long threadId,
long ttl,
long referenceId) |
static ClientMessage |
encodeResponse() |
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 ttl, long referenceId)
public static MultiMapLockCodec.RequestParameters decodeRequest(ClientMessage clientMessage)
public static ClientMessage encodeResponse()
public static MultiMapLockCodec.ResponseParameters decodeResponse(ClientMessage clientMessage)
Copyright © 2019 Hazelcast, Inc.. All rights reserved.