Uses of Interface
com.hazelcast.core.EntryView

Packages that use EntryView
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.hibernate Contains interfaces/classes related to Hibernate. 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.map.impl.proxy Contains map proxy implementation and support classes. 
com.hazelcast.map.impl.wan Contains wan replication event classes 
com.hazelcast.map.merge Contains merge policies for IMap 
 

Uses of EntryView in com.hazelcast.client.proxy
 

Methods in com.hazelcast.client.proxy that return EntryView
 EntryView<K,V> ClientMapProxy.getEntryView(K key)
           
 

Uses of EntryView in com.hazelcast.core
 

Methods in com.hazelcast.core that return EntryView
 EntryView<K,V> IMap.getEntryView(K key)
          Returns the EntryView for the specified key.
 

Uses of EntryView in com.hazelcast.hibernate
 

Methods in com.hazelcast.hibernate with parameters of type EntryView
 Object VersionAwareMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object VersionAwareMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 

Uses of EntryView in com.hazelcast.map.impl
 

Classes in com.hazelcast.map.impl that implement EntryView
 class SimpleEntryView<K,V>
          SimpleEntryView is an implementation of EntryView and also it is writable.
 

Methods in com.hazelcast.map.impl that return EntryView
static
<K,V> EntryView<K,V>
EntryViews.convertToLazyEntryView(EntryView entryView, SerializationService serializationService, MapMergePolicy mergePolicy)
           
static
<K,V> EntryView<K,V>
EntryViews.createLazyEntryView(K key, V value, Record record, SerializationService serializationService, MapMergePolicy mergePolicy)
           
static
<K,V> EntryView<K,V>
EntryViews.createNullEntryView(K key)
          Creates a null entry view that has only key and no value.
static
<K,V> EntryView<K,V>
EntryViews.createSimpleEntryView()
           
static
<K,V> EntryView<K,V>
EntryViews.createSimpleEntryView(K key, V value, Record record)
           
 

Methods in com.hazelcast.map.impl with parameters of type EntryView
static
<K,V> EntryView<K,V>
EntryViews.convertToLazyEntryView(EntryView entryView, SerializationService serializationService, MapMergePolicy mergePolicy)
           
 boolean RecordStore.merge(Data dataKey, EntryView mergingEntryView, MapMergePolicy mergePolicy)
           
 boolean DefaultRecordStore.merge(Data key, EntryView mergingEntry, MapMergePolicy mergePolicy)
           
 void MapEventPublisher.publishWanReplicationUpdate(String mapName, EntryView entryView)
           
 

Uses of EntryView in com.hazelcast.map.impl.operation
 

Constructors in com.hazelcast.map.impl.operation with parameters of type EntryView
MergeOperation(String name, Data dataKey, EntryView<Data,Data> entryView, MapMergePolicy policy)
           
 

Uses of EntryView in com.hazelcast.map.impl.proxy
 

Methods in com.hazelcast.map.impl.proxy that return EntryView
 EntryView<K,V> MapProxyImpl.getEntryView(K key)
           
 

Uses of EntryView in com.hazelcast.map.impl.wan
 

Methods in com.hazelcast.map.impl.wan that return EntryView
 EntryView MapReplicationUpdate.getEntryView()
           
 

Methods in com.hazelcast.map.impl.wan with parameters of type EntryView
 void MapReplicationUpdate.setEntryView(EntryView entryView)
           
 

Constructors in com.hazelcast.map.impl.wan with parameters of type EntryView
MapReplicationUpdate(String mapName, MapMergePolicy mergePolicy, EntryView entryView)
           
 

Uses of EntryView in com.hazelcast.map.merge
 

Methods in com.hazelcast.map.merge with parameters of type EntryView
 Object PassThroughMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object PassThroughMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object PutIfAbsentMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object PutIfAbsentMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object MapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
          Returns the value of the entry after the merge of entries with the same key.
 Object MapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
          Returns the value of the entry after the merge of entries with the same key.
 Object HigherHitsMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object HigherHitsMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object LatestUpdateMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 Object LatestUpdateMapMergePolicy.merge(String mapName, EntryView mergingEntry, EntryView existingEntry)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.