All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractSessionConfigurationBean |
|
Activated |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive ACTIVATED
LifecycleEvents .
|
Activating |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive ACTIVATING
LifecycleEvents .
|
AlwaysFilter |
|
AnnotatedMapListener<K,V> |
|
Arrived |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive ASSIGNED
TransferEvent .
|
Assigned |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive ARRIVED
TransferEvent .
|
AsyncCrudRepository<T,ID> |
Asynchronous version of CrudRepository .
|
AuthenticationPofSerializer |
|
BackingAsyncRepository<T,ID> |
|
BackingRepository<T,ID> |
The BackingRepository is a Coherence Repository backing Coherence-based Spring repositories.
|
Backlog |
A qualifier annotation used for any BACKLOG event.
|
Backlog.Type |
The backlog event type.
|
BaseMethodObserver |
A Coherence event observer implementation that wraps an Method .
|
BeanBuilder |
Looks up a Spring bean based on the xml <spring:bean> configuration.
|
BeanProcessor |
Element processor for <spring:bean/> XML element.
|
CacheEventHandler<E extends com.tangosol.net.events.Event<T>,T extends Enum<T>> |
Abstract base class for all observer-based cache interceptors.
|
CacheLifecycleEventHandler |
Handler for CacheLifecycleEvent s.
|
CacheName |
A qualifier annotation used to indicate a specific cache name.
|
CachingEnabledCondition |
|
ChainedExtractor |
|
ChainedExtractor.Extractors |
|
ClientSessionConfigurationBean |
|
CoherenceAnnotationUtils |
Provides utilities for retrieving annotations from the provided InjectionPoint .
|
CoherenceAsyncCache |
Meta-annotation that marks the asynchronous wrapper implementation of Coherence Caches using
AsyncNamedCache for dependency-injection.
|
CoherenceAsyncMap |
Meta-annotation that marks the asynchronous wrapper implementation of Coherence Maps using
AsyncNamedMap for dependency-injection.
|
CoherenceAsyncRepository<T,ID> |
Coherence-specific asynchronous repository interface.
|
CoherenceAutoConfiguration |
Activates Coherence Auto Configuration for Spring Boot, provided the respective
CoherenceServer is not defined.
|
CoherenceAutoConfiguration.CoherencePublisherScanRegistrarConfiguration |
|
CoherenceBeanExpressionResolver |
A BeanExpressionResolver
implementation that bridges Coherence configuration concepts with Spring
configuration concepts.
|
CoherenceCache |
Coherence-specific implementation of Cache that defines common cache operations.
|
CoherenceCache |
Meta-annotation that marks Coherence Caches using NamedCache for dependency-injection.
|
CoherenceCacheConfiguration |
|
CoherenceCacheManager |
|
CoherenceConfigClientProperties |
Contains Spring Boot @ConfigurationProperties for retrieval of configuration properties stored in a remote
Coherence cluster.
|
CoherenceConfigClientProperties.GrpcClientProperties |
Coherence gRPC client configuration.
|
CoherenceConfigDataLoader |
Coherence-specific implementation of Spring Boot's ConfigDataLoader .
|
CoherenceConfigDataLocationResolver |
|
CoherenceConfigDataResource |
Represents a Coherence-specific ConfigDataResource resource from which ConfigData can be loaded.
|
CoherenceConfigurer |
Provides a strategy interface in order to customize the Coherence configuration.
|
CoherenceConfigurerCustomizer<T extends CoherenceConfigurer> |
|
CoherenceContext |
A utility class to capture the ApplicationContext
so that it is available to Coherence classes that are not
managed by Spring.
|
CoherenceConversionServicePostProcessor |
|
CoherenceEventListener |
A listener annotation that allows for the subscription of Coherence events.
|
CoherenceEventListenerCandidates |
Holder for Coherence Event Listeners to be configured.
|
CoherenceEventListenerMethodProcessor |
|
CoherenceGenericConverter |
This implementation of Spring's GenericConverter is a no-op converter for Coherence's NamedCache .
|
CoherenceGrpcClient |
|
CoherenceHttpSessionConfiguration |
Exposes the SessionRepositoryFilter as a bean named springSessionRepositoryFilter .
|
CoherenceIndexedSessionRepository |
|
CoherenceInjector |
Injector to allow the dependency injection of Spring beans
into objects being deserialized and manipulated by cache operations.
|
CoherenceInstanceType |
An enum representing the type of the Coherence instance.
|
CoherenceLifecycleEventHandler |
Handler for CoherenceLifecycleEvent s.
|
CoherenceMap |
Meta-annotation that marks Coherence Maps using NamedMap for dependency-injection.
|
CoherenceMap |
Optional marker for Coherence repositories where the repository itself
should use a cache name different from the name that is auto-selected by
the runtime based on the repository class name.
|
CoherenceMappingContext |
Coherence implementation of AbstractMappingContext .
|
CoherenceMetricsAutoConfiguration |
Auto-configuration for CoherenceMicrometerMetrics .
|
CoherencePersistentEntity<T> |
Coherence implementation of PersistentEntity .
|
CoherencePersistentProperty |
Coherence implementation of PersistentProperty .
|
CoherenceProperties |
Configuration properties for the Coherence Spring integration.
|
CoherenceProperties.CacheAbstractionProperties |
Spring cache abstraction properties.
|
CoherenceProperties.InstanceProperties |
Configuration properties of the Coherence Instance.
|
CoherenceProperties.LoggingProperties |
Coherence Logging Configuration.
|
CoherenceProperties.ServerProperties |
Configuration properties of the Coherence Server.
|
CoherenceProperties.SessionProperties |
Coherence Session Configuration.
|
CoherencePublisher |
An introduction advice that automatically implements interfaces and abstract classes and
creates Publisher instances.
|
CoherencePublisherAutoConfigurationScanRegistrar |
|
CoherencePublisherProxyFactoryBean |
|
CoherencePublisherRegistrar |
|
CoherencePublisherScan |
Configures component scanning directives for use with
Configuration classes.
|
CoherencePublisherScanRegistrar |
|
CoherenceQueryCreator |
Coherence implementation of AbstractQueryCreator .
|
CoherenceRepositoriesAutoConfiguration |
Auto-configuration for Coherence Repositories
as part of the Spring Data support.
|
CoherenceRepositoriesRegistrar |
|
CoherenceRepositoriesRegistrar |
This class wil register support for Coherence repositories with the Spring runtime.
|
CoherenceRepository<T,ID> |
Coherence-specific Repository interface.
|
CoherenceRepositoryConfigurationExtension |
Coherence implementation of RepositoryConfigurationExtensionSupport .
|
CoherenceRepositoryFactory |
Coherence implementation of RepositoryFactorySupport .
|
CoherenceRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable> |
Factory responsible for creating Repository instances for a specific repository
interface.
|
CoherenceRepositoryQuery |
Coherence implementation of RepositoryQuery .
|
CoherenceServer |
Responsible for starting the default
Coherence instance.
|
CoherenceSessionCreatedEventHandler |
Custom Event that handles the creation of a session.
|
CoherenceSpringConfiguration |
Main configuration class to configure Coherence.
|
CoherenceSpringSessionAutoConfiguration |
Coherence auto-configuration for Spring Session.
|
CoherenceSpringSessionAutoConfiguration.SpringBootCoherenceHttpSessionConfiguration |
|
CoherenceSpringSessionProperties |
Coherence configuration properties for Spring Session.
|
CoherenceSubscriberException |
Exception thrown for subscriber errors.
|
CoherenceTopicListener |
Annotation applied at the class level to indicate that a bean is a Coherence
topic Subscriber .
|
CoherenceTopicListenerCandidates |
Holder for Coherence Topic Listeners to be configured.
|
CoherenceTopicListenerPostProcessor |
|
CoherenceTopicListenerSubscribers |
|
CommitStrategy |
An enum representing different strategies for committing positions in a Coherence topic when
using CoherenceTopicListener .
|
Committed |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive COMMITTED
TransactionEvent .
|
Committing |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive COMMITTING
TransactionEvent .
|
CommittingLocal |
A qualifier annotation used for any COMMITTING_LOCAL event.
|
CommittingRemote |
A qualifier annotation used for any COMMITTING_REMOTE event.
|
CompletableFuturePublisher<T> |
|
Connecting |
A qualifier annotation used for any CONNECTING event.
|
Created |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive CREATED
CacheLifecycleEvent .
|
DefaultCoherenceConfigurer |
|
Deleted |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive MapEvents of type
MapEvent.ENTRY_DELETED .
|
Departed |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive DEPARTED
TransferEvent .
|
Departing |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive DEPARTING
TransferEvent .
|
Destroyed |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive DESTROYED
CacheLifecycleEvent .
|
Disconnected |
A qualifier annotation used for any DISCONNECTED event.
|
Disposing |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive DISPOSING
LifecycleEvents .
|
EnableCoherence |
|
EnableCoherenceHttpSession |
Exposes the SessionRepositoryFilter as a bean named springSessionRepositoryFilter .
|
EnableCoherenceImportBeanDefinitionRegistrar |
|
EnableCoherenceRepositories |
Annotation to enable Coherence repositories.
|
EntryEventHandler<K,V> |
Handler for EntryEvent s.
|
EntryProcessorEventHandler |
Handler for EntryProcessorEvent s.
|
EventHandler<E extends com.tangosol.net.events.Event<T>,T extends Enum<T>> |
Abstract base class for all observer-based interceptors.
|
EventHandlerFactory |
Manages registration of observer methods with InterceptorRegistry
upon ConfigurableCacheFactory activation, and their subsequent un-registration on deactivation.
|
EventObserverSupport |
Manages registration of observer methods with InterceptorRegistry
upon ConfigurableCacheFactory activation, and their subsequent un-registration on deactivation.
|
Executed |
A qualifier annotation used for any EXECUTED event.
|
Executing |
A qualifier annotation used for any EXECUTING event.
|
ExtractorBinding |
Specifies that an annotation type is a ValueExtractor binding type.
|
ExtractorConfiguration |
Configures the beans to support ValueExtractor s.
|
ExtractorFactory<A extends Annotation,T,E> |
A factory that produces instances of ValueExtractor
for a given Annotation .
|
ExtractorService |
|
FederatedChangeEventHandler |
Handler for FederatedChangeEvent s.
|
FederatedConnectionEventHandler |
Handler for FederatedConnectionEvent s.
|
FederatedPartitionEventHandler |
Handler for FederatedPartitionEvent s.
|
FederationEventHandler<E extends com.tangosol.net.events.Event<T>,T extends Enum<T>> |
Abstract base class for all observer-based federation interceptors.
|
FilterBinding |
Specifies that an annotation type is a Filter
binding type.
|
FilterConfiguration |
Spring Configuration for defining Filter beans.
|
FilterFactory<A extends Annotation,T> |
A factory that produces instances of Filter for a
given Annotation .
|
FilterService |
Spring Configuration for defining Filter beans.
|
GrantedAuthorityPofSerializer |
|
GrpcSessionConfigurationBean |
A GrpcSessionConfiguration bean that will be
created for each named session in the application configuration properties.
|
Inserted |
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 .
|
Inserting |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive EntryEvents of type
INSERTING .
|
JpaRepositoryCacheLoader<T,ID> |
A Coherence CacheLoader that is also a JpaRepository allowing the
loader methods to use the repository to load data.
|
JpaRepositoryCacheStore<T,ID> |
A generic Spring JPA CacheStore that extends a Spring JpaRepository for
the database operations.
|
LifecycleEventHandler |
Handler for LifecycleEvent s.
|
ListenerSupport<T,ID> |
Common interface for repositories wishing to expose Coherence-based events.
|
Lite |
A qualifier annotation that can be applied to CoherenceEventListener
annotated methods that receive MapEvents
to register them as lite listeners.
|
LogType |
An enum representing the different Logging types for Coherence.
|
Lost |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive TransferEvents of type
LOST .
|
MapEventTransformerBinding |
Specifies that an annotation type is a MapEventTransformer
binding type.
|
MapEventTransformerConfiguration |
Spring Configuration class for producing MapEventTransformer beans.
|
MapEventTransformerFactory<A extends Annotation,K,V,U> |
A factory that produces instances of MapEventTransformer
for a given Annotation .
|
MapEventTransformerService |
A service for producing MapEventTransformer instances.
|
MapEventType |
Event type enumeration.
|
MapListenerRegistrationBean |
|
MapName |
A qualifier annotation used to indicate a specific map name.
|
MapSessionPofSerializer |
|
MethodEventObserver<E extends com.tangosol.net.events.Event<?>> |
A Coherence event observer implementation that wraps a Method .
|
MethodMapListener<K,V> |
|
Name |
An annotation used when injecting Coherence resource to indicate a
specific resource name.
|
NamedCacheConfiguration |
Provides support for injecting Coherence Caches using NamedCache .
|
NamedTopicConfiguration |
Provides support for injecting Coherence Topics using NamedTopic .
|
NamespaceHandler |
Custom namespace handler for the Spring namespace.
|
ParticipantName |
A qualifier annotation used to indicate a specific participant name.
|
PofExtractor |
|
PofExtractor.Extractors |
|
PrincipalNameExtractor |
ValueExtractor that returns the name of the Spring Security principal from the MapSession .
|
Processor |
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.
|
PropertyExtractor |
|
PropertyExtractor.Extractors |
|
Publishers |
Publisher related helper class.
|
QueryResult |
The final result of query processing that includes the Filter
as the query discriminate and the EntryAggregator .
|
QueryState |
Simple query state holder used by the query building process.
|
Recovered |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive TransferEvents of type
RECOVERED .
|
Removed |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive EntryEvents of type
REMOVED .
|
Removing |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive EntryEvents of type
REMOVING .
|
Replicating |
A qualifier annotation used for any REPLICATING event.
|
Rollback |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive TransferEvents of type
ROLLBACK .
|
ScopeName |
A qualifier annotation used to indicate a specific scope name.
|
SecurityContextPofSerializer |
|
ServerSessionConfigurationBean |
|
ServiceEventHandler<E extends com.tangosol.net.events.Event<T>,T extends Enum<T>> |
Abstract base class for all observer-based service interceptors.
|
ServiceName |
A qualifier annotation used to indicate a specific service name.
|
SessionConfigurationBean |
A SessionConfiguration bean that will be created for
each named session in the application configuration properties.
|
SessionConfigurationProvider |
A provider of SessionConfiguration instances.
|
SessionDebugMessageUtils |
Contains utilities to create common log messages.
|
SessionEvent |
|
SessionLifecycleEventHandler |
Handler for SessionLifecycleEvent s.
|
SessionName |
A qualifier annotation used when injecting Coherence resource to indicate a
specific Session name.
|
SessionRemovedMapListener |
Custom Map Event that handles the deletion and expiration of a session.
|
SessionType |
An enum representing the different types of SessionConfiguration
that can be configured in the Spring configuration.
|
SessionUpdateEntryProcessor |
Coherence InvocableMap.EntryProcessor responsible for handling updates to session.
|
SimpleMapListener<K,V> |
|
SpringBasedCoherenceSession |
Provides the ability to acquire Coherence-based resources in the
Spring Framework.
|
SpringNamespaceHandler |
|
SpringNamespaceHandler.PropertyProcessor |
Implementation of ElementProcessor that creates an instance
of Parameter containing a property name and value to be
injected into a Spring bean.
|
SpringNamespaceHandler.SpringBeanBuilder |
Implementation of ParameterizedBuilder that "realizes" a named
bean from a Spring BeanFactory .
|
SpringNamespaceHandler.SpringBeanFactoryBuilder |
Implementation of ParameterizedBuilder that "realizes" an instance
of BeanFactory based on a provided Spring application context uri.
|
SpringSessionCoherenceInstance |
|
SpringSystemPropertyResolver |
A Coherence SystemPropertyResolver and EnvironmentVariableResolver that uses the Spring
Environment to obtain values.
|
Started |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive CoherenceLifecycleEvents
of type STARTED or
SessionEvents of type
STARTED .
|
Starting |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive CoherenceLifecycleEvents
of type STARTING or
SessionEvents of type
STARTING .
|
Stopped |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive CoherenceLifecycleEvents
of type STOPPED or
SessionEvents of type
STOPPED .
|
Stopping |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive CoherenceLifecycleEvents
of type STOPPING or
SessionEvents of type
STOPPING .
|
SubscriberExceptionHandler |
|
SubscriberExceptionHandler.Action |
An enumeration of possible actions to take after handling an exception.
|
SubscriberGroup |
A qualifier annotation used when injecting Subscriber
to a NamedTopic to indicate the name of the
subscriber group that the subscriber should belong to.
|
Synced |
A qualifier annotation used for any SYNCED event.
|
Synchronous |
A qualifier annotation that can be applied to CoherenceEventListener annotated
methods to register them as MapListener.synchronous() listeners.
|
Syncing |
A qualifier annotation used for any SYNCING event.
|
Topic |
An annotation used to specify a topic name.
|
Topics |
Repeatable annotation for one or many Topic annotations.
|
TransactionEventHandler |
Handler for TransactionEvent s.
|
TransferEventHandler |
Handler for TransactionEvent s.
|
Truncated |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive TRUNCATED
CacheLifecycleEvent .
|
UnsolicitedCommitEventHandler |
Handler for UnsolicitedCommitEvent s.
|
Updated |
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 .
|
Updating |
A qualifier annotation used to annotate the parameter CoherenceEventListener
annotated methods that will receive EntryEvents of type
UPDATING .
|
Utils |
General static utilities.
|
View |
A qualifier annotation used when injecting a cache view.
|
WhereFilter |
A FilterBinding annotation representing a
Filter produced from a CohQL where clause.
|