Uses of Interface
com.hazelcast.core.PartitionAware

Packages that use PartitionAware
com.hazelcast.core Provides core API interfaces/classes. 
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. 
 

Uses of PartitionAware in com.hazelcast.core
 

Classes in com.hazelcast.core that implement PartitionAware
 class PartitionAwareKey<K,P>
          A PartitionAware key.
 

Uses of PartitionAware in com.hazelcast.executor.impl
 

Classes in com.hazelcast.executor.impl that implement PartitionAware
 class RunnableAdapter<V>
          An adapter that adapts a Runnable to become a Callable.
 



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