Uses of Interface
com.tangosol.net.Service
-
Packages that use Service 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.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.management Contains classes related to the Coherence Management Framework.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.net.security Contains classes related to the Coherence Security Framework.com.tangosol.util Contains various generic utilities. -
-
Uses of Service in com.oracle.coherence.grpc
Fields in com.oracle.coherence.grpc declared as Service Modifier and Type Field Description protected Service
RequestHolder. f_service
TheService
managing the resource.Methods in com.oracle.coherence.grpc with parameters of type Service Modifier and Type Method Description static String
RequestHolder. getCacheFormat(Service service)
Returns the serializer format name for the specifiedService
's serializer.Constructors in com.oracle.coherence.grpc with parameters of type Service Constructor Description RequestHolder(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 Service Modifier and Type Method Description static 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 Service Modifier and Type Method Description Service
ServiceBuilder. 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 Service Modifier and Type Class Description class
BaseGrpcCacheScheme<S extends Service>
TheBaseGrpcCacheScheme
is responsible for building a remote gRPC cache service.class
BaseGrpcScheme<T extends com.tangosol.internal.net.grpc.DefaultRemoteGrpcServiceDependencies,S extends Service>
TheBaseGrpcScheme
is responsible for building a remote gRPC service.Methods in com.tangosol.coherence.config.scheme that return Service Modifier and Type Method Description protected Service
AbstractServiceScheme. ensureService(String sService, Cluster cluster)
Call theCluster.ensureService(String, String)
method to obtain the service.Service
AbstractServiceScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
Realize (ensure) a Service.Service
CustomScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
Realize (ensure) a Service.Service
RemoteCacheScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
Realize (ensure) a Service.Service
RemoteInvocationScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
Realize (ensure) a Service.Service
TransactionalScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
Realize (ensure) a Service.Service
ViewScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
Methods in com.tangosol.coherence.config.scheme with parameters of type Service Modifier and Type Method Description protected void
AbstractServiceScheme. injectScopeNameIntoService(Service service)
protected boolean
CacheStoreScheme. 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 Service Modifier and Type Class Description class
AbstractServiceLoadBalancer<S extends Service,T extends ServiceLoad>
An abstract base for ServiceLoadBalancer implementations.interface
ServiceLoadBalancer<S extends Service,T extends ServiceLoad>
A ServiceLoadBalancer is a pluggable strategy for controlling the client load across individual members of a clustered Service.class
SimpleServiceLoadBalancer<S extends Service,T extends ServiceLoad>
A simple ServiceLoadBalancer implementation.Subinterfaces of Service 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
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
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 Service 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.Fields in com.tangosol.net declared as Service Modifier and Type Field Description protected S
AbstractServiceLoadBalancer. m_service
The containing Service.protected Service
ConfigurableQuorumPolicy.ClusterQuorumPolicy. m_service
The cluster service.protected Service
ConfigurableQuorumPolicy.MembershipQuorumPolicy. m_service
The Service that this policy applies to.protected Service
WrapperService. m_service
The (wrapped) Service.Fields in com.tangosol.net with type parameters of type Service Modifier and Type Field Description protected Map<Service,String>
ExtensibleConfigurableCacheFactory. m_mapServices
Map used to hold references to services that are ensured by this factory where values are non-scoped service names.protected Map<Service,String>
SimpleServiceMonitor. m_mapServices
A map ofService
s to be monitored with values being non-scoped service names.Methods in com.tangosol.net that return Service Modifier and Type Method Description Service
ClusterDependencies.ServiceProvider. createService(String sName, Cluster cluster)
Create a new instance of a service.Service
Cluster. ensureService(String sName, String sType)
Obtains a Service object for the specified service name and type.Service
ConfigurableCacheFactory. ensureService(String sServiceName)
Ensure a service for the given name.Service
DefaultConfigurableCacheFactory. ensureService(XmlElement xmlScheme)
Deprecated.Ensure the service for the specified scheme.Service
DefaultConfigurableCacheFactory. ensureService(String sServiceName)
Deprecated.Ensure a service for the given name.Service
ExtensibleConfigurableCacheFactory. ensureService(ServiceScheme scheme)
Ensure the service for the specified scheme then start the service if it isn't running.Service
ExtensibleConfigurableCacheFactory. ensureService(String sServiceName)
Ensure a service for the given name.protected Service
DefaultConfigurableCacheFactory. ensureServiceInternal(XmlElement xmlScheme)
Deprecated.Ensure the service for the specified scheme.static Service
CacheFactory. getService(String sName)
Return an instance of a service configured by the current ConfigurableCacheFactory.Service
Cluster. getService(String sName)
Returns a Service object for the specified service name.Service
CoherenceSession. getService(String sServiceName)
Service
ConfigurableQuorumPolicy.ClusterQuorumPolicy. getService()
Return the Cluster service.Service
ConfigurableQuorumPolicy.MembershipQuorumPolicy. getService()
Return the Service which this policy applies to.Service
MemberEvent. getService()
Return the Service that fired the eventService
NamedCollection. getService()
Return the Service that this NamedCollection is a part of.Service
Session. getService(String sServiceName)
Returns a service for the given name ornull
if no service exists in this session with the specified name.Service
WrapperService. getService()
Return the wrapped Service.Methods in com.tangosol.net that return types with arguments of type Service Modifier and Type Method Description Map<Service,String>
ExtensibleConfigurableCacheFactory. getServiceMap()
Return a map of services that were successfully started by this factory where values are corresponding non-scoped service names.List<Service>
DefaultCacheServer. startServices()
Start all services that are declared as requiring an "autostart" in the configurable factory XML descriptor.protected Map<Service,String>
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 Service Modifier and Type Method Description protected static void
ExtensibleConfigurableCacheFactory. checkPermission(Service service, String sName)
Check if the current user is allowed to "join" the data structure with the specified name.void
ActionPolicy. init(Service service)
Called when the specified service loads and configures this policy.void
CompositeActionPolicy. init(Service service)
Called when the specified service loads and configures this policy.void
ConfigurableQuorumPolicy.ClusterQuorumPolicy. init(Service service)
Called when the specified service loads and configures this policy.void
ConfigurableQuorumPolicy.MembershipQuorumPolicy. init(Service service)
Called when the specified service loads and configures this policy.boolean
ActionPolicy. isAllowed(Service service, Action action)
Evaluate if the specified action is currently allowed by this policy.boolean
CompositeActionPolicy. isAllowed(Service service, Action action)
Evaluate if the specified action is currently allowed by this policy.boolean
ConfigurableQuorumPolicy.ClusterQuorumPolicy. isAllowed(Service service, Action action)
Evaluate if the specified action is currently allowed by this policy.boolean
ConfigurableQuorumPolicy.PartitionedCacheQuorumPolicy. isAllowed(Service service, Action action)
Evaluate if the specified action is currently allowed by this policy.boolean
ConfigurableQuorumPolicy.ProxyQuorumPolicy. isAllowed(Service service, Action action)
Evaluate if the specified action is currently allowed by this policy.protected boolean
DefaultConfigurableCacheFactory. isSerializerCompatible(Service serviceThis, Service serviceThat)
Deprecated.Determines whether or not the serializers for the specified services are compatible.void
ServiceFailurePolicy. 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.void
ServiceFailurePolicy. 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.void
ConfigurableQuorumPolicy.ClusterQuorumPolicy. setService(Service service)
Set the Cluster service.protected void
ConfigurableQuorumPolicy.MembershipQuorumPolicy. setService(Service service)
Set the service that this policy applies to.protected void
DefaultConfigurableCacheFactory. startService(Service service)
Deprecated.Start the givenService
.protected void
ExtensibleConfigurableCacheFactory. startService(Service service)
Start the givenService
.Method parameters in com.tangosol.net with type arguments of type Service Modifier and Type Method Description protected String
DefaultCacheServer. getServiceBanner(Collection<Service> colService)
Return a service banner for a collection of services.void
ServiceMonitor. registerServices(Map<Service,String> mapServices)
Adds a set ofService
s to be monitored providing life support.void
SimpleServiceMonitor. registerServices(Map<Service,String> mapServices)
Adds a set ofService
s to be monitored providing life support.protected void
DefaultCacheServer. reportStarted(Collection<Service> colServices)
Log the start message.void
ServiceMonitor. unregisterServices(Set<Service> setServices)
Removes the supplied set ofService
s from monitoring.void
SimpleServiceMonitor. unregisterServices(Set<Service> setServices)
Removes the supplied set ofService
s from monitoring.Constructors in com.tangosol.net with parameters of type Service Constructor Description WrapperService(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 Service Modifier and Type Method Description static String
MBeanHelper. getSubscriberGroupMBeanName(com.tangosol.internal.net.topic.impl.paged.model.SubscriberGroupId id, String sTopicName, Service service)
Return the MBean name for a subscriber group.static void
MBeanHelper. unregisterPagedTopicMBean(Service service, NamedTopic<?> topic)
Unregister all managed objects related to the given topic name from the cluster registry.static void
MBeanHelper. 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 Modifier and Type Method Description void
FailoverAccessPolicy. init(Service service)
Called when the specified service loads and configures this policy.boolean
FailoverAccessPolicy. isAllowed(Service service, Action action)
Evaluate if the specified action is currently allowed by this policy. -
Uses of Service in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type Service Modifier and Type Method Description Subject
DefaultIdentityAsserter. assertIdentity(Object oToken, Service service)
Asserts an identity based on a token-based identity assertion.Subject
IdentityAsserter. assertIdentity(Object oToken, Service service)
Asserts an identity based on a token-based identity assertion.Subject
JAASIdentityAsserter. assertIdentity(Object oToken, Service service)
Asserts an identity based on a token-based identity assertion.Object
DefaultIdentityTransformer. transformIdentity(Subject subject, Service service)
Transform a Subject to a token that asserts an identity.Object
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 Service Modifier and Type Method Description void
NullImplementation.NullActionPolicy. init(Service service)
Called when the specified service loads and configures this policy.boolean
NullImplementation.NullActionPolicy. isAllowed(Service service, Action action)
Evaluate if the specified action is currently allowed by this policy.
-