Class IntermediateDataSetID

    • Constructor Detail

      • IntermediateDataSetID

        public IntermediateDataSetID()
        Creates an new random intermediate data set ID.
      • IntermediateDataSetID

        public IntermediateDataSetID​(AbstractID from)
        Creates a new intermediate data set ID with the bytes of the given ID.
        Parameters:
        from - The ID to create this ID from.
      • IntermediateDataSetID

        public IntermediateDataSetID​(UUID from)
        Creates a new intermediate data set ID with the bytes of the given UUID.
        Parameters:
        from - The UUID to create this ID from.
    • Method Detail

      • writeTo

        public void writeTo​(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)
      • fromByteBuf

        public static IntermediateDataSetID fromByteBuf​(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf)