| Package | Description |
|---|---|
| com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
| com.hazelcast.client.impl.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
| com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
| com.hazelcast.internal.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
| com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
| com.hazelcast.spi.impl.sequence |
Call ID sequence generators
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyDetection |
HazelcastClientInstanceImpl.getConcurrencyDetection() |
| Constructor and Description |
|---|
ClientResponseHandlerSupplier(AbstractClientInvocationService invocationService,
ConcurrencyDetection concurrencyDetection) |
| Modifier and Type | Method and Description |
|---|---|
NioNetworking.Context |
NioNetworking.Context.concurrencyDetection(ConcurrencyDetection concurrencyDetection) |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrencyDetection |
ConcurrencyDetection.createDisabled() |
static ConcurrencyDetection |
ConcurrencyDetection.createEnabled(long durationMs) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyDetection |
NodeEngineImpl.getConcurrencyDetection() |
| Modifier and Type | Method and Description |
|---|---|
static CallIdSequence |
CallIdFactory.newCallIdSequence(int maxConcurrentInvocations,
long backoffTimeoutMs,
ConcurrencyDetection concurrencyDetection) |
| Constructor and Description |
|---|
AbstractCallIdSequence(int maxConcurrentInvocations,
ConcurrencyDetection concurrencyDetection) |
CallIdSequenceWithBackpressure(int maxConcurrentInvocations,
long backoffTimeoutMs,
ConcurrencyDetection concurrencyDetection) |
FailFastCallIdSequence(int maxConcurrentInvocations,
ConcurrencyDetection concurrencyDetection) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.