DataStreamer has deployClass() property for cases when automatic resolution is impossible
-- Yakov Zhdanov, Director R&D *GridGain Systems* www.gridgain.com 2015-04-14 20:08 GMT+03:00 Dmitriy Setrakyan <[email protected]>: > Ouch... > > Is there any way to make it work? For example, can we do explicit class > deployment directly from StreamTrasformer.from(...) method? > > D. > > On Tue, Apr 14, 2015 at 9:11 AM, Yakov Zhdanov <[email protected]> > wrote: > > > Dmitriy, > > > > Lambdas deployment should work - we have tests for it. > > > > Can you make sure you don't wrap lambda in anything available from > standard > > classpath? Like here - org.apache.ignite.stream.StreamTransformer#from(). > > This may not work and you will need to manually set deployment class. > > > > --Yakov > > > > 2015-03-22 11:32 GMT+03:00 Dmitriy Setrakyan <[email protected]>: > > > > > Igniters, > > > > > > I was playing with peer deployment for lambdas in sprint-2 and it looks > > > like lambdas from Java8 cannot be automatically deployed. Is there a > > reason > > > for that? > > > > > > Yakov, I think you may have conducted some experiments for this in the > > > past. Can you please chime in? > > > > > > Thanks, > > > D. > > > > > >
