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) |
Modifier and Type | Class and Description |
---|---|
class |
NearCachedClientMapProxy<K,V>
A Client-side
IMap implementation which is fronted by a Near Cache. |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.