Package | Description |
---|---|
com.hazelcast.cp.internal.datastructures.spi.blocking |
Contains the interfaces and abstractions that are implemented / extended
by blocking Raft services, such as Lock, Semaphore, and CountDownLatch
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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 |
AbstractBlockingService.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 |
OperationExecutorImpl.populate(LiveOperations liveOperations) |
Modifier and Type | Method and Description |
---|---|
void |
OperationParkerImpl.populate(LiveOperations liveOperations) |
void |
WaitSet.populate(LiveOperations liveOperations) |
Modifier and Type | Method and Description |
---|---|
void |
OperationServiceImpl.populate(LiveOperations liveOperations) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.