Uses of Interface
com.tangosol.net.ServiceDependencies
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of ServiceDependencies in com.tangosol.coherence.config.scheme
Modifier and TypeClassDescriptionclass
AbstractCachingScheme<D extends ServiceDependencies>
AnAbstractCachingScheme
is a base implementation for anCachingScheme
.class
AbstractServiceScheme<D extends ServiceDependencies>
TheAbstractServiceScheme
provides functionality common to all schemes that use services.Modifier and TypeFieldDescriptionprotected D
AbstractServiceScheme.m_serviceDependencies
TheServiceDependencies
to be used to configure the services produced by this scheme. -
Uses of ServiceDependencies in com.tangosol.net
Modifier and TypeMethodDescriptionService.getDependencies()
Return the service's dependencies.WrapperService.getDependencies()
Return the service's dependencies.Modifier and TypeMethodDescriptionvoid
Service.setDependencies
(ServiceDependencies deps) Configure the Service.void
WrapperCacheService.setDependencies
(ServiceDependencies deps) Configure the Service.void
WrapperService.setDependencies
(ServiceDependencies deps) Configure the Service.