Package | Description |
---|---|
com.hazelcast.client.map.impl | |
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
Constructor and Description |
---|
ClientMapPartitionIterator(ClientMapProxy<K,V> mapProxy,
ClientContext context,
int fetchSize,
int partitionId,
boolean prefetchValues) |
ClientMapQueryPartitionIterator(ClientMapProxy<K,V> mapProxy,
ClientContext context,
int fetchSize,
int partitionId,
Predicate<K,V> predicate,
Projection<Map.Entry<K,V>,R> projection) |
Modifier and Type | Class and Description |
---|---|
class |
NearCachedClientMapProxy<K,V>
A Client-side
IMap implementation which is fronted by a Near Cache. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.