public static class FencedLockTryLockCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
RaftGroupId |
groupId
CP group id of this FencedLock instance
|
UUID |
invocationUid
UID of this invocation
|
String |
name
Name of this FencedLock instance
|
long |
sessionId
Session ID of the caller
|
long |
threadId
ID of the caller thread
|
long |
timeoutMs
Duration to wait for lock acquire
|
Constructor and Description |
---|
RequestParameters() |
public RaftGroupId groupId
public String name
public long sessionId
public long threadId
public UUID invocationUid
public long timeoutMs
Copyright © 2019 Hazelcast, Inc.. All rights reserved.