Package org.apache.ignite.internal
Class MarshallerPlatformIds
- java.lang.Object
-
- org.apache.ignite.internal.MarshallerPlatformIds
-
public final class MarshallerPlatformIds extends Object
Constants for platform IDs to feed intoMarshallerContext.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]otherPlatforms(byte platformId)Gets all known platform ids except the specified one.static StringplatformName(byte platformId)Gets the platform name by id.
-
-
-
Field Detail
-
JAVA_ID
public static final byte JAVA_ID
- See Also:
- Constant Field Values
-
DOTNET_ID
public static final byte DOTNET_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
platformName
public static String platformName(byte platformId)
Gets the platform name by id.- Parameters:
platformId- Id.- Returns:
- Name.
-
otherPlatforms
public static byte[] otherPlatforms(byte platformId)
Gets all known platform ids except the specified one.- Parameters:
platformId- Id.- Returns:
- Other ids.
-
-