Package org.apache.ignite.internal
Class IgniteNodeAttributes
- java.lang.Object
-
- org.apache.ignite.internal.IgniteNodeAttributes
-
public final class IgniteNodeAttributes extends Object
This class defines constants (NOT enums) for internally-used node attributes.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_ACTIVE_ON_START
Late affinity assignment mode.static String
ATTR_AUTHENTICATION_ENABLED
User authentication enabled flag.static String
ATTR_BINARY_CONFIGURATION
Binary configuration.static String
ATTR_BINARY_PROTO_VER
Binary protocol version.static String
ATTR_BUILD_DATE
Internal attribute name constant.static String
ATTR_BUILD_VER
Node compound version.static String
ATTR_CACHE
Internal attribute name constant.static String
ATTR_CLIENT_MODE
Client mode flag.static String
ATTR_CONSISTENCY_CHECK_SKIPPED
Configuration consistency check disabled flag.static String
ATTR_DATA_REGIONS_OFFHEAP_SIZE
Internal attribute name constant.static String
ATTR_DATA_STORAGE_CONFIG
Data storage configuration.static String
ATTR_DATA_STREAMER_POOL_SIZE
static String
ATTR_DEPLOYMENT_MODE
Deployment mode.static String
ATTR_DYNAMIC_CACHE_START_ROLLBACK_SUPPORTED
Internal attribute name constant.static String
ATTR_GRID_NAME
Deprecated.static String
ATTR_IGNITE_FEATURES
Supported features.static String
ATTR_IGNITE_INSTANCE_NAME
Internal attribute name constant.static String
ATTR_IPS
Internal attribute name constant.static String
ATTR_JIT_NAME
Internal attribute name constant.static String
ATTR_JMX_PORT
Internal attribute name constant.static String
ATTR_JVM_ARGS
Internal attribute name constant.static String
ATTR_JVM_PID
Internal attribute name constant.static String
ATTR_LANG_RUNTIME
Internal attribute name constant.static String
ATTR_LATE_AFFINITY_ASSIGNMENT
Late affinity assignment mode.static String
ATTR_MACS
Internal attribute name constant.static String
ATTR_MACS_OVERRIDE
Allows to overrideATTR_MACS
by adding this attribute in the user attributes.static String
ATTR_MARSHALLER
Internal attribute name constant.static String
ATTR_MARSHALLER_COMPACT_FOOTER
Attribute for marshaller compact footers.static String
ATTR_MARSHALLER_USE_BINARY_STRING_SER_VER_2
Internal attribute constant that controls which String serialization version to use.static String
ATTR_MARSHALLER_USE_DFLT_SUID
Internal attribute name constant.static String
ATTR_MEMORY_CONFIG
Deprecated.static String
ATTR_NODE_CONSISTENT_ID
Node consistent id.static String
ATTR_OFFHEAP_SIZE
Internal attribute name constant.static String
ATTR_PEER_CLASSLOADING
Peer classloading enabled flag.static String
ATTR_PHY_RAM
Internal attribute name constant.static String
ATTR_PREFIX
Prefix for internally reserved attribute names.static String
ATTR_REBALANCE_POOL_SIZE
Rebalance thread pool size.static String
ATTR_REST_JETTY_ADDRS
Internal attribute name constantstatic String
ATTR_REST_JETTY_HOST_NAMES
Internal attribute name constantstatic String
ATTR_REST_JETTY_PORT
Internal attribute name constantstatic String
ATTR_REST_PORT_RANGE
Internal attribute name constantstatic String
ATTR_REST_TCP_ADDRS
Internal attribute name constant.static String
ATTR_REST_TCP_HOST_NAMES
Internal attribute name constant.static String
ATTR_REST_TCP_PORT
Internal attribute name constant.static String
ATTR_RESTART_ENABLED
Internal attribute name constant.static String
ATTR_SECURITY_COMPATIBILITY_MODE
Ignite security compatibility mode.static String
ATTR_SECURITY_CREDENTIALS
Security credentials attribute name.static String
ATTR_SECURITY_SUBJECT_V2
V2 security subject for authenticated node.static String
ATTR_SHUTDOWN_POLICY
Shutdown policy attribute name.static String
ATTR_SPI_CLASS
Internal attribute name postfix constant.static String
ATTR_STREAMER
Internal attribute name constant.static String
ATTR_TIME_SERVER_HOST
Time server host attribute name.static String
ATTR_TIME_SERVER_PORT
Time server port attribute name.static String
ATTR_TX_AWARE_QUERIES_ENABLED
Internal attribute name constant.static String
ATTR_TX_SERIALIZABLE_ENABLED
Internal attribute name constant.static String
ATTR_UPDATE_NOTIFIER_ENABLED
Update notifier enabled.static String
ATTR_USER_NAME
Internal attribute name constant.
-
-
-
Field Detail
-
ATTR_PREFIX
public static final String ATTR_PREFIX
Prefix for internally reserved attribute names.- See Also:
- Constant Field Values
-
ATTR_BUILD_VER
public static final String ATTR_BUILD_VER
Node compound version.- See Also:
- Constant Field Values
-
ATTR_BUILD_DATE
public static final String ATTR_BUILD_DATE
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_MARSHALLER
public static final String ATTR_MARSHALLER
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_MARSHALLER_USE_DFLT_SUID
public static final String ATTR_MARSHALLER_USE_DFLT_SUID
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_MARSHALLER_COMPACT_FOOTER
public static final String ATTR_MARSHALLER_COMPACT_FOOTER
Attribute for marshaller compact footers.- See Also:
- Constant Field Values
-
ATTR_MARSHALLER_USE_BINARY_STRING_SER_VER_2
public static final String ATTR_MARSHALLER_USE_BINARY_STRING_SER_VER_2
Internal attribute constant that controls which String serialization version to use.- See Also:
- Constant Field Values
-
ATTR_JIT_NAME
public static final String ATTR_JIT_NAME
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_LANG_RUNTIME
public static final String ATTR_LANG_RUNTIME
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_USER_NAME
public static final String ATTR_USER_NAME
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_IGNITE_INSTANCE_NAME
public static final String ATTR_IGNITE_INSTANCE_NAME
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_GRID_NAME
@Deprecated public static final String ATTR_GRID_NAME
Deprecated.Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_DEPLOYMENT_MODE
public static final String ATTR_DEPLOYMENT_MODE
Deployment mode.- See Also:
- Constant Field Values
-
ATTR_PEER_CLASSLOADING
public static final String ATTR_PEER_CLASSLOADING
Peer classloading enabled flag.- See Also:
- Constant Field Values
-
ATTR_SHUTDOWN_POLICY
public static final String ATTR_SHUTDOWN_POLICY
Shutdown policy attribute name.- See Also:
- Constant Field Values
-
ATTR_SPI_CLASS
public static final String ATTR_SPI_CLASS
Internal attribute name postfix constant.- See Also:
- Constant Field Values
-
ATTR_CACHE
public static final String ATTR_CACHE
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_TX_SERIALIZABLE_ENABLED
public static final String ATTR_TX_SERIALIZABLE_ENABLED
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_TX_AWARE_QUERIES_ENABLED
public static final String ATTR_TX_AWARE_QUERIES_ENABLED
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_JMX_PORT
public static final String ATTR_JMX_PORT
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_RESTART_ENABLED
public static final String ATTR_RESTART_ENABLED
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_REST_TCP_ADDRS
public static final String ATTR_REST_TCP_ADDRS
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_REST_TCP_HOST_NAMES
public static final String ATTR_REST_TCP_HOST_NAMES
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_REST_TCP_PORT
public static final String ATTR_REST_TCP_PORT
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_REST_PORT_RANGE
public static final String ATTR_REST_PORT_RANGE
Internal attribute name constant- See Also:
- Constant Field Values
-
ATTR_REST_JETTY_ADDRS
public static final String ATTR_REST_JETTY_ADDRS
Internal attribute name constant- See Also:
- Constant Field Values
-
ATTR_REST_JETTY_HOST_NAMES
public static final String ATTR_REST_JETTY_HOST_NAMES
Internal attribute name constant- See Also:
- Constant Field Values
-
ATTR_REST_JETTY_PORT
public static final String ATTR_REST_JETTY_PORT
Internal attribute name constant- See Also:
- Constant Field Values
-
ATTR_IPS
public static final String ATTR_IPS
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_MACS
public static final String ATTR_MACS
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_MACS_OVERRIDE
public static final String ATTR_MACS_OVERRIDE
Allows to overrideATTR_MACS
by adding this attribute in the user attributes.- See Also:
- Constant Field Values
-
ATTR_PHY_RAM
public static final String ATTR_PHY_RAM
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_OFFHEAP_SIZE
public static final String ATTR_OFFHEAP_SIZE
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_DATA_REGIONS_OFFHEAP_SIZE
public static final String ATTR_DATA_REGIONS_OFFHEAP_SIZE
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_JVM_PID
public static final String ATTR_JVM_PID
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_JVM_ARGS
public static final String ATTR_JVM_ARGS
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_STREAMER
public static final String ATTR_STREAMER
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_TIME_SERVER_HOST
public static final String ATTR_TIME_SERVER_HOST
Time server host attribute name.- See Also:
- Constant Field Values
-
ATTR_TIME_SERVER_PORT
public static final String ATTR_TIME_SERVER_PORT
Time server port attribute name.- See Also:
- Constant Field Values
-
ATTR_SECURITY_CREDENTIALS
public static final String ATTR_SECURITY_CREDENTIALS
Security credentials attribute name. Attribute is not available via public API.- See Also:
- Constant Field Values
-
ATTR_SECURITY_SUBJECT_V2
public static final String ATTR_SECURITY_SUBJECT_V2
V2 security subject for authenticated node.- See Also:
- Constant Field Values
-
ATTR_CLIENT_MODE
public static final String ATTR_CLIENT_MODE
Client mode flag.- See Also:
- Constant Field Values
-
ATTR_CONSISTENCY_CHECK_SKIPPED
public static final String ATTR_CONSISTENCY_CHECK_SKIPPED
Configuration consistency check disabled flag.- See Also:
- Constant Field Values
-
ATTR_NODE_CONSISTENT_ID
public static final String ATTR_NODE_CONSISTENT_ID
Node consistent id.- See Also:
- Constant Field Values
-
ATTR_BINARY_PROTO_VER
public static final String ATTR_BINARY_PROTO_VER
Binary protocol version.- See Also:
- Constant Field Values
-
ATTR_UPDATE_NOTIFIER_ENABLED
public static final String ATTR_UPDATE_NOTIFIER_ENABLED
Update notifier enabled.- See Also:
- Constant Field Values
-
ATTR_BINARY_CONFIGURATION
public static final String ATTR_BINARY_CONFIGURATION
Binary configuration.- See Also:
- Constant Field Values
-
ATTR_LATE_AFFINITY_ASSIGNMENT
public static final String ATTR_LATE_AFFINITY_ASSIGNMENT
Late affinity assignment mode.- See Also:
- Constant Field Values
-
ATTR_ACTIVE_ON_START
public static final String ATTR_ACTIVE_ON_START
Late affinity assignment mode.- See Also:
- Constant Field Values
-
ATTR_SECURITY_COMPATIBILITY_MODE
public static final String ATTR_SECURITY_COMPATIBILITY_MODE
Ignite security compatibility mode.- See Also:
- Constant Field Values
-
ATTR_DATA_STREAMER_POOL_SIZE
public static final String ATTR_DATA_STREAMER_POOL_SIZE
- See Also:
- Constant Field Values
-
ATTR_MEMORY_CONFIG
@Deprecated public static final String ATTR_MEMORY_CONFIG
Deprecated.Memory configuration.- See Also:
- Constant Field Values
-
ATTR_DATA_STORAGE_CONFIG
public static final String ATTR_DATA_STORAGE_CONFIG
Data storage configuration.- See Also:
- Constant Field Values
-
ATTR_AUTHENTICATION_ENABLED
public static final String ATTR_AUTHENTICATION_ENABLED
User authentication enabled flag.- See Also:
- Constant Field Values
-
ATTR_REBALANCE_POOL_SIZE
public static final String ATTR_REBALANCE_POOL_SIZE
Rebalance thread pool size.- See Also:
- Constant Field Values
-
ATTR_DYNAMIC_CACHE_START_ROLLBACK_SUPPORTED
public static final String ATTR_DYNAMIC_CACHE_START_ROLLBACK_SUPPORTED
Internal attribute name constant.- See Also:
- Constant Field Values
-
ATTR_IGNITE_FEATURES
public static final String ATTR_IGNITE_FEATURES
Supported features.- See Also:
- Constant Field Values
-
-