Interface | Description |
---|---|
CallIdSequence |
Responsible for generating invocation callIds.
|
Class | Description |
---|---|
AbstractCallIdSequence |
A
CallIdSequence that provides backpressure by taking
the number of in-flight operations into account when before creating a new call-id. |
CallIdFactory | |
CallIdSequenceWithBackpressure |
A
CallIdSequence that provides backpressure by taking
the number of in-flight operations into account when before creating a new call-id. |
CallIdSequenceWithoutBackpressure | |
FailFastCallIdSequence |
A
CallIdSequence that provides backpressure by taking
the number of in-flight operations into account when before creating a new call-id. |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.