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 TypeInterfaceDescriptioninterface
ExecutorMBean provides a monitor interface for theExecutor
statistics.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.int
ExecutorMBean.getStateCode()
Get the state of the executor as an integer.long
ExecutorMBean.getTasksCompletedCount()
Get the completed tasks count for the executor.long
ExecutorMBean.getTasksInProgressCount()
Get the in progress tasks count for the executor.long
ExecutorMBean.getTasksRejectedCount()
Get the number of tasks rejected by the executor.boolean
ExecutorMBean.isTraceLogging()
Return a boolean to indicate whether the executor trace logging is enabled (true) or not (false).void
ExecutorMBean.resetStatistics()
Reset the statistics.void
ExecutorMBean.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 TypeInterfaceDescriptioninterface
AJournalMBean
is an MBean interface providing statistics for a Journal Resource Manager as implemented by eitherFlashJournalRM
orRamJournalRM
implementations.Methods in com.tangosol.io.journal with annotations of type DescriptionModifier and TypeMethodDescriptionvoid
JournalMBean.compact
(boolean fRegular) Execute either a regular or exhaustive compaction on the journal based on the provided parameter.int
JournalMBean.getBacklogCount()
Determine the number of serialized values that have not yet been persisted to disk.int
JournalMBean.getBacklogSize()
Determine the total size in bytes of the serialized values that have not yet been persisted to disk.int
JournalMBean.getBinaryStoreCount()
Determine the number of active BinaryStore objects that are using this Journal.int
JournalMBean.getBufferSize()
Determine the size of the buffers used to write a chunk of data at a time to an underlying journal file.double
JournalMBean.getCollectorLoadFactor()
Determine the load factor threshold at which files become eligible for garbage collection (compaction).int
JournalMBean.getCompactionCount()
Determine the number of compactions (garbage collections) performed by this journal.double
JournalMBean.getCurrentCollectorLoadFactor()
Determine the current load factor threshold for the journal.int
JournalMBean.getExhaustiveCompactionCount()
Determine the total number of exhaustive compactions performed by the collector.long
JournalMBean.getExhaustiveCompactionTime()
Return the total amount time spent performing exhaustive compaction.int
JournalMBean.getFileCount()
Determine the number of Journal files used by this Journal.double
JournalMBean.getHighestLoadFactor()
Determine the high-water mark load factor for the entire journal.int
JournalMBean.getHighFileCount()
Determine the high file count for this Journal.int
JournalMBean.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.long
JournalMBean.getMaxFileSize()
Determine the maximum allowable size, in bytes, of each individual file used to hold Journal data.int
JournalMBean.getMaxJournalFilesNumber()
Determine the maximum number of Journal files.long
JournalMBean.getMaxPoolSize()
Determine the maximum size (in bytes) of the buffers that can be held by the pool.long
JournalMBean.getMaxTotalRam()
Determine the total amount, in bytes, of RAM that will be used for the Journal.int
JournalMBean.getMaxValueSize()
Determine the maximum allowable size, in bytes, of a Binary value.int
JournalMBean.getPoolSize()
Determine the size (in bytes) of the buffers that are currently available in the pool.long
JournalMBean.getTotalDataSize()
Determine the amount of data currently stored by this Journal.long
JournalMBean.getTotalFileSize()
Determine the number of bytes in the Journal files for this Journal.boolean
JournalMBean.isNioRam()
Determine if the journal will use direct buffers (NIO RAM) instead of on-heap buffers (byte arrays).void
JournalMBean.resetStatistics()
Reset the journal statistics.Method parameters in com.tangosol.io.journal with annotations of type DescriptionModifier and TypeMethodDescriptionvoid
JournalMBean.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()
long
ViewMBean.getReconnectInterval()
Return the reconnection interval (in milliseconds).long
ViewMBean.getSize()
Returns the number of key-value mappings in this cache.ViewMBean.getTransformer()
Obtain the transformer that thisContinuousQueryCache
is using to transform the results from the underlying cache prior to storing them locally.ViewMBean.getViewName()
Returns name of this cache.boolean
ViewMBean.isCacheValues()
Determine if thisContinuousQueryCache
caches values locally.boolean
ViewMBean.isReadOnly()
Determine if thisContinuousQueryCache
disallows data modification operations.boolean
ViewMBean.isTransformed()
Determine if thisContinuousQueryCache
transforms values. -
Uses of Description in com.tangosol.net.partition
Classes in com.tangosol.net.partition with annotations of type DescriptionModifier and TypeInterfaceDescriptioninterface
Standard MBean interface that exposes management attributes and operations for aSimpleAssignmentStrategy
used by aPartitionedService
.Methods in com.tangosol.net.partition with annotations of type DescriptionModifier and TypeMethodDescriptionlong
SimpleStrategyMBean.getAveragePartitionSizeKB()
Get the average partition storage size.long
SimpleStrategyMBean.getAverageStorageSizeKB()
Get the average node storage size.int
SimpleStrategyMBean.getBackupCount()
Get the configured number of backups.int
SimpleStrategyMBean.getCoordinatorId()
Get the node id of the ownership distribution coordinator.int
SimpleStrategyMBean.getFairShareBackup()
Get the number of backup partitions per storage-enabled service member that this strategy will currently attempt to maintain.int
SimpleStrategyMBean.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.int
SimpleStrategyMBean.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.int
SimpleStrategyMBean.getMaxLoadNodeId()
Get the node id with the maximum storage size.long
SimpleStrategyMBean.getMaxPartitionSizeKB()
Get the maximum partition storage size.long
SimpleStrategyMBean.getMaxStorageSizeKB()
Get maximum node storage size.int
SimpleStrategyMBean.getPartitionCount()
Get the configured number of partitions for the service.int
SimpleStrategyMBean.getRemainingDistributionCount()
Get the number of distributions (partition transfers) that remain to be completed before the service achieves the goals set by this strategy.int
SimpleStrategyMBean.getServiceMachineCount()
Get the number of machines that host storage-enabled nodes running this service.int
SimpleStrategyMBean.getServiceNodeCount()
Get the number of storage-enabled nodes running this service.int
SimpleStrategyMBean.getServiceRackCount()
Get the number of racks that host storage-enabled nodes running this service.int
SimpleStrategyMBean.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 TypeMethodDescriptionvoid
PersistenceManagerMBean.archiveSnapshot
(String sName) Archive the snapshot to a centralized location.void
PersistenceManagerMBean.createSnapshot
(String sName) Create a snapshot of the service with the specified name.void
PersistenceManagerMBean.forceRecovery()
Proceed with recovery despite the dynamic quorum policy objections.int
PersistenceManagerMBean.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.boolean
PersistenceManagerMBean.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.void
PersistenceManagerMBean.recoverSnapshot
(String sName) Recover the snapshot that was previously created with the specified name.void
PersistenceManagerMBean.removeArchivedSnapshot
(String sName) Purge the archived snapshot from a centralized location.void
PersistenceManagerMBean.removeSnapshot
(String sName) Remove the snapshot that was previously created with the specified name.void
PersistenceManagerMBean.retrieveArchivedSnapshot
(String sName) Retrieve the archived snapshot from a centralized location.Method parameters in com.tangosol.persistence with annotations of type DescriptionModifier and TypeMethodDescriptionvoid
PersistenceManagerMBean.archiveSnapshot
(String sName) Archive the snapshot to a centralized location.void
PersistenceManagerMBean.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.void
PersistenceManagerMBean.recoverSnapshot
(String sName) Recover the snapshot that was previously created with the specified name.void
PersistenceManagerMBean.removeArchivedSnapshot
(String sName) Purge the archived snapshot from a centralized location.void
PersistenceManagerMBean.removeSnapshot
(String sName) Remove the snapshot that was previously created with the specified name.void
PersistenceManagerMBean.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.boolean
HealthCheck.isLive()
default boolean
HealthCheck.isMemberHealthCheck()
Returntrue
if thisHealthCheck
should be included when working out this Coherence member's health status.boolean
HealthCheck.isReady()
boolean
HealthCheck.isSafe()
Returnstrue
if the resource represented by thisHealthCheck
is in a safe state to allow a rolling upgrade to proceed, otherwise returnsfalse
.boolean
HealthCheck.isStarted()