Uses of Interface
com.tangosol.util.Controllable
-
Packages that use Controllable Package Description com.oracle.coherence.grpc Low-level utilities for Coherence gRPC server and client implementation.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.io.journal Contains classes related to the journaling services.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.util 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 classSimpleDaemonPoolExecutorAnExecutorthat uses aDaemonPoolto execute tasks. -
Uses of Controllable in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement Controllable Modifier and Type Class Description classDaemonPoolExecutorAnExecutorthat uses aDaemonPoolto execute tasks.classTracingDaemonPoolADaemonPoolimplementation that wraps anotherDaemonPooland adds activation of tracing spans for theRunnables executed by this pool. -
Uses of Controllable in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement Controllable Modifier and Type Class Description classAbstractJournalRMThe 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.classFlashJournalRMA 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.classRamJournalRMA 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 interfaceCacheServiceA CacheService is a clustered service providing a collection of named Maps that hold resources shared among members of a cluster.interfaceClusterThe Cluster interface represents a collection of services that operate in a clustered network environment.interfaceDistributedCacheServiceA DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interfaceFederatedCacheServiceA FederatedCacheService is a distributed cache service that also replicates data to other clusters/participants in the Federation.interfaceInvocationServiceThe InvocationService is a Service for delivering executable objects to cluster members for distributed invocation.interfaceNameServiceA NameService is a service that accepts connections from external clients (e.g.interfacePagedTopicServiceATopicServicewhich provides globally ordered topics.interfacePartitionedServiceA PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.interfaceProxyServiceA ProxyService is a clustered service that accepts connections from external clients (e.g.interfaceServiceThis Service interface represents a controllable service that operates in a clustered network environment.interfaceTopicServiceA 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 classWrapperCacheServiceCacheService implementation that delegates to a wrapped CacheService instance.classWrapperInvocationServiceInvocationService implementation that delegates to a wrapped InvocationService instance.classWrapperServiceService 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 interfaceServiceA Service is a Controllable that emits service lifecycle events.
-