Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractSessionConfigurationBean - Class in io.micronaut.coherence
AbstractSessionConfigurationBean(String) - Constructor for class io.micronaut.coherence.AbstractSessionConfigurationBean
Activated - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ACTIVATED LifecycleEvents.
Activated.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Activated annotation.
Activating - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ACTIVATING LifecycleEvents.
Activating.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Activating annotation.
addMapListener(AnnotatedMapListener<?, ?>) - Method in class io.micronaut.coherence.event.CoherenceEventListenerProcessor
Add specified listener to the collection of discovered observer-based listeners.
AlwaysFilter - Annotation Type in io.micronaut.coherence.annotation
A FilterBinding annotation representing an AlwaysFilter.
AlwaysFilter.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the AlwaysFilter annotation.
AnnotatedElementBinder<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.coherence.messaging.binders
Interface for binders that bind method arguments from a Subscriber.Element via a annotation.
annotationType() - Method in interface io.micronaut.coherence.messaging.binders.AnnotatedElementBinder
 
annotationType() - Method in class io.micronaut.coherence.messaging.binders.ElementValueBinder
 
Arrived - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ASSIGNED TransferEvent.
Arrived.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Arrived annotation.
Assigned - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive ARRIVED TransferEvent.
Assigned.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Assigned annotation.

B

Backlog - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any BACKLOG event.
Backlog.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Backlog annotation.
Backlog.Type - Enum in io.micronaut.coherence.annotation
The backlog event type.
bind(ArgumentConversionContext<T>, Subscriber.Element<?>) - Method in class io.micronaut.coherence.messaging.binders.DefaultTopicBinder
 
bind(ArgumentConversionContext<T>, Subscriber.Element<?>) - Method in class io.micronaut.coherence.messaging.binders.ElementValueBinder
 

C

CacheName - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to indicate a specific cache name.
CacheName.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the CacheName annotation.
cacheValues() - Method in class io.micronaut.coherence.annotation.View.Literal
Obtain the flag that is true to cache both the keys and values of the materialized view locally, or false to only cache the keys (the default value is true).
ChainedExtractor - Annotation Type in io.micronaut.coherence.annotation
An ExtractorBinding annotation representing a ChainedExtractor.
ChainedExtractor.Extractors - Annotation Type in io.micronaut.coherence.annotation
A holder for the repeatable ChainedExtractor annotation.
ChainedExtractor.Extractors.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the ChainedExtractor.Extractors annotation.
ChainedExtractor.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the ChainedExtractor annotation.
close() - Method in class io.micronaut.coherence.messaging.CoherencePublisherIntroductionAdvice
 
CoherenceContext - Class in io.micronaut.coherence
A utility class to capture the ApplicationContext so that it is available to Coherence classes that are not managed by Micronaut.
CoherenceEventListener - Annotation Type in io.micronaut.coherence.annotation
An Executable advice annotation that allows listening for Coherence events.
CoherenceEventListenerProcessor - Class in io.micronaut.coherence.event
A ExecutableMethodProcessor that processes methods annotated with @CoherenceEventListener.
CoherenceEventListenerProcessor(ApplicationContext, FilterFactories, MapEventTransformerFactories) - Constructor for class io.micronaut.coherence.event.CoherenceEventListenerProcessor
CoherencePublisher - Annotation Type in io.micronaut.coherence.annotation
An introduction advice that automatically implements interfaces and abstract classes and creates Publisher instances.
CoherencePublisherIntroductionAdvice - Class in io.micronaut.coherence.messaging
Implementation of the CoherencePublisher advice annotation.
CoherenceSubscriberException - Exception in io.micronaut.coherence.messaging.exceptions
 
