- 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
com.tangosol.util.extractor.ChainedExtractor.
- ChainedExtractor.Extractors - Annotation Type in io.micronaut.coherence.annotation
-
- ChainedExtractor.Extractors.Literal - Class in io.micronaut.coherence.annotation
-
- ChainedExtractor.Literal - Class in io.micronaut.coherence.annotation
-
- clear() - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- close() - Method in class io.micronaut.coherence.messaging.CoherencePublisherIntroductionAdvice
-
- COHERENCE_SESSION_ENABLED - Static variable in class io.micronaut.coherence.httpsession.CoherenceSessionStore
-
- CoherenceAsyncCache - Class in io.micronaut.cache.coherence
-
A AsyncCache implementation based on Coherence.
- CoherenceAsyncCache(ConversionService<?>, NamedCache<Object, Object>, ExecutorService) - Constructor for class io.micronaut.cache.coherence.CoherenceAsyncCache
-
- CoherenceAsyncRepositoryOperations - Interface in io.micronaut.coherence.data.ops
-
Exposes async repository operations specific to Coherence.
- CoherenceCacheManager - Class in io.micronaut.cache.coherence
-
A CacheManager implementation for Coherence.
- CoherenceCacheManager(ConversionService<?>, ExecutorService, Coherence) - Constructor for class io.micronaut.cache.coherence.CoherenceCacheManager
-
- CoherenceClientConfiguration - Class in io.micronaut.coherence.discovery
-
The Coherence client configuration.
- CoherenceClientConfiguration() - Constructor for class io.micronaut.coherence.discovery.CoherenceClientConfiguration
-
- CoherenceConfigurationClient - Class in io.micronaut.coherence.discovery
-
A ConfigurationClient that works with Coherence as a config source.
- CoherenceConfigurationClient(ApplicationConfiguration, CoherenceClientConfiguration) - Constructor for class io.micronaut.coherence.discovery.CoherenceConfigurationClient
-
- 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
-
- CoherenceEventListenerProcessor(ApplicationContext, FilterFactories, MapEventTransformerFactories) - Constructor for class io.micronaut.coherence.event.CoherenceEventListenerProcessor
-
- CoherenceHttpSession() - Constructor for class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- CoherenceHttpSession(String, Duration) - Constructor for class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- CoherenceHttpSessionConfiguration - Class in io.micronaut.coherence.httpsession
-
A HttpSessionConfiguration that uses Coherence to store http sessions.
- CoherenceHttpSessionConfiguration() - Constructor for class io.micronaut.coherence.httpsession.CoherenceHttpSessionConfiguration
-
- 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
-
- CoherenceRepository - Annotation Type in io.micronaut.coherence.data.annotation
-
Annotation marking a Repository for use with Coherence.
- CoherenceRepositoryOperations - Interface in io.micronaut.coherence.data.ops
-
Exposes repository operations specific to Coherence.
- CoherenceSessionStore - Class in io.micronaut.coherence.httpsession
-
A SessionStore that uses Coherence to store session data.
- CoherenceSessionStore(SessionIdGenerator, CoherenceHttpSessionConfiguration, NamedCache<String, CoherenceSessionStore.CoherenceHttpSession>) - Constructor for class io.micronaut.coherence.httpsession.CoherenceSessionStore
-
- CoherenceSessionStore.CoherenceHttpSession - Class in io.micronaut.coherence.httpsession
-
A representation of a http session.
- 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.
- CoherenceSyncCache - Class in io.micronaut.cache.coherence
-
A SyncCache implementation based on Coherence.
- CoherenceSyncCache(ConversionService<?>, NamedCache<Object, Object>, ExecutorService) - Constructor for class io.micronaut.cache.coherence.CoherenceSyncCache
-
- CoherenceTopicListener - Annotation Type in io.micronaut.coherence.annotation
-
Annotation applied at the class level to indicate that a bean is a Coherence
topic Subscriber.
- CohQLQueryBuilder - Class in io.micronaut.coherence.data.query
-
A JpaQueryBuilder specialized for use with CohQL.
- CohQLQueryBuilder() - Constructor for class io.micronaut.coherence.data.query.CohQLQueryBuilder
-
Default constructor.
- 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
-
- 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
-
- 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.
- count(PagedQuery<T>) - Method in class io.micronaut.coherence.data.ops.DefaultCoherenceRepositoryOperations
-
- 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.
- createBindingMap(PreparedQuery) - Method in class io.micronaut.coherence.data.ops.DefaultCoherenceRepositoryOperations
-
Creates a map of binding parameters names and their values.
- 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.
- get(Object, Argument<T>) - Method in class io.micronaut.cache.coherence.CoherenceAsyncCache
-
- get(Object, Argument<T>, Supplier<T>) - Method in class io.micronaut.cache.coherence.CoherenceAsyncCache
-
- get(CharSequence, ArgumentConversionContext<T>) - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- getApplicationContext() - Static method in class io.micronaut.coherence.CoherenceContext
-
Returns the ApplicationContext.
- GetAsyncMapInterceptor<ID,T,D> - Class in io.micronaut.coherence.data.interceptors
-
- GetAsyncMapInterceptor(RepositoryOperations) - Constructor for class io.micronaut.coherence.data.interceptors.GetAsyncMapInterceptor
-
Default constructor.
- getAsyncNamedMap() - Method in interface io.micronaut.coherence.data.ops.CoherenceAsyncRepositoryOperations
-
Obtain the AsyncNamedMap associated this this repository.
- getCache(String) - Method in class io.micronaut.cache.coherence.CoherenceCacheManager
-
- getCacheName() - Method in class io.micronaut.coherence.httpsession.CoherenceHttpSessionConfiguration
-
Get HTTP session cache name.
- 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.
- getCreationTime() - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- getDescription() - Method in class io.micronaut.coherence.discovery.CoherenceConfigurationClient
-
- getElement() - Method in exception io.micronaut.coherence.messaging.exceptions.CoherenceSubscriberException
-
- getEntityType() - Method in class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
-
- getEntityType() - Method in class io.micronaut.coherence.data.AbstractCoherenceRepository
-
- GetEntityTypeInterceptor<T,Class> - Class in io.micronaut.coherence.data.interceptors
-
- GetEntityTypeInterceptor(RepositoryOperations) - Constructor for class io.micronaut.coherence.data.interceptors.GetEntityTypeInterceptor
-
Default constructor.
- getEntityTypeInternal(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
-
This is in place to prevent Micronaut from scanning further up the inheritance tree and trying
to map AbstractRepositoryBase.getEntityType() and failing.
- getEntityTypeInternal(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceRepository
-
This is in place to prevent Micronaut from scanning further up the inheritance tree and trying
to map AbstractRepositoryBase.getEntityType() and failing.
- getEnv(String) - Method in class io.micronaut.coherence.config.MicronautSystemPropertyResolver
-
- getEventGroup() - Method in class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
-
Return the EventGroup handled by this interceptor.
- getEventGroup() - Method in class io.micronaut.coherence.data.interceptors.AsyncPersistEventSourceInterceptor
-
- getEventGroup() - Method in class io.micronaut.coherence.data.interceptors.AsyncRemoveEventSourceInterceptor
-
- getEventGroup() - Method in class io.micronaut.coherence.data.interceptors.AsyncUpdateEventSourceInterceptor
-
- getEventGroup() - Method in class io.micronaut.coherence.data.interceptors.PersistEventSourceInterceptor
-
- getEventGroup() - Method in class io.micronaut.coherence.data.interceptors.RemoveEventSourceInterceptor
-
- getEventGroup() - Method in class io.micronaut.coherence.data.interceptors.UpdateEventSourceInterceptor
-
- getFirstTopicName(AnnotationMetadata, String) - Static method in class io.micronaut.coherence.annotation.Utils
-
- getFirstTopicName(AnnotationMetadata) - Static method in class io.micronaut.coherence.annotation.Utils
-
- getHandledPostEventType() - Method in class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
-
Return the POST event type this interceptor wishes to emit.
- getHandledPostEventType() - Method in class io.micronaut.coherence.data.interceptors.AsyncPersistEventSourceInterceptor
-
- getHandledPostEventType() - Method in class io.micronaut.coherence.data.interceptors.AsyncRemoveEventSourceInterceptor
-
- getHandledPostEventType() - Method in class io.micronaut.coherence.data.interceptors.AsyncUpdateEventSourceInterceptor
-
- getHandledPostEventType() - Method in class io.micronaut.coherence.data.interceptors.PersistEventSourceInterceptor
-
- getHandledPostEventType() - Method in class io.micronaut.coherence.data.interceptors.RemoveEventSourceInterceptor
-
- getHandledPostEventType() - Method in class io.micronaut.coherence.data.interceptors.UpdateEventSourceInterceptor
-
- getHandledPreEventType() - Method in class io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor
-
Return the PRE event type this interceptor wishes to emit.
- getHandledPreEventType() - Method in class io.micronaut.coherence.data.interceptors.AsyncPersistEventSourceInterceptor
-
- getHandledPreEventType() - Method in class io.micronaut.coherence.data.interceptors.AsyncRemoveEventSourceInterceptor
-
- getHandledPreEventType() - Method in class io.micronaut.coherence.data.interceptors.AsyncUpdateEventSourceInterceptor
-
- getHandledPreEventType() - Method in class io.micronaut.coherence.data.interceptors.PersistEventSourceInterceptor
-
- getHandledPreEventType() - Method in class io.micronaut.coherence.data.interceptors.RemoveEventSourceInterceptor
-
- getHandledPreEventType() - Method in class io.micronaut.coherence.data.interceptors.UpdateEventSourceInterceptor
-
- getHost() - Method in class io.micronaut.coherence.discovery.CoherenceClientConfiguration
-
Returns host name of gRPC server.
- getId(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
-
- getId(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceRepository
-
- getId(T) - Method in interface io.micronaut.coherence.data.ops.CoherenceAsyncRepositoryOperations
-
Return the id associated with the specified entity.
- getId(T) - Method in interface io.micronaut.coherence.data.ops.CoherenceRepositoryOperations
-
Return the id associated with the specified entity.
- getId(T) - Method in class io.micronaut.coherence.data.ops.DefaultCoherenceRepositoryOperations
-
- getId() - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- GetIdInterceptor<T,ID> - Class in io.micronaut.coherence.data.interceptors
-
- GetIdInterceptor(RepositoryOperations) - Constructor for class io.micronaut.coherence.data.interceptors.GetIdInterceptor
-
Default constructor.
- getIdInternal(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
-
This is in place to prevent Micronaut from scanning further up the inheritance tree and trying
to map AbstractRepositoryBase.getId(Object) and failing.
- getIdInternal(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceRepository
-
This is in place to prevent Micronaut from scanning further up the inheritance tree and trying
to map AbstractRepositoryBase.getId(Object) and failing.
- 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
-
- getLastAccessedTime() - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- getMap() - Method in class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
-
- getMap() - Method in class io.micronaut.coherence.data.AbstractCoherenceRepository
-
- GetMapInterceptor<ID,T,D> - Class in io.micronaut.coherence.data.interceptors
-
- GetMapInterceptor(RepositoryOperations) - Constructor for class io.micronaut.coherence.data.interceptors.GetMapInterceptor
-
Default constructor.
- getMapInternal() - Method in class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
-
This is in place to prevent Micronaut from scanning further up the inheritance tree and trying
to map AbstractRepositoryBase.getMap() and failing.
- getMapInternal() - Method in class io.micronaut.coherence.data.AbstractCoherenceRepository
-
This is in place to prevent Micronaut from scanning further up the inheritance tree and trying
to map AbstractRepositoryBase.getMap() and failing.
- 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.
- getMaxInactiveInterval() - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- getName() - Method in class io.micronaut.cache.coherence.CoherenceAsyncCache
-
- getName() - Method in class io.micronaut.cache.coherence.CoherenceSyncCache
-
- getName() - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
-
Return the name of this configuration.
- getNamedMap() - Method in interface io.micronaut.coherence.data.ops.CoherenceRepositoryOperations
-
Obtain the NamedMap associated this this repository.
- getNamedMap() - Method in class io.micronaut.coherence.data.ops.DefaultCoherenceRepositoryOperations
-
- getNativeCache() - Method in class io.micronaut.cache.coherence.CoherenceAsyncCache
-
- 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.
- getPort() - Method in class io.micronaut.coherence.discovery.CoherenceClientConfiguration
-
Gets gRPC server port.
- getPriority() - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
-
Returns the priority of this configuration.
- getProperty(String) - Method in class io.micronaut.coherence.config.MicronautSystemPropertyResolver
-
- getPropertySources(Environment) - Method in class io.micronaut.coherence.discovery.CoherenceConfigurationClient
-
- 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.
- save(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
-
- save(T) - Method in class io.micronaut.coherence.data.AbstractCoherenceRepository
-
- save(CoherenceSessionStore.CoherenceHttpSession) - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore
-
- 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
-
- 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
-
- 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
-
- 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
-
- SessionType - Enum in io.micronaut.coherence
-
An enum representing the different types of SessionConfiguration
that can be configured in the Micronaut configuration.
- setCacheName(String) - Method in class io.micronaut.coherence.httpsession.CoherenceHttpSessionConfiguration
-
Set HTTP session cache name.
- setConfig(String) - Method in class io.micronaut.coherence.SessionConfigurationBean
-
Set the Coherence cache configuration URI.
- setEnableTls(boolean) - Method in class io.micronaut.coherence.discovery.CoherenceClientConfiguration
-
Enables TLS support.
- setHost(String) - Method in class io.micronaut.coherence.discovery.CoherenceClientConfiguration
-
Sets host name of gRPC server.
- setLastAccessedTime(Instant) - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- setMaxInactiveInterval(Duration) - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- setName(String) - Method in class io.micronaut.coherence.AbstractSessionConfigurationBean
-
Set the name of this configuration.
- setNew(boolean) - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
Set whether session is a newly created and unsaved.
- setPort(int) - Method in class io.micronaut.coherence.discovery.CoherenceClientConfiguration
-
Sets gRPC server port.
- 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.
- setSession(String) - Method in class io.micronaut.coherence.data.ops.DefaultCoherenceRepositoryOperations
-
Configure the name of the Session.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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 com.tangosol.util.extractor.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.data.interceptors.AbstractEventSourceInterceptor.EventGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor.EventType
-
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.data.interceptors.AbstractEventSourceInterceptor.EventGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.micronaut.coherence.data.interceptors.AbstractEventSourceInterceptor.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class io.micronaut.coherence.httpsession.CoherenceSessionStore.CoherenceHttpSession
-
- 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.