Package | Description |
---|---|
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.
|
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.