Hello Naveen! No, Ignite does not create the java class for value_type (and key_type). You can either create the class yourself, or alternatively you can use BinaryObject to add rows to backing cache, via get/put or DataStreamer for example.
Please refer to our docs for more detail: https://apacheignite.readme.io/docs/binary-marshaller#binaryobject-cache-api e.g. you can do ignite.binary().builder("some.package.MWorkPlan"); and then call setField() and put(). Regards, -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
