Uses of Interface
com.tangosol.util.Controllable
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
Contains basic cluster interfaces and factories.
Contains various generic utilities.
-
Uses of Controllable in com.oracle.coherence.grpc
-
Uses of Controllable in com.oracle.coherence.grpc.proxy
-
Uses of Controllable in com.tangosol.net
Modifier and TypeInterfaceDescriptioninterface
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
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
ATopicService
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
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.Modifier and TypeClassDescriptionclass
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
Modifier and TypeInterfaceDescriptioninterface
A Service is a Controllable that emits service lifecycle events.