CoherenceSubscriberException(String, Object, Subscriber<?>, Subscriber.Element<?>) - Constructor for exception io.micronaut.coherence.messaging.exceptions.CoherenceSubscriberException
Creates a new exception.
CoherenceSubscriberException(String, Throwable, Object, Subscriber<?>, Subscriber.Element<?>) - Constructor for exception io.micronaut.coherence.messaging.exceptions.CoherenceSubscriberException
Creates a new exception.
CoherenceSubscriberException(Throwable, Object, Subscriber<?>, Subscriber.Element<?>) - Constructor for exception io.micronaut.coherence.messaging.exceptions.CoherenceSubscriberException
Creates a new exception.
CoherenceTopicListener - Annotation Type in io.micronaut.coherence.annotation
Annotation applied at the class level to indicate that a bean is a Coherence topic Subscriber.
CommitStrategy - Enum in io.micronaut.coherence.annotation
An enum representing different strategies for committing positions in a Coherence topic when using CoherenceTopicListener.
Committed - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive COMMITTED TransactionEvent.
Committed.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Committed annotation.
Committing - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive COMMITTING TransactionEvent.
Committing.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Committing annotation.
CommittingLocal - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any COMMITTING_LOCAL event.
CommittingLocal.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the CommittingLocal annotation.
CommittingRemote - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any COMMITTING_REMOTE event.
CommittingRemote.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the CommittingRemote annotation.
ConfigUri - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to indicate a Coherence configuration resource URI.
ConfigUri.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the ConfigUri annotation.
Connecting - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any CONNECTING event.
Connecting.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Connecting annotation.
create(A) - Method in interface io.micronaut.coherence.ExtractorFactory
Create a ValueExtractor instance.
create(A) - Method in interface io.micronaut.coherence.FilterFactory
Create a Filter instance.
create(A) - Method in interface io.micronaut.coherence.MapEventTransformerFactory
Create a MapEventTransformer instance.
Created - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CREATED CacheLifecycleEvent.
Created.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Created annotation.
createObserver(Class<E>, ExecutableMethodEventObserver<E, ?, ?>) - Static method in class io.micronaut.coherence.event.EventObserverSupport
 
ctx - Variable in class io.micronaut.coherence.MapEventTransformerFactories
The Micronaut bean context.

D

DEFAULT - Static variable in annotation type io.micronaut.coherence.annotation.Scope
Predefined constant for system scope.
defaultSerializer() - Method in class io.micronaut.coherence.JsonSerializerFactory
A factory method to produce the default Java Serializer.
defaultSerializer() - Method in class io.micronaut.coherence.SerializerFactories
A factory method to produce the default Java Serializer.
DefaultTopicBinder<T> - Class in io.micronaut.coherence.messaging.binders
The default binder that binds the Kafka value for a Subscriber.Element.
DefaultTopicBinder() - Constructor for class io.micronaut.coherence.messaging.binders.DefaultTopicBinder
Default constructor.
Deleted - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_DELETED.
Deleted.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Deleted annotation.
Departed - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DEPARTED TransferEvent.
Departed.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Departed annotation.
Departing - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DEPARTING TransferEvent.
Departing.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Departing annotation.
Destroyed - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DESTROYED CacheLifecycleEvent.
Destroyed.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Destroyed annotation.
Disconnected - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any DISCONNECTED event.
Disconnected.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Disconnected annotation.
Disposing - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive DISPOSING LifecycleEvents.
Disposing.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Disposing annotation.

E

ElementArgumentBinderRegistry - Class in io.micronaut.coherence.messaging.binders
An registry of ElementBinder instances.
ElementArgumentBinderRegistry(ElementBinder<?>...) - Constructor for class io.micronaut.coherence.messaging.binders.ElementArgumentBinderRegistry
Creates the registry for the given binders.
ElementBinder<T> - Interface in io.micronaut.coherence.messaging.binders
Interface for binders that bind method arguments from a Subscriber.Element.
ElementValueBinder<T> - Class in io.micronaut.coherence.messaging.binders
The default binder that binds the value of an element.
ElementValueBinder() - Constructor for class io.micronaut.coherence.messaging.binders.ElementValueBinder
 
Error - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any ERROR event.
Error.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Error annotation.
EventObserverSupport - Class in io.micronaut.coherence.event
Manages registration of observer methods with InterceptorRegistry upon ConfigurableCacheFactory activation, and their subsequent un-registration on deactivation.
EventObserverSupport() - Constructor for class io.micronaut.coherence.event.EventObserverSupport
 
