Uses of Interface
com.hazelcast.spi.impl.eventservice.InternalEventService

Packages that use InternalEventService
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.spi.impl.eventservice.impl Contains the code for the InternalEventService implementation. 
com.hazelcast.spi.impl.transceiver.impl Contains the implementation of the PacketTransceiver
 

Uses of InternalEventService in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return InternalEventService
 InternalEventService NodeEngineImpl.getEventService()
           
 

Uses of InternalEventService in com.hazelcast.spi.impl.eventservice.impl
 

Classes in com.hazelcast.spi.impl.eventservice.impl that implement InternalEventService
 class EventServiceImpl
           
 

Uses of InternalEventService in com.hazelcast.spi.impl.transceiver.impl
 

Constructors in com.hazelcast.spi.impl.transceiver.impl with parameters of type InternalEventService
PacketTransceiverImpl(Node node, ILogger logger, InternalOperationService operationService, InternalEventService eventService, WanReplicationService wanReplicationService, ExecutionService executionService)
           
 



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