Skip navigation links

Package com.hazelcast.concurrent.idgen

This package contains IdGenerator functionality for Hazelcast.

See: Description

Package com.hazelcast.concurrent.idgen Description

This package contains IdGenerator functionality for Hazelcast.

With the IdGenerator it is very simple to create cluster wide IDs. This can also be done with the IAtomicLong, but this would require access to the cluster for every ID generated. With the IdGenerator this is a lot more efficient by claiming a whole chunk and only when the chunk is depleted, cluster access is needed.

Since:
2
Skip navigation links

Copyright © 2019 Hazelcast, Inc.. All rights reserved.