| Interface | Description |
|---|---|
| PartitionAwareCallable<V> |
Partition callable that is guaranteed to have an exclusive Read-Write access to partition data.
|
| PartitionAwareCallableFactory<V> |
Factory used to instantiate
PartitionAwareCallable instances |
| Class | Description |
|---|---|
| PartitionAwareCallableBatchingRunnable |
If run on partition thread, it will discover what thread it is run on, and it will run an instance of
PartitionAwareCallable on all partitions this thread is responsible for.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.