public interface GridEventType
Note that this interface defines not only
individual type constants but arrays of types as well to be conveniently used with
GridEvents.localListen(GridPredicate, int...) method:
EVTS_CHECKPOINTEVTS_DEPLOYMENTEVTS_DISCOVERYEVTS_DISCOVERY_ALLEVTS_JOB_EXECUTIONEVTS_TASK_EXECUTIONEVTS_LICENSEEVTS_CACHEEVTS_CACHE_PRELOADEVTS_SWAPSPACEEVTS_AUTHENTICATIONEVTS_SECURE_SESSIONNOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
It is highly recommended to enable only those events that your application logic requires
by using either GridConfiguration.getIncludeEventTypes() method in GridGain configuration. Note that certain
events are required for GridGain's internal operations and such events will still be generated but not stored by
event storage SPI if they are disabled in GridGain configuration.
| 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_CACHE_ENTRY_CREATED
Built-in event type: entry created.
|
static int |
EVT_CACHE_ENTRY_DESTROYED
Built-in event type: entry destroyed.
|
static int |
EVT_CACHE_ENTRY_EVICTED
Built-in event type: entry evicted.
|
static int |
EVT_CACHE_OBJECT_EXPIRED
Built-in event type: cache object was expired when reading it.
|
static int |
EVT_CACHE_OBJECT_FROM_OFFHEAP
Built-in event type: cache object moved from off-heap storage back into memory.
|
static int |
EVT_CACHE_OBJECT_LOCKED
Built-in event type: object locked.
|
static int |
EVT_CACHE_OBJECT_PUT
Built-in event type: object put.
|
static int |
EVT_CACHE_OBJECT_READ
Built-in event type: object read.
|
static int |
EVT_CACHE_OBJECT_REMOVED
Built-in event type: object removed.
|
static int |
EVT_CACHE_OBJECT_SWAPPED
Built-in event type: cache object swapped from swap storage.
|
static int |
EVT_CACHE_OBJECT_TO_OFFHEAP
Built-in event type: cache object stored in off-heap storage.
|
static int |
EVT_CACHE_OBJECT_UNLOCKED
Built-in event type: object unlocked.
|
static int |
EVT_CACHE_OBJECT_UNSWAPPED
Built-in event type: cache object unswapped from swap storage.
|
static int |
EVT_CACHE_PRELOAD_OBJECT_LOADED
Built-in event type: cache entry preloaded.
|
static int |
EVT_CACHE_PRELOAD_OBJECT_UNLOADED
Built-in event type: cache entry unloaded.
|
static int |
EVT_CACHE_PRELOAD_PART_LOADED
Built-in event type: cache partition loaded.
|
static int |
EVT_CACHE_PRELOAD_PART_UNLOADED
Built-in event type: cache partition unloaded.
|
static int |
EVT_CACHE_PRELOAD_STARTED
Built-in event type: cache preload started.
|
static int |
EVT_CACHE_PRELOAD_STOPPED
Built-in event type: cache preload stopped.
|
static int |
EVT_CHECKPOINT_LOADED
Built-in event type: checkpoint was loaded.
|
static int |
EVT_CHECKPOINT_REMOVED
Built-in event type: checkpoint was removed.
|
static int |
EVT_CHECKPOINT_SAVED
Built-in event type: checkpoint was saved.
|
static int |
EVT_CLASS_DEPLOY_FAILED
Built-in event type: non-task class deployment failed.
|
static int |
EVT_CLASS_DEPLOYED
Built-in event type: non-task class deployed.
|
static int |
EVT_CLASS_UNDEPLOYED
Built-in event type: non-task class undeployed.
|
static int |
EVT_GGFS_DIR_CREATED
Built-in event type: GGFS directory created.
|
static int |
EVT_GGFS_DIR_DELETED
Built-in event type: GGFS directory deleted.
|
static int |
EVT_GGFS_DIR_RENAMED
Built-in event type: GGFS directory renamed.
|
static int |
EVT_GGFS_FILE_CLOSED_READ
Built-in event type: GGFS file closed.
|
static int |
EVT_GGFS_FILE_CLOSED_WRITE
Built-in event type: GGFS file closed.
|
static int |
EVT_GGFS_FILE_CREATED
Built-in event type: GGFS file created.
|
static int |
EVT_GGFS_FILE_DELETED
Built-in event type: GGFS file deleted.
|
static int |
EVT_GGFS_FILE_OPENED_READ
Built-in event type: GGFS file opened for reading.
|
static int |
EVT_GGFS_FILE_OPENED_WRITE
Built-in event type: GGFS file opened for writing.
|
static int |
EVT_GGFS_FILE_PURGED
Built-in event type: GGFS file purged.
|
static int |
EVT_GGFS_FILE_RENAMED
Built-in event type: GGFS file renamed.
|
static int |
EVT_GGFS_META_UPDATED
Built-in event type: GGFS file or directory metadata updated.
|
static int |
EVT_JOB_CANCELLED
Built-in event type: grid job cancelled.
|
static int |
EVT_JOB_FAILED
Built-in event type: grid job failed.
|
static int |
EVT_JOB_FAILED_OVER
Built-in event type: grid job failed over.
|
static int |
EVT_JOB_FINISHED
Built-in event type: grid job finished.
|
static int |
EVT_JOB_MAPPED
Built-in event type: grid job was mapped in
GridComputeTask.map(List, Object) method. |
static int |
EVT_JOB_QUEUED
Built-in event type: grid job queued.
|
static int |
EVT_JOB_REJECTED
Built-in event type: grid job rejected during collision resolution.
|
static int |
EVT_JOB_RESULTED
Built-in event type: grid job result was received by
GridComputeTask.result(GridComputeJobResult, List) method. |
static int |
EVT_JOB_STARTED
Built-in event type: grid job started.
|
static int |
EVT_JOB_TIMEDOUT
Built-in event type: grid job timed out.
|
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_NODE_FAILED
Built-in event type: node failed.
|
static int |
EVT_NODE_JOINED
Built-in event type: node joined topology.
|
static int |
EVT_NODE_LEFT
Built-in event type: node has normally left topology.
|
static int |
EVT_NODE_METRICS_UPDATED
Built-in event type: node metrics updated.
|
static int |
EVT_NODE_RECONNECTED
Built-in event type: local node reconnected.
|
static int |
EVT_NODE_SEGMENTED
Built-in event type: local node segmented.
|
static int |
EVT_SECURE_SESSION_VALIDATION_FAILED
Built-in event type: secure session validation failed.
|
static int |
EVT_SECURE_SESSION_VALIDATION_SUCCEEDED
Built-in event type: secure session validation succeed.
|
static int |
EVT_SWAP_SPACE_CLEARED
Built-in event type: swap space cleared.
|
static int |
EVT_SWAP_SPACE_DATA_EVICTED
Built-in event type: swap space data evicted.
|
static int |
EVT_SWAP_SPACE_DATA_READ
Built-in event type: swap space data read.
|
static int |
EVT_SWAP_SPACE_DATA_REMOVED
Built-in event type: swap space data removed.
|
static int |
EVT_SWAP_SPACE_DATA_STORED
Built-in event type: swap space data stored.
|
static int |
EVT_TASK_DEPLOY_FAILED
Built-in event type: task deployment failed.
|
static int |
EVT_TASK_DEPLOYED
Built-in event type: task deployed.
|
static int |
EVT_TASK_FAILED
Built-in event type: task failed.
|
static int |
EVT_TASK_FINISHED
Built-in event type: task finished.
|
static int |
EVT_TASK_REDUCED
Built-in event type: task reduced.
|
static int |
EVT_TASK_SESSION_ATTR_SET
Built-in event type: task session attribute set.
|
static int |
EVT_TASK_STARTED
Built-in event type: task started.
|
static int |
EVT_TASK_TIMEDOUT
Built-in event type: task timed out.
|
static int |
EVT_TASK_UNDEPLOYED
Built-in event type: task undeployed.
|
static int |
EVT_VISOR_EVENTS_LOST
Built-in event type: Visor detects that some events were evicted from events buffer since last poll.
|
static int[] |
EVTS_ALL
All GridGain events (including metric update event).
|
static int[] |
EVTS_ALL_MINUS_METRIC_UPDATE
All GridGain events (excluding metric update event).
|
static int[] |
EVTS_AUTHENTICATION
All authentication events.
|
static int[] |
EVTS_AUTHORIZATION
All authorization events.
|
static int[] |
EVTS_CACHE
All cache events.
|
static int[] |
EVTS_CACHE_PRELOAD
All cache preload events.
|
static int[] |
EVTS_CHECKPOINT
All checkpoint events.
|
static int[] |
EVTS_DEPLOYMENT
All deployment events.
|
static int[] |
EVTS_DISCOVERY
All discovery events except for
EVT_NODE_METRICS_UPDATED. |
static int[] |
EVTS_DISCOVERY_ALL
All discovery events.
|
static int[] |
EVTS_ERROR
All events indicating an error or failure condition.
|
static int[] |
EVTS_GGFS
All GGFS events.
|
static int[] |
EVTS_JOB_EXECUTION
All grid job execution events.
|
static int[] |
EVTS_LICENSE
All license events.
|
static int[] |
EVTS_SECURE_SESSION
All secure session events.
|
static int[] |
EVTS_SWAPSPACE
All swap space events.
|
static int[] |
EVTS_TASK_EXECUTION
All grid task execution events.
|
static final int EVT_CHECKPOINT_SAVED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridCheckpointEvent,
Constant Field Valuesstatic final int EVT_CHECKPOINT_LOADED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridCheckpointEvent,
Constant Field Valuesstatic final int EVT_CHECKPOINT_REMOVED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridCheckpointEvent,
Constant Field Valuesstatic final int EVT_NODE_JOINED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDiscoveryEvent,
Constant Field Valuesstatic final int EVT_NODE_LEFT
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDiscoveryEvent,
Constant Field Valuesstatic final int EVT_NODE_FAILED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDiscoveryEvent,
Constant Field Valuesstatic final int EVT_NODE_METRICS_UPDATED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDiscoveryEvent,
Constant Field Valuesstatic final int EVT_NODE_SEGMENTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDiscoveryEvent,
Constant Field Valuesstatic final int EVT_NODE_RECONNECTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDiscoveryEvent,
Constant Field Valuesstatic final int EVT_TASK_STARTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridTaskEvent,
Constant Field Valuesstatic final int EVT_TASK_FINISHED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridTaskEvent,
Constant Field Valuesstatic final int EVT_TASK_FAILED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridTaskEvent,
Constant Field Valuesstatic final int EVT_TASK_TIMEDOUT
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridTaskEvent,
Constant Field Valuesstatic final int EVT_TASK_SESSION_ATTR_SET
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridTaskEvent,
Constant Field Valuesstatic final int EVT_TASK_REDUCED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CLASS_DEPLOYED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDeploymentEvent,
Constant Field Valuesstatic final int EVT_CLASS_UNDEPLOYED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDeploymentEvent,
Constant Field Valuesstatic final int EVT_CLASS_DEPLOY_FAILED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDeploymentEvent,
Constant Field Valuesstatic final int EVT_TASK_DEPLOYED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDeploymentEvent,
Constant Field Valuesstatic final int EVT_TASK_UNDEPLOYED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDeploymentEvent,
Constant Field Valuesstatic final int EVT_TASK_DEPLOY_FAILED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridDeploymentEvent,
Constant Field Valuesstatic final int EVT_JOB_MAPPED
GridComputeTask.map(List, Object) method.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_RESULTED
GridComputeTask.result(GridComputeJobResult, List) method.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_FAILED_OVER
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_STARTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_FINISHED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_TIMEDOUT
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_REJECTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_FAILED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_QUEUED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_JOB_CANCELLED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridJobEvent,
Constant Field Valuesstatic final int EVT_CACHE_ENTRY_CREATED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_ENTRY_DESTROYED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_ENTRY_EVICTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_PUT
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_READ
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_REMOVED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_LOCKED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_UNLOCKED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_SWAPPED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_UNSWAPPED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_EXPIRED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_SWAP_SPACE_DATA_READ
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_SWAP_SPACE_DATA_STORED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_SWAP_SPACE_DATA_REMOVED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_SWAP_SPACE_CLEARED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_SWAP_SPACE_DATA_EVICTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_CACHE_OBJECT_TO_OFFHEAP
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_OBJECT_FROM_OFFHEAP
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_PRELOAD_STARTED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_CACHE_PRELOAD_STOPPED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_CACHE_PRELOAD_PART_LOADED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSwapSpaceEvent,
Constant Field Valuesstatic final int EVT_CACHE_PRELOAD_PART_UNLOADED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_PRELOAD_OBJECT_LOADED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_CACHE_PRELOAD_OBJECT_UNLOADED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_LIC_VIOLATION
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridLicenseEvent,
Constant Field Valuesstatic final int EVT_LIC_CLEARED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridLicenseEvent,
Constant Field Valuesstatic final int EVT_LIC_GRACE_EXPIRED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridLicenseEvent,
Constant Field Valuesstatic 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 GridGain events and should not be used by user-defined events.
GridAuthenticationEvent,
Constant Field Valuesstatic 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 GridGain events and should not be used by user-defined events.
GridAuthenticationEvent,
Constant Field Valuesstatic final int EVT_SECURE_SESSION_VALIDATION_SUCCEEDED
Secure session validation succeed. This event is triggered every time a validation of secure session procedure finished without exception.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSecureSessionEvent,
Constant Field Valuesstatic final int EVT_SECURE_SESSION_VALIDATION_FAILED
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridSecureSessionEvent,
Constant Field Valuesstatic final int EVT_VISOR_EVENTS_LOST
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
static final int EVT_GGFS_FILE_CREATED
Fired when GGFS component creates new file.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_FILE_RENAMED
Fired when GGFS component renames an existing file.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_FILE_DELETED
Fired when GGFS component deletes a file.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_FILE_OPENED_READ
Fired when GGFS file is opened for reading.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_FILE_OPENED_WRITE
Fired when GGFS file is opened for writing.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_META_UPDATED
Fired when GGFS file or directory metadata is updated.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_FILE_CLOSED_WRITE
Fired when GGFS file is closed.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_FILE_CLOSED_READ
Fired when GGFS file is closed.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_DIR_CREATED
Fired when GGFS component creates new directory.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_DIR_RENAMED
Fired when GGFS component renames an existing directory.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_DIR_DELETED
Fired when GGFS component deletes a directory.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic final int EVT_GGFS_FILE_PURGED
Fired when GGFS file data was actually removed from cache.
NOTE: all types in range from 1 to 1000 are reserved for internal GridGain events and should not be used by user-defined events.
GridGgfsEvent,
Constant Field Valuesstatic 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 GridGain events and should not be used by user-defined events.
GridAuthorizationEvent,
Constant Field Valuesstatic 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 GridGain events and should not be used by user-defined events.
GridAuthorizationEvent,
Constant Field Valuesstatic final int[] EVTS_LICENSE
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all license events.GridLicenseEventstatic final int[] EVTS_CHECKPOINT
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all checkpoint events.GridCheckpointEventstatic final int[] EVTS_DEPLOYMENT
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all deployment events.GridDeploymentEventstatic final int[] EVTS_ERROR
static final int[] EVTS_DISCOVERY
EVT_NODE_METRICS_UPDATED. Subscription to
EVT_NODE_METRICS_UPDATED can 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 use
EVTS_DISCOVERY_ALL array.
This array can be directly passed into
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all discovery events except for EVT_NODE_METRICS_UPDATED.
GridDiscoveryEventstatic final int[] EVTS_DISCOVERY_ALL
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all discovery events.GridDiscoveryEventstatic final int[] EVTS_JOB_EXECUTION
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all grid job execution events.GridJobEventstatic final int[] EVTS_TASK_EXECUTION
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all grid task execution events.GridTaskEventstatic final int[] EVTS_CACHE
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all cache events.static final int[] EVTS_CACHE_PRELOAD
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all cache preload events.static final int[] EVTS_SWAPSPACE
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all cloud events.GridSwapSpaceEventstatic final int[] EVTS_AUTHENTICATION
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all cloud events.GridAuthenticationEventstatic final int[] EVTS_AUTHORIZATION
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all cloud events.GridAuthenticationEventstatic final int[] EVTS_SECURE_SESSION
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all GGFS events.GridGgfsEventstatic final int[] EVTS_GGFS
GridEvents.localListen(GridPredicate, int...) method to
subscribe to all cloud events.GridSecureSessionEventstatic final int[] EVTS_ALL
static final int[] EVTS_ALL_MINUS_METRIC_UPDATE
Copyright © 2014. All rights reserved.