Uses of Interface
com.tangosol.util.Controllable
Packages that use Controllable
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
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 - 
Uses of Controllable in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement Controllable - 
Uses of Controllable in com.oracle.coherence.grpc.proxy.common.cache
Classes in com.oracle.coherence.grpc.proxy.common.cache that implement ControllableModifier and TypeClassDescriptionprotected static classA stub for aConnectionManager. - 
Uses of Controllable in com.tangosol.coherence.component.util.daemon.queueProcessor
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor that implement ControllableModifier and TypeClassDescriptionclasscom.tangosol.coherence.component.util.daemon.queueProcessor.Service - 
Uses of Controllable in com.tangosol.coherence.component.util.daemon.queueProcessor.service
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service that implement ControllableModifier and TypeClassDescriptionclasscom.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer - 
Uses of Controllable in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer
Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer that implement ControllableModifier and TypeClassDescriptionclasscom.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Acceptor - 
Uses of Controllable in com.tangosol.net
Subinterfaces of Controllable in com.tangosol.netModifier and TypeInterfaceDescriptioninterfaceA CacheService is a clustered service providing a collection of named Maps that hold resources shared among members of a cluster.interfaceThe Cluster interface represents a collection of services that operate in a clustered network environment.interfaceA DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interfaceThe InvocationService is a Service for delivering executable objects to cluster members for distributed invocation.interfaceA NameService is a service that accepts connections from external clients (e.g.interfaceATopicServicewhich provides globally ordered topics.interfaceA PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.interfaceA ProxyService is a clustered service that accepts connections from external clients (e.g.interfaceinterfaceThis Service interface represents a controllable service that operates in a clustered network environment.interfaceA 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 ControllableModifier and TypeClassDescriptionclassCacheService implementation that delegates to a wrapped CacheService instance.classInvocationService implementation that delegates to a wrapped InvocationService instance.classService implementation that delegates to a wrapped Service instance. - 
Uses of Controllable in com.tangosol.util
Subinterfaces of Controllable in com.tangosol.utilModifier and TypeInterfaceDescriptioninterfaceA Service is a Controllable that emits service lifecycle events.