Uses of Class
com.hazelcast.core.ItemEventType

Packages that use ItemEventType
com.hazelcast.collection This package contains classes related to Collections (IList,ISet etc..)
 
com.hazelcast.collection.common This package contains common classes related to all collections 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
com.hazelcast.queue.impl.operations This package contains the IQueue operations
 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of ItemEventType in com.hazelcast.collection
 

Methods in com.hazelcast.collection with parameters of type ItemEventType
protected  void CollectionOperation.publishEvent(ItemEventType eventType, Data data)
           
 

Constructors in com.hazelcast.collection with parameters of type ItemEventType
CollectionEvent(String name, Data data, ItemEventType eventType, Address caller)
           
 

Uses of ItemEventType in com.hazelcast.collection.common
 

Constructors in com.hazelcast.collection.common with parameters of type ItemEventType
DataAwareItemEvent(String name, ItemEventType itemEventType, Data dataItem, Member member, SerializationService serializationService)
           
 

Uses of ItemEventType in com.hazelcast.core
 

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

Constructors in com.hazelcast.core with parameters of type ItemEventType
ItemEvent(String name, ItemEventType itemEventType, E item, Member member)
           
 

Uses of ItemEventType in com.hazelcast.queue.impl
 

Constructors in com.hazelcast.queue.impl with parameters of type ItemEventType
QueueEvent(String name, Data data, ItemEventType eventType, Address caller)
           
 

Uses of ItemEventType in com.hazelcast.queue.impl.operations
 

Methods in com.hazelcast.queue.impl.operations with parameters of type ItemEventType
 void QueueOperation.publishEvent(ItemEventType eventType, Data data)
           
 

Uses of ItemEventType in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return ItemEventType
 ItemEventType PortableItemEvent.getEventType()
           
 

Constructors in com.hazelcast.spi.impl with parameters of type ItemEventType
PortableItemEvent(Data item, ItemEventType eventType, String uuid)
           
 



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