Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
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.core |
Provides core API interfaces/classes.
|
com.hazelcast.flakeidgen.impl | |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Method and Description |
---|---|
FlakeIdGenerator |
HazelcastClientInstanceImpl.getFlakeIdGenerator(String name) |
FlakeIdGenerator |
HazelcastClientProxy.getFlakeIdGenerator(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientFlakeIdGeneratorProxy
Proxy implementation of
IdGenerator . |
Modifier and Type | Method and Description |
---|---|
FlakeIdGenerator |
HazelcastInstance.getFlakeIdGenerator(String name)
Creates or returns a cluster-wide unique ID generator.
|
Modifier and Type | Class and Description |
---|---|
class |
FlakeIdGeneratorProxy |
Modifier and Type | Method and Description |
---|---|
FlakeIdGenerator |
HazelcastInstanceImpl.getFlakeIdGenerator(String name) |
FlakeIdGenerator |
HazelcastInstanceProxy.getFlakeIdGenerator(String name) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.