Package | Description |
---|---|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.spi.impl.transceiver.impl |
Contains the implementation of the
PacketTransceiver . |
Modifier and Type | Method and Description |
---|---|
InternalOperationService |
NodeEngineImpl.getOperationService() |
Modifier and Type | Class and Description |
---|---|
class |
OperationServiceImpl
This is the implementation of the
InternalOperationService . |
Constructor and Description |
---|
PacketTransceiverImpl(Node node,
ILogger logger,
InternalOperationService operationService,
InternalEventService eventService,
WanReplicationService wanReplicationService,
ExecutionService executionService) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.