Class ClientPlatform
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.client.ClientPlatform
-
public class ClientPlatform extends Object
Client platform codes.
-
-
Constructor Summary
Constructors Constructor Description ClientPlatform()
-
-
-
Field Detail
-
UNKNOWN
public static final byte UNKNOWN
- See Also:
- Constant Field Values
-
JAVA
public static final byte JAVA
- See Also:
- Constant Field Values
-
DOTNET
public static final byte DOTNET
- See Also:
- Constant Field Values
-
CPP
public static final byte CPP
- See Also:
- Constant Field Values
-
-