Class SerializationExample

java.lang.Object
org.apache.ignite.example.serialization.SerializationExample

public class SerializationExample extends Object
This example demonstrates the usage of the IgniteCompute.executeAsync(org.apache.ignite.compute.JobTarget, org.apache.ignite.compute.JobDescriptor<T, R>, T) API with various serialization approaches.

See README.md in the examples directory for execution instructions.

  • Constructor Details

    • SerializationExample

      public SerializationExample()
  • Method Details