Uses of Interface
com.hazelcast.core.IdGenerator

Packages that use IdGenerator
com.hazelcast.client   
com.hazelcast.core   
 

Uses of IdGenerator in com.hazelcast.client
 

Methods in com.hazelcast.client that return IdGenerator
 IdGenerator HazelcastClient.getIdGenerator(String name)
           
 

Uses of IdGenerator in com.hazelcast.core
 

Methods in com.hazelcast.core that return IdGenerator
static IdGenerator Hazelcast.getIdGenerator(String name)
          Creates cluster-wide unique IDs.
 IdGenerator HazelcastInstance.getIdGenerator(String name)
          Creates cluster-wide unique IDs.
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.