|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Callback | |
|---|---|
| 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. |
| Uses of Callback in com.hazelcast.client.spi.impl |
|---|
| Classes in com.hazelcast.client.spi.impl that implement Callback | |
|---|---|
class |
ClientCallFuture<V>
|
| Uses of Callback in com.hazelcast.executor.impl |
|---|
| Classes in com.hazelcast.executor.impl that implement Callback | |
|---|---|
class |
ExecutionCallbackAdapter
|
| Uses of Callback in com.hazelcast.spi |
|---|
| Fields in com.hazelcast.spi declared as Callback | |
|---|---|
protected Callback<Object> |
InvocationBuilder.callback
|
| Methods in com.hazelcast.spi that return Callback | |
|---|---|
Callback |
InvocationBuilder.getCallback()
|
| Methods in com.hazelcast.spi with parameters of type Callback | |
|---|---|
InvocationBuilder |
InvocationBuilder.setCallback(Callback<Object> callback)
|
| Uses of Callback in com.hazelcast.spi.impl |
|---|
| Constructors in com.hazelcast.spi.impl with parameters of type Callback | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||