|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Callback | |
---|---|
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. |
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()
Deprecated. |
Methods in com.hazelcast.spi with parameters of type Callback | |
---|---|
InvocationBuilder |
InvocationBuilder.setCallback(Callback<Object> callback)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |