Package | Description |
---|---|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
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 |
---|
ClientInvocationFuture(ClientInvocation invocation,
Executor internalExecutor,
ClientMessage request,
ILogger logger,
CallIdSequence callIdSequence) |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.