Uses of Interface
com.tangosol.util.Service

Packages that use Service
  • Uses of Service in com.oracle.coherence.grpc.internal.extend.proxy.serviceProxy

    Modifier and Type
    Class
    Description
    class 
     
    class 
    A gRPC TopicServiceProxy.
  • Uses of Service in com.oracle.coherence.grpc.proxy.common.cache

    Modifier and Type
    Class
    Description
    protected static class 
    A stub for a ConnectionManager.
  • Uses of Service in com.tangosol.coherence.component.net.extend.proxy

    Classes in com.tangosol.coherence.component.net.extend.proxy that implement Service
    Modifier and Type
    Class
    Description
    class 
    com.tangosol.coherence.component.net.extend.proxy.ServiceProxy
     
  • Uses of Service in com.tangosol.coherence.component.net.extend.proxy.serviceProxy

    Classes in com.tangosol.coherence.component.net.extend.proxy.serviceProxy that implement Service
    Modifier and Type
    Class
    Description
    class 
    com.tangosol.coherence.component.net.extend.proxy.serviceProxy.CacheServiceProxy
     
    class 
    com.tangosol.coherence.component.net.extend.proxy.serviceProxy.TopicServiceProxy
     
  • Uses of Service in com.tangosol.coherence.component.util.daemon.queueProcessor

    Classes in com.tangosol.coherence.component.util.daemon.queueProcessor that implement Service
    Modifier and Type
    Class
    Description
    class 
    com.tangosol.coherence.component.util.daemon.queueProcessor.Service
     
  • Uses of Service in com.tangosol.coherence.component.util.daemon.queueProcessor.service

    Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service that implement Service
    Modifier and Type
    Class
    Description
    class 
    com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer
     
  • Uses of Service in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer

    Classes in com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer that implement Service
    Modifier and Type
    Class
    Description
    class 
    com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Acceptor
     
  • Uses of Service in com.tangosol.net

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

    Methods in com.tangosol.util that return Service
    Modifier and Type
    Method
    Description
    ServiceEvent.getService()
    Return the Service that fired the event.
    Constructors in com.tangosol.util with parameters of type Service
    Modifier
    Constructor
    Description
     
    ServiceEvent(Service service, int nId)
    Constructs a new ServiceEvent.