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 classes related to custom attributes and the extraction of their values.
Contains the API for the
Ringbuffer
.Contains the API for the
ITopic
.-
Uses of NamespacesSupported in com.hazelcast.cluster
-
Uses of NamespacesSupported in com.hazelcast.collection
Modifier and TypeInterfaceDescriptioninterface
ItemListener<E>
interface
QueueStore<T>
QueueStore makes a queue backed by a central data store; such as database, disk, etc. -
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
EntryLoader<K,
V> This is an extension toMapLoader
.interface
EntryProcessor<K,
V, R> An EntryProcessor processes aMap.Entry
.interface
EntryStore<K,
V> This is an extension toMapStore
.interface
MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding them to the map.interface
MapLoader<K,
V> Hazelcast distributed map implementation is an in-memory data store, but it can be backed by any type of data store such as RDBMS, OODBMS, or simply a file-based data store.interface
MapStore<K,
V> Hazelcast distributed map implementation is an in-memory data store, but it can be backed by any type of data store such as RDBMS, OODBMS, NOSQL, or simply a file-based data store. -
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.query.extractor
Modifier and TypeInterfaceDescriptioninterface
ValueExtractor<T,
A> Common superclass for all extractors that enable the user to define custom attributes and extract their values. -
Uses of NamespacesSupported in com.hazelcast.ringbuffer
Modifier and TypeInterfaceDescriptioninterface
Ringbuffer store makes a ring buffer backed by a central data store; such as database, disk, etc.interface
Creates a newRingbufferStore
. -
Uses of NamespacesSupported in com.hazelcast.topic