Uses of Annotation Interface
com.tangosol.net.management.annotation.Description
Packages that use Description
Package
Description
MBeans for Coherence Concurrent executors.
Contains classes related to the journaling services.
Contains classes related to the Coherence Management Framework.
Contains interfaces and classes related to partitioned services.
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
-
Uses of Description in com.oracle.coherence.concurrent.executor.management
Classes in com.oracle.coherence.concurrent.executor.management with annotations of type DescriptionModifier and TypeInterfaceDescriptioninterfaceExecutorMBean provides a monitor interface for theExecutorstatistics.Methods in com.oracle.coherence.concurrent.executor.management with annotations of type DescriptionModifier and TypeMethodDescriptionExecutorMBean.getDescription()Return the description of the registeredExecutorService.ExecutorMBean.getId()Return the unique ID of the registeredExecutorService.ExecutorMBean.getLocation()Get the location where the executor is running.ExecutorMBean.getMemberId()Get the member id where the executor is running.ExecutorMBean.getName()Return the logical name of the registeredExecutorService.ExecutorMBean.getState()Get the state of the executor.intExecutorMBean.getStateCode()Get the state of the executor as an integer.longExecutorMBean.getTasksCompletedCount()Get the completed tasks count for the executor.longExecutorMBean.getTasksInProgressCount()Get the in progress tasks count for the executor.longExecutorMBean.getTasksRejectedCount()Get the number of tasks rejected by the executor.booleanExecutorMBean.isTraceLogging()Return a boolean to indicate whether the executor trace logging is enabled (true) or not (false).voidExecutorMBean.resetStatistics()Reset the statistics.voidExecutorMBean.setTraceLogging(boolean fTrace) Set the trace to true to enable executor trace logging; false to disable executor trace logging. -
Uses of Description in com.tangosol.io.journal
Classes in com.tangosol.io.journal with annotations of type DescriptionModifier and TypeInterfaceDescriptioninterfaceAJournalMBeanis an MBean interface providing statistics for a Journal Resource Manager as implemented by eitherFlashJournalRMorRamJournalRMimplementations.Methods in com.tangosol.io.journal with annotations of type DescriptionModifier and TypeMethodDescriptionvoidJournalMBean.compact(boolean fRegular) Execute either a regular or exhaustive compaction on the journal based on the provided parameter.intJournalMBean.getBacklogCount()Determine the number of serialized values that have not yet been persisted to disk.intJournalMBean.getBacklogSize()Determine the total size in bytes of the serialized values that have not yet been persisted to disk.intJournalMBean.getBinaryStoreCount()Determine the number of active BinaryStore objects that are using this Journal.intJournalMBean.getBufferSize()Determine the size of the buffers used to write a chunk of data at a time to an underlying journal file.doubleJournalMBean.getCollectorLoadFactor()Determine the load factor threshold at which files become eligible for garbage collection (compaction).intJournalMBean.getCompactionCount()Determine the number of compactions (garbage collections) performed by this journal.doubleJournalMBean.getCurrentCollectorLoadFactor()Determine the current load factor threshold for the journal.intJournalMBean.getExhaustiveCompactionCount()Determine the total number of exhaustive compactions performed by the collector.longJournalMBean.getExhaustiveCompactionTime()Return the total amount time spent performing exhaustive compaction.intJournalMBean.getFileCount()Determine the number of Journal files used by this Journal.doubleJournalMBean.getHighestLoadFactor()Determine the high-water mark load factor for the entire journal.intJournalMBean.getHighFileCount()Determine the high file count for this Journal.intJournalMBean.getMaxBacklogSize()Determine the maximum allowable size, in bytes, of the backlog; when the backlog reaches this level, writes are delayed until the backlog drops below its maximum.longJournalMBean.getMaxFileSize()Determine the maximum allowable size, in bytes, of each individual file used to hold Journal data.intJournalMBean.getMaxJournalFilesNumber()Determine the maximum number of Journal files.longJournalMBean.getMaxPoolSize()Determine the maximum size (in bytes) of the buffers that can be held by the pool.longJournalMBean.getMaxTotalRam()Determine the total amount, in bytes, of RAM that will be used for the Journal.intJournalMBean.getMaxValueSize()Determine the maximum allowable size, in bytes, of a Binary value.intJournalMBean.getPoolSize()Determine the size (in bytes) of the buffers that are currently available in the pool.longJournalMBean.getTotalDataSize()Determine the amount of data currently stored by this Journal.longJournalMBean.getTotalFileSize()Determine the number of bytes in the Journal files for this Journal.booleanJournalMBean.isNioRam()Determine if the journal will use direct buffers (NIO RAM) instead of on-heap buffers (byte arrays).voidJournalMBean.resetStatistics()Reset the journal statistics.Method parameters in com.tangosol.io.journal with annotations of type DescriptionModifier and TypeMethodDescriptionvoidJournalMBean.compact(boolean fRegular) Execute either a regular or exhaustive compaction on the journal based on the provided parameter. -
Uses of Description in com.tangosol.net.management
Classes in com.tangosol.net.management with annotations of type DescriptionMethods in com.tangosol.net.management with annotations of type DescriptionModifier and TypeMethodDescriptionViewMBean.getFilter()longViewMBean.getReconnectInterval()Return the reconnection interval (in milliseconds).longViewMBean.getSize()Returns the number of key-value mappings in this cache.ViewMBean.getTransformer()Obtain the transformer that thisContinuousQueryCacheis using to transform the results from the underlying cache prior to storing them locally.ViewMBean.getViewName()Returns name of this cache.booleanViewMBean.isCacheValues()Determine if thisContinuousQueryCachecaches values locally.booleanViewMBean.isReadOnly()Determine if thisContinuousQueryCachedisallows data modification operations.booleanViewMBean.isTransformed()Determine if thisContinuousQueryCachetransforms values. -
Uses of Description in com.tangosol.net.partition
Classes in com.tangosol.net.partition with annotations of type DescriptionModifier and TypeInterfaceDescriptioninterfaceStandard MBean interface that exposes management attributes and operations for aSimpleAssignmentStrategyused by aPartitionedService.Methods in com.tangosol.net.partition with annotations of type DescriptionModifier and TypeMethodDescriptionlongSimpleStrategyMBean.getAveragePartitionSizeKB()Get the average partition storage size.longSimpleStrategyMBean.getAverageStorageSizeKB()Get the average node storage size.intSimpleStrategyMBean.getBackupCount()Get the configured number of backups.intSimpleStrategyMBean.getCoordinatorId()Get the node id of the ownership distribution coordinator.intSimpleStrategyMBean.getFairShareBackup()Get the number of backup partitions per storage-enabled service member that this strategy will currently attempt to maintain.intSimpleStrategyMBean.getFairSharePrimary()Get the number of primary partitions per storage-enabled service member that this strategy will currently attempt to maintain.SimpleStrategyMBean.getHAStatus()The High Availability status for the service.intSimpleStrategyMBean.getHAStatusCode()The High Availability status for the service as an integer.SimpleStrategyMBean.getHATarget()The High Availability status that this strategy attempts to achieve.SimpleStrategyMBean.getLastAnalysisTime()Get the last time a partition distribution analysis was performed.intSimpleStrategyMBean.getMaxLoadNodeId()Get the node id with the maximum storage size.longSimpleStrategyMBean.getMaxPartitionSizeKB()Get the maximum partition storage size.longSimpleStrategyMBean.getMaxStorageSizeKB()Get maximum node storage size.intSimpleStrategyMBean.getPartitionCount()Get the configured number of partitions for the service.intSimpleStrategyMBean.getRemainingDistributionCount()Get the number of distributions (partition transfers) that remain to be completed before the service achieves the goals set by this strategy.intSimpleStrategyMBean.getServiceMachineCount()Get the number of machines that host storage-enabled nodes running this service.intSimpleStrategyMBean.getServiceNodeCount()Get the number of storage-enabled nodes running this service.intSimpleStrategyMBean.getServiceRackCount()Get the number of racks that host storage-enabled nodes running this service.intSimpleStrategyMBean.getServiceSiteCount()Get the number of sites that host storage-enabled nodes running this service.SimpleStrategyMBean.getStrategyName()Get name of the PartitionAssignmentStrategy in use.SimpleStrategyMBean.reportScheduledDistributions(boolean fVerbose) Report partitions that storage-enabled members are waiting to receive or still need to send in order to achieve distribution goal set by the strategy.Method parameters in com.tangosol.net.partition with annotations of type DescriptionModifier and TypeMethodDescriptionSimpleStrategyMBean.reportScheduledDistributions(boolean fVerbose) Report partitions that storage-enabled members are waiting to receive or still need to send in order to achieve distribution goal set by the strategy. -
Uses of Description in com.tangosol.persistence
Methods in com.tangosol.persistence with annotations of type DescriptionModifier and TypeMethodDescriptionvoidPersistenceManagerMBean.archiveSnapshot(String sName) Archive the snapshot to a centralized location.voidPersistenceManagerMBean.createSnapshot(String sName) Create a snapshot of the service with the specified name.voidPersistenceManagerMBean.forceRecovery()Proceed with recovery despite the dynamic quorum policy objections.intPersistenceManagerMBean.getCoordinatorId()Return the node id of the persistence coordinator.PersistenceManagerMBean.getOperationStatus()Return the status of the current operation issued by the persistence coordinator.String[]PersistenceManagerMBean.getSnapshots()Return a list of snapshots that are available for recovery.booleanPersistenceManagerMBean.isIdle()Specifies whether or not the persistence coordinator is idle.String[]PersistenceManagerMBean.listArchivedSnapshots()Return a list of archived snapshots that the configured archiver knows about.String[]PersistenceManagerMBean.listArchivedSnapshotStores(String sName) Return a list of stores for a given archived snapshot.voidPersistenceManagerMBean.recoverSnapshot(String sName) Recover the snapshot that was previously created with the specified name.voidPersistenceManagerMBean.removeArchivedSnapshot(String sName) Purge the archived snapshot from a centralized location.voidPersistenceManagerMBean.removeSnapshot(String sName) Remove the snapshot that was previously created with the specified name.voidPersistenceManagerMBean.retrieveArchivedSnapshot(String sName) Retrieve the archived snapshot from a centralized location.Method parameters in com.tangosol.persistence with annotations of type DescriptionModifier and TypeMethodDescriptionvoidPersistenceManagerMBean.archiveSnapshot(String sName) Archive the snapshot to a centralized location.voidPersistenceManagerMBean.createSnapshot(String sName) Create a snapshot of the service with the specified name.String[]PersistenceManagerMBean.listArchivedSnapshotStores(String sName) Return a list of stores for a given archived snapshot.voidPersistenceManagerMBean.recoverSnapshot(String sName) Recover the snapshot that was previously created with the specified name.voidPersistenceManagerMBean.removeArchivedSnapshot(String sName) Purge the archived snapshot from a centralized location.voidPersistenceManagerMBean.removeSnapshot(String sName) Remove the snapshot that was previously created with the specified name.voidPersistenceManagerMBean.retrieveArchivedSnapshot(String sName) Retrieve the archived snapshot from a centralized location. -
Uses of Description in com.tangosol.util
Methods in com.tangosol.util with annotations of type DescriptionModifier and TypeMethodDescriptionHealthCheck.getName()Returns the unique name of this health check.booleanHealthCheck.isLive()default booleanHealthCheck.isMemberHealthCheck()Returntrueif thisHealthCheckshould be included when working out this Coherence member's health status.booleanHealthCheck.isReady()booleanHealthCheck.isSafe()Returnstrueif the resource represented by thisHealthCheckis in a safe state to allow a rolling upgrade to proceed, otherwise returnsfalse.booleanHealthCheck.isStarted()