EventObserverSupport.UnsolicitedCommitEventHandler - Class in io.micronaut.coherence.event
Handler for UnsolicitedCommitEvents.
Executed - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any EXECUTED event.
Executed.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Executed annotation.
Executing - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any EXECUTING event.
Executing.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Executing annotation.
ExtractorBinding - Annotation Type in io.micronaut.coherence.annotation
Specifies that an annotation type is a ValueExtractor binding type.
ExtractorFactories - Class in io.micronaut.coherence
A Micronaut factory for producing ValueExtractor instances.
ExtractorFactory<A extends java.lang.annotation.Annotation,T,E> - Interface in io.micronaut.coherence
A factory that produces instances of ValueExtractor for a given Annotation.
extractorFactory - Variable in class io.micronaut.coherence.MapEventTransformerFactories
The extractor factory for use when creating views.

F

FilterBinding - Annotation Type in io.micronaut.coherence.annotation
Specifies that an annotation type is a Filter binding type.
FilterFactories - Class in io.micronaut.coherence
A Micronaut factory for producing Filter instances.
FilterFactory<A extends java.lang.annotation.Annotation,T> - Interface in io.micronaut.coherence
A factory that produces instances of Filter for a given Annotation.
findArgumentBinder(Argument<T>, Subscriber.Element<?>) - Method in class io.micronaut.coherence.messaging.binders.ElementArgumentBinderRegistry
 

G

getApplicationContext() - Static method in class io.micronaut.coherence.CoherenceContext
Returns the ApplicationContext.
getConfig() - Method in class io.micronaut.coherence.SessionConfigurationBean
Get the Coherence cache configuration URI.
getConfiguration() - Method in class io.micronaut.coherence.SessionConfigurationBean
 
getConfiguration() - Method in interface io.micronaut.coherence.SessionConfigurationProvider
Returns the optional SessionConfiguration that is provider provides.
getElement() - Method in exception io.micronaut.coherence.messaging.exceptions.CoherenceSubscriberException
 
getEnv(String) - Method in class io.micronaut.coherence.config.MicronautSystemPropertyResolver
 
getFirstTopicName(AnnotationMetadata, String) - Static method in class io.micronaut.coherence.annotation.Utils
 
getFirstTopicName(AnnotationMetadata) - Static method in class io.micronaut.coherence.annotation.Utils
 
getInterceptors() - Method in class io.micronaut.coherence.event.CoherenceEventListenerProcessor
Returns the discovered interceptors.
getKafkaConsumer() - Method in exception io.micronaut.coherence.messaging.exceptions.CoherenceSubscriberException
 
getKafkaListener() - Method in exception io.micronaut.coherence.messaging.exceptions.CoherenceSubscriberException
 
getMapListeners(String, String) - Method in class io.micronaut.coherence.event.CoherenceEventListenerProcessor
Return all map listeners that should be registered for a particular service and cache combination.
getName() - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Return the name of this configuration.
getNonWildcardMapListeners() - Method in class io.micronaut.coherence.event.CoherenceEventListenerProcessor
Return all map listeners that should be registered against a specific remote cache or map in a specific session.
getPriority() - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Returns the priority of this configuration.
getProperty(String) - Method in class io.micronaut.coherence.config.MicronautSystemPropertyResolver
 
getScopeName() - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Return the scope name for this configuration.
getSendToTopicName(AnnotationMetadata) - Static method in class io.micronaut.coherence.annotation.Utils
 
getSendToTopicNames(AnnotationMetadata) - Static method in class io.micronaut.coherence.annotation.Utils
 
getTopicNames(AnnotationMetadata) - Static method in class io.micronaut.coherence.annotation.Utils
 
getType() - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Returns the type of this configuration.

H

handle(CoherenceSubscriberException) - Method in interface io.micronaut.coherence.messaging.SubscriberExceptionHandler
Handle the given exception.

I

index() - Method in class io.micronaut.coherence.annotation.PofExtractor.Literal
The POF indexes to use to extract a value.
inject(Object) - Method in class io.micronaut.coherence.InjectorImpl
 
InjectorImpl - Class in io.micronaut.coherence
An implementation of an Injector that will inject beans into a class using the Micronaut bean context.
InjectorImpl() - Constructor for class io.micronaut.coherence.InjectorImpl
 
