Uses of Interface
com.tangosol.net.Service
Packages that use Service
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
Contains interfaces and classes related to partitioned services.
Contains classes related to the Coherence Security Framework.
Contains various generic utilities.
-
Uses of Service in com.oracle.coherence.grpc
Fields in com.oracle.coherence.grpc declared as ServiceModifier and TypeFieldDescriptionprotected final ServiceRequestHolder.f_serviceTheServicemanaging the resource.Methods in com.oracle.coherence.grpc with parameters of type ServiceModifier and TypeMethodDescriptionstatic StringRequestHolder.getCacheFormat(Service service) Returns the serializer format name for the specifiedService's serializer.Constructors in com.oracle.coherence.grpc with parameters of type ServiceModifierConstructorDescriptionRequestHolder(Req request, String sFormat, Serializer serializer, Service service, Executor executor) Create aRequestHolder. -
Uses of Service in com.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy with parameters of type ServiceModifier and TypeMethodDescriptionstatic Object[]PagedQueryHelper.decodeCookie(Service service, com.google.protobuf.ByteString cookie) Decode the binary cookie used in a paged request. -
Uses of Service in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return ServiceModifier and TypeMethodDescriptionServiceBuilder.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Realize (ensure) a Service. -
Uses of Service in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme with type parameters of type ServiceModifier and TypeClassDescriptionclassBaseGrpcCacheScheme<S extends Service>TheBaseGrpcCacheSchemeis responsible for building a remote gRPC cache service.classBaseGrpcScheme<T extends com.tangosol.internal.net.grpc.DefaultRemoteGrpcServiceDependencies,S extends Service> TheBaseGrpcSchemeis responsible for building a remote gRPC service.Methods in com.tangosol.coherence.config.scheme that return ServiceModifier and TypeMethodDescriptionprotected ServiceAbstractServiceScheme.ensureService(String sService, Cluster cluster) Call theCluster.ensureService(String, String)method to obtain the service.AbstractServiceScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Realize (ensure) a Service.CustomScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Realize (ensure) a Service.RemoteCacheScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Realize (ensure) a Service.RemoteInvocationScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Realize (ensure) a Service.TransactionalScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Realize (ensure) a Service.ViewScheme.realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Methods in com.tangosol.coherence.config.scheme with parameters of type ServiceModifier and TypeMethodDescriptionprotected voidAbstractServiceScheme.injectScopeNameIntoService(Service service) protected booleanCacheStoreScheme.isSerializerCompatible(Service serviceThis, Service serviceThat) Determines whether or not the serializers for the specified services are compatible. -
Uses of Service in com.tangosol.net
Classes in com.tangosol.net with type parameters of type ServiceModifier and TypeClassDescriptionclassAbstractServiceLoadBalancer<S extends Service,T extends ServiceLoad> An abstract base for ServiceLoadBalancer implementations.interfaceServiceLoadBalancer<S extends Service,T extends ServiceLoad> A ServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered Service.classSimpleServiceLoadBalancer<S extends Service,T extends ServiceLoad> A simple ServiceLoadBalancer implementation.Subinterfaces of Service 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.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.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 ServiceModifier 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.Fields in com.tangosol.net declared as ServiceModifier and TypeFieldDescriptionprotected SAbstractServiceLoadBalancer.m_serviceThe containing Service.protected ServiceConfigurableQuorumPolicy.ClusterQuorumPolicy.m_serviceThe cluster service.protected ServiceConfigurableQuorumPolicy.MembershipQuorumPolicy.m_serviceThe Service that this policy applies to.protected ServiceWrapperService.m_serviceThe (wrapped) Service.Fields in com.tangosol.net with type parameters of type ServiceModifier and TypeFieldDescriptionExtensibleConfigurableCacheFactory.m_mapServicesMap used to hold references to services that are ensured by this factory where values are non-scoped service names.SimpleServiceMonitor.m_mapServicesA map ofServices to be monitored with values being non-scoped service names.Methods in com.tangosol.net that return ServiceModifier and TypeMethodDescriptionClusterDependencies.ServiceProvider.createService(String sName, Cluster cluster) Create a new instance of a service.Cluster.ensureService(String sName, String sType) Obtains a Service object for the specified service name and type.ConfigurableCacheFactory.ensureService(String sServiceName) Ensure a service for the given name.DefaultConfigurableCacheFactory.ensureService(XmlElement xmlScheme) Deprecated.Ensure the service for the specified scheme.DefaultConfigurableCacheFactory.ensureService(String sServiceName) Deprecated.Ensure a service for the given name.ExtensibleConfigurableCacheFactory.ensureService(ServiceScheme scheme) Ensure the service for the specified scheme then start the service if it isn't running.ExtensibleConfigurableCacheFactory.ensureService(String sServiceName) Ensure a service for the given name.protected ServiceDefaultConfigurableCacheFactory.ensureServiceInternal(XmlElement xmlScheme) Deprecated.Ensure the service for the specified scheme.static ServiceCacheFactory.getService(String sName) Return an instance of a service configured by the current ConfigurableCacheFactory.Cluster.getService(String sName) Returns a Service object for the specified service name.CoherenceSession.getService(String sServiceName) ConfigurableQuorumPolicy.ClusterQuorumPolicy.getService()Return the Cluster service.ConfigurableQuorumPolicy.MembershipQuorumPolicy.getService()Return the Service which this policy applies to.MemberEvent.getService()Return the Service that fired the eventNamedCollection.getService()Return the Service that this NamedCollection is a part of.Session.getService(String sServiceName) Returns a service for the given name ornullif no service exists in this session with the specified name.WrapperService.getService()Return the wrapped Service.Methods in com.tangosol.net that return types with arguments of type ServiceModifier and TypeMethodDescriptionExtensibleConfigurableCacheFactory.getServiceMap()Return a map of services that were successfully started by this factory where values are corresponding non-scoped service names.DefaultCacheServer.startServices()Start all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.DefaultCacheServer.startServicesInternal()Starts the services marked with autostart returning a map of a service name to the started service.Methods in com.tangosol.net with parameters of type ServiceModifier and TypeMethodDescriptionprotected static voidExtensibleConfigurableCacheFactory.checkPermission(Service service, String sName) Check if the current user is allowed to "join" the data structure with the specified name.voidCalled when the specified service loads and configures this policy.voidCalled when the specified service loads and configures this policy.voidCalled when the specified service loads and configures this policy.voidCalled when the specified service loads and configures this policy.booleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy.booleanEvaluate if the specified action is currently allowed by this policy.protected booleanDefaultConfigurableCacheFactory.isSerializerCompatible(Service serviceThis, Service serviceThat) Deprecated.Determines whether or not the serializers for the specified services are compatible.voidServiceFailurePolicy.onGuardableRecovery(Guardable guardable, Service service) Take appropriate action after the specified guardable (associated with the specified service) has missed a "soft-timeout" and has entered the "RECOVERY" state.voidServiceFailurePolicy.onGuardableTerminate(Guardable guardable, Service service) Take appropriate action after the specified guardable (associated with the specified service) has missed a "hard-timeout" and has entered the "TERMINATING" state.voidConfigurableQuorumPolicy.ClusterQuorumPolicy.setService(Service service) Set the Cluster service.protected voidConfigurableQuorumPolicy.MembershipQuorumPolicy.setService(Service service) Set the service that this policy applies to.protected voidDefaultConfigurableCacheFactory.startService(Service service) Deprecated.Start the givenService.protected voidExtensibleConfigurableCacheFactory.startService(Service service) Start the givenService.Method parameters in com.tangosol.net with type arguments of type ServiceModifier and TypeMethodDescriptionprotected StringDefaultCacheServer.getServiceBanner(Collection<Service> colService) Return a service banner for a collection of services.voidServiceMonitor.registerServices(Map<Service, String> mapServices) Adds a set ofServices to be monitored providing life support.voidSimpleServiceMonitor.registerServices(Map<Service, String> mapServices) Adds a set ofServices to be monitored providing life support.protected voidDefaultCacheServer.reportStarted(Collection<Service> colServices) Log the start message.voidServiceMonitor.unregisterServices(Set<Service> setServices) Removes the supplied set ofServices from monitoring.voidSimpleServiceMonitor.unregisterServices(Set<Service> setServices) Removes the supplied set ofServices from monitoring.Constructors in com.tangosol.net with parameters of type ServiceModifierConstructorDescriptionWrapperService(Service service) Create a new WrapperService that delegates to the given Service instance. -
Uses of Service in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type ServiceModifier and TypeMethodDescriptionstatic StringMBeanHelper.getSubscriberGroupMBeanName(com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId id, String sTopicName, Service service) Return the MBean name for a subscriber group.static voidMBeanHelper.unregisterPagedTopicMBean(Service service, NamedTopic<?> topic) Unregister all managed objects related to the given topic name from the cluster registry.static voidMBeanHelper.unregisterPagedTopicMBean(Service service, String sTopicName) Unregister all managed objects related to the given topic name from the cluster registry. -
Uses of Service in com.tangosol.net.partition
Methods in com.tangosol.net.partition with parameters of type Service -
Uses of Service in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type ServiceModifier and TypeMethodDescriptionDefaultIdentityAsserter.assertIdentity(Object oToken, Service service) Asserts an identity based on a token-based identity assertion.IdentityAsserter.assertIdentity(Object oToken, Service service) Asserts an identity based on a token-based identity assertion.JAASIdentityAsserter.assertIdentity(Object oToken, Service service) Asserts an identity based on a token-based identity assertion.DefaultIdentityTransformer.transformIdentity(Subject subject, Service service) Transform a Subject to a token that asserts an identity.IdentityTransformer.transformIdentity(Subject subject, Service service) Transform a Subject to a token that asserts an identity. -
Uses of Service in com.tangosol.util
Methods in com.tangosol.util with parameters of type ServiceModifier and TypeMethodDescriptionvoidCalled when the specified service loads and configures this policy.booleanEvaluate if the specified action is currently allowed by this policy.