Package org.apache.ignite.spi.metric.log
Class LogExporterSpi
- java.lang.Object
- 
- org.apache.ignite.spi.IgniteSpiAdapter
- 
- org.apache.ignite.internal.processors.metric.PushMetricsExporterAdapter
- 
- org.apache.ignite.spi.metric.log.LogExporterSpi
 
 
 
- 
- All Implemented Interfaces:
- IgniteSpi,- MetricExporterSpi
 
 public class LogExporterSpi extends org.apache.ignite.internal.processors.metric.PushMetricsExporterAdapterThis SPI implementation exports metrics to Ignite log.
- 
- 
Field Summary- 
Fields inherited from class org.apache.ignite.internal.processors.metric.PushMetricsExporterAdapterDFLT_EXPORT_PERIOD, filter, mreg
 - 
Fields inherited from class org.apache.ignite.spi.IgniteSpiAdapterignite, igniteInstanceName, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description LogExporterSpi()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport()Callback to do the export of metrics info.- 
Methods inherited from class org.apache.ignite.internal.processors.metric.PushMetricsExporterAdaptergetPeriod, onContextInitialized0, setExportFilter, setMetricRegistry, setPeriod, spiStart, spiStop
 - 
Methods inherited from class org.apache.ignite.spi.IgniteSpiAdapteraddTimeoutObject, assertParameter, checkConfigurationConsistency0, clientFailureDetectionTimeout, configInfo, createSpiAttributeName, failureDetectionTimeout, failureDetectionTimeoutEnabled, failureDetectionTimeoutEnabled, getConsistentAttributeNames, getExceptionRegistry, getLocalNode, getName, getNodeAttributes, getSpiContext, ignite, initFailureDetectionTimeout, injectables, injectResources, isNodeStopping, onBeforeStart, onClientDisconnected, onClientReconnected, onContextDestroyed, onContextDestroyed0, onContextInitialized, registerMBean, removeTimeoutObject, setName, started, startInfo, startStopwatch, stopInfo, unregisterMBean
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.ignite.spi.IgniteSpigetName, getNodeAttributes, onClientDisconnected, onClientReconnected, onContextDestroyed, onContextInitialized
 
- 
 
-