public interface BaselineNode
| Modifier and Type | Method and Description |
|---|---|
<T> T |
attribute(String name)
Gets a node attribute.
|
Map<String,Object> |
attributes()
Gets all node attributes.
|
Object |
consistentId()
Gets consistent globally unique node ID.
|
Object consistentId()
<T> T attribute(String name)
IgniteConfiguration.getUserAttributes() method.
The system adds the following attributes automatically:
{@link System#getProperties()} - All system properties.{@link System#getenv(String)} - All environment properties.IgniteNodeAttributesNote that attributes cannot be changed at runtime.
T - Attribute Type.name - Attribute name. Note that attribute names starting with
org.apache.ignite are reserved for internal use.null if such an attribute does not exist.Map<String,Object> attributes()
IgniteConfiguration.getUserAttributes() method.
The system adds the following attributes automatically:
{@link System#getProperties()} - All system properties.{@link System#getenv(String)} - All environment properties.IgniteNodeAttributesNote that attributes cannot be changed at runtime.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025