Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OperationService |
ClientRequest.operationService |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequest.setOperationService(OperationService operationService) |
Constructor and Description |
---|
OperationServiceMBean(HazelcastInstance hazelcastInstance,
OperationService operationService,
ManagementService service) |
Constructor and Description |
---|
SerializableOperationServiceBean(OperationService os) |
Modifier and Type | Method and Description |
---|---|
OperationService |
NodeEngine.getOperationService() |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalOperationService
This is the interface that needs to be implemented by actual InternalOperationService.
|
Modifier and Type | Method and Description |
---|---|
OperationService |
NodeEngineImpl.getOperationService() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.