Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCacheService.onPartitionLost(InternalPartitionLostEvent partitionLostEvent) |
Modifier and Type | Method and Description |
---|---|
void |
MapService.onPartitionLost(InternalPartitionLostEvent partitionLostEvent) |
Modifier and Type | Method and Description |
---|---|
void |
InternalPartitionServiceImpl.onPartitionLost(InternalPartitionLostEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionAwareService.onPartitionLost(InternalPartitionLostEvent event)
Invoked when a partition lost is detected
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.