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()
@Nullable <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.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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019