Uses of Class
com.hazelcast.core.EntryEventType

Packages that use EntryEventType
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.operations Contains operations for Hazelcast MultiMap module. 
com.hazelcast.replicatedmap.impl.client This package contains classes for client communication on replicated map implementation 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of EntryEventType in com.hazelcast.core
 

Methods in com.hazelcast.core that return EntryEventType
static EntryEventType EntryEventType.getByType(int eventType)
          Returns the EntryEventType as an enum.
 EntryEventType AbstractIMapEvent.getEventType()
          Returns the event type EntryEventType.
 EntryEventType IMapEvent.getEventType()
          Return the event type
static EntryEventType EntryEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntryEventType[] EntryEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EntryEventType in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl with parameters of type EntryEventType
 void MapEventPublisher.publishEvent(Address caller, String mapName, EntryEventType eventType, boolean synthetic, Data dataKey, Data dataOldValue, Data dataValue)
           
 void MapEventPublisher.publishEvent(Address caller, String mapName, EntryEventType eventType, Data dataKey, Data dataOldValue, Data dataValue)
           
 void MapEventPublisher.publishMapEvent(Address caller, String mapName, EntryEventType eventType, int numberOfEntriesAffected)
           
 

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

Fields in com.hazelcast.map.impl.operation declared as EntryEventType
protected  EntryEventType BasePutOperation.eventType
           
 

Uses of EntryEventType in com.hazelcast.multimap.impl
 

Methods in com.hazelcast.multimap.impl with parameters of type EntryEventType
 void MultiMapEventsPublisher.publishEntryEvent(String multiMapName, EntryEventType eventType, Data key, Object value)
           
 void MultiMapService.publishEntryEvent(String multiMapName, EntryEventType eventType, Data key, Object value)
           
 void MultiMapEventsPublisher.publishMultiMapEvent(String mapName, EntryEventType eventType, int numberOfEntriesAffected)
           
 void MultiMapService.publishMultiMapEvent(String mapName, EntryEventType eventType, int numberOfEntriesAffected)
           
 

Uses of EntryEventType in com.hazelcast.multimap.impl.operations
 

Methods in com.hazelcast.multimap.impl.operations with parameters of type EntryEventType
 void MultiMapOperation.publishEvent(EntryEventType eventType, Data key, Object value)
           
 

Uses of EntryEventType in com.hazelcast.replicatedmap.impl.client
 

Methods in com.hazelcast.replicatedmap.impl.client that return EntryEventType
 EntryEventType ReplicatedMapPortableEntryEvent.getEventType()
           
 

Uses of EntryEventType in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return EntryEventType
 EntryEventType PortableEntryEvent.getEventType()
           
 

Constructors in com.hazelcast.spi.impl with parameters of type EntryEventType
PortableEntryEvent(Data key, Data value, Data oldValue, EntryEventType eventType, String uuid)
           
PortableEntryEvent(EntryEventType eventType, String uuid, int numberOfAffectedEntries)
           
 



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