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.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 class
SimpleDaemonPoolExecutor
AnExecutor
that uses aDaemonPool
to 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 class
DaemonPoolExecutor
AnExecutor
that uses aDaemonPool
to execute tasks.class
TracingDaemonPool
ADaemonPool
implementation that wraps anotherDaemonPool
and adds activation of tracing spans for theRunnable
s executed by this pool. -
Uses of Controllable in com.tangosol.net
Subinterfaces of Controllable in com.tangosol.net Modifier and Type Interface Description interface
CacheService
A CacheService is a clustered service providing a collection of named Maps that hold resources shared among members of a cluster.interface
Cluster
The Cluster interface represents a collection of services that operate in a clustered network environment.interface
DistributedCacheService
A DistributedCacheService is a clustered cache service that partitions its data across cluster members that provide backing storage.interface
InvocationService
The InvocationService is a Service for delivering executable objects to cluster members for distributed invocation.interface
NameService
A NameService is a service that accepts connections from external clients (e.g.interface
PagedTopicService
ATopicService
which provides globally ordered topics.interface
PartitionedService
A PartitionedService is aware of a mapping of keys to partitions and of partitions to cluster members.interface
ProxyService
A ProxyService is a clustered service that accepts connections from external clients (e.g.interface
Service
This Service interface represents a controllable service that operates in a clustered network environment.interface
TopicService
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
WrapperCacheService
CacheService implementation that delegates to a wrapped CacheService instance.class
WrapperInvocationService
InvocationService implementation that delegates to a wrapped InvocationService instance.class
WrapperService
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
Service
A Service is a Controllable that emits service lifecycle events.
-