|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdGenerator | |
---|---|
com.hazelcast.client.impl | 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. With the IdGenerator it is very simple to create cluster wide id's. |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.jca | This package contains jca functionality |
Uses of IdGenerator in com.hazelcast.client.impl |
---|
Methods in com.hazelcast.client.impl that return IdGenerator | |
---|---|
IdGenerator |
HazelcastClientInstanceImpl.getIdGenerator(String name)
|
IdGenerator |
HazelcastClientProxy.getIdGenerator(String name)
|
Uses of IdGenerator in com.hazelcast.client.proxy |
---|
Classes in com.hazelcast.client.proxy that implement IdGenerator | |
---|---|
class |
ClientIdGeneratorProxy
|
Uses of IdGenerator in com.hazelcast.concurrent.idgen |
---|
Classes in com.hazelcast.concurrent.idgen that implement IdGenerator | |
---|---|
class |
IdGeneratorProxy
|
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. |
Uses of IdGenerator in com.hazelcast.instance |
---|
Methods in com.hazelcast.instance that return IdGenerator | |
---|---|
IdGenerator |
HazelcastInstanceImpl.getIdGenerator(String name)
|
IdGenerator |
HazelcastInstanceProxy.getIdGenerator(String name)
|
Uses of IdGenerator in com.hazelcast.jca |
---|
Methods in com.hazelcast.jca that return IdGenerator | |
---|---|
IdGenerator |
HazelcastConnectionImpl.getIdGenerator(String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |