Uses of Interface
com.tangosol.net.Cluster
Package
Description
Simple CDI-based Cache 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 packages and classes supporting the Coherence CohQL command line tool.
Contains basic cluster interfaces and factories.
Contains classes related to the Coherence Management Framework.
Contains classes related to the Coherence Security Framework.
Contains classes and helpers for implementing various types of persistence.
-
Uses of Cluster in com.oracle.coherence.cdi.server
Modifier and TypeMethodDescriptionClusterProducer.getCluster()
Produces the singleton CoherenceCluster
instance. -
Uses of Cluster in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionServiceBuilder.realizeService
(ParameterResolver resolver, ClassLoader loader, Cluster cluster) Realize (ensure) a Service. -
Uses of Cluster in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected 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
.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) -
Uses of Cluster in com.tangosol.coherence.dslquery
Modifier and TypeFieldDescriptionprotected Cluster
ExecutionContext.m_cluster
TheCluster
to use to access services.Modifier and TypeMethodDescriptionExecutionContext.getCluster()
Return the currentCluster
to be used by commands executed under this context.Modifier and TypeMethodDescriptionvoid
ExecutionContext.setCluster
(Cluster cluster) Set the currentCluster
to be used by commands executed under this context. -
Uses of Cluster in com.tangosol.net
Modifier and TypeMethodDescriptionstatic Cluster
CacheFactory.ensureCluster()
Obtain a Cluster object running Coherence services.static Cluster
CacheFactory.getCluster()
Return a Cluster object for Coherence services.Coherence.getCluster()
Return aCluster
object for Coherence services.Service.getCluster()
Return the Cluster object that this Service is a part of.WrapperService.getCluster()
Return the Cluster object that this Service is a part of.Modifier and TypeMethodDescriptionClusterDependencies.ServiceProvider.createService
(String sName, Cluster cluster) Create a new instance of a service.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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic void
CachePersistenceHelper.resumeService
(Cluster cluster, String sServiceName) Resume a service on a separate thread and wait for the resume to complete.