Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map.impl.event | |
com.hazelcast.map.impl.nearcache |
Contains near-cache specific classes.
|
com.hazelcast.map.impl.operation |
Package for map operations.
|
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.multimap.impl.operations |
Contains operations for Hazelcast MultiMap module.
|
com.hazelcast.replicatedmap.impl |
This package contains the implementation of the replicated map service itself and some connection interfaces only used
internally.
|
com.hazelcast.replicatedmap.impl.client |
This package contains classes for client communication on replicated map implementation
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
static EntryEventType |
EntryEventType.getByType(int eventType)
Returns the EntryEventType as an enum.
|
EntryEventType |
AbstractIMapEvent.getEventType()
Returns the event type
EntryEventType . |
EntryEventType |
IMapEvent.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.
|
Modifier and Type | Method and Description |
---|---|
int |
QueryCacheNaturalFilteringStrategy.doFilter(EventFilter filter,
Data dataKey,
Object dataOldValue,
Object dataValue,
EntryEventType eventType,
String mapNameOrNull) |
int |
DefaultEntryEventFilteringStrategy.doFilter(EventFilter filter,
Data dataKey,
Object dataOldValue,
Object dataValue,
EntryEventType eventType,
String mapNameOrNull) |
int |
FilteringStrategy.doFilter(EventFilter filter,
Data dataKey,
Object dataOldValue,
Object dataValue,
EntryEventType eventType,
String mapNameOrNull)
Main entry point for filtering events according to given filter.
|
void |
MapEventPublisherImpl.hintMapEvent(Address caller,
String mapName,
EntryEventType eventType,
int numberOfEntriesAffected,
int partitionId) |
void |
MapEventPublisher.hintMapEvent(Address caller,
String mapName,
EntryEventType eventType,
int numberOfEntriesAffected,
int partitionId)
Only gives a hint which indicates that a map-wide operation has just been executed on this partition.
|
void |
MapEventPublisherImpl.publishEvent(Address caller,
String mapName,
EntryEventType eventType,
Data dataKey,
Object dataOldValue,
Object dataValue) |
void |
MapEventPublisher.publishEvent(Address caller,
String mapName,
EntryEventType eventType,
Data dataKey,
Object dataOldValue,
Object dataValue) |
void |
MapEventPublisherImpl.publishEvent(Address caller,
String mapName,
EntryEventType eventType,
Data dataKey,
Object oldValue,
Object value,
Object mergingValue) |
void |
MapEventPublisher.publishEvent(Address caller,
String mapName,
EntryEventType eventType,
Data dataKey,
Object dataOldValue,
Object dataValue,
Object dataMergingValue) |
void |
MapEventPublisherImpl.publishMapEvent(Address caller,
String mapName,
EntryEventType eventType,
int numberOfEntriesAffected) |
void |
MapEventPublisher.publishMapEvent(Address caller,
String mapName,
EntryEventType eventType,
int numberOfEntriesAffected) |
Modifier and Type | Method and Description |
---|---|
EntryEventType |
Invalidation.getEventType() |
Modifier and Type | Field and Description |
---|---|
protected EntryEventType |
BasePutOperation.eventType |
Modifier and Type | Method and Description |
---|---|
void |
MultiMapEventsPublisher.publishEntryEvent(String multiMapName,
EntryEventType eventType,
Data key,
Object newValue,
Object oldValue) |
void |
MultiMapService.publishEntryEvent(String multiMapName,
EntryEventType eventType,
Data key,
Object newValue,
Object oldValue) |
void |
MultiMapEventsPublisher.publishMultiMapEvent(String mapName,
EntryEventType eventType,
int numberOfEntriesAffected) |
void |
MultiMapService.publishMultiMapEvent(String mapName,
EntryEventType eventType,
int numberOfEntriesAffected) |
Modifier and Type | Method and Description |
---|---|
void |
MultiMapOperation.publishEvent(EntryEventType eventType,
Data key,
Object newValue,
Object oldValue) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicatedMapEventPublishingService.fireEntryListenerEvent(Data key,
Data oldValue,
Data value,
EntryEventType eventType,
String name,
Address caller) |
Modifier and Type | Method and Description |
---|---|
EntryEventType |
ReplicatedMapPortableEntryEvent.getEventType() |
Modifier and Type | Method and Description |
---|---|
EntryEventType |
PortableEntryEvent.getEventType() |
Constructor and Description |
---|
PortableEntryEvent(Data key,
Data value,
Data oldValue,
Data mergingValue,
EntryEventType eventType,
String uuid) |
PortableEntryEvent(EntryEventType eventType,
String uuid,
int numberOfAffectedEntries) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.