| Package | Description | 
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.spi.impl | Provides util classes for the Hazelcast client SPI. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| com.hazelcast.spi.impl.sequence | Call ID sequence generators | 
| Modifier and Type | Method and Description | 
|---|---|
| CallIdSequence | HazelcastClientInstanceImpl. getCallIdSequence() | 
| 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  | AbstractCallIdSequenceA  CallIdSequencethat provides backpressure by taking
 the number of in-flight operations into account when before creating a new call-id. | 
| class  | CallIdSequenceWithBackpressureA  CallIdSequencethat provides backpressure by taking
 the number of in-flight operations into account when before creating a new call-id. | 
| class  | CallIdSequenceWithoutBackpressure | 
| class  | FailFastCallIdSequenceA  CallIdSequencethat 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 © 2017 Hazelcast, Inc.. All Rights Reserved.