| Package | Description |
|---|---|
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.collection.impl.collection.operations | |
| com.hazelcast.collection.impl.common | |
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.collection.impl.queue.operations |
This package contains the IQueue operations
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
| Modifier and Type | Method and Description |
|---|---|
ItemEventType |
CollectionEvent.getEventType() |
| Constructor and Description |
|---|
CollectionEvent(String name,
Data data,
ItemEventType eventType,
Address caller) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CollectionOperation.publishEvent(ItemEventType eventType,
Data data) |
| Constructor and Description |
|---|
DataAwareItemEvent(String name,
ItemEventType itemEventType,
Data dataItem,
Member member,
SerializationService serializationService) |
| Modifier and Type | Method and Description |
|---|---|
ItemEventType |
QueueEvent.getEventType() |
| Constructor and Description |
|---|
QueueEvent(String name,
Data data,
ItemEventType eventType,
Address caller) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueOperation.publishEvent(ItemEventType eventType,
Data data) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
ItemEvent(String name,
ItemEventType itemEventType,
E item,
Member member) |
| Modifier and Type | Method and Description |
|---|---|
ItemEventType |
PortableItemEvent.getEventType() |
| Constructor and Description |
|---|
PortableItemEvent(Data item,
ItemEventType eventType,
String uuid) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.