Uses of Interface
com.hazelcast.spi.OperationService

Packages that use OperationService
com.hazelcast.client.impl.client This contains the Requests and other DTO's exchanged between client/server 
com.hazelcast.internal.management.dto These contain the DTO object to exchange information with the management center. 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl.operationservice Contains the InternalOperationService API. 
com.hazelcast.spi.impl.operationservice.impl Contains the code for the InternalOperationService implementation. 
 

Uses of OperationService in com.hazelcast.client.impl.client
 

Fields in com.hazelcast.client.impl.client declared as OperationService
protected  OperationService ClientRequest.operationService
           
 

Methods in com.hazelcast.client.impl.client with parameters of type OperationService
 void ClientRequest.setOperationService(OperationService operationService)
           
 

Uses of OperationService in com.hazelcast.internal.management.dto
 

Constructors in com.hazelcast.internal.management.dto with parameters of type OperationService
OperationServiceDTO(OperationService os)
           
 

Uses of OperationService in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type OperationService
OperationServiceMBean(HazelcastInstance hazelcastInstance, OperationService operationService, ManagementService service)
           
 

Uses of OperationService in com.hazelcast.map.impl
 

Constructors in com.hazelcast.map.impl with parameters of type OperationService
MapKeyLoader(String mapName, OperationService opService, InternalPartitionService ps, ExecutionService execService, IFunction<Object,Data> serialize)
           
 

Uses of OperationService in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return OperationService
 OperationService NodeEngine.getOperationService()
          Gets the OperationService.
 OperationService AbstractDistributedObject.getOperationService()
          Gets the OperationService.
 

Uses of OperationService in com.hazelcast.spi.impl.operationservice
 

Subinterfaces of OperationService in com.hazelcast.spi.impl.operationservice
 interface InternalOperationService
          This is the interface that needs to be implemented by actual InternalOperationService.
 

Uses of OperationService in com.hazelcast.spi.impl.operationservice.impl
 

Classes in com.hazelcast.spi.impl.operationservice.impl that implement OperationService
 class OperationServiceImpl
          This is the implementation of the InternalOperationService.
 



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