Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.flakeidgen |
This package contains Flake ID Generator functionality for Hazelcast.
|
Modifier and Type | Method and Description |
---|---|
IdGenerator |
HazelcastInstance.getIdGenerator(String name)
Deprecated.
The implementation can produce duplicate IDs in case of network split, even
with split-brain protection enabled (during short window while split-brain is detected).
Use
HazelcastInstance.getFlakeIdGenerator(String) for an alternative implementation which does not
suffer from this problem. |
Modifier and Type | Interface and Description |
---|---|
interface |
FlakeIdGenerator
A cluster-wide unique ID generator.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.