Package com.hazelcast.concurrent.idgen

This package contains IdGenerator functionality for Hazelcast.
With the IdGenerator it is very simple to create cluster wide id's.

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 id's. 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 check and only when the chunk is depleted, cluster access is needed.

Since:
2

Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.