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

See: Description

Package com.hazelcast.executor.impl Description

This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds of additional methods related to distributed systems. You can execute a task on a particular member, all members or a subset of members. You can also execute a task on a member which own a particular partition. This is very useful if you want to reduce the number of remote calls; it is better to send the logic to the data than to pull the data to the logic.

Since:
1

Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.