Package | Description |
---|---|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
com.hazelcast.executor.impl |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
Constructor and Description |
---|
CacheRecordHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel,
ConcurrentReferenceHashMap.ReferenceType keyType,
ConcurrentReferenceHashMap.ReferenceType valueType,
EnumSet<ConcurrentReferenceHashMap.Option> options,
Callback<Data> evictionCallback) |
Modifier and Type | Class and Description |
---|---|
class |
ClientCallFuture<V> |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionCallbackAdapter |
Modifier and Type | Field and Description |
---|---|
protected Callback<Object> |
InvocationBuilder.callback |
Modifier and Type | Method and Description |
---|---|
Callback |
InvocationBuilder.getCallback() |
Modifier and Type | Method and Description |
---|---|
InvocationBuilder |
InvocationBuilder.setCallback(Callback<Object> callback) |
Constructor and Description |
---|
BasicPartitionInvocation(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
int partitionId,
int replicaIndex,
int tryCount,
long tryPauseMillis,
long callTimeout,
Callback<Object> callback,
String executorName,
boolean resultDeserialized) |
BasicTargetInvocation(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
Address target,
int tryCount,
long tryPauseMillis,
long callTimeout,
Callback<Object> callback,
String executorName,
boolean resultDeserialized) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.