Uses of Class
com.hazelcast.core.EntryEventType

Packages that use EntryEventType
com.hazelcast.core   
 

Uses of EntryEventType in com.hazelcast.core
 

Fields in com.hazelcast.core declared as EntryEventType
protected  EntryEventType EntryEvent.entryEventType
           
 

Methods in com.hazelcast.core that return EntryEventType
static EntryEventType EntryEventType.getByType(int eventType)
           
 EntryEventType EntryEvent.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.
 



Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.