Package | Description |
---|---|
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.
|
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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InvocationBuilder |
InvocationBuilder.setCallback(Callback<Object> callback)
Deprecated.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.