Uses of Interface
com.tangosol.net.Cluster
-
Packages that use Cluster Package Description com.oracle.coherence.cdi.server Simple CDI-based Cache 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.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.management Contains classes related to the Coherence Management Framework.com.tangosol.net.security Contains classes related to the Coherence Security Framework.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence. -
-
Uses of Cluster in com.oracle.coherence.cdi.server
Methods in com.oracle.coherence.cdi.server that return Cluster Modifier and Type Method Description Cluster
ClusterProducer. getCluster()
Produces the singleton CoherenceCluster
instance. -
Uses of Cluster in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder with parameters of type Cluster Modifier and Type Method Description Service
ServiceBuilder. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)
Realize (ensure) a Service. -
Uses of Cluster in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type Cluster Modifier and Type Method Description protected Service
AbstractServiceScheme. ensureService(String sService, Cluster cluster)
Call theensureService(String, String)
method to obtain the service.protected S
BaseGrpcCacheScheme. ensureService(String sService, Cluster cluster)
protected com.tangosol.net.internal.ScopedServiceReferenceStore
ViewScheme. getServiceStore(Cluster cluster)
Obtain theScopedServiceReferenceStore
from the providedCluster
.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)
-
Uses of Cluster in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as Cluster Modifier and Type Field Description protected Cluster
ExecutionContext. m_cluster
TheCluster
to use to access services.Methods in com.tangosol.coherence.dslquery that return Cluster Modifier and Type Method Description Cluster
ExecutionContext. getCluster()
Return the currentCluster
to be used by commands executed under this context.Methods in com.tangosol.coherence.dslquery with parameters of type Cluster Modifier and Type Method Description void
ExecutionContext. setCluster(Cluster cluster)
Set the currentCluster
to be used by commands executed under this context. -
Uses of Cluster in com.tangosol.net
Methods in com.tangosol.net that return Cluster Modifier and Type Method Description static Cluster
CacheFactory. ensureCluster()
Obtain a Cluster object running Coherence services.static Cluster
CacheFactory. getCluster()
Return a Cluster object for Coherence services.Cluster
Coherence. getCluster()
Return aCluster
object for Coherence services.Cluster
Service. getCluster()
Return the Cluster object that this Service is a part of.Cluster
WrapperService. getCluster()
Return the Cluster object that this Service is a part of.Methods in com.tangosol.net with parameters of type Cluster Modifier and Type Method Description Service
ClusterDependencies.ServiceProvider. createService(String sName, Cluster cluster)
Create a new instance of a service.Object
NameService.LookupCallback. lookup(String sName, Cluster cluster, NameService.RequestContext ctx)
Retrieve the named object.void
ServiceFailurePolicy. onServiceFailed(Cluster cluster)
Take appropriate action after some service failed to stop. -
Uses of Cluster in com.tangosol.net.management
Methods in com.tangosol.net.management with parameters of type Cluster Modifier and Type Method Description static void
MBeanHelper. unregisterCacheMBean(Cluster cluster, String sServiceName, String sCacheName, String sContext)
Unregister all managed objects that are related to the specified cache from the registry.static void
MBeanHelper. unregisterViewMBean(Cluster cluster, String sServiceName, String sCacheName)
Unregister all managed objects related to the given view cache and context from the cluster registry. -
Uses of Cluster in com.tangosol.net.security
Methods in com.tangosol.net.security with parameters of type Cluster Modifier and Type Method Description static void
Security. checkPermission(Cluster cluster, String sServiceName, String sCacheName, String sAction)
Check if the current user has permission to perform the action against "clustered resources", such as clustered services and caches. -
Uses of Cluster in com.tangosol.persistence
Methods in com.tangosol.persistence with parameters of type Cluster Modifier and Type Method Description static void
CachePersistenceHelper. resumeService(Cluster cluster, String sServiceName)
Resume a service on a separate thread and wait for the resume to complete.
-