Package | Description |
---|---|
com.hazelcast.collection |
This package contains classes to support the collection API.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Method and Description |
---|---|
ItemEventType |
ItemEvent.getEventType()
Returns the event type.
|
Constructor and Description |
---|
ItemEvent(String name,
ItemEventType itemEventType,
E item,
Member member) |
Modifier and Type | Method and Description |
---|---|
static ItemEventType |
ItemEventType.getByType(int eventType) |
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.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.