InternalOperationService implementation.See: Description
| Class | Description |
|---|---|
| AsyncResponsePacketHandler |
The AsyncResponsePacketHandler is a PacketHandler that asynchronously process operation-response packets.
|
| BackpressureRegulator |
The BackpressureRegulator is responsible for regulating invocation 'pressure'.
|
| CallIdSequence |
Responsible for generating callIds.
|
| CallIdSequence.CallIdSequenceWithBackpressure |
A
CallIdSequence that provided backpressure by taking
the number in flight operations into account when a call-id needs to be determined. |
| CallIdSequence.CallIdSequenceWithoutBackpressure | |
| InvocationBuilderImpl |
An
InvocationBuilder that is tied to the OperationServiceImpl. |
| InvocationMonitor |
The InvocationMonitor monitors all pending invocations and determines if there are any problems like timeouts.
|
| InvocationRegistry |
The InvocationsRegistry is responsible for the registration of all pending invocations.
|
| IsStillRunningService |
Checks if an Operation is still running.
|
| OperationServiceImpl |
This is the implementation of the
InternalOperationService. |
| PartitionInvocation |
A
Invocation evaluates a Operation Invocation for a particular partition running on top of the
OperationServiceImpl. |
| RemoteInvocationResponseHandler |
An
OperationResponseHandler that is used for a remotely executed Operation. |
| TargetInvocation |
A
Invocation evaluates a Operation Invocation for a particular target running on top of the
OperationServiceImpl. |
InternalOperationService implementation.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.