public final class LockRequest extends AbstractLockRequest
key, threadId, timeout, ttl
callId, clientEngine, endpoint, operationService, serializationService, service
Constructor and Description |
---|
LockRequest() |
LockRequest(Data key,
long threadId,
long ttl,
long timeout) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId()
Returns class identifier for this portable class.
|
int |
getFactoryId()
Returns PortableFactory id for this portable class
|
protected InternalLockNamespace |
getNamespace() |
Object[] |
getParameters()
Used for
SecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazily |
Permission |
getRequiredPermission() |
getDistributedObjectName, getKey, getMethodName, getName, getServiceName, prepareOperation, read, write
getPartition
afterResponse, beforeProcess, beforeResponse, filter, getReplicaIndex, onFailure, onResponse, process
getCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getService, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readPortable, writePortable
getDistributedObjectType
public LockRequest()
public LockRequest(Data key, long threadId, long ttl, long timeout)
protected InternalLockNamespace getNamespace()
getNamespace
in class AbstractLockRequest
public int getFactoryId()
Portable
public int getClassId()
Portable
public Permission getRequiredPermission()
public Object[] getParameters()
SecureRequest
SecurityInterceptor
Parameters passed to the method by a distributedObject
for map.put(key, value) parameters should be 'key' and 'value'
parameters can be in binary or object form, underlying implementation will de-serialize lazilygetParameters
in interface SecureRequest
getParameters
in class AbstractLockRequest
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.