|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.spi.OperationAccessor
@PrivateApi public final class OperationAccessor
Allows access to certain attributes on an Operation.
| Method Summary | |
|---|---|
static void |
setCallerAddress(Operation op,
Address caller)
|
static void |
setCallId(Operation op,
long callId)
Sets the callId for the Operation. |
static void |
setCallTimeout(Operation op,
long callTimeout)
Sets the call timeout in milliseconds for the Operation. |
static void |
setConnection(Operation op,
Connection connection)
|
static void |
setInvocationTime(Operation op,
long invocationTime)
Sets the invocation time for the Operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setCallerAddress(Operation op,
Address caller)
public static void setConnection(Operation op,
Connection connection)
public static void setCallId(Operation op,
long callId)
op - the Operator that is updated for its callId.callId - the callId.Operation.setCallId(long),
Operation.getCallId()
public static void setInvocationTime(Operation op,
long invocationTime)
op - the Operation that is updated for its invocation time.invocationTime - the new invocation time.Operation.setInvocationTime(long)
public static void setCallTimeout(Operation op,
long callTimeout)
op - the Operation to updated for its call timeout.callTimeout - the call timeout in ms.Operation.setCallTimeout(long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||