Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.partition.strategy |
Packages contains different partitioning strategies.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.partition |
Contains the SPI for partition logic for Hazelcast.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberAttributeEvent
Event for member attribute changes.
|
class |
MigrationEvent
An event fired when a partition migration starts, completes or fails.
|
Modifier and Type | Class and Description |
---|---|
class |
PartitionLostEvent
The event that is fired when a partition lost its owner and all backups.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPartitioningStrategy
A
PartitioningStrategy that checks if the key implements PartitionAware . |
class |
StringAndPartitionAwarePartitioningStrategy |
class |
StringPartitioningStrategy |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectNamespace
Deprecated.
please use
DistributedObjectNamespace |
class |
MemberAttributeServiceEvent
This service event is fired to inform services about a change in a member's attributes collection
|
Modifier and Type | Class and Description |
---|---|
class |
IPartitionLostEvent
Internal event that is dispatched to
PartitionAwareService.onPartitionLost(com.hazelcast.spi.partition.IPartitionLostEvent) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionOptions
Contains the configuration for a Hazelcast transaction.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.