Package org.apache.ignite.lang
Class ErrorGroups.Network
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Network
- Enclosing class:
- ErrorGroups
Network error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Could not resolve address.static final int
Address or port bind error.static final int
File transfer error.static final int
File validation error.static final ErrorGroup
Network error group.static final int
Deprecated.static final int
Recipient node has left the physical topology.static final int
Unresolvable consistent ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NETWORK_ERR_GROUP
Network error group. -
UNRESOLVABLE_CONSISTENT_ID_ERR
public static final int UNRESOLVABLE_CONSISTENT_ID_ERRUnresolvable consistent ID. -
BIND_ERR
public static final int BIND_ERRAddress or port bind error. -
FILE_TRANSFER_ERR
public static final int FILE_TRANSFER_ERRFile transfer error. -
FILE_VALIDATION_ERR
public static final int FILE_VALIDATION_ERRFile validation error. -
RECIPIENT_LEFT_ERR
public static final int RECIPIENT_LEFT_ERRRecipient node has left the physical topology. -
ADDRESS_UNRESOLVED_ERR
public static final int ADDRESS_UNRESOLVED_ERRCould not resolve address. -
PORT_IN_USE_ERR
Deprecated.Alias for BIND_ERROR. This was the old name, now deprecated.
-
-
Constructor Details
-
Network
public Network()
-