Interface EventType
- 
 public interface EventTypeContains event type constants. The decision to use class and not enumeration dictated by allowing users to create their own events and/or event types which would be impossible with enumerations.Note that this interface defines not only individual type constants but arrays of types as well to be conveniently used with IgniteEvents.localListen(IgnitePredicate, int...)method:- EVTS_CACHE
- EVTS_CACHE_LIFECYCLE
- EVTS_CACHE_REBALANCE
- EVTS_CACHE_QUERY
- EVTS_CHECKPOINT
- EVTS_DEPLOYMENT
- EVTS_DISCOVERY
- EVTS_DISCOVERY_ALL
- EVTS_ERROR
- EVTS_JOB_EXECUTION
- EVTS_TASK_EXECUTION
 NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. Events and PerformanceNote that by default all events in Ignite are enabled and therefore generated and stored by whatever event storage SPI is configured. Ignite can and often does generate thousands events per seconds under the load and therefore it creates a significant additional load on the system. If these events are not needed by the application this load is unnecessary and leads to significant performance degradation.It is highly recommended to enable only those events that your application logic requires by using either IgniteConfiguration.getIncludeEventTypes()method in Ignite configuration. Note that certain events are required for Ignite's internal operations and such events will still be generated but not stored by event storage SPI if they are disabled in Ignite configuration.
- 
- 
Field SummaryFields Modifier and Type Field Description static intEVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGEDBuilt-in event type: baseline auto-adjust timeout has been changed by user request.static intEVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGEDBuilt-in event type: baseline auto-adjust "enabled" flag has been changed by user request.static intEVT_BASELINE_CHANGEDBuilt-in event type: baseline topology has been changed by either user request or auto-adjust timeout event.static intEVT_CACHE_ENTRY_CREATEDBuilt-in event type: entry created.static intEVT_CACHE_ENTRY_DESTROYEDBuilt-in event type: entry destroyed.static intEVT_CACHE_ENTRY_EVICTEDBuilt-in event type: entry evicted.static intEVT_CACHE_NODES_LEFTBuilt-in event type: cache nodes left.static intEVT_CACHE_OBJECT_EXPIREDBuilt-in event type: cache object was expired when reading it.static intEVT_CACHE_OBJECT_LOCKEDBuilt-in event type: object locked.static intEVT_CACHE_OBJECT_PUTBuilt-in event type: object put.static intEVT_CACHE_OBJECT_READBuilt-in event type: object read.static intEVT_CACHE_OBJECT_REMOVEDBuilt-in event type: object removed.static intEVT_CACHE_OBJECT_TRANSFORMEDBuilt-in event type: cache object was transformed.static intEVT_CACHE_OBJECT_UNLOCKEDBuilt-in event type: object unlocked.static intEVT_CACHE_QUERY_EXECUTEDBuilt-in event type: query executed.static intEVT_CACHE_QUERY_OBJECT_READBuilt-in event type: query entry read.static intEVT_CACHE_REBALANCE_OBJECT_LOADEDBuilt-in event type: cache entry rebalanced.static intEVT_CACHE_REBALANCE_OBJECT_UNLOADEDBuilt-in event type: cache entry unloaded.static intEVT_CACHE_REBALANCE_PART_DATA_LOSTBuilt-in event type: all nodes that hold partition left topology.static intEVT_CACHE_REBALANCE_PART_LOADEDBuilt-in event type: cache partition loaded.static intEVT_CACHE_REBALANCE_PART_MISSEDBuilt-in event type: cache partition was not sent to remote node.static intEVT_CACHE_REBALANCE_PART_SUPPLIEDBuilt-in event type: cache partition was fully sent to remote node.static intEVT_CACHE_REBALANCE_PART_UNLOADEDBuilt-in event type: cache partition unloaded.static intEVT_CACHE_REBALANCE_STARTEDBuilt-in event type: cache rebalance started.static intEVT_CACHE_REBALANCE_STOPPEDBuilt-in event type: cache rebalance stopped.static intEVT_CACHE_STARTEDBuilt-in event type: cache started.static intEVT_CACHE_STOPPEDBuilt-in event type: cache started.static intEVT_CHECKPOINT_LOADEDBuilt-in event type: intermediate state of a job or task, so-called checkpoint, was loaded.static intEVT_CHECKPOINT_REMOVEDBuilt-in event type: intermediate state of a job or task, so-called checkpoint, was removed.static intEVT_CHECKPOINT_SAVEDBuilt-in event type: intermediate state of a job or task, so-called checkpoint, was saved.static intEVT_CLASS_DEPLOY_FAILEDBuilt-in event type: non-task class deployment failed.static intEVT_CLASS_DEPLOYEDBuilt-in event type: non-task class deployed.static intEVT_CLASS_UNDEPLOYEDBuilt-in event type: non-task class undeployed.static intEVT_CLIENT_NODE_DISCONNECTEDBuilt-in event type: client node disconnected.static intEVT_CLIENT_NODE_RECONNECTEDBuilt-in event type: client node reconnected.static intEVT_CLUSTER_ACTIVATEDBuilt-in event type: Cluster activation state changed.static intEVT_CLUSTER_DEACTIVATEDBuilt-in event type: Cluster activation state changed.static intEVT_CLUSTER_SNAPSHOT_FAILEDBuilt-in event type: Cluster snapshot has been failed event.static intEVT_CLUSTER_SNAPSHOT_FINISHEDBuilt-in event type: Cluster snapshot has been finished event.static intEVT_CLUSTER_SNAPSHOT_RESTORE_FAILEDBuilt-in event type: Cluster snapshot restore has been failed event.static intEVT_CLUSTER_SNAPSHOT_RESTORE_FINISHEDBuilt-in event type: Cluster snapshot restore has been finished event.static intEVT_CLUSTER_SNAPSHOT_RESTORE_STARTEDBuilt-in event type: Cluster snapshot restore has been started event.static intEVT_CLUSTER_SNAPSHOT_STARTEDBuilt-in event type: Cluster snapshot has been started event.static intEVT_CLUSTER_STATE_CHANGE_STARTEDBuilt-in event type: Cluster state change initiated.static intEVT_CLUSTER_STATE_CHANGEDBuilt-in event type: Cluster state changed.static intEVT_CLUSTER_TAG_UPDATEDBuilt-in event type: cluster tag has been changed by user request.static intEVT_CONSISTENCY_VIOLATIONBuilt-in event type: Cache consistency violation detected.static intEVT_JOB_CANCELLEDBuilt-in event type: grid job cancelled.static intEVT_JOB_FAILEDBuilt-in event type: grid job failed.static intEVT_JOB_FAILED_OVERBuilt-in event type: grid job failed over.static intEVT_JOB_FINISHEDBuilt-in event type: grid job finished.static intEVT_JOB_MAPPEDBuilt-in event type: grid job was mapped inComputeTask.map(List, Object)method.static intEVT_JOB_QUEUEDBuilt-in event type: grid job queued.static intEVT_JOB_REJECTEDBuilt-in event type: grid job rejected during collision resolution.static intEVT_JOB_RESULTEDBuilt-in event type: grid job result was received byComputeTask.result(org.apache.ignite.compute.ComputeJobResult, List)method.static intEVT_JOB_STARTEDBuilt-in event type: grid job started.static intEVT_JOB_TIMEDOUTBuilt-in event type: grid job timed out.static intEVT_MANAGEMENT_TASK_STARTEDBuilt-in event type: Visor or Web Console management task started.static intEVT_NODE_FAILEDBuilt-in event type: node failed.static intEVT_NODE_JOINEDBuilt-in event type: node joined topology.static intEVT_NODE_LEFTBuilt-in event type: node has normally left topology.static intEVT_NODE_METRICS_UPDATEDBuilt-in event type: node metrics updated.static intEVT_NODE_SEGMENTEDBuilt-in event type: local node segmented.static intEVT_NODE_VALIDATION_FAILEDBuilt-in event type: node validation failed.static intEVT_PAGE_REPLACEMENT_STARTEDBuilt-in event type: page replacement started in one of the data regions.static intEVT_SQL_QUERY_EXECUTIONBuilt-in event type: query execution.static intEVT_TASK_DEPLOY_FAILEDBuilt-in event type: task deployment failed.static intEVT_TASK_DEPLOYEDBuilt-in event type: task deployed.static intEVT_TASK_FAILEDBuilt-in event type: task failed.static intEVT_TASK_FINISHEDBuilt-in event type: task finished.static intEVT_TASK_REDUCEDBuilt-in event type: task reduced.static intEVT_TASK_SESSION_ATTR_SETBuilt-in event type: task session attribute set.static intEVT_TASK_STARTEDBuilt-in event type: task started.static intEVT_TASK_TIMEDOUTBuilt-in event type: task timed out.static intEVT_TASK_UNDEPLOYEDBuilt-in event type: task undeployed.static intEVT_TX_COMMITTEDBuilt-in event type: Transaction has been committed.static intEVT_TX_RESUMEDBuilt-in event type: Transaction has been resumed.static intEVT_TX_ROLLED_BACKBuilt-in event type: Transaction has been rolled back.static intEVT_TX_STARTEDBuilt-in event type: Transaction has been started.static intEVT_TX_SUSPENDEDBuilt-in event type: Transaction has been suspended.static intEVT_WAL_SEGMENT_ARCHIVEDBuilt-in event type: WAL segment movement to archive folder completedstatic intEVT_WAL_SEGMENT_COMPACTEDBuilt-in event type: WAL archive segment compaction is completed.static int[]EVTS_ALLAll Ignite events (including metric update event).static int[]EVTS_ALL_MINUS_METRIC_UPDATEAll Ignite events (excluding metric update event).static int[]EVTS_CACHEAll cache events.static int[]EVTS_CACHE_LIFECYCLEAll cache lifecycle events.static int[]EVTS_CACHE_QUERYAll cache query events.static int[]EVTS_CACHE_REBALANCEAll cache rebalance events.static int[]EVTS_CHECKPOINTAll checkpoint events.static int[]EVTS_CLUSTER_ACTIVATIONAll cluster activation events.static int[]EVTS_CLUSTER_SNAPSHOTAll cluster snapshot events.static int[]EVTS_DEPLOYMENTAll deployment events.static int[]EVTS_DISCOVERYAll discovery events except forEVT_NODE_METRICS_UPDATED.static int[]EVTS_DISCOVERY_ALLAll discovery events.static int[]EVTS_ERRORAll events indicating an error or failure condition.static int[]EVTS_JOB_EXECUTIONAll grid job execution events.static int[]EVTS_TASK_EXECUTIONAll grid task execution events.static int[]EVTS_TXAll Transaction events.
 
- 
- 
- 
Field Detail- 
EVT_CHECKPOINT_SAVEDstatic final int EVT_CHECKPOINT_SAVED Built-in event type: intermediate state of a job or task, so-called checkpoint, was saved.Checkpointing provides the ability to save an intermediate job state. It can be useful when long running jobs need to store some intermediate state to protect from node failures. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_CHECKPOINT_LOADEDstatic final int EVT_CHECKPOINT_LOADED Built-in event type: intermediate state of a job or task, so-called checkpoint, was loaded.Checkpointing provides the ability to save an intermediate job state. It can be useful when long running jobs need to store some intermediate state to protect from node failures. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_CHECKPOINT_REMOVEDstatic final int EVT_CHECKPOINT_REMOVED Built-in event type: intermediate state of a job or task, so-called checkpoint, was removed. Reasons are:- timeout expired, or
- or it was manually removed, or
- it was automatically removed by the task session
 Checkpointing provides the ability to save an intermediate job state. It can be useful when long running jobs need to store some intermediate state to protect from node failures. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_NODE_JOINEDstatic final int EVT_NODE_JOINED Built-in event type: node joined topology.
 New node has been discovered and joined grid topology. Note that even though a node has been discovered there could be a number of warnings in the log. In certain situations Ignite doesn't prevent a node from joining but prints warning messages into the log.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DiscoveryEvent, Constant Field Values
 
 - 
EVT_NODE_LEFTstatic final int EVT_NODE_LEFT Built-in event type: node has normally left topology.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DiscoveryEvent, Constant Field Values
 
 - 
EVT_NODE_FAILEDstatic final int EVT_NODE_FAILED Built-in event type: node failed.
 Ignite detected that node has presumably crashed and is considered failed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DiscoveryEvent, Constant Field Values
 
 - 
EVT_NODE_METRICS_UPDATEDstatic final int EVT_NODE_METRICS_UPDATED Built-in event type: node metrics updated.
 Generated when node's metrics are updated. In most cases this callback is invoked with every metrics update received from a node (including local node).NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DiscoveryEvent, Constant Field Values
 
 - 
EVT_NODE_SEGMENTEDstatic final int EVT_NODE_SEGMENTED Built-in event type: local node segmented.
 Generated when node determines that it runs in invalid network segment.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DiscoveryEvent, Constant Field Values
 
 - 
EVT_CLIENT_NODE_DISCONNECTEDstatic final int EVT_CLIENT_NODE_DISCONNECTED Built-in event type: client node disconnected.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DiscoveryEvent, Constant Field Values
 
 - 
EVT_CLIENT_NODE_RECONNECTEDstatic final int EVT_CLIENT_NODE_RECONNECTED Built-in event type: client node reconnected.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DiscoveryEvent, Constant Field Values
 
 - 
EVT_TASK_STARTEDstatic final int EVT_TASK_STARTED Built-in event type: task started.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- TaskEvent, Constant Field Values
 
 - 
EVT_TASK_FINISHEDstatic final int EVT_TASK_FINISHED Built-in event type: task finished.
 Task got finished. This event is triggered every time a task finished without exception.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- TaskEvent, Constant Field Values
 
 - 
EVT_TASK_FAILEDstatic final int EVT_TASK_FAILED Built-in event type: task failed.
 Task failed. This event is triggered every time a task finished with an exception. Note that prior to this event, there could be other events recorded specific to the failure.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- TaskEvent, Constant Field Values
 
 - 
EVT_TASK_TIMEDOUTstatic final int EVT_TASK_TIMEDOUT Built-in event type: task timed out.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- TaskEvent, Constant Field Values
 
 - 
EVT_TASK_SESSION_ATTR_SETstatic final int EVT_TASK_SESSION_ATTR_SET Built-in event type: task session attribute set.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- TaskEvent, Constant Field Values
 
 - 
EVT_TASK_REDUCEDstatic final int EVT_TASK_REDUCED Built-in event type: task reduced.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- Constant Field Values
 
 - 
EVT_MANAGEMENT_TASK_STARTEDstatic final int EVT_MANAGEMENT_TASK_STARTED Built-in event type: Visor or Web Console management task started.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- TaskEvent, Constant Field Values
 
 - 
EVT_CLASS_DEPLOYEDstatic final int EVT_CLASS_DEPLOYED Built-in event type: non-task class deployed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DeploymentEvent, Constant Field Values
 
 - 
EVT_CLASS_UNDEPLOYEDstatic final int EVT_CLASS_UNDEPLOYED Built-in event type: non-task class undeployed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DeploymentEvent, Constant Field Values
 
 - 
EVT_CLASS_DEPLOY_FAILEDstatic final int EVT_CLASS_DEPLOY_FAILED Built-in event type: non-task class deployment failed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DeploymentEvent, Constant Field Values
 
 - 
EVT_TASK_DEPLOYEDstatic final int EVT_TASK_DEPLOYED Built-in event type: task deployed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DeploymentEvent, Constant Field Values
 
 - 
EVT_TASK_UNDEPLOYEDstatic final int EVT_TASK_UNDEPLOYED Built-in event type: task undeployed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DeploymentEvent, Constant Field Values
 
 - 
EVT_TASK_DEPLOY_FAILEDstatic final int EVT_TASK_DEPLOY_FAILED Built-in event type: task deployment failed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- DeploymentEvent, Constant Field Values
 
 - 
EVT_JOB_MAPPEDstatic final int EVT_JOB_MAPPED Built-in event type: grid job was mapped inComputeTask.map(List, Object)method.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_RESULTEDstatic final int EVT_JOB_RESULTED Built-in event type: grid job result was received byComputeTask.result(org.apache.ignite.compute.ComputeJobResult, List)method.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_FAILED_OVERstatic final int EVT_JOB_FAILED_OVER Built-in event type: grid job failed over.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_STARTEDstatic final int EVT_JOB_STARTED Built-in event type: grid job started.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_FINISHEDstatic final int EVT_JOB_FINISHED Built-in event type: grid job finished.
 Job has successfully completed and produced a result which from the user perspective can still be either negative or positive.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_TIMEDOUTstatic final int EVT_JOB_TIMEDOUT Built-in event type: grid job timed out.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_REJECTEDstatic final int EVT_JOB_REJECTED Built-in event type: grid job rejected during collision resolution.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_FAILEDstatic final int EVT_JOB_FAILED Built-in event type: grid job failed.
 Job has failed. This means that there was some error event during job execution and job did not produce a result.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_QUEUEDstatic final int EVT_JOB_QUEUED Built-in event type: grid job queued.
 Job arrived for execution and has been queued (added to passive queue during collision resolution).NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_JOB_CANCELLEDstatic final int EVT_JOB_CANCELLED Built-in event type: grid job cancelled.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- JobEvent, Constant Field Values
 
 - 
EVT_CACHE_ENTRY_CREATEDstatic final int EVT_CACHE_ENTRY_CREATED Built-in event type: entry created. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.- See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_ENTRY_DESTROYEDstatic final int EVT_CACHE_ENTRY_DESTROYED Built-in event type: entry destroyed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_ENTRY_EVICTEDstatic final int EVT_CACHE_ENTRY_EVICTED Built-in event type: entry evicted.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_OBJECT_PUTstatic final int EVT_CACHE_OBJECT_PUT Built-in event type: object put.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_OBJECT_READstatic final int EVT_CACHE_OBJECT_READ Built-in event type: object read.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_OBJECT_REMOVEDstatic final int EVT_CACHE_OBJECT_REMOVED Built-in event type: object removed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_OBJECT_LOCKEDstatic final int EVT_CACHE_OBJECT_LOCKED Built-in event type: object locked.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_OBJECT_UNLOCKEDstatic final int EVT_CACHE_OBJECT_UNLOCKED Built-in event type: object unlocked.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_OBJECT_TRANSFORMEDstatic final int EVT_CACHE_OBJECT_TRANSFORMED Built-in event type: cache object was transformed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_OBJECT_EXPIREDstatic final int EVT_CACHE_OBJECT_EXPIRED Built-in event type: cache object was expired when reading it.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_STARTEDstatic final int EVT_CACHE_REBALANCE_STARTED Built-in event type: cache rebalance started.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheRebalancingEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_STOPPEDstatic final int EVT_CACHE_REBALANCE_STOPPED Built-in event type: cache rebalance stopped.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheRebalancingEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_PART_LOADEDstatic final int EVT_CACHE_REBALANCE_PART_LOADED Built-in event type: cache partition loaded.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheRebalancingEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_PART_UNLOADEDstatic final int EVT_CACHE_REBALANCE_PART_UNLOADED Built-in event type: cache partition unloaded.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheRebalancingEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_OBJECT_LOADEDstatic final int EVT_CACHE_REBALANCE_OBJECT_LOADED Built-in event type: cache entry rebalanced.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_OBJECT_UNLOADEDstatic final int EVT_CACHE_REBALANCE_OBJECT_UNLOADED Built-in event type: cache entry unloaded.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_PART_DATA_LOSTstatic final int EVT_CACHE_REBALANCE_PART_DATA_LOST Built-in event type: all nodes that hold partition left topology.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheRebalancingEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_PART_SUPPLIEDstatic final int EVT_CACHE_REBALANCE_PART_SUPPLIED Built-in event type: cache partition was fully sent to remote node.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheRebalancingEvent, Constant Field Values
 
 - 
EVT_CACHE_REBALANCE_PART_MISSEDstatic final int EVT_CACHE_REBALANCE_PART_MISSED Built-in event type: cache partition was not sent to remote node.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheRebalancingEvent, Constant Field Values
 
 - 
EVT_CACHE_QUERY_EXECUTEDstatic final int EVT_CACHE_QUERY_EXECUTED Built-in event type: query executed.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheQueryExecutedEvent, Constant Field Values
 
 - 
EVT_CACHE_QUERY_OBJECT_READstatic final int EVT_CACHE_QUERY_OBJECT_READ Built-in event type: query entry read.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheQueryExecutedEvent, Constant Field Values
 
 - 
EVT_CACHE_STARTEDstatic final int EVT_CACHE_STARTED Built-in event type: cache started.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_STOPPEDstatic final int EVT_CACHE_STOPPED Built-in event type: cache started.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_CACHE_NODES_LEFTstatic final int EVT_CACHE_NODES_LEFT Built-in event type: cache nodes left.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- CacheEvent, Constant Field Values
 
 - 
EVT_WAL_SEGMENT_ARCHIVEDstatic final int EVT_WAL_SEGMENT_ARCHIVED Built-in event type: WAL segment movement to archive folder completedFired for each completed WAL segment which was moved to archive NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- WalSegmentArchivedEvent, Constant Field Values
 
 - 
EVT_TX_STARTEDstatic final int EVT_TX_STARTED Built-in event type: Transaction has been started.Fired for each started transaction except system transactions. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_TX_COMMITTEDstatic final int EVT_TX_COMMITTED Built-in event type: Transaction has been committed.Fired for each committed transaction except system transactions. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_TX_ROLLED_BACKstatic final int EVT_TX_ROLLED_BACK Built-in event type: Transaction has been rolled back.Fired for each rolled back transaction except system transactions. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_TX_SUSPENDEDstatic final int EVT_TX_SUSPENDED Built-in event type: Transaction has been suspended.Fired for each suspended transaction except system transactions. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_TX_RESUMEDstatic final int EVT_TX_RESUMED Built-in event type: Transaction has been resumed.Fired for each resumed transaction except system transactions. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_WAL_SEGMENT_COMPACTEDstatic final int EVT_WAL_SEGMENT_COMPACTED Built-in event type: WAL archive segment compaction is completed.Fired for each WAL archive segment upon its compaction completion. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- WalSegmentArchivedEvent, Constant Field Values
 
 - 
EVT_CONSISTENCY_VIOLATIONstatic final int EVT_CONSISTENCY_VIOLATION Built-in event type: Cache consistency violation detected.Fired for each consistency violation incident. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_CLUSTER_ACTIVATEDstatic final int EVT_CLUSTER_ACTIVATED Built-in event type: Cluster activation state changed.Fired when cluster activated. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- ClusterActivationEvent, Constant Field Values
 
 - 
EVT_CLUSTER_DEACTIVATEDstatic final int EVT_CLUSTER_DEACTIVATED Built-in event type: Cluster activation state changed.Fired when cluster deactivated. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- ClusterActivationEvent, Constant Field Values
 
 - 
EVT_PAGE_REPLACEMENT_STARTEDstatic final int EVT_PAGE_REPLACEMENT_STARTED Built-in event type: page replacement started in one of the data regions. The name of the data region will be indicated in the event.Fired when all existing free pages are exhausted and Ignite replaces one of the loaded pages with a cold page from disk. When started, page replacement negatively affects performance; it is recommended to monitor page replacement metrics and set data region size accordingly. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_CLUSTER_TAG_UPDATEDstatic final int EVT_CLUSTER_TAG_UPDATED Built-in event type: cluster tag has been changed by user request. Event includes the following information: ID of the cluster, old tag and new tag.Fired when new tag is successfully set on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_CLUSTER_STATE_CHANGEDstatic final int EVT_CLUSTER_STATE_CHANGED Built-in event type: Cluster state changed.Fired when cluster state changed. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- ClusterActivationEvent, Constant Field Values
 
 - 
EVT_CLUSTER_STATE_CHANGE_STARTEDstatic final int EVT_CLUSTER_STATE_CHANGE_STARTED Built-in event type: Cluster state change initiated.Fired when cluster state change process started. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. 
 - 
EVT_BASELINE_CHANGEDstatic final int EVT_BASELINE_CHANGED Built-in event type: baseline topology has been changed by either user request or auto-adjust timeout event. Event includes the following information: new baseline nodes.Fired when new tag is successfully set on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGEDstatic final int EVT_BASELINE_AUTO_ADJUST_ENABLED_CHANGED Built-in event type: baseline auto-adjust "enabled" flag has been changed by user request. Event includes the following information: auto-adjust enabled flag, auto-adjust timeout.Fired when new tag is successfully set on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGEDstatic final int EVT_BASELINE_AUTO_ADJUST_AWAITING_TIME_CHANGED Built-in event type: baseline auto-adjust timeout has been changed by user request. Event includes the following information: auto-adjust "enabled" flag, auto-adjust timeout.Fired when new tag is successfully set on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_CLUSTER_SNAPSHOT_STARTEDstatic final int EVT_CLUSTER_SNAPSHOT_STARTED Built-in event type: Cluster snapshot has been started event.Fired when new tag is successfully set on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_CLUSTER_SNAPSHOT_FINISHEDstatic final int EVT_CLUSTER_SNAPSHOT_FINISHED Built-in event type: Cluster snapshot has been finished event.Fired when new tag is successfully set on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_CLUSTER_SNAPSHOT_FAILEDstatic final int EVT_CLUSTER_SNAPSHOT_FAILED Built-in event type: Cluster snapshot has been failed event.Fired when new tag is successfully set on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_SQL_QUERY_EXECUTIONstatic final int EVT_SQL_QUERY_EXECUTION Built-in event type: query execution. This event is triggered after a corresponding SQL query validated and before it is executed. UnlikeEVT_CACHE_QUERY_EXECUTED,EVT_SQL_QUERY_EXECUTIONis fired only once for a request and does not relate to a specific cache. Event includes the following information: query text and its arguments, security subject id.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- SqlQueryExecutionEvent, Constant Field Values
 
 - 
EVT_NODE_VALIDATION_FAILEDstatic final int EVT_NODE_VALIDATION_FAILED Built-in event type: node validation failed.
 This event is triggered if a node join fails due to a node validation failure.NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events. - See Also:
- NodeValidationFailedEvent,- GridComponent.validateNode(org.apache.ignite.cluster.ClusterNode), Constant Field Values
 
 - 
EVT_CLUSTER_SNAPSHOT_RESTORE_STARTEDstatic final int EVT_CLUSTER_SNAPSHOT_RESTORE_STARTED Built-in event type: Cluster snapshot restore has been started event.Fired on the initiator node when a snapshot restore operation is started. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_CLUSTER_SNAPSHOT_RESTORE_FINISHEDstatic final int EVT_CLUSTER_SNAPSHOT_RESTORE_FINISHED Built-in event type: Cluster snapshot restore has been finished event.Fired on the initiator node when the snapshot restore operation has completed on all nodes. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVT_CLUSTER_SNAPSHOT_RESTORE_FAILEDstatic final int EVT_CLUSTER_SNAPSHOT_RESTORE_FAILED Built-in event type: Cluster snapshot restore has been failed event.Fired on the initiator node when the snapshot restore operation failed. NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
 - 
EVTS_CLUSTER_SNAPSHOTstatic final int[] EVTS_CLUSTER_SNAPSHOT All cluster snapshot events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all cluster snapshot events.- See Also:
- SnapshotEvent
 
 - 
EVTS_CHECKPOINTstatic final int[] EVTS_CHECKPOINT All checkpoint events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all checkpoint events.- See Also:
- CheckpointEvent
 
 - 
EVTS_DEPLOYMENTstatic final int[] EVTS_DEPLOYMENT All deployment events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all deployment events.- See Also:
- DeploymentEvent
 
 - 
EVTS_ERRORstatic final int[] EVTS_ERROR All events indicating an error or failure condition. It is convenient to use when fetching all events indicating error or failure.
 - 
EVTS_DISCOVERYstatic final int[] EVTS_DISCOVERY All discovery events except forEVT_NODE_METRICS_UPDATED. Subscription toEVT_NODE_METRICS_UPDATEDcan generate massive amount of event processing in most cases is not necessary. If this event is indeed required you can subscribe to it individually or useEVTS_DISCOVERY_ALLarray.This array can be directly passed into IgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all discovery events except forEVT_NODE_METRICS_UPDATED.- See Also:
- DiscoveryEvent
 
 - 
EVTS_DISCOVERY_ALLstatic final int[] EVTS_DISCOVERY_ALL All discovery events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all discovery events.- See Also:
- DiscoveryEvent
 
 - 
EVTS_JOB_EXECUTIONstatic final int[] EVTS_JOB_EXECUTION All grid job execution events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all grid job execution events.- See Also:
- JobEvent
 
 - 
EVTS_TASK_EXECUTIONstatic final int[] EVTS_TASK_EXECUTION All grid task execution events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all grid task execution events.- See Also:
- TaskEvent
 
 - 
EVTS_CACHEstatic final int[] EVTS_CACHE All cache events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all cache events.
 - 
EVTS_CACHE_REBALANCEstatic final int[] EVTS_CACHE_REBALANCE All cache rebalance events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all cache rebalance events.
 - 
EVTS_CACHE_LIFECYCLEstatic final int[] EVTS_CACHE_LIFECYCLE All cache lifecycle events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all cache lifecycle events.
 - 
EVTS_CACHE_QUERYstatic final int[] EVTS_CACHE_QUERY All cache query events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all cache query events and requires to setMemoryEventStorageSpior other implementation different fromNoopEventStorageSpi.
 - 
EVTS_TXstatic final int[] EVTS_TX All Transaction events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all transaction events.- See Also:
- TransactionStateChangedEvent
 
 - 
EVTS_CLUSTER_ACTIVATIONstatic final int[] EVTS_CLUSTER_ACTIVATION All cluster activation events. This array can be directly passed intoIgniteEvents.localListen(IgnitePredicate, int...)method to subscribe to all cloud events.- See Also:
- ClusterActivationEvent
 
 - 
EVTS_ALLstatic final int[] EVTS_ALL All Ignite events (including metric update event).
 - 
EVTS_ALL_MINUS_METRIC_UPDATEstatic final int[] EVTS_ALL_MINUS_METRIC_UPDATE All Ignite events (excluding metric update event).
 
- 
 
-