Package | Description |
---|---|
com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
com.hazelcast.map.merge |
Contains out-of-the-box merge policies for
IMap . |
com.hazelcast.mapreduce |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
com.hazelcast.replicatedmap.merge |
Contains out-of-the-box merge policies for
ReplicatedMap . |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.merge |
This package contains interfaces and classes of the split-brain merging SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
CRDTReplicationMigrationService.init(NodeEngine nodeEngine,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
PNCounterService.init(NodeEngine nodeEngine,
Properties properties) |
Constructor and Description |
---|
MergePolicyProvider(NodeEngine nodeEngine) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
KeyValueSource.open(NodeEngine nodeEngine)
Deprecated.
This method is called before accessing the key-value pairs of this KeyValueSource.
|
Constructor and Description |
---|
MergePolicyProvider(NodeEngine nodeEngine) |
Modifier and Type | Field and Description |
---|---|
protected NodeEngine |
Offload.nodeEngine |
Modifier and Type | Method and Description |
---|---|
NodeEngine |
Operation.getNodeEngine() |
NodeEngine |
AbstractDistributedObject.getNodeEngine()
Gets the node engine.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedService.init(NodeEngine nodeEngine,
Properties properties)
Initializes this service.
|
Operation |
Operation.setNodeEngine(NodeEngine nodeEngine) |
Constructor and Description |
---|
AbstractDistributedObject(NodeEngine nodeEngine,
S service) |
TransactionalDistributedObject(NodeEngine nodeEngine,
S service,
com.hazelcast.transaction.impl.Transaction tx) |
Constructor and Description |
---|
SplitBrainMergePolicyProvider(NodeEngine nodeEngine)
Constructs a new provider for
SplitBrainMergePolicy classes. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.