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.io.journal Contains classes related to the journaling services.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 ClusterClusterProducer. getCluster()Produces the singleton CoherenceClusterinstance. -
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 ServiceServiceBuilder. 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 BackupJournalRMRamJournalScheme. ensureBackupJournalRM(Cluster cluster)Ensure theBackupJournalRMis configured and started.protected FlashJournalRMFlashJournalScheme. ensureFlashJournalRM(Cluster cluster)Ensure theFlashJournalRMis configured and started.protected RamJournalRMRamJournalScheme. ensureRAMJournalRM(Cluster cluster)Ensure theRamJournalRMis configured and started.protected ServiceAbstractServiceScheme. ensureService(String sService, Cluster cluster)Call theensureService(String, String)method to obtain the service.protected SBaseGrpcCacheScheme. ensureService(String sService, Cluster cluster)ServiceAbstractServiceScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)Realize (ensure) a Service.ServiceCustomScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)Realize (ensure) a Service.ServiceRemoteCacheScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)Realize (ensure) a Service.ServiceRemoteInvocationScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)Realize (ensure) a Service.ServiceTransactionalScheme. realizeService(ParameterResolver resolver, ClassLoader loader, Cluster cluster)Realize (ensure) a Service.ServiceViewScheme. 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 ClusterExecutionContext. m_clusterTheClusterto use to access services.Methods in com.tangosol.coherence.dslquery that return Cluster Modifier and Type Method Description ClusterExecutionContext. getCluster()Return the currentClusterto be used by commands executed under this context.Methods in com.tangosol.coherence.dslquery with parameters of type Cluster Modifier and Type Method Description voidExecutionContext. setCluster(Cluster cluster)Set the currentClusterto be used by commands executed under this context. -
Uses of Cluster in com.tangosol.io.journal
Methods in com.tangosol.io.journal that return Cluster Modifier and Type Method Description protected ClusterAbstractJournalRM. getCluster()Returns theClusterfor which theAbstractJournalRMis storing data.ClusterJournalService. getCluster()Returns theClusterfor which thisJournalServiceis storing data.Methods in com.tangosol.io.journal with parameters of type Cluster Modifier and Type Method Description static JournalServiceJournalService. ensureJournalService(Cluster cluster)Ensure theJournalServiceis registered as a cluster resource.Constructors in com.tangosol.io.journal with parameters of type Cluster Constructor Description AbstractJournalRM(Cluster cluster, AbstractJournalRM.Dependencies deps)Construct anAbstractJournalRM.FlashJournalRM(Cluster cluster, FlashJournalRM.Dependencies deps)Construct a FlashJournalRM.JournalService(Cluster cluster)Construct theJournalServiceassociated with the specifiedCluster.RamJournalRM(Cluster cluster, RamJournalRM.Dependencies deps)Construct a RAMJournalRM.RamJournalRM(Cluster cluster, RamJournalRM.Dependencies deps, FlashJournalRM jrnlmr)Construct a RAMJournalRM. -
Uses of Cluster in com.tangosol.net
Methods in com.tangosol.net that return Cluster Modifier and Type Method Description static ClusterCacheFactory. ensureCluster()Obtain a Cluster object running Coherence services.static ClusterCacheFactory. getCluster()Return a Cluster object for Coherence services.ClusterCoherence. getCluster()Return aClusterobject for Coherence services.ClusterService. getCluster()Return the Cluster object that this Service is a part of.ClusterWrapperService. 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 ServiceClusterDependencies.ServiceProvider. createService(String sName, Cluster cluster)Create a new instance of a service.protected BinaryStoreManagerDefaultConfigurableCacheFactory. ensureBackupJournalRM(Cluster cluster)Deprecated.Ensure theBackupJournalRMis configured and started.protected BinaryStoreManagerDefaultConfigurableCacheFactory. ensureFlashJournalRM(Cluster cluster)Deprecated.Ensure theFlashJournalRMis configured and started.protected BinaryStoreManagerDefaultConfigurableCacheFactory. ensureRAMJournalRM(Cluster cluster)Deprecated.Ensure theRamJournalRMis configured and started.ObjectNameService.LookupCallback. lookup(String sName, Cluster cluster, NameService.RequestContext ctx)Retrieve the named object.voidServiceFailurePolicy. 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 voidMBeanHelper. unregisterCacheMBean(Cluster cluster, String sServiceName, String sCacheName, String sContext)Unregister all managed objects that are related to the specified cache from the registry.static voidMBeanHelper. 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 voidSecurity. 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 voidCachePersistenceHelper. resumeService(Cluster cluster, String sServiceName)Resume a service on a separate thread and wait for the resume to complete.
-