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 StringATTR_ACTIVE_ON_STARTLate affinity assignment mode.static StringATTR_AUTHENTICATION_ENABLEDUser authentication enabled flag.static StringATTR_BINARY_CONFIGURATIONBinary configuration.static StringATTR_BINARY_PROTO_VERBinary protocol version.static StringATTR_BUILD_DATEInternal attribute name constant.static StringATTR_BUILD_VERNode compound version.static StringATTR_CACHEInternal attribute name constant.static StringATTR_CLIENT_MODEClient mode flag.static StringATTR_CONSISTENCY_CHECK_SKIPPEDConfiguration consistency check disabled flag.static StringATTR_DATA_REGIONS_OFFHEAP_SIZEInternal attribute name constant.static StringATTR_DATA_STORAGE_CONFIGData storage configuration.static StringATTR_DATA_STREAMER_POOL_SIZEstatic StringATTR_DEPLOYMENT_MODEDeployment mode.static StringATTR_DYNAMIC_CACHE_START_ROLLBACK_SUPPORTEDInternal attribute name constant.static StringATTR_GRID_NAMEDeprecated.static StringATTR_IGNITE_FEATURESSupported features.static StringATTR_IGNITE_INSTANCE_NAMEInternal attribute name constant.static StringATTR_IPSInternal attribute name constant.static StringATTR_JIT_NAMEInternal attribute name constant.static StringATTR_JMX_PORTInternal attribute name constant.static StringATTR_JVM_ARGSInternal attribute name constant.static StringATTR_JVM_PIDInternal attribute name constant.static StringATTR_LANG_RUNTIMEInternal attribute name constant.static StringATTR_LATE_AFFINITY_ASSIGNMENTLate affinity assignment mode.static StringATTR_MACSInternal attribute name constant.static StringATTR_MACS_OVERRIDEAllows to overrideATTR_MACSby adding this attribute in the user attributes.static StringATTR_MARSHALLERInternal attribute name constant.static StringATTR_MARSHALLER_COMPACT_FOOTERAttribute for marshaller compact footers.static StringATTR_MARSHALLER_USE_BINARY_STRING_SER_VER_2Internal attribute constant that controls which String serialization version to use.static StringATTR_MARSHALLER_USE_DFLT_SUIDInternal attribute name constant.static StringATTR_MEMORY_CONFIGDeprecated.static StringATTR_NODE_CONSISTENT_IDNode consistent id.static StringATTR_OFFHEAP_SIZEInternal attribute name constant.static StringATTR_PEER_CLASSLOADINGPeer classloading enabled flag.static StringATTR_PHY_RAMInternal attribute name constant.static StringATTR_PREFIXPrefix for internally reserved attribute names.static StringATTR_REBALANCE_POOL_SIZERebalance thread pool size.static StringATTR_REST_JETTY_ADDRSInternal attribute name constantstatic StringATTR_REST_JETTY_HOST_NAMESInternal attribute name constantstatic StringATTR_REST_JETTY_PORTInternal attribute name constantstatic StringATTR_REST_PORT_RANGEInternal attribute name constantstatic StringATTR_REST_TCP_ADDRSInternal attribute name constant.static StringATTR_REST_TCP_HOST_NAMESInternal attribute name constant.static StringATTR_REST_TCP_PORTInternal attribute name constant.static StringATTR_RESTART_ENABLEDInternal attribute name constant.static StringATTR_SECURITY_COMPATIBILITY_MODEIgnite security compatibility mode.static StringATTR_SECURITY_CREDENTIALSSecurity credentials attribute name.static StringATTR_SECURITY_SUBJECT_V2V2 security subject for authenticated node.static StringATTR_SHUTDOWN_POLICYShutdown policy attribute name.static StringATTR_SPI_CLASSInternal attribute name postfix constant.static StringATTR_STREAMERInternal attribute name constant.static StringATTR_TIME_SERVER_HOSTTime server host attribute name.static StringATTR_TIME_SERVER_PORTTime server port attribute name.static StringATTR_TX_AWARE_QUERIES_ENABLEDInternal attribute name constant.static StringATTR_TX_SERIALIZABLE_ENABLEDInternal attribute name constant.static StringATTR_UPDATE_NOTIFIER_ENABLEDUpdate notifier enabled.static StringATTR_USER_NAMEInternal 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_MACSby 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
-
-