Uses of Interface
com.tangosol.util.Controllable

Packages that use Controllable
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
Contains classes related to the journaling services.
Contains basic cluster interfaces and factories.
Contains various generic utilities.
  • Uses of Controllable in com.oracle.coherence.grpc

    Classes in com.oracle.coherence.grpc that implement Controllable
    Modifier and Type
    Class
    Description
    class 
    An Executor that uses a DaemonPool to execute tasks.
  • Uses of Controllable in com.tangosol.io.journal

    Classes in com.tangosol.io.journal that implement Controllable
    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 Controllable in com.tangosol.net

    Subinterfaces of Controllable 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 Controllable
    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 Controllable in com.tangosol.util

    Subinterfaces of Controllable in com.tangosol.util
    Modifier and Type
    Interface
    Description
    interface 
    A Service is a Controllable that emits service lifecycle events.