|
||||||||||
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.jmx | Contains Hazelcast management bean classes. |
com.hazelcast.management | Contains classes to provide data/operation interface for Management Center. |
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.jmx |
---|
Constructors in com.hazelcast.jmx with parameters of type InternalPartitionService | |
---|---|
PartitionServiceMBean(HazelcastInstanceImpl hazelcastInstance,
InternalPartitionService partitionService,
ManagementService service)
|
Uses of InternalPartitionService in com.hazelcast.management |
---|
Constructors in com.hazelcast.management with parameters of type InternalPartitionService | |
---|---|
SerializablePartitionServiceBean(InternalPartitionService partitionService,
HazelcastInstanceImpl hazelcastInstance)
|
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()
|
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 |