Package | Description |
---|---|
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 | |
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.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceBuilder.realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster)
Realize (ensure) a Service.
|
Modifier and Type | Method and Description |
---|---|
Service |
RemoteInvocationScheme.realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster)
Realize (ensure) a Service.
|
Service |
RemoteCacheScheme.realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster)
Realize (ensure) a Service.
|
Service |
AbstractServiceScheme.realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster)
Realize (ensure) a Service.
|
Service |
ViewScheme.realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster) |
Service |
CustomScheme.realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster)
Realize (ensure) a Service.
|
Service |
TransactionalScheme.realizeService(com.tangosol.config.expression.ParameterResolver resolver,
ClassLoader loader,
Cluster cluster)
Realize (ensure) a Service.
|
Modifier and Type | Field and Description |
---|---|
protected Cluster |
ExecutionContext.m_cluster
The
Cluster to use to access services. |
Modifier and Type | Method and Description |
---|---|
Cluster |
ExecutionContext.getCluster()
Return the current
Cluster to be used
by commands executed under this context. |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setCluster(Cluster cluster)
Set the current
Cluster to be used by commands
executed under this context. |
Modifier and Type | Method and Description |
---|---|
static Cluster |
CacheFactory.ensureCluster()
Obtain a Cluster object running Coherence services.
|
Cluster |
WrapperService.getCluster()
Return the Cluster object that this Service is a part of.
|
Cluster |
Service.getCluster()
Return the Cluster object that this Service is a part of.
|
static Cluster |
CacheFactory.getCluster()
Return a Cluster object for Coherence services.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultCacheServer.getServiceBanner(Cluster cluster)
Create a list of running services in the given Cluster.
|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
CachePersistenceHelper.resumeService(Cluster cluster,
String sServiceName)
Resume a service on a separate thread and wait for the resume to complete.
|