Interface TcpConnectionIndexAwareMessage
-
- All Superinterfaces:
Message,Serializable
- All Known Implementing Classes:
TcpInverseConnectionResponseMessage
public interface TcpConnectionIndexAwareMessage extends Message
-
-
Field Summary
Fields Modifier and Type Field Description static intUNDEFINED_CONNECTION_INDEX-
Fields inherited from interface org.apache.ignite.plugin.extensions.communication.Message
DIRECT_TYPE_SIZE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intconnectionIndex()-
Methods inherited from interface org.apache.ignite.plugin.extensions.communication.Message
directType, fieldsCount, onAckReceived, readFrom, writeTo
-
-
-
-
Field Detail
-
UNDEFINED_CONNECTION_INDEX
static final int UNDEFINED_CONNECTION_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
connectionIndex
int connectionIndex()
- Returns:
UNDEFINED_CONNECTION_INDEXif standard index has to be used. Desired connection index otherwise.
-
-