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.map.eviction |
This package contains eviction specific classes.
|
com.hazelcast.map.merge |
Contains out-of-the-box merge policies for
IMap . |
Modifier and Type | Method and Description |
---|---|
EntryView<K,V> |
ClientMapProxy.getEntryView(K key) |
Modifier and Type | Method and Description |
---|---|
EntryView<K,V> |
IMap.getEntryView(K key)
Returns the
EntryView for the specified key. |
Modifier and Type | Method and Description |
---|---|
abstract int |
MapEvictionPolicy.compare(EntryView<K,V> entryView1,
EntryView<K,V> entryView2) |
abstract int |
MapEvictionPolicy.compare(EntryView<K,V> entryView1,
EntryView<K,V> entryView2) |
int |
RandomEvictionPolicy.compare(EntryView entryView1,
EntryView entryView2) |
int |
RandomEvictionPolicy.compare(EntryView entryView1,
EntryView entryView2) |
int |
LRUEvictionPolicy.compare(EntryView entryView1,
EntryView entryView2) |
int |
LRUEvictionPolicy.compare(EntryView entryView1,
EntryView entryView2) |
int |
LFUEvictionPolicy.compare(EntryView entryView1,
EntryView entryView2) |
int |
LFUEvictionPolicy.compare(EntryView entryView1,
EntryView entryView2) |
Modifier and Type | Method and Description |
---|---|
Object |
PutIfAbsentMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
PutIfAbsentMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
PassThroughMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
PassThroughMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
MapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry)
Selects one of the merging and existing map entries to be merged.
|
Object |
MapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry)
Selects one of the merging and existing map entries to be merged.
|
Object |
LatestUpdateMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
LatestUpdateMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
IgnoreMergingEntryMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
IgnoreMergingEntryMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
HigherHitsMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Object |
HigherHitsMapMergePolicy.merge(String mapName,
EntryView mergingEntry,
EntryView existingEntry) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.