| Package | Description |
|---|---|
| org.gridgain.client.router |
Public API for rest protocol router.
|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.cache.eviction.fifo |
Contains cache FIFO eviction policy implementations.
|
| org.gridgain.grid.cache.eviction.lru |
Contains cache LRU eviction policy implementations.
|
| org.gridgain.grid.cache.eviction.random |
Contains cache randomized eviction policy implementations.
|
| org.gridgain.grid.dr.hub.receiver |
Data center replication-related interfaces and classes for receiver hubs. |
| org.gridgain.grid.dr.hub.sender |
Data center replication-related interfaces and classes for sender hubs. |
| org.gridgain.grid.kernal |
Contains main implementation.
|
| org.gridgain.grid.spi |
Contains common classes and interfaces for SPI implementations.
|
| org.gridgain.grid.spi.authentication.noop |
Contains default no-op implementation for authentication SPI.
|
| org.gridgain.grid.spi.checkpoint.cache |
Contains cache-based implementation for checkpoint SPI.
|
| org.gridgain.grid.spi.checkpoint.jdbc |
Contains JDBC implementation for checkpoint SPI.
|
| org.gridgain.grid.spi.checkpoint.sharedfs |
Contains shared file system implementation for checkpoint SPI.
|
| org.gridgain.grid.spi.collision.fifoqueue |
Contains FIFO based collision SPI implementation.
|
| org.gridgain.grid.spi.collision.jobstealing |
Contains job stealing collision SPI implementation.
|
| org.gridgain.grid.spi.collision.priorityqueue |
Contains priority based collision SPI implementation.
|
| org.gridgain.grid.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
| org.gridgain.grid.spi.deployment.local |
Contains default local deployment SPI implementation.
|
| org.gridgain.grid.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.gridgain.grid.spi.eventstorage.memory |
Contains default in-memory implementation for event storage SPI.
|
| org.gridgain.grid.spi.failover.always |
Contains default "always" failover SPI.
|
| org.gridgain.grid.spi.failover.jobstealing |
Contains job stealing failover SPI.
|
| org.gridgain.grid.spi.failover.never |
Contains "never" failover SPI.
|
| org.gridgain.grid.spi.loadbalancing.adaptive |
Contains adaptive load balancing SPI.
|
| org.gridgain.grid.spi.loadbalancing.roundrobin |
Contains default round-robin implementation for load balancing SPI.
|
| org.gridgain.grid.spi.loadbalancing.weightedrandom |
Contains weighted random-base implementation for load balancing SPI.
|
| org.gridgain.grid.spi.securesession.noop |
Contains default no-op implementation for secure session SPI.
|
| org.gridgain.grid.spi.swapspace.file |
Contains file-based swap space SPI.
|
| org.gridgain.grid.streamer |
Contains main Streaming APIs.
|
| org.gridgain.grid.streamer.index |
Contains APIs for indexing of streamer windows.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridTcpRouterMBean
MBean interface for TCP router.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridTcpRouterMBean.getHost()
Gets host for TCP binary protocol server.
|
int |
GridTcpRouterMBean.getPort()
Gets port for TCP binary protocol server.
|
long |
GridTcpRouterMBean.getReceivedCount()
Returns number of messages received by this router.
|
long |
GridTcpRouterMBean.getSendCount()
Returns number of responses returned by this router.
|
Collection<String> |
GridTcpRouterMBean.getServers()
Gets list of server addresses where router's embedded client should connect.
|
boolean |
GridTcpRouterMBean.isSslClientAuth()
Gets a flag indicating whether or not remote clients will be required to have a valid SSL certificate which
validity will be verified with trust manager.
|
boolean |
GridTcpRouterMBean.isSslEnabled()
Gets a flag indicating whether or not remote clients will be required to have a valid SSL certificate which
validity will be verified with trust manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridExecutorServiceMBean
MBean that provides access to information about executor service.
|
interface |
GridGainMBean
This interface defines JMX view on
GridGain. |
interface |
GridKernalMBean
This interface defines JMX view on kernal.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridKernalMBean.executeTask(String taskName,
String arg)
A shortcut method that executes given task assuming single
java.lang.String argument
and java.lang.String return type. |
int |
GridExecutorServiceMBean.getActiveCount()
Returns the approximate number of threads that are actively executing tasks.
|
String |
GridKernalMBean.getAuthenticationSpiFormatted()
Gets a formatted instance of fully configured authentication SPI implementation.
|
float |
GridNodeMetrics.getAverageActiveJobs()
Gets average number of active jobs concurrently executing on the node.
|
float |
GridNodeMetrics.getAverageCancelledJobs()
Gets average number of cancelled jobs this node ever had running
concurrently.
|
double |
GridNodeMetrics.getAverageCpuLoad()
Gets average of CPU load values over all metrics kept in the history.
|
double |
GridNodeMetrics.getAverageJobExecuteTime()
Gets average time a job takes to execute on the node.
|
double |
GridNodeMetrics.getAverageJobWaitTime()
Gets average time jobs spend waiting in the queue to be executed.
|
float |
GridNodeMetrics.getAverageRejectedJobs()
Gets average number of jobs this node rejects during collision resolution operations.
|
float |
GridNodeMetrics.getAverageWaitingJobs()
Gets average number of waiting jobs this node had queued.
|
float |
GridNodeMetrics.getBusyTimePercentage()
Gets percentage of time this node is busy executing jobs vs.
|
String |
GridKernalMBean.getCheckpointSpiFormatted()
Gets a formatted instance of configured checkpoint SPI implementation.
|
String |
GridKernalMBean.getCollisionSpiFormatted()
Gets a formatted instance of configured collision SPI implementations.
|
String |
GridKernalMBean.getCommunicationSpiFormatted()
Gets a formatted instance of fully configured SPI communication implementation.
|
long |
GridExecutorServiceMBean.getCompletedTaskCount()
Returns the approximate total number of tasks that have completed execution.
|
String |
GridKernalMBean.getCopyright()
Gets copyright statement for GridGain product.
|
int |
GridExecutorServiceMBean.getCorePoolSize()
Returns the core number of threads.
|
int |
GridNodeMetrics.getCurrentActiveJobs()
Gets number of currently active jobs concurrently executing on the node.
|
int |
GridNodeMetrics.getCurrentCancelledJobs()
Gets number of cancelled jobs that are still running.
|
double |
GridNodeMetrics.getCurrentCpuLoad()
Returns the CPU usage usage in
[0, 1] range. |
int |
GridNodeMetrics.getCurrentDaemonThreadCount()
Returns the current number of live daemon threads.
|
double |
GridNodeMetrics.getCurrentGcCpuLoad()
Returns average time spent in CG since the last update.
|
long |
GridNodeMetrics.getCurrentIdleTime()
Gets time this node spend idling since executing last job.
|
long |
GridNodeMetrics.getCurrentJobExecuteTime()
Gets longest time a current job has been executing for.
|
long |
GridNodeMetrics.getCurrentJobWaitTime()
Gets current time an oldest jobs has spent waiting to be executed.
|
int |
GridNodeMetrics.getCurrentRejectedJobs()
Gets number of jobs rejected after more recent collision resolution operation.
|
int |
GridNodeMetrics.getCurrentThreadCount()
Returns the current number of live threads including both
daemon and non-daemon threads.
|
int |
GridNodeMetrics.getCurrentWaitingJobs()
Gets number of queued jobs currently waiting to be executed.
|
String |
GridKernalMBean.getDeploymentSpiFormatted()
Gets a formatted instance of fully configured deployment SPI implementation.
|
String |
GridKernalMBean.getDiscoverySpiFormatted()
Gets a formatted instance of configured discovery SPI implementation.
|
String |
GridKernalMBean.getEventStorageSpiFormatted()
Gets a formatted instance of fully configured event SPI implementation.
|
String |
GridKernalMBean.getExecutorServiceFormatted()
Gets a formatted instance of fully configured thread pool that is used in grid.
|
String |
GridKernalMBean.getFailoverSpiFormatted()
Gets a formatted instance of fully configured failover SPI implementations.
|
String |
GridKernalMBean.getFullVersion()
Gets string presentation of the version.
|
String |
GridKernalMBean.getGridGainHome()
Gets GridGain installation home folder.
|
String |
GridKernalMBean.getGridLoggerFormatted()
Gets a formatted instance of logger that is in grid.
|
long |
GridNodeMetrics.getHeapMemoryCommitted()
Returns the amount of heap memory in bytes that is committed for
the JVM to use.
|
long |
GridNodeMetrics.getHeapMemoryInitialized()
Returns the amount of heap memory in bytes that the JVM
initially requests from the operating system for memory management.
|
long |
GridNodeMetrics.getHeapMemoryMaximum()
Returns the maximum amount of heap memory in bytes that can be
used for memory management.
|
long |
GridNodeMetrics.getHeapMemoryUsed()
Returns the current heap size that is used for object allocation.
|
float |
GridNodeMetrics.getIdleTimePercentage()
Gets percentage of time this node is idling vs.
|
String |
GridKernalMBean.getInstanceName()
Gets optional kernal instance name.
|
String |
GridKernalMBean.getJdkInformation()
Gets JDK information.
|
long |
GridExecutorServiceMBean.getKeepAliveTime()
Returns the thread keep-alive time, which is the amount of time which threads
in excess of the core pool size may remain idle before being terminated.
|
int |
GridExecutorServiceMBean.getLargestPoolSize()
Returns the largest number of threads that have ever
simultaneously been in the pool.
|
long |
GridNodeMetrics.getLastDataVersion()
In-Memory Data Grid assigns incremental versions to all cache operations.
|
long |
GridNodeMetrics.getLastUpdateTime()
Gets last update time of this node metrics.
|
String |
GridKernalMBean.getLicenseFilePath()
Gets file path of the license.
|
Collection<String> |
GridKernalMBean.getLifecycleBeansFormatted()
Gets
toString() representation of of lifecycle beans configured
with GridGain. |
String |
GridKernalMBean.getLoadBalancingSpiFormatted()
Gets a formatted instance of fully configured load balancing SPI implementations.
|
UUID |
GridKernalMBean.getLocalNodeId()
Unique identifier for this node within grid.
|
int |
GridNodeMetrics.getMaximumActiveJobs()
Gets maximum number of jobs that ever ran concurrently on this node.
|
int |
GridNodeMetrics.getMaximumCancelledJobs()
Gets maximum number of cancelled jobs this node ever had running
concurrently.
|
long |
GridNodeMetrics.getMaximumJobExecuteTime()
Gets time it took to execute the longest job on the node.
|
long |
GridNodeMetrics.getMaximumJobWaitTime()
Gets maximum time a job ever spent waiting in a queue to be executed.
|
int |
GridExecutorServiceMBean.getMaximumPoolSize()
Returns the maximum allowed number of threads.
|
int |
GridNodeMetrics.getMaximumRejectedJobs()
Gets maximum number of jobs rejected at once during a single collision resolution
operation.
|
int |
GridNodeMetrics.getMaximumThreadCount()
Returns the maximum live thread count since the JVM
started or peak was reset.
|
int |
GridNodeMetrics.getMaximumWaitingJobs()
Gets maximum number of waiting jobs this node had.
|
String |
GridKernalMBean.getMBeanServerFormatted()
Gets a formatted instance of MBean server instance.
|
long |
GridNodeMetrics.getNonHeapMemoryCommitted()
Returns the amount of non-heap memory in bytes that is committed for
the JVM to use.
|
long |
GridNodeMetrics.getNonHeapMemoryInitialized()
Returns the amount of non-heap memory in bytes that the JVM
initially requests from the operating system for memory management.
|
long |
GridNodeMetrics.getNonHeapMemoryMaximum()
Returns the maximum amount of non-heap memory in bytes that can be
used for memory management.
|
long |
GridNodeMetrics.getNonHeapMemoryUsed()
Returns the current non-heap memory size that is used by Java VM.
|
String |
GridKernalMBean.getOsInformation()
Gets OS information.
|
String |
GridKernalMBean.getOsUser()
Gets OS user.
|
int |
GridNodeMetrics.getOutboundMessagesQueueSize()
Gets outbound messages queue size.
|
int |
GridExecutorServiceMBean.getPoolSize()
Returns the current number of threads in the pool.
|
int |
GridExecutorServiceMBean.getQueueSize()
Gets current size of the execution queue.
|
long |
GridNodeMetrics.getReceivedBytesCount()
Gets received bytes count.
|
int |
GridNodeMetrics.getReceivedMessagesCount()
Gets received messages count.
|
String |
GridExecutorServiceMBean.getRejectedExecutionHandlerClass()
Returns the class name of current rejection handler.
|
String |
GridKernalMBean.getSecureSessionSpiFormatted()
Gets a formatted instance of fully configured secure session SPI implementation.
|
long |
GridNodeMetrics.getSentBytesCount()
Gets sent bytes count.
|
int |
GridNodeMetrics.getSentMessagesCount()
Gets sent messages count.
|
long |
GridNodeMetrics.getStartTime()
Returns the start time of the JVM in milliseconds.
|
long |
GridKernalMBean.getStartTimestamp()
Get start timestamp of the kernal.
|
String |
GridKernalMBean.getStartTimestampFormatted()
Gets string presentation of the kernal start timestamp.
|
String |
GridGainMBean.getState()
Gets state of default grid instance.
|
String |
GridGainMBean.getState(String name)
Gets state for a given grid instance.
|
String |
GridKernalMBean.getSwapSpaceSpiFormatted()
Gets a formatted instance of configured swapspace SPI implementations.
|
long |
GridExecutorServiceMBean.getTaskCount()
Returns the approximate total number of tasks that have been scheduled
for execution.
|
String |
GridExecutorServiceMBean.getThreadFactoryClass()
Returns the class name of thread factory used to create new threads.
|
long |
GridNodeMetrics.getTotalBusyTime()
Gets total time this node spent executing jobs.
|
int |
GridNodeMetrics.getTotalCancelledJobs()
Gets number of cancelled jobs since node startup.
|
int |
GridNodeMetrics.getTotalCpus()
Returns the number of CPUs available to the Java Virtual Machine.
|
int |
GridNodeMetrics.getTotalExecutedJobs()
Gets total number of jobs handled by the node since node startup.
|
int |
GridNodeMetrics.getTotalExecutedTasks()
Gets total number of tasks handled by the node.
|
long |
GridNodeMetrics.getTotalIdleTime()
Gets total time this node spent idling (not executing any jobs).
|
int |
GridNodeMetrics.getTotalRejectedJobs()
Gets total number of jobs this node rejects during collision resolution operations since node startup.
|
long |
GridNodeMetrics.getTotalStartedThreadCount()
Returns the total number of threads created and also started
since the JVM started.
|
long |
GridNodeMetrics.getUpTime()
Returns the uptime of the JVM in milliseconds.
|
long |
GridKernalMBean.getUpTime()
Gets up-time of the kernal.
|
String |
GridKernalMBean.getUpTimeFormatted()
Gets string presentation of up-time for the kernal.
|
Collection<String> |
GridKernalMBean.getUserAttributesFormatted()
Gets a collection of formatted user-defined attributes added to this node.
|
String |
GridKernalMBean.getVmName()
Gets VM name.
|
boolean |
GridKernalMBean.isPeerClassLoadingEnabled()
Returns
true if peer class loading is enabled, false
otherwise. |
boolean |
GridExecutorServiceMBean.isShutdown()
Returns
true if this executor has been shut down. |
boolean |
GridExecutorServiceMBean.isTerminated()
Returns
true if all tasks have completed following shut down. |
boolean |
GridExecutorServiceMBean.isTerminating()
Returns
true if this executor is in the process of terminating after
shutdown() or shutdownNow() but has not completely terminated. |
boolean |
GridKernalMBean.pingNode(String nodeId)
Pings node with given node ID to see whether it is alive.
|
boolean |
GridKernalMBean.pingNodeByAddress(String host)
Pings node with given host name to see if it is alive.
|
boolean |
GridKernalMBean.removeCheckpoint(String key)
This method allows manually remove the checkpoint with given
key. |
void |
GridGainMBean.restart(boolean cancel)
Restart JVM.
|
boolean |
GridGainMBean.stop(boolean cancel)
Stops default grid instance.
|
boolean |
GridGainMBean.stop(String name,
boolean cancel)
Stops named grid.
|
void |
GridGainMBean.stopAll(boolean cancel)
Stops all started grids.
|
void |
GridKernalMBean.undeployTaskFromGrid(String taskName)
Makes the best attempt to undeploy a task from the whole grid.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheMBean
This interface defines JMX view on
GridCache. |
| Modifier and Type | Method and Description |
|---|---|
int |
GridCacheMBean.getDhtEvictQueueCurrentSize()
Gets current size of evict queue used to batch up evictions.
|
int |
GridCacheMBean.getDrBackupQueueSize()
Gets size of data center replication backup queue.
|
int |
GridCacheMBean.getDrBatchWaitingAcknowledgeCount()
Gets count of data center replication batches awaiting acknowledge from sender hub.
|
int |
GridCacheMBean.getDrBatchWaitingSendCount()
Gets count of data center replication batches awaiting to be send.
|
int |
GridCacheMBean.getDrQueuedKeysCount()
Gets count of keys enqueued for data center replication.
|
int |
GridCacheMBean.getDrSenderHubsCount()
Gets count of available data center replication sender hubs.
|
int |
GridCacheMBean.getKeySize()
Gets number of keys in the cache, possibly with
null values. |
long |
GridCacheMBean.getOffHeapAllocatedSize()
Gets memory size allocated in off-heap.
|
long |
GridCacheMBean.getOffHeapEntriesCount()
Gets number of entries stored in off-heap memory.
|
long |
GridCacheMBean.getOverflowSize()
Gets number of entries that was swapped to disk.
|
int |
GridCacheMBean.getSize()
Returns number of non-
null values in the cache. |
int |
GridCacheMBean.getTxCommitQueueSize()
Gets committed transaction queue size.
|
int |
GridCacheMBean.getTxCommittedVersionsSize()
Gets number of cached committed transaction IDs.
|
int |
GridCacheMBean.getTxDhtCommitQueueSize()
Gets committed DHT transaction queue size.
|
int |
GridCacheMBean.getTxDhtCommittedVersionsSize()
Gets number of cached committed DHT transaction IDs.
|
int |
GridCacheMBean.getTxDhtPrepareQueueSize()
Gets prepared DHT transaction queue size.
|
int |
GridCacheMBean.getTxDhtRolledbackVersionsSize()
Gets number of cached rolled back DHT transaction IDs.
|
int |
GridCacheMBean.getTxDhtStartVersionCountsSize()
Gets DHT start version counts map size.
|
int |
GridCacheMBean.getTxDhtThreadMapSize()
Gets transaction DHT per-thread map size.
|
int |
GridCacheMBean.getTxDhtXidMapSize()
Gets transaction DHT per-Xid map size.
|
int |
GridCacheMBean.getTxPrepareQueueSize()
Gets prepared transaction queue size.
|
int |
GridCacheMBean.getTxRolledbackVersionsSize()
Gets number of cached rolled back transaction IDs.
|
int |
GridCacheMBean.getTxStartVersionCountsSize()
Gets start version counts map size.
|
int |
GridCacheMBean.getTxThreadMapSize()
Gets transaction per-thread map size.
|
int |
GridCacheMBean.getTxXidMapSize()
Gets transaction per-Xid map size.
|
int |
GridCacheMBean.getWriteBehindBufferSize()
Gets count of entries that were processed by the write-behind store and have not been
flushed to the underlying store yet.
|
int |
GridCacheMBean.getWriteBehindCriticalOverflowCount()
Gets count of write buffer overflow events in progress at the moment.
|
int |
GridCacheMBean.getWriteBehindErrorRetryCount()
Gets count of cache entries that are in a store-retry state.
|
long |
GridCacheMBean.getWriteBehindFlushFrequency()
Gets the cache flush frequency.
|
int |
GridCacheMBean.getWriteBehindFlushSize()
Gets the maximum size of the write-behind buffer.
|
int |
GridCacheMBean.getWriteBehindFlushThreadCount()
Gets the number of flush threads that will perform store update operations.
|
int |
GridCacheMBean.getWriteBehindStoreBatchSize()
Gets the maximum count of similar (put or remove) operations that can be grouped to a single batch.
|
int |
GridCacheMBean.getWriteBehindTotalCriticalOverflowCount()
Gets count of write buffer overflow events since initialization.
|
boolean |
GridCacheMBean.isEmpty()
Returns
true if this cache is empty. |
boolean |
GridCacheMBean.isWriteBehindEnabled()
Returns
True if write-behind is enabled. |
String |
GridCacheMBean.metricsFormatted()
Gets metrics (statistics) for this cache.
|
String |
GridCacheMBean.name()
Gets name of this cache.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheFifoEvictionPolicyMBean
MBean for
FIFO eviction policy. |
| Modifier and Type | Method and Description |
|---|---|
int |
GridCacheFifoEvictionPolicyMBean.getCurrentSize()
Gets current queue size.
|
int |
GridCacheFifoEvictionPolicyMBean.getMaxSize()
Gets maximum allowed cache size.
|
String |
GridCacheFifoEvictionPolicyMBean.getMetaAttributeName()
Gets name of metadata attribute used to store eviction policy data.
|
void |
GridCacheFifoEvictionPolicyMBean.setMaxSize(int max)
Sets maximum allowed cache size.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheLruEvictionPolicyMBean
MBean for
LRU eviction policy. |
| Modifier and Type | Method and Description |
|---|---|
int |
GridCacheLruEvictionPolicyMBean.getCurrentSize()
Gets current queue size.
|
int |
GridCacheLruEvictionPolicyMBean.getMaxSize()
Gets maximum allowed cache size.
|
String |
GridCacheLruEvictionPolicyMBean.getMetaAttributeName()
Gets name of metadata attribute used to store eviction policy data.
|
void |
GridCacheLruEvictionPolicyMBean.setMaxSize(int max)
Sets maximum allowed cache size.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheRandomEvictionPolicyMBean
MBean for
random eviction policy. |
| Modifier and Type | Method and Description |
|---|---|
int |
GridCacheRandomEvictionPolicyMBean.getMaxSize()
Gets maximum allowed cache size.
|
void |
GridCacheRandomEvictionPolicyMBean.setMaxSize(int max)
Sets maximum allowed cache size.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridDrReceiverHubMBean
This interface defines JMX view on data center replication receiver hub.
|
| Modifier and Type | Method and Description |
|---|---|
long |
GridDrReceiverHubMBean.getFlushFrequency()
Gets data center replication data loader flush frequency.
|
long |
GridDrReceiverHubMBean.getIdleTimeout()
Gets idle timeout for sender hub socket connection.
|
String |
GridDrReceiverHubMBean.getLocalInboundHost()
Gets local host name receiving hub server is bound to.
|
int |
GridDrReceiverHubMBean.getLocalInboundPort()
Gets local port receiver hub is bound to.
|
int |
GridDrReceiverHubMBean.getMessageQueueLimit()
Gets message queue limit for incoming and outgoing messages.
|
int |
GridDrReceiverHubMBean.getPerNodeBufferSize()
Gets data center replication data loader per node buffer size.
|
int |
GridDrReceiverHubMBean.getPerNodeParallelLoadOperations()
Gets per node parallel load operations.
|
int |
GridDrReceiverHubMBean.getSelectorCount()
Gets number of selector threads in receiver hub's TCP server.
|
int |
GridDrReceiverHubMBean.getWorkerThreads()
Gets number of threads responsible for sender hub requests processing.
|
long |
GridDrReceiverHubMBean.getWriteTimeout()
Gets write timeout for sender hub socket connection.
|
boolean |
GridDrReceiverHubMBean.isDirectBuffer()
Whether to use direct buffer when processing sender hub requests.
|
boolean |
GridDrReceiverHubMBean.isTcpNodelay()
Whether to use TCP_NODELAY mode.
|
String |
GridDrReceiverHubMBean.metricsFormatted()
Get metrics (statistics) for this receiver hub.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridDrSenderHubMBean
This interface defines JMX view on data center replication sender hub.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridDrSenderHubMBean.getCacheNames()
Gets cache names this sender hub works with.
|
long |
GridDrSenderHubMBean.getHealthCheckFrequency()
Gets health check frequency in milliseconds.
|
int |
GridDrSenderHubMBean.getMaxErrors()
Maximum amount of errors received from remote data center sender hub node.
|
int |
GridDrSenderHubMBean.getMaxFailedConnectAttempts()
Gets maximum failed connection attempts.
|
int |
GridDrSenderHubMBean.getMaxQueueSize()
Gets maximum wait queue size.
|
long |
GridDrSenderHubMBean.getReadTimeout()
Gets read timeout in milliseconds.
|
long |
GridDrSenderHubMBean.getReconnectOnFailureTimeout()
Timeout after which node can be reconnected in case it was previously disconnected due to a failure.
|
long |
GridDrSenderHubMBean.getSystemRequestTimeout()
Gets system request timeout.
|
String |
GridDrSenderHubMBean.metricsFormatted()
Gets metrics (statistics) for this sender hub.
|
String |
GridDrSenderHubMBean.remoteDataCentersFormatted()
Gets formatted remote data centers configuration info.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridNodeMetricsMBean
MBean for local node metrics.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridSpiManagementMBean.getGridGainHome()
Gets Gridgain installation home folder (i.e.
|
UUID |
GridSpiManagementMBean.getLocalNodeId()
Gets ID of the local node.
|
String |
GridSpiManagementMBean.getName()
Gets name of the SPI.
|
long |
GridSpiManagementMBean.getStartTimestamp()
Get start timestamp of this SPI.
|
String |
GridSpiManagementMBean.getStartTimestampFormatted()
Gets string presentation of the start timestamp.
|
long |
GridSpiManagementMBean.getUpTime()
Gets up-time of this SPI in ms.
|
String |
GridSpiManagementMBean.getUpTimeFormatted()
Gets string presentation of up-time for this SPI.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridNoopAuthenticationSpiMBean
Management bean for
GridNoopAuthenticationSpi. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridCacheCheckpointSpiMBean
Management bean that provides general administrative and configuration information
about cache checkpoint SPI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridCacheCheckpointSpiMBean.getCacheName()
Gets cache name to be used by this SPI..
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridJdbcCheckpointSpiMBean
Management bean that provides general administrative and configuration information
about jdbc checkpoint SPI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridJdbcCheckpointSpiMBean.getCheckpointTableName()
Gets checkpoint table name.
|
String |
GridJdbcCheckpointSpiMBean.getDataSourceInfo()
Gets data source description.
|
String |
GridJdbcCheckpointSpiMBean.getExpireDateFieldName()
Gets expiration date field name for checkpoint table.
|
String |
GridJdbcCheckpointSpiMBean.getExpireDateFieldType()
Gets expiration date field type for checkpoint table.
|
String |
GridJdbcCheckpointSpiMBean.getKeyFieldName()
Gets key field name for checkpoint table.
|
String |
GridJdbcCheckpointSpiMBean.getKeyFieldType()
Gets key field type for checkpoint table.
|
int |
GridJdbcCheckpointSpiMBean.getNumberOfRetries()
Gets number of retries in case of DB failure.
|
String |
GridJdbcCheckpointSpiMBean.getPwd()
Gets checkpoint jdbc password.
|
String |
GridJdbcCheckpointSpiMBean.getUser()
Gets checkpoint jdbc user name.
|
String |
GridJdbcCheckpointSpiMBean.getValueFieldName()
Gets value field name for checkpoint table.
|
String |
GridJdbcCheckpointSpiMBean.getValueFieldType()
Gets value field type for checkpoint table.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridSharedFsCheckpointSpiMBean
Management bean that provides general administrative and configuration information
about shared file system checkpoints.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridSharedFsCheckpointSpiMBean.getCurrentDirectoryPath()
Gets path to the directory where all checkpoints are saved.
|
Collection<String> |
GridSharedFsCheckpointSpiMBean.getDirectoryPaths()
Gets collection of all configured paths where checkpoints can be saved.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridFifoQueueCollisionSpiMBean
Management bean that provides access to the FIFO queue collision SPI configuration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GridFifoQueueCollisionSpiMBean.getCurrentActiveJobsNumber()
Gets current number of jobs that are active, i.e.
|
int |
GridFifoQueueCollisionSpiMBean.getCurrentHeldJobsNumber()
Gets number of currently
'held' jobs. |
int |
GridFifoQueueCollisionSpiMBean.getCurrentRunningJobsNumber() |
int |
GridFifoQueueCollisionSpiMBean.getCurrentWaitJobsNumber()
Gets current number of jobs that wait for the execution.
|
int |
GridFifoQueueCollisionSpiMBean.getParallelJobsNumber()
Gets number of jobs that can be executed in parallel.
|
int |
GridFifoQueueCollisionSpiMBean.getWaitingJobsNumber()
Maximum number of jobs that are allowed to wait in waiting queue.
|
void |
GridFifoQueueCollisionSpiMBean.setParallelJobsNumber(int num)
Sets number of jobs that can be executed in parallel.
|
void |
GridFifoQueueCollisionSpiMBean.setWaitingJobsNumber(int num)
Sets maximum number of jobs that are allowed to wait in waiting queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridJobStealingCollisionSpiMBean
Management MBean for job stealing based collision SPI.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GridJobStealingCollisionSpiMBean.getActiveJobsThreshold()
Gets number of jobs that can be executed in parallel.
|
int |
GridJobStealingCollisionSpiMBean.getCurrentActiveJobsNumber()
Gets current number of jobs that are being executed.
|
int |
GridJobStealingCollisionSpiMBean.getCurrentHeldJobsNumber()
Gets number of currently
'held' jobs. |
int |
GridJobStealingCollisionSpiMBean.getCurrentJobsToStealNumber()
Gets current number of jobs to be stolen.
|
int |
GridJobStealingCollisionSpiMBean.getCurrentRunningJobsNumber() |
int |
GridJobStealingCollisionSpiMBean.getCurrentWaitJobsNumber()
Gets current number of jobs that wait for the execution.
|
int |
GridJobStealingCollisionSpiMBean.getMaximumStealingAttempts()
Gets maximum number of attempts to steal job by another node.
|
long |
GridJobStealingCollisionSpiMBean.getMessageExpireTime()
Message expire time configuration parameter.
|
Map<String,? extends Serializable> |
GridJobStealingCollisionSpiMBean.getStealingAttributes()
Configuration parameter to enable stealing to/from only nodes that
have these attributes set (see
GridNode.attribute(String) and
GridConfiguration.getUserAttributes() methods). |
int |
GridJobStealingCollisionSpiMBean.getTotalStolenJobsNumber()
Gets total number of stolen jobs.
|
int |
GridJobStealingCollisionSpiMBean.getWaitJobsThreshold()
Gets job count threshold at which this node will
start stealing jobs from other nodes.
|
boolean |
GridJobStealingCollisionSpiMBean.isStealingEnabled()
Gets flag indicating whether this node should attempt to steal jobs
from other nodes.
|
void |
GridJobStealingCollisionSpiMBean.setActiveJobsThreshold(int activeJobsTreshold)
Sets number of jobs that can be executed in parallel.
|
void |
GridJobStealingCollisionSpiMBean.setMaximumStealingAttempts(int maximumStealingAttempts)
Gets maximum number of attempts to steal job by another node.
|
void |
GridJobStealingCollisionSpiMBean.setMessageExpireTime(long msgExpireTime)
Message expire time configuration parameter.
|
void |
GridJobStealingCollisionSpiMBean.setStealingEnabled(boolean stealingEnabled)
Gets flag indicating whether this node should attempt to steal jobs
from other nodes.
|
void |
GridJobStealingCollisionSpiMBean.setWaitJobsThreshold(int waitJobsThreshold)
Sets job count threshold at which this node will
start stealing jobs from other nodes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridPriorityQueueCollisionSpiMBean
Management bean that provides access to the priority queue collision SPI configuration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GridPriorityQueueCollisionSpiMBean.getCurrentActiveJobsNumber()
Gets current number of jobs that are active, i.e.
|
int |
GridPriorityQueueCollisionSpiMBean.getCurrentHeldJobsNumber()
Gets number of currently
'held' jobs. |
int |
GridPriorityQueueCollisionSpiMBean.getCurrentRunningJobsNumber() |
int |
GridPriorityQueueCollisionSpiMBean.getCurrentWaitJobsNumber()
Gets current number of jobs that wait for the execution.
|
int |
GridPriorityQueueCollisionSpiMBean.getDefaultPriority()
Gets default priority to use if a job does not have priority attribute
set.
|
String |
GridPriorityQueueCollisionSpiMBean.getJobPriorityAttributeKey()
Gets key name of job priority attribute.
|
int |
GridPriorityQueueCollisionSpiMBean.getParallelJobsNumber()
Gets number of jobs that can be executed in parallel.
|
String |
GridPriorityQueueCollisionSpiMBean.getPriorityAttributeKey()
Gets key name of task priority attribute.
|
int |
GridPriorityQueueCollisionSpiMBean.getStarvationIncrement()
Gets value to increment job priority by every time a lower priority job gets
behind a higher priority job.
|
int |
GridPriorityQueueCollisionSpiMBean.getWaitingJobsNumber()
Maximum number of jobs that are allowed to wait in waiting queue.
|
boolean |
GridPriorityQueueCollisionSpiMBean.isStarvationPreventionEnabled()
Gets flag indicating whether job starvation prevention is enabled.
|
void |
GridPriorityQueueCollisionSpiMBean.setDefaultPriority(int priority)
Sets default priority to use if a job does not have priority attribute set.
|
void |
GridPriorityQueueCollisionSpiMBean.setParallelJobsNumber(int num)
Sets number of jobs that can be executed in parallel.
|
void |
GridPriorityQueueCollisionSpiMBean.setStarvationIncrement(int increment)
Sets value to increment job priority by every time a lower priority job gets
behind a higher priority job.
|
void |
GridPriorityQueueCollisionSpiMBean.setStarvationPreventionEnabled(boolean preventStarvation)
Sets flag indicating whether job starvation prevention is enabled.
|
void |
GridPriorityQueueCollisionSpiMBean.setWaitingJobsNumber(int num)
Maximum number of jobs that are allowed to wait in waiting queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridTcpCommunicationSpiMBean
MBean provide access to TCP-based communication SPI.
|
| Modifier and Type | Method and Description |
|---|---|
double |
GridTcpCommunicationSpiMBean.getBufferSizeRatio()
Gets the buffer size ratio for this SPI.
|
long |
GridTcpCommunicationSpiMBean.getConnectionBufferFlushFrequency()
Gets connection buffer flush frequency.
|
int |
GridTcpCommunicationSpiMBean.getConnectionBufferSize()
Gets connection buffer size.
|
long |
GridTcpCommunicationSpiMBean.getConnectTimeout()
Gets connect timeout used when establishing connection
with remote nodes.
|
long |
GridTcpCommunicationSpiMBean.getIdleConnectionTimeout()
Gets maximum idle connection time upon which idle connections
will be closed.
|
String |
GridTcpCommunicationSpiMBean.getLocalAddress()
Gets local host address for socket binding.
|
int |
GridTcpCommunicationSpiMBean.getLocalPort()
Gets local port for socket binding.
|
int |
GridTcpCommunicationSpiMBean.getLocalPortRange()
Gets maximum number of local ports tried if all previously
tried ports are occupied.
|
long |
GridTcpCommunicationSpiMBean.getMaxConnectTimeout()
Gets maximum connect timeout.
|
int |
GridTcpCommunicationSpiMBean.getMessageQueueLimit()
Gets message queue limit for incoming and outgoing messages.
|
int |
GridTcpCommunicationSpiMBean.getMinimumBufferedMessageCount()
Gets the minimum number of messages for this SPI, that are buffered
prior to sending.
|
int |
GridTcpCommunicationSpiMBean.getOutboundMessagesQueueSize()
Gets outbound messages queue size.
|
long |
GridTcpCommunicationSpiMBean.getReceivedBytesCount()
Gets received bytes count.
|
int |
GridTcpCommunicationSpiMBean.getReceivedMessagesCount()
Gets received messages count.
|
int |
GridTcpCommunicationSpiMBean.getReconnectCount()
Gets maximum number of reconnect attempts used when establishing connection
with remote nodes.
|
int |
GridTcpCommunicationSpiMBean.getSelectorsCount()
Gets count of selectors used in TCP server.
|
long |
GridTcpCommunicationSpiMBean.getSentBytesCount()
Gets sent bytes count.
|
int |
GridTcpCommunicationSpiMBean.getSentMessagesCount()
Gets sent messages count.
|
int |
GridTcpCommunicationSpiMBean.getSharedMemoryPort()
Gets local port for shared memory communication.
|
int |
GridTcpCommunicationSpiMBean.getSocketReceiveBuffer()
Gets receive buffer size for sockets created or accepted by this SPI.
|
int |
GridTcpCommunicationSpiMBean.getSocketSendBuffer()
Gets send buffer size for sockets created or accepted by this SPI.
|
boolean |
GridTcpCommunicationSpiMBean.isAsyncSend()
Gets flag defining whether asynchronous (NIO) or synchronous (blocking) IO
should be used to send messages.
|
boolean |
GridTcpCommunicationSpiMBean.isDirectBuffer()
Gets flag that indicates whether direct or heap allocated buffer is used.
|
boolean |
GridTcpCommunicationSpiMBean.isDirectSendBuffer()
Gets flag defining whether direct send buffer should be used.
|
boolean |
GridTcpCommunicationSpiMBean.isDualSocketConnection()
Gets flag indicating whether dual-socket connection between nodes should be enforced.
|
boolean |
GridTcpCommunicationSpiMBean.isTcpNoDelay()
Gets value for
TCP_NODELAY socket option. |
void |
GridTcpCommunicationSpiMBean.setConnectionBufferFlushFrequency(long connBufFlushFreq)
Sets connection buffer flush frequency.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridLocalDeploymentSpiMBean
Management MBean for
GridLocalDeploymentSpi SPI. |
| Modifier and Type | Method and Description |
|---|---|
long |
GridTcpDiscoverySpiMBean.getAckTimeout()
Gets message acknowledgement timeout.
|
long |
GridTcpDiscoverySpiMBean.getAvgMessageProcessingTime()
Gets avg message processing time.
|
UUID |
GridTcpDiscoverySpiMBean.getCoordinator()
Gets current coordinator.
|
long |
GridTcpDiscoverySpiMBean.getCoordinatorSinceTimestamp()
Gets time local node has been coordinator since.
|
long |
GridTcpDiscoverySpiMBean.getHeartbeatFrequency()
Gets delay between heartbeat messages sent by coordinator.
|
String |
GridTcpDiscoverySpiMBean.getIpFinderFormatted()
Gets
GridTcpDiscoveryIpFinder (string representation). |
long |
GridTcpDiscoverySpiMBean.getJoinTimeout()
Gets join timeout.
|
int |
GridTcpDiscoverySpiMBean.getLocalPort()
Gets local TCP port SPI listens to.
|
int |
GridTcpDiscoverySpiMBean.getLocalPortRange()
Gets local TCP port range.
|
long |
GridTcpDiscoverySpiMBean.getMaxAckTimeout()
Gets maximum message acknowledgement timeout.
|
long |
GridTcpDiscoverySpiMBean.getMaxMessageProcessingTime()
Gets max message processing time.
|
int |
GridTcpDiscoverySpiMBean.getMaxMissedHeartbeats()
Gets max heartbeats count node can miss without initiating status check.
|
int |
GridTcpDiscoverySpiMBean.getMessageWorkerQueueSize()
Gets message worker queue current size.
|
String |
GridTcpDiscoverySpiMBean.getMetricsStoreFormatted()
Gets
GridTcpDiscoveryMetricsStore (string representation). |
long |
GridTcpDiscoverySpiMBean.getNetworkTimeout()
Gets network timeout.
|
long |
GridTcpDiscoverySpiMBean.getNodesFailed()
Gets failed nodes count.
|
long |
GridTcpDiscoverySpiMBean.getNodesJoined()
Gets joined nodes count.
|
long |
GridTcpDiscoverySpiMBean.getNodesLeft()
Gets left nodes count.
|
long |
GridTcpDiscoverySpiMBean.getPendingMessagesDiscarded()
Gets pending messages discarded count.
|
long |
GridTcpDiscoverySpiMBean.getPendingMessagesRegistered()
Gets pending messages registered count.
|
Map<String,Integer> |
GridTcpDiscoverySpiMBean.getProcessedMessages()
Gets processed messages counts (grouped by type).
|
Map<String,Integer> |
GridTcpDiscoverySpiMBean.getReceivedMessages()
Gets received messages counts (grouped by type).
|
int |
GridTcpDiscoverySpiMBean.getReconnectCount()
Gets number of connection attempts.
|
long |
GridTcpDiscoverySpiMBean.getSocketTimeout()
Gets socket timeout.
|
String |
GridTcpDiscoverySpiMBean.getSpiState()
Gets current SPI state.
|
long |
GridTcpDiscoverySpiMBean.getStatisticsPrintFrequency()
Gets statistics print frequency.
|
long |
GridTcpDiscoverySpiMBean.getStoresCleanFrequency()
Gets stores (IP finder and metrics store) clean frequency.
|
int |
GridTcpDiscoverySpiMBean.getThreadPriority()
Gets thread priority.
|
int |
GridTcpDiscoverySpiMBean.getTotalProcessedMessages()
Gets total processed messages count.
|
int |
GridTcpDiscoverySpiMBean.getTotalReceivedMessages()
Gets total received messages count.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridMemoryEventStorageSpiMBean
Management bean for
GridMemoryEventStorageSpi. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridMemoryEventStorageSpiMBean.clearAll()
Removes all events from the event queue.
|
long |
GridMemoryEventStorageSpiMBean.getExpireAgeMs()
Gets event time-to-live value.
|
long |
GridMemoryEventStorageSpiMBean.getExpireCount()
Gets maximum event queue size.
|
long |
GridMemoryEventStorageSpiMBean.getQueueSize()
Gets current queue size of the event queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridAlwaysFailoverSpiMBean
Management bean for
GridAlwaysFailoverSpi. |
| Modifier and Type | Method and Description |
|---|---|
int |
GridAlwaysFailoverSpiMBean.getMaximumFailoverAttempts()
Gets maximum number of attempts to execute a failed job on another node.
|
int |
GridAlwaysFailoverSpiMBean.getTotalFailoverJobsCount()
Get total number of jobs that were failed over.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridJobStealingFailoverSpiMBean
Management bean for
GridJobStealingFailoverSpi. |
| Modifier and Type | Method and Description |
|---|---|
int |
GridJobStealingFailoverSpiMBean.getMaximumFailoverAttempts()
Gets maximum number of attempts to execute a failed job on another node.
|
int |
GridJobStealingFailoverSpiMBean.getTotalFailedOverJobsCount()
Get total number of jobs that were failed over including stolen ones.
|
int |
GridJobStealingFailoverSpiMBean.getTotalStolenJobsCount()
Get total number of jobs that were stolen.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridNeverFailoverSpiMBean
Management bean for
GridNeverFailoverSpi. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridAdaptiveLoadBalancingSpiMBean
Management MBean for
GridAdaptiveLoadBalancingSpi SPI. |
| Modifier and Type | Method and Description |
|---|---|
String |
GridAdaptiveLoadBalancingSpiMBean.getLoadProbeFormatted()
Gets text description of current load probing implementation used.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridRoundRobinLoadBalancingSpiMBean
Management bean for
GridRoundRobinLoadBalancingSpi SPI. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridRoundRobinLoadBalancingSpiMBean.isPerTask()
Configuration parameter indicating whether a new round robin order should be
created for every task.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridWeightedRandomLoadBalancingSpiMBean
Management MBean for
GridWeightedRandomLoadBalancingSpi SPI. |
| Modifier and Type | Method and Description |
|---|---|
int |
GridWeightedRandomLoadBalancingSpiMBean.getNodeWeight()
Gets weight of this node.
|
boolean |
GridWeightedRandomLoadBalancingSpiMBean.isUseWeights()
Checks whether node weights are considered when doing
random load balancing.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridNoopSecureSessionSpiMBean
Management bean for
GridNoopSecureSessionSpi. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridFileSwapSpaceSpiMBean
Management bean for
GridFileSwapSpaceSpi. |
| Modifier and Type | Method and Description |
|---|---|
String |
GridFileSwapSpaceSpiMBean.getBaseDirectory()
Gets base directory.
|
float |
GridFileSwapSpaceSpiMBean.getMaximumSparsity()
Gets maximum sparsity.
|
int |
GridFileSwapSpaceSpiMBean.getMaxWriteQueueSize()
Gets max write queue size in bytes.
|
int |
GridFileSwapSpaceSpiMBean.getReadStripesNumber()
Gets read pool size.
|
int |
GridFileSwapSpaceSpiMBean.getWriteBufferSize()
Gets write buffer size in bytes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridStreamerMBean
Streamer MBean interface.
|
interface |
GridStreamerStageMBean
Streamer stage MBean.
|
interface |
GridStreamerWindowMBean
Streamer window MBean.
|
| Modifier and Type | Method and Description |
|---|---|
long |
GridStreamerStageMBean.getAverageExecutionTime()
Gets stage average execution time.
|
long |
GridStreamerStageMBean.getAverageWaitingTime()
Stage average waiting time.
|
int |
GridStreamerMBean.getBatchFutureMapSize()
Gets size of batch futures map.
|
String |
GridStreamerWindowMBean.getClassName()
Gets window class name.
|
int |
GridStreamerMBean.getCurrentActiveSessions()
Gets number of current active sessions.
|
int |
GridStreamerWindowMBean.getEvictionQueueSize()
Gets estimate for window eviction queue size.
|
int |
GridStreamerMBean.getFailuresCount()
Gets number of failures since last reset.
|
int |
GridStreamerStageMBean.getFailuresCount()
Gets stage failure count.
|
int |
GridStreamerMBean.getMaximumActiveSessions()
Gets maximum number of active sessions since last reset.
|
long |
GridStreamerStageMBean.getMaximumExecutionTime()
Gets stage maximum execution time.
|
long |
GridStreamerStageMBean.getMaximumWaitingTime()
Gets stage maximum waiting time.
|
long |
GridStreamerStageMBean.getMinimumExecutionTime()
Gets stage minimum execution time.
|
long |
GridStreamerStageMBean.getMinimumWaitingTime()
Gets stage minimum waiting time.
|
String |
GridStreamerMBean.getName()
Gets streamer name.
|
String |
GridStreamerStageMBean.getName()
Gets stage name.
|
String |
GridStreamerWindowMBean.getName()
Gets window name.
|
int |
GridStreamerMBean.getPipelineAverageExecutionNodes()
Gets average number of unique nodes participated in pipeline execution.
|
long |
GridStreamerMBean.getPipelineAverageExecutionTime()
Gets pipeline average execution time, i.e.
|
int |
GridStreamerMBean.getPipelineMaximumExecutionNodes()
Gets maximum number of unique nodes participated in pipeline execution.
|
long |
GridStreamerMBean.getPipelineMaximumExecutionTime()
Gets pipeline maximum execution time, i.e.
|
int |
GridStreamerMBean.getPipelineMinimumExecutionNodes()
Gets minimum number of unique nodes participated in pipeline execution.
|
long |
GridStreamerMBean.getPipelineMinimumExecutionTime()
Gets pipeline minimum execution time, i.e.
|
int |
GridStreamerWindowMBean.getSize()
Gets current window size.
|
int |
GridStreamerMBean.getStageActiveExecutionCount()
Gets number of stages currently being executed in streamer pool.
|
String |
GridStreamerStageMBean.getStageClassName()
Gets stage class name.
|
int |
GridStreamerMBean.getStageFutureMapSize()
Gets size of stage futures map.
|
long |
GridStreamerMBean.getStageTotalExecutionCount()
Gets total number of stages executed since last reset.
|
int |
GridStreamerMBean.getStageWaitingExecutionCount()
Gets number of event batches currently waiting to be executed.
|
long |
GridStreamerStageMBean.getTotalExecutionCount()
Gets total stage execution count since last reset.
|
boolean |
GridStreamerMBean.isAtLeastOnce()
Gets
atLeastOnce configuration flag. |
boolean |
GridStreamerStageMBean.isExecuting()
Gets flag indicating if stage is being currently executed by at least one thread on current node.
|
| Modifier and Type | Method and Description |
|---|---|
String |
GridStreamerIndexProviderMBean.name()
Index name.
|
GridStreamerIndexPolicy |
GridStreamerIndexProviderMBean.policy()
Gets index policy.
|
int |
GridStreamerIndexProviderMBean.size()
Gets current index size.
|
boolean |
GridStreamerIndexProviderMBean.sorted()
Returns
true if index supports sorting and therefore can perform range operations. |
boolean |
GridStreamerIndexProviderMBean.unique()
Gets index unique flag.
|
String |
GridStreamerIndexProviderMBean.updaterClass()
Gets index updater class name.
|
Copyright © 2014. All rights reserved.