Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
IdGenerator |
HazelcastClientInstanceImpl.getIdGenerator(String name) |
IdGenerator |
HazelcastClientProxy.getIdGenerator(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientIdGeneratorProxy |
Modifier and Type | Class and Description |
---|---|
class |
IdGeneratorImpl
Generates blocks with the help of an
IAtomicLong
For each block, id generation is simply a volatile increment |
class |
IdGeneratorProxy |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
HazelcastInstance.getIdGenerator(String name)
Creates cluster-wide unique IDs.
|
Modifier and Type | Method and Description |
---|---|
IdGenerator |
HazelcastInstanceImpl.getIdGenerator(String name) |
IdGenerator |
HazelcastInstanceProxy.getIdGenerator(String name) |
Modifier and Type | Method and Description |
---|---|
IdGenerator |
HazelcastConnectionImpl.getIdGenerator(String name) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.