| Package | Description |
|---|---|
| com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
| com.hazelcast.spi.impl.sequence |
Call ID sequence generators
|
| Constructor and Description |
|---|
InvocationRegistry(ILogger logger,
CallIdSequence callIdSequence) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCallIdSequence
A
CallIdSequence that provides backpressure by taking
the number of in-flight operations into account when before creating a new call-id. |
class |
CallIdSequenceWithBackpressure
A
CallIdSequence that provides backpressure by taking
the number of in-flight operations into account when before creating a new call-id. |
class |
CallIdSequenceWithoutBackpressure |
class |
FailFastCallIdSequence
A
CallIdSequence that provides backpressure by taking
the number of in-flight operations into account when before creating a new call-id. |
| Modifier and Type | Method and Description |
|---|---|
static CallIdSequence |
CallIdFactory.newCallIdSequence(boolean isBackPressureEnabled,
int maxAllowedConcurrentInvocations,
long backoffTimeoutMs) |
Copyright © 2018. All Rights Reserved.