public interface LiveOperations
InvocationMonitor
passes instances of this type to each LiveOperationsTracker
so it can contribute the call IDs of invocations it is responsible for.
The object is not thread-safe and is recycled.Modifier and Type | Method and Description |
---|---|
void |
add(Address address,
long callId)
Registers an invocation with this object.
|
void add(Address address, long callId)
address
- address of the sender of the operationcallId
- call ID of the operationCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.