|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemEventType | |
|---|---|
| com.hazelcast.core | |
| Uses of ItemEventType in com.hazelcast.core |
|---|
| Methods in com.hazelcast.core that return ItemEventType | |
|---|---|
static ItemEventType |
ItemEventType.getByType(int eventType)
|
ItemEventType |
ItemEvent.getEventType()
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||