Uses of Interface
com.hazelcast.core.IdGenerator

Packages that use IdGenerator
com.hazelcast.client   
com.hazelcast.core Provides core API interfaces/classes. 
 

Uses of IdGenerator in com.hazelcast.client
 

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

Uses of IdGenerator in com.hazelcast.core
 

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



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