Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.client.proxy.txn |
Contains classes related to proxy for client transactions
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
com.hazelcast.map.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClientMapProxy<K,V>
Proxy implementation of
IMap . |
class |
NearCachedClientMapProxy<K,V>
A Client-side
IMap implementation which is fronted by a Near Cache. |
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnMapProxy<K,V>
Proxy implementation of
TransactionalMap interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
IMap<K,V>
Concurrent, distributed, observable and queryable map.
|
interface |
TransactionalMap<K,V>
Transactional implementation of
BaseMap . |
Modifier and Type | Interface and Description |
---|---|
interface |
IMapJet<K,V>
A distributed, in-memory concurrent map implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
com.hazelcast.map.impl.LegacyAsyncMap<K,V>
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.