|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GridDiscoveryEventType>
org.gridgain.grid.GridDiscoveryEventType
@Apache20LicenseCompatible public enum GridDiscoveryEventType
Event types for grid node discovery events. See GridDiscoverySpi for
information about how grid discovers nodes. Note that discovery events are
different from general GridEventType events and are used by
GridDiscoveryListener.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3
GridDiscoveryListener

| Enum Constant Summary | |
|---|---|
FAILED
GridGain detected that node has presumably crashed and is considered failed. |
|
JOINED
New node has been discovered and joined grid topology. |
|
LEFT
Node has normally left the grid. |
|
METRICS_UPDATED
Callback for when node's metrics are updated. |
|
| Method Summary | |
|---|---|
static GridDiscoveryEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GridDiscoveryEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GridDiscoveryEventType JOINED
public static final GridDiscoveryEventType LEFT
public static final GridDiscoveryEventType FAILED
public static final GridDiscoveryEventType METRICS_UPDATED
| Method Detail |
|---|
public static final GridDiscoveryEventType[] values()
for(GridDiscoveryEventType c : GridDiscoveryEventType.values())
System.out.println(c);
public static GridDiscoveryEventType valueOf(String name)
IllegalArgumentException - if this enum type has no constant
with the specified namename - the name of the enum constant to be returned.
|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|