Uses of Annotation Interface
com.hazelcast.spi.annotation.NamespacesSupported
Package
Description
This package contains the cluster functionality.
This package contains classes to support the collection API.
Provides classes for configuring HazelcastInstance.
Provides core API interfaces/classes.
Contains Hazelcast map module classes.
Contains various
MapListener
interfaces.Contains classes related to projections.
Contains interfaces/classes related to Hazelcast query and indexing support.
Contains the API for the
ITopic
.-
Uses of NamespacesSupported in com.hazelcast.cluster
-
Uses of NamespacesSupported in com.hazelcast.collection
-
Uses of NamespacesSupported in com.hazelcast.config
-
Uses of NamespacesSupported in com.hazelcast.core
Modifier and TypeInterfaceDescriptioninterface
IFunction<T,
R> Represents a function that accepts one argument and produces a result. -
Uses of NamespacesSupported in com.hazelcast.map
Modifier and TypeInterfaceDescriptioninterface
EntryProcessor<K,
V, R> An EntryProcessor processes aMap.Entry
.interface
MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding them to the map. -
Uses of NamespacesSupported in com.hazelcast.map.listener
Modifier and TypeInterfaceDescriptioninterface
EntryAddedListener<K,
V> Invoked upon addition of an entry.interface
EntryEvictedListener<K,
V> Invoked upon size-based-eviction of an entry.interface
EntryExpiredListener<K,
V> Invoked upon expiration-based removal of an entry.interface
EntryLoadedListener<K,
V> Invoked upon load of an entry.interface
EntryMergedListener<K,
V> Invoked after WAN replicated entry is merged.interface
EntryRemovedListener<K,
V> Invoked upon removal of an entry.interface
EntryUpdatedListener<K,
V> Invoked upon update of an entry.interface
Invoked after all entries are removed byIMap.clear()
.interface
Invoked after all entries are evicted byIMap.evictAll()
.interface
A marker interface which is used to get notified upon a map or an entry event. -
Uses of NamespacesSupported in com.hazelcast.projection
Modifier and TypeInterfaceDescriptioninterface
Projection<I,
O> Enables transforming object into other objects. -
Uses of NamespacesSupported in com.hazelcast.query
Modifier and TypeInterfaceDescriptioninterface
PagingPredicate<K,
V> This interface is a special Predicate which helps to get a page-by-page result of a query.interface
PartitionPredicate<K,
V> interface
Predicate<K,
V> Represents a map entry predicate. -
Uses of NamespacesSupported in com.hazelcast.topic