Inserted - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_INSERTED or that will receive EntryEvents of type INSERTED.
Inserted.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Inserted annotation.
Inserting - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type INSERTING.
Inserting.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Inserting annotation.
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Activated.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Activating.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.AlwaysFilter.Literal
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Arrived.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Assigned.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Committed.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Committing.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.CommittingLocal.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.CommittingRemote.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Connecting.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Created.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Deleted.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Departed.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Departing.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Destroyed.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Disconnected.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Disposing.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Error.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Executed.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Executing.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Inserted.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Inserting.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Lite.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Lost.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Recovered.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Removed.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Removing.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Replicating.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Rollback.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Started.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Starting.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Stopped.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Stopping.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Synced.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Synchronous.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Syncing.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Truncated.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Updated.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.Updating.Literal
 
INSTANCE - Static variable in class io.micronaut.coherence.annotation.View.Literal
A singleton instance of View.Literal with the cache values flag set to true.
instance() - Static method in class io.micronaut.coherence.messaging.binders.DefaultTopicBinder
Returns the singleton DefaultTopicBinder instance.
intercept(MethodInvocationContext<Object, Object>) - Method in class io.micronaut.coherence.messaging.CoherencePublisherIntroductionAdvice
 
io.micronaut.coherence - package io.micronaut.coherence
Coherence Micronaut integration.
io.micronaut.coherence.annotation - package io.micronaut.coherence.annotation
 
io.micronaut.coherence.config - package io.micronaut.coherence.config
 
io.micronaut.coherence.event - package io.micronaut.coherence.event
Classes applicable to integration with Coherence events.
io.micronaut.coherence.messaging - package io.micronaut.coherence.messaging
Classes applicable to integration with Coherence messaging.
io.micronaut.coherence.messaging.binders - package io.micronaut.coherence.messaging.binders
 
io.micronaut.coherence.messaging.exceptions - package io.micronaut.coherence.messaging.exceptions
 
io.micronaut.coherence.namespace - package io.micronaut.coherence.namespace
Classes applicable to Coherence Micronaut custom XSD namespace.

J

JsonSerializerFactory - Class in io.micronaut.coherence
A factory that provides a JsonSerializer beans.
JsonSerializerFactory() - Constructor for class io.micronaut.coherence.JsonSerializerFactory
 

L

Lite - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation that can be applied to CoherenceEventListener annotated methods that receive MapEvents to register them as lite listeners.
Lite.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Lite annotation.
Literal() - Constructor for class io.micronaut.coherence.annotation.Activated.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Activating.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Arrived.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Assigned.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Committed.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Committing.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.CommittingLocal.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.CommittingRemote.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Connecting.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Created.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Deleted.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Departed.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Departing.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Destroyed.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Disconnected.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Disposing.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Error.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Executed.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Executing.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Inserted.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Inserting.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Lite.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Lost.Literal
 
Literal(String, boolean) - Constructor for class io.micronaut.coherence.annotation.Name.Literal
Construct Name.Literal instance.
Literal() - Constructor for class io.micronaut.coherence.annotation.Recovered.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Removed.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Removing.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Replicating.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Rollback.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Started.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Starting.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Stopped.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Stopping.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Synced.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Synchronous.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Syncing.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Truncated.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Updated.Literal
 
Literal() - Constructor for class io.micronaut.coherence.annotation.Updating.Literal
 
Lost - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type LOST.
Lost.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Lost annotation.

M

MapEventTransformerBinding - Annotation Type in io.micronaut.coherence.annotation
Specifies that an annotation type is a MapEventTransformer binding type.
MapEventTransformerFactories - Class in io.micronaut.coherence
A Micronaut factory for producing MapEventTransformer instances.
MapEventTransformerFactory<A extends java.lang.annotation.Annotation,K,V,U> - Interface in io.micronaut.coherence
A factory that produces instances of MapEventTransformer for a given Annotation.
MapName - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to indicate a specific map name.
MapName.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the MapName annotation.
MicronautNamespaceHandler - Class in io.micronaut.coherence.namespace
Custom namespace handler for the micronaut namespace.
MicronautNamespaceHandler() - Constructor for class io.micronaut.coherence.namespace.MicronautNamespaceHandler
Construct a MicronautNamespaceHandler instance.
MicronautSystemPropertyResolver - Class in io.micronaut.coherence.config
A Coherence SystemPropertyResolver and EnvironmentVariableResolver that uses the Micronaut Environment to obtain values.
MicronautSystemPropertyResolver() - Constructor for class io.micronaut.coherence.config.MicronautSystemPropertyResolver
This constructor is required so that Coherence can discover and instantiate this class using the Java ServiceLoader.

