Package | Description |
---|---|
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.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jet.pipeline |
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientReplicatedMapProxy<K,V>
The replicated map client side proxy implementation proxying all requests to a member node
|
Modifier and Type | Method and Description |
---|---|
<K,V> ReplicatedMap<K,V> |
HazelcastInstance.getReplicatedMap(String name)
Returns the replicated map instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> ReplicatedMap<K,V> |
HazelcastInstanceProxy.getReplicatedMap(String name) |
<K,V> ReplicatedMap<K,V> |
HazelcastInstanceImpl.getReplicatedMap(String name) |
Modifier and Type | Method and Description |
---|---|
static <K,V> ContextFactory<ReplicatedMap<K,V>> |
ContextFactories.replicatedMapContext(String mapName)
Returns a factory that provides a
ReplicatedMap as the context
object. |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.