Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
Modifier and Type | Method and Description |
---|---|
String |
PartitionServiceProxy.addPartitionLostListener(PartitionLostListener partitionLostListener) |
Modifier and Type | Method and Description |
---|---|
String |
PartitionService.addPartitionLostListener(PartitionLostListener partitionLostListener)
Adds a PartitionLostListener.
|
Modifier and Type | Method and Description |
---|---|
String |
InternalPartitionService.addLocalPartitionLostListener(PartitionLostListener partitionLostListener) |
String |
InternalPartitionService.addPartitionLostListener(PartitionLostListener partitionLostListener) |
String |
PartitionServiceProxy.addPartitionLostListener(PartitionLostListener partitionLostListener) |
Modifier and Type | Method and Description |
---|---|
String |
InternalPartitionServiceImpl.addLocalPartitionLostListener(PartitionLostListener listener) |
String |
InternalPartitionServiceImpl.addPartitionLostListener(PartitionLostListener listener) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.