|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalPartitionService | |
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client |
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
| 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.mapreduce.impl.task | This package contains the base implementation for a standard map reduce job. |
| com.hazelcast.partition | Contains the partition logic for Hazelcast. |
| com.hazelcast.partition.impl | Contains the actual implementation of the InternalPartitionService. |
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. |
| Uses of InternalPartitionService in com.hazelcast.client |
|---|
| Methods in com.hazelcast.client that return InternalPartitionService | |
|---|---|
InternalPartitionService |
ClientEngine.getPartitionService()
|
| Uses of InternalPartitionService in com.hazelcast.client.impl |
|---|
| Methods in com.hazelcast.client.impl that return InternalPartitionService | |
|---|---|
InternalPartitionService |
ClientEngineImpl.getPartitionService()
|
| Uses of InternalPartitionService in com.hazelcast.instance |
|---|
| Fields in com.hazelcast.instance declared as InternalPartitionService | |
|---|---|
InternalPartitionService |
Node.partitionService
|
| Methods in com.hazelcast.instance that return InternalPartitionService | |
|---|---|
InternalPartitionService |
Node.getPartitionService()
|
| Uses of InternalPartitionService in com.hazelcast.internal.management.dto |
|---|
| Constructors in com.hazelcast.internal.management.dto with parameters of type InternalPartitionService | |
|---|---|
PartitionServiceBeanDTO(InternalPartitionService partitionService,
HazelcastInstanceImpl hazelcastInstance)
|
|
| Uses of InternalPartitionService in com.hazelcast.jmx |
|---|
| Constructors in com.hazelcast.jmx with parameters of type InternalPartitionService | |
|---|---|
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
InternalPartitionService partitionService,
ManagementService service)
|
|
| Uses of InternalPartitionService in com.hazelcast.map.impl |
|---|
| Constructors in com.hazelcast.map.impl with parameters of type InternalPartitionService | |
|---|---|
MapKeyLoader(String mapName,
OperationService opService,
InternalPartitionService ps,
ExecutionService execService,
IFunction<Object,Data> serialize)
|
|
| Uses of InternalPartitionService in com.hazelcast.mapreduce.impl.task |
|---|
| Methods in com.hazelcast.mapreduce.impl.task with parameters of type InternalPartitionService | |
|---|---|
protected boolean |
MappingPhase.processingPartitionNecessary(int partitionId,
InternalPartitionService partitionService)
|
| Uses of InternalPartitionService in com.hazelcast.partition |
|---|
| Constructors in com.hazelcast.partition with parameters of type InternalPartitionService | |
|---|---|
PartitionServiceProxy(InternalPartitionService partitionService)
|
|
| Uses of InternalPartitionService in com.hazelcast.partition.impl |
|---|
| Classes in com.hazelcast.partition.impl that implement InternalPartitionService | |
|---|---|
class |
InternalPartitionServiceImpl
The InternalPartitionService implementation. |
| Uses of InternalPartitionService in com.hazelcast.spi |
|---|
| Methods in com.hazelcast.spi that return InternalPartitionService | |
|---|---|
InternalPartitionService |
NodeEngine.getPartitionService()
Gets the InternalPartitionService. |
| Uses of InternalPartitionService in com.hazelcast.spi.impl |
|---|
| Methods in com.hazelcast.spi.impl that return InternalPartitionService | |
|---|---|
InternalPartitionService |
NodeEngineImpl.getPartitionService()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||