|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use OperationService | |
---|---|
com.hazelcast.client.impl.client | This contains the Requests and other DTO's exchanged between client/server |
com.hazelcast.jmx | Contains Hazelcast management bean classes. |
com.hazelcast.management | Contains classes to provide data/operation interface for Management Center. |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. |
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.jmx |
---|
Constructors in com.hazelcast.jmx with parameters of type OperationService | |
---|---|
OperationServiceMBean(HazelcastInstance hazelcastInstance,
OperationService operationService,
ManagementService service)
|
Uses of OperationService in com.hazelcast.management |
---|
Constructors in com.hazelcast.management with parameters of type OperationService | |
---|---|
SerializableOperationServiceBean(OperationService os)
|
Uses of OperationService in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi that return OperationService | |
---|---|
OperationService |
NodeEngine.getOperationService()
|
Uses of OperationService in com.hazelcast.spi.impl |
---|
Subinterfaces of OperationService in com.hazelcast.spi.impl | |
---|---|
interface |
InternalOperationService
This is the interface that needs to be implemented by actual InternalOperationService. |
Methods in com.hazelcast.spi.impl that return OperationService | |
---|---|
OperationService |
NodeEngineImpl.getOperationService()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |