public class EventType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EVT_AUTHENTICATION_FAILED
Built-in event type: authentication failed.
|
static int |
EVT_AUTHENTICATION_SUCCEEDED
Built-in event type: authentication succeed.
|
static int |
EVT_AUTHORIZATION_FAILED
Built-in event type: authorization failed.
|
static int |
EVT_AUTHORIZATION_SUCCEEDED
Built-in event type: authorization succeed.
|
static int |
EVT_DR_CACHE_FST_FAILED
Built-in event type: full state transfer failed for the cache.
|
static int |
EVT_DR_CACHE_FST_FINISHED
Built-in event type: full state transfer finished for the cache.
|
static int |
EVT_DR_CACHE_FST_STARTED
Built-in event type: full state transfer started for the cache.
|
static int |
EVT_DR_CACHE_REPLICATION_STARTED
Built-in event type: cache replication started for cache.
|
static int |
EVT_DR_CACHE_REPLICATION_STOPPED
Built-in event type: cache replication stopped for cache.
|
static int |
EVT_DR_DC_REPLICATION_PAUSED
Built-in event type: remote dc replication is paused on sender.
|
static int |
EVT_DR_DC_REPLICATION_RESUMED
Built-in event type: remote dc replication is resumed on sender.
|
static int |
EVT_DR_REMOTE_DC_NODE_CONNECTED
Built-in event type: remote replication node connected.
|
static int |
EVT_DR_REMOTE_DC_NODE_DISCONNECTED
Built-in event type: remote replication node disconnected.
|
static int |
EVT_DR_STORE_CORRUPTED
Built-in event type: store is corrupted.
|
static int |
EVT_DR_STORE_OVERFLOW
Built-in event type: store is overflowed.
|
static int |
EVT_LIC_CLEARED
Built-in event type: license violation cleared.
|
static int |
EVT_LIC_GRACE_EXPIRED
Built-in event type: license violation grace period is expired.
|
static int |
EVT_LIC_VIOLATION
Built-in event type: license violation detected.
|
static int |
EVT_SNAPSHOT_CHECK_FINISHED
Built-in event type: snapshot check finished.
|
static int |
EVT_SNAPSHOT_CHECK_STARTED
Built-in event type: snapshot check started.
|
static int |
EVT_SNAPSHOT_COPYING_FINISHED
Built-in event type: snapshot copying finished.
|
static int |
EVT_SNAPSHOT_COPYING_STARTED
Built-in event type: snapshot copying started.
|
static int |
EVT_SNAPSHOT_CREATION_FINISHED
Built-in event type: snapshot creation finished.
|
static int |
EVT_SNAPSHOT_CREATION_STARTED
Built-in event type: snapshot creation started.
|
static int |
EVT_SNAPSHOT_DELETION_FINISHED
Built-in event type: snapshot deletion finished.
|
static int |
EVT_SNAPSHOT_DELETION_STARTED
Built-in event type: snapshot deletion started.
|
static int[] |
EVTS_AUTHENTICATION
All authentication events.
|
static int[] |
EVTS_AUTHORIZATION
All authorization events.
|
static int[] |
EVTS_DR
All dr events.
|
static int[] |
EVTS_LICENSE
All license events.
|
static int[] |
EVTS_SNAPSHOT
All snapshot events.
|
Constructor and Description |
---|
EventType() |
public static final int EVT_LIC_VIOLATION
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
LicenseEvent
,
Constant Field Valuespublic static final int EVT_LIC_CLEARED
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
LicenseEvent
,
Constant Field Valuespublic static final int EVT_LIC_GRACE_EXPIRED
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
LicenseEvent
,
Constant Field Valuespublic static final int[] EVTS_LICENSE
IgniteEvents.localListen(org.apache.ignite.lang.IgnitePredicate, int...)
method to
subscribe to all license events.LicenseEvent
public static final int EVT_AUTHENTICATION_SUCCEEDED
Authentication procedure succeed. This event is triggered every time an authentication procedure 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.
AuthenticationEvent
,
Constant Field Valuespublic static final int EVT_AUTHENTICATION_FAILED
Authentication procedure failed. This means that there was some error event during authentication procedure and authentication procedure was not successful.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
AuthenticationEvent
,
Constant Field Valuespublic static final int[] EVTS_AUTHENTICATION
IgniteEvents.localListen(org.apache.ignite.lang.IgnitePredicate, int...)
method to
subscribe to all cloud events.AuthenticationEvent
public static final int EVT_AUTHORIZATION_SUCCEEDED
Authorization procedure succeed. This event is triggered every time an authorization procedure 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.
AuthorizationEvent
,
Constant Field Valuespublic static final int EVT_AUTHORIZATION_FAILED
Authorization procedure failed. This means that there was some error event during authorization procedure and authorization procedure was not successful.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
AuthorizationEvent
,
Constant Field Valuespublic static final int[] EVTS_AUTHORIZATION
IgniteEvents.localListen(org.apache.ignite.lang.IgnitePredicate, int...)
method to
subscribe to all cloud events.AuthorizationEvent
public static final int EVT_DR_REMOTE_DC_NODE_CONNECTED
Fired on sender hub node when it connects to the node in the remote data center.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrRemoteDcNodeEvent
,
Constant Field Valuespublic static final int EVT_DR_REMOTE_DC_NODE_DISCONNECTED
Fired on sender hub node when it lost connection to the node in the remote data center.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrRemoteDcNodeEvent
,
Constant Field Valuespublic static final int EVT_DR_CACHE_REPLICATION_STOPPED
Fired on all primary nodes when replication is stopped for the cache due to any reason.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrCacheReplicationEvent
,
Constant Field Valuespublic static final int EVT_DR_CACHE_REPLICATION_STARTED
Fired on all primary nodes when replication is started for the cache.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrCacheReplicationEvent
,
Constant Field Valuespublic static final int EVT_DR_CACHE_FST_STARTED
Fired on all primary nodes when full state transfer is started for the cache.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrCacheFstEvent
,
Constant Field Valuespublic static final int EVT_DR_CACHE_FST_FINISHED
Fired on all primary nodes when full state transfer is successfully finished for the cache.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrCacheFstEvent
,
Constant Field Valuespublic static final int EVT_DR_CACHE_FST_FAILED
Fired on all primary nodes when full state transfer is failed for the cache.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrCacheFstEvent
,
Constant Field Valuespublic static final int EVT_DR_STORE_CORRUPTED
Fired on sender hub node when it unable to read stored entries from it's store.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrStoreEvent
,
Constant Field Valuespublic static final int EVT_DR_STORE_OVERFLOW
Fired on sender hub node when there is no space left to store new cache update entries.
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
DrStoreEvent
,
Constant Field Valuespublic static final int EVT_DR_DC_REPLICATION_PAUSED
Fired on replication to certain DC is paused on sender 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.
DrRemoteDcReplicationEvent
,
Constant Field Valuespublic static final int EVT_DR_DC_REPLICATION_RESUMED
Fired on replication to certain DC is resumed on sender 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.
DrRemoteDcReplicationEvent
,
Constant Field Valuespublic static final int[] EVTS_DR
IgniteEvents.localListen(org.apache.ignite.lang.IgnitePredicate, int...)
method to
subscribe to all cloud events.public static final int EVT_SNAPSHOT_CREATION_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.
SnapshotEvent
,
Constant Field Valuespublic static final int EVT_SNAPSHOT_CREATION_FINISHED
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
SnapshotEvent
,
Constant Field Valuespublic static final int EVT_SNAPSHOT_COPYING_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.
SnapshotEvent
,
Constant Field Valuespublic static final int EVT_SNAPSHOT_COPYING_FINISHED
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
SnapshotEvent
,
Constant Field Valuespublic static final int EVT_SNAPSHOT_CHECK_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.
SnapshotEvent
,
Constant Field Valuespublic static final int EVT_SNAPSHOT_CHECK_FINISHED
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
SnapshotEvent
,
Constant Field Valuespublic static final int EVT_SNAPSHOT_DELETION_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.
SnapshotEvent
,
Constant Field Valuespublic static final int EVT_SNAPSHOT_DELETION_FINISHED
NOTE: all types in range from 1 to 1000 are reserved for internal Ignite events and should not be used by user-defined events.
SnapshotEvent
,
Constant Field Valuespublic static final int[] EVTS_SNAPSHOT
IgniteEvents.localListen(org.apache.ignite.lang.IgnitePredicate, int...)
method to
subscribe to all snapshot events.SnapshotEvent
GridGain In-Memory Computing Platform : ver. 8.9.19 Release Date : April 10 2025