N

Name - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used when injecting Coherence resource to indicate a specific resource name.
Name.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Name annotation.

O

of(Backlog.Type) - Static method in class io.micronaut.coherence.annotation.Backlog.Literal
Create a Backlog.Literal.
of(String) - Static method in class io.micronaut.coherence.annotation.CacheName.Literal
of(ChainedExtractor...) - Static method in class io.micronaut.coherence.annotation.ChainedExtractor.Extractors.Literal
of(String...) - Static method in class io.micronaut.coherence.annotation.ChainedExtractor.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.ConfigUri.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.MapName.Literal
Create a MapName.Literal.
of(String) - Static method in class io.micronaut.coherence.annotation.Name.Literal
Create a Name.Literal.
of(String) - Static method in class io.micronaut.coherence.annotation.ParticipantName.Literal
of(PofExtractor...) - Static method in class io.micronaut.coherence.annotation.PofExtractor.Extractors.Literal
of(int...) - Static method in class io.micronaut.coherence.annotation.PofExtractor.Literal
of(Class<?>, int...) - Static method in class io.micronaut.coherence.annotation.PofExtractor.Literal
of(Class<?>, String) - Static method in class io.micronaut.coherence.annotation.PofExtractor.Literal
of(Class<? extends InvocableMap.EntryProcessor>) - Static method in class io.micronaut.coherence.annotation.Processor.Literal
of(PropertyExtractor...) - Static method in class io.micronaut.coherence.annotation.PropertyExtractor.Extractors.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.PropertyExtractor.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.Scope.Literal
Create a Scope.Literal.
of(String) - Static method in class io.micronaut.coherence.annotation.ScopeName.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.SerializerFormat.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.ServiceName.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.SessionName.Literal
of(String) - Static method in class io.micronaut.coherence.annotation.SubscriberGroup.Literal
of(boolean) - Static method in class io.micronaut.coherence.annotation.View.Literal
Create a View.Literal.
of(String) - Static method in class io.micronaut.coherence.annotation.WhereFilter.Literal

P

ParticipantName - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to indicate a specific participant name.
ParticipantName.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the ParticipantName annotation.
path() - Method in class io.micronaut.coherence.annotation.PofExtractor.Literal
Returns a property path to use to extract the value.
PofExtractor - Annotation Type in io.micronaut.coherence.annotation
A ExtractorBinding annotation representing a PofExtractor.
PofExtractor.Extractors - Annotation Type in io.micronaut.coherence.annotation
A holder for the repeatable PofExtractor annotation.
PofExtractor.Extractors.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the PofExtractor.Extractors annotation.
PofExtractor.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the PofExtractor annotation.
pofSerializer() - Method in class io.micronaut.coherence.SerializerFactories
A factory method to produce the default Java Serializer.
process(BeanDefinition<?>, ExecutableMethod<?, ?>) - Method in class io.micronaut.coherence.event.CoherenceEventListenerProcessor
Process ExecutableMethod bean definitions for methods annotated with CoherenceEventListener.
Processor - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryProcessorEvents to narrow the events received to those for a specific InvocableMap.EntryProcessor class.
Processor.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Processor annotation.
PropertyExtractor - Annotation Type in io.micronaut.coherence.annotation
A ExtractorBinding annotation representing a UniversalExtractor.
PropertyExtractor.Extractors - Annotation Type in io.micronaut.coherence.annotation
A holder for the repeatable PropertyExtractor annotation.
PropertyExtractor.Extractors.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the PropertyExtractor.Extractors annotation.
PropertyExtractor.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the PropertyExtractor annotation.

R

