Uses of Interface
com.tangosol.io.ClassLoaderAware

Packages that use ClassLoaderAware
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
Contains classes providing cache persistence of serialized objects.
Contains classes related to the journaling services.
Contains classes related to POF serialization and deserialization.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
  • Uses of ClassLoaderAware in com.oracle.coherence.grpc

    Modifier and Type
    Class
    Description
    class 
    An Executor that uses a DaemonPool to execute tasks.
  • Uses of ClassLoaderAware in com.tangosol.io

    Classes in com.tangosol.io that implement ClassLoaderAware
    Modifier and Type
    Class
    Description
    final class 
    A Serializer implementation that uses the ExternalizableHelper implementation for serialization and deserialization of objects.
    class 
    A Serializer implementation that multiplexes serialization/deserialization requests across multiple Serializer implementations.
  • Uses of ClassLoaderAware in com.tangosol.io.journal

    Classes in com.tangosol.io.journal that implement ClassLoaderAware
    Modifier and Type
    Class
    Description
    class 
    The AbstractJournalRM represents a Journal Resource Manager that manages storage for journaled data, and acts as a shared resource for any number of journals that share a common configuration.
    class 
    A FlashJournalRM manages disk I/O for temporary journal-based files, and acts as a shared resource for any number of journals that share a common configuration.
    class 
    A RamJournalRM manages memory buffers for journal-based storage in memory, and acts as a shared resource for any number of journals that share a common configuration.
  • Uses of ClassLoaderAware in com.tangosol.io.pof

    Classes in com.tangosol.io.pof that implement ClassLoaderAware
    Modifier and Type
    Class
    Description
    class 
    This class implements the PofContext interface using information provided in a configuration file (or in a passed XML configuration) as well as classes annotated with PortableType.
    class 
    SafeConfigurablePofContext is an extension of ConfigurablePofContext that can serialize and deserialize any valid POF user type, even those that have not been explicitly configured, as well as any Java serializable types (Serializable, Externalizable, or ExternalizableLite).
  • Uses of ClassLoaderAware in com.tangosol.net

    Modifier and Type
    Interface
    Description
    interface 
    A CacheService is a clustered service providing a collection of named Maps that hold resources shared among members of a cluster.
    interface 
    The Cluster interface represents a collection of services that operate in a clustered network environment.
    interface 
    A DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.
    interface 
    A FederatedCacheService is a distributed cache service that also replicates data to other clusters/participants in the Federation.
    interface 
    The InvocationService is a Service for delivering executable objects to cluster members for distributed invocation.
    interface 
    A NameService is a service that accepts connections from external clients (e.g.
    interface 
    A TopicService which provides globally ordered topics.
    interface 
    A PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.
    interface 
    A ProxyService is a clustered service that accepts connections from external clients (e.g.
    interface 
     
    interface 
    This Service interface represents a controllable service that operates in a clustered network environment.
    interface 
    A TopicService is a service providing Topics that can be used for publish/subscribe functionality and message queue processing.
    Classes in com.tangosol.net that implement ClassLoaderAware
    Modifier and Type
    Class
    Description
    class 
    CacheService implementation that delegates to a wrapped CacheService instance.
    class 
    InvocationService implementation that delegates to a wrapped InvocationService instance.
    class 
    Service implementation that delegates to a wrapped Service instance.
  • Uses of ClassLoaderAware in com.tangosol.net.cache

    Classes in com.tangosol.net.cache that implement ClassLoaderAware
    Modifier and Type
    Class
    Description
    class 
    A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.
    class 
    Deprecated.
    as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementation
  • Uses of ClassLoaderAware in com.tangosol.util

    Modifier and Type
    Interface
    Description
    interface 
    The Controllable interface represents a configurable daemon-like object, quite often referred to as a service, that usually operates on its own thread and has a controllable life cycle.
    interface 
    A Service is a Controllable that emits service lifecycle events.