Class MarshallingHelper


  • public class MarshallingHelper
    extends Object
    • Constructor Detail

      • MarshallingHelper

        public MarshallingHelper()
    • Method Detail

      • createTupleKey

        public static TupleKey createTupleKey​(Tuple leftTuple)
      • toArrayOfObject

        protected static Object[] toArrayOfObject​(long[] longs)
      • createTupleArray

        protected static long[] createTupleArray​(Tuple tuple)
      • intToByteArray

        public static final byte[] intToByteArray​(int value)
      • byteArrayToInt

        public static final int byteArrayToInt​(byte[] b)
      • longToByteArray

        public static final byte[] longToByteArray​(long value)
      • byteArrayToLong

        public static final long byteArrayToLong​(byte[] b)
      • hasNodeMemory

        public static boolean hasNodeMemory​(TerminalNode terminalNode)