Recovered - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type RECOVERED.
Recovered.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Recovered annotation.
regex() - Method in class io.micronaut.coherence.annotation.Name.Literal
Return true to indicate whether name is a regular expression.
Removed - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type REMOVED.
Removed.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Removed annotation.
Removing - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type REMOVING.
Removing.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Removing annotation.
Replicating - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any REPLICATING event.
Replicating.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Replicating annotation.
resolve(Set<Annotation>) - Method in class io.micronaut.coherence.ExtractorFactories
Resolve a ValueExtractor implementation from the specified qualifiers.
resolve(Set<Annotation>) - Method in class io.micronaut.coherence.FilterFactories
Resolve a Filter implementation from the specified qualifiers.
resolve(Set<Annotation>) - Method in class io.micronaut.coherence.MapEventTransformerFactories
Resolve a MapEventTransformer from the specified qualifier annotations.
Rollback - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TransferEvents of type ROLLBACK.
Rollback.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Rollback annotation.

S

Scope - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used when injecting Coherence resource to indicate that those resource should be obtained from a specific ConfigurableCacheFactory.
Scope.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Scope annotation.
ScopeName - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to indicate a specific scope name.
ScopeName.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the ScopeName annotation.
SerializerFactories - Class in io.micronaut.coherence
A factory for Coherence Serializer beans.
SerializerFactories(Cluster) - Constructor for class io.micronaut.coherence.SerializerFactories
 
SerializerFormat - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used when injecting a Serializer to identify the specific Serializer to inject.
SerializerFormat.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the SerializerFormat annotation.
ServiceName - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to indicate a specific service name.
ServiceName.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the ServiceName annotation.
SessionConfigurationBean - Class in io.micronaut.coherence
A SessionConfiguration bean that will be created for each named session in the application configuration properties.
SessionConfigurationBean(String) - Constructor for class io.micronaut.coherence.SessionConfigurationBean
Create a named SessionConfigurationBean.
SessionConfigurationProvider - Interface in io.micronaut.coherence
A provider of SessionConfiguration instances.
SessionName - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used when injecting Coherence resource to indicate a specific Session name.
SessionName.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the SessionName annotation.
SessionType - Enum in io.micronaut.coherence
An enum representing the different types of SessionConfiguration that can be configured in the Micronaut configuration.
setConfig(String) - Method in class io.micronaut.coherence.SessionConfigurationBean
Set the Coherence cache configuration URI.
setName(String) - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Set the name of this configuration.
setPriority(int) - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Set the priority for this configuration.
setScopeName(String) - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Set the scope name for this configuration.
setType(String) - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Set the priority of this configuration.
setType(SessionType) - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
Set the priority of this configuration.
Started - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STARTED or SessionEvents of type STARTED.
Started.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Started annotation.
Starting - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STARTING or SessionEvents of type STARTING.
Starting.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Starting annotation.
Stopped - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STOPPED or SessionEvents of type STOPPED.
Stopped.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Stopped annotation.
Stopping - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive CoherenceLifecycleEvents of type STOPPING or SessionEvents of type STOPPING.
Stopping.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Stopping annotation.
SubscriberExceptionHandler - Interface in io.micronaut.coherence.messaging
Interface that CoherenceTopicListener beans can implement to handle exceptions.
SubscriberExceptionHandler.Action - Enum in io.micronaut.coherence.messaging
An enumeration of possible actions to take after handling an exception.
SubscriberExecutorServiceConfig - Class in io.micronaut.coherence.messaging
Configures a ScheduledExecutorService for running CoherenceTopicListener instances.
SubscriberExecutorServiceConfig() - Constructor for class io.micronaut.coherence.messaging.SubscriberExecutorServiceConfig
 
SubscriberGroup - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used when injecting Subscriber to a NamedTopic to indicate the name of the subscriber group that the subscriber should belong to.
SubscriberGroup.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the SubscriberGroup annotation.
Synced - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any SYNCED event.
Synced.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Synced annotation.
Synchronous - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation that can be applied to CoherenceEventListener annotated methods to register them as MapListener.synchronous() listeners.
Synchronous.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Synchronous annotation.
Syncing - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used for any SYNCING event.
Syncing.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Syncing annotation.
SYSTEM - Static variable in annotation type io.micronaut.coherence.annotation.Scope
Predefined constant for system scope.

