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 the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.operationexecutor |
Contains the
OperationRunner code. |
com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
com.hazelcast.spi.impl.operationparker.impl |
Contains the implementation code for the
OperationParker . |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Method and Description |
---|---|
void |
DistributedExecutorService.populate(LiveOperations liveOperations) |
Modifier and Type | Class and Description |
---|---|
class |
CallsPerMember
Implements
LiveOperations and additionally collects the call IDs of operations on remote members
whose cancellation was requested. |
Modifier and Type | Method and Description |
---|---|
void |
LiveOperationsTracker.populate(LiveOperations liveOperations)
Populate the LiveOperations
|
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutor.scan(LiveOperations result) |
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutorImpl.scan(LiveOperations result) |
Modifier and Type | Method and Description |
---|---|
void |
OperationParkerImpl.populate(LiveOperations liveOperations) |
Modifier and Type | Method and Description |
---|---|
void |
OperationServiceImpl.populate(LiveOperations liveOperations) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.