Class ClientFlag
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.client.ClientFlag
-
public class ClientFlag extends Object
Client response flag.
-
-
Field Summary
Fields Modifier and Type Field Description static shortAFFINITY_TOPOLOGY_CHANGEDAffinity topology change flag.static shortERRORError flag.static shortNOTIFICATIONServer to client notification flag.
-
-
-
Field Detail
-
ERROR
public static final short ERROR
Error flag.- See Also:
- Constant Field Values
-
AFFINITY_TOPOLOGY_CHANGED
public static final short AFFINITY_TOPOLOGY_CHANGED
Affinity topology change flag.- See Also:
- Constant Field Values
-
NOTIFICATION
public static final short NOTIFICATION
Server to client notification flag.- See Also:
- Constant Field Values
-
-