T

Topic - Annotation Type in io.micronaut.coherence.annotation
An annotation used to specify a topic name.
Topics - Annotation Type in io.micronaut.coherence.annotation
Repeatable annotation for one or many Topic annotations.
Truncated - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive TRUNCATED CacheLifecycleEvent.
Truncated.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Truncated annotation.
type() - Method in class io.micronaut.coherence.annotation.PofExtractor.Literal
The type being extracted.
TypedElementBinder<T> - Interface in io.micronaut.coherence.messaging.binders
Allows binding by type.

U

UnsolicitedCommitEventHandler(ExecutableMethodEventObserver<UnsolicitedCommitEvent, ?, ?>) - Constructor for class io.micronaut.coherence.event.EventObserverSupport.UnsolicitedCommitEventHandler
 
Updated - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive MapEvents of type MapEvent.ENTRY_UPDATED or that will receive EntryEvents of type UPDATED.
Updated.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Updated annotation.
Updating - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used to annotate the parameter CoherenceEventListener annotated methods that will receive EntryEvents of type UPDATING.
Updating.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the Updating annotation.
Utils - Class in io.micronaut.coherence.annotation
Annotation utilities.

V

value() - Method in class io.micronaut.coherence.annotation.Backlog.Literal
The backlog event type.
value() - Method in class io.micronaut.coherence.annotation.CacheName.Literal
The name used to identify a specific cache.
value() - Method in class io.micronaut.coherence.annotation.ChainedExtractor.Extractors.Literal
The extractor annotations contained in this annotation.
value() - Method in class io.micronaut.coherence.annotation.ChainedExtractor.Literal
The value used for the where clause when creating a ChainedExtractor.
value() - Method in class io.micronaut.coherence.annotation.ConfigUri.Literal
The name used to identify a specific resource.
value() - Method in class io.micronaut.coherence.annotation.MapName.Literal
The name used to identify a specific map.
value() - Method in class io.micronaut.coherence.annotation.Name.Literal
The name used to identify a specific resource.
value() - Method in class io.micronaut.coherence.annotation.ParticipantName.Literal
The participant name.
value() - Method in class io.micronaut.coherence.annotation.PofExtractor.Extractors.Literal
The extractor annotations contained in this annotation.
value() - Method in class io.micronaut.coherence.annotation.Processor.Literal
The processor class.
value() - Method in class io.micronaut.coherence.annotation.PropertyExtractor.Extractors.Literal
Obtain the extractor annotations contained in this annotation.
value() - Method in class io.micronaut.coherence.annotation.PropertyExtractor.Literal
The name of the property to extract.
value() - Method in class io.micronaut.coherence.annotation.Scope.Literal
Obtain the name value.
value() - Method in class io.micronaut.coherence.annotation.ScopeName.Literal
The name used to identify a specific scope.
value() - Method in class io.micronaut.coherence.annotation.SerializerFormat.Literal
The name of the serializer.
value() - Method in class io.micronaut.coherence.annotation.ServiceName.Literal
The name used to identify a specific service.
value() - Method in class io.micronaut.coherence.annotation.SessionName.Literal
The name used to identify a specific session.
value() - Method in class io.micronaut.coherence.annotation.SubscriberGroup.Literal
The name of the subscriber group.
value() - Method in class io.micronaut.coherence.annotation.WhereFilter.Literal
The CohQL query expression.
valueOf(String) - Static method in enum io.micronaut.coherence.annotation.Backlog.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.coherence.annotation.CommitStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.coherence.messaging.SubscriberExceptionHandler.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.micronaut.coherence.SessionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.micronaut.coherence.annotation.Backlog.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.coherence.annotation.CommitStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.coherence.messaging.SubscriberExceptionHandler.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.micronaut.coherence.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
View - Annotation Type in io.micronaut.coherence.annotation
A qualifier annotation used when injecting a cache view.
View.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the View annotation.

W

WhereFilter - Annotation Type in io.micronaut.coherence.annotation
A FilterBinding annotation representing a Filter produced from a CohQL where clause.
WhereFilter.Literal - Class in io.micronaut.coherence.annotation
An annotation literal for the WhereFilter annotation.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links