Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.concurrent.idgen |
This package contains IdGenerator functionality for Hazelcast.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.flakeidgen |
This package contains Flake ID Generator functionality for Hazelcast.
|
com.hazelcast.flakeidgen.impl | |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Method and Description |
---|---|
IdGenerator |
HazelcastClientInstanceImpl.getIdGenerator(String name) |
IdGenerator |
HazelcastClientProxy.getIdGenerator(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientFlakeIdGeneratorProxy
Proxy implementation of
IdGenerator . |
class |
ClientIdGeneratorProxy
Proxy implementation of
IdGenerator . |
Modifier and Type | Class and Description |
---|---|
class |
IdGeneratorImpl
Generates blocks with the help of an
IAtomicLong . |
class |
IdGeneratorProxy |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FlakeIdGeneratorProxy |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
HazelcastInstanceImpl.getIdGenerator(String name) |
IdGenerator |
HazelcastInstanceProxy.getIdGenerator(String name) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.