Re: java driver/shutdown call

2018-01-12 Thread Anand Mazumdar
Yes; It's a newer interface that still allows you to switch between the v1 (new) and the old API. -anand On Fri, Jan 12, 2018 at 3:28 PM, Mohit Jaggi wrote: > Are you suggesting > > *send(new Call(METHOD, Param1, ...)) * > > instead of > > *driver.method(Param1, )* > > *?* > > On Fri, Jan 1

Re: java driver/shutdown call

2018-01-12 Thread Mohit Jaggi
Are you suggesting *send(new Call(METHOD, Param1, ...)) * instead of *driver.method(Param1, )* *?* On Fri, Jan 12, 2018 at 10:59 AM, Anand Mazumdar wrote: > Mohit, > > You can use the V1Mesos class that uses the v1 API internally allowing you > to send the 'SHUTDOWN' call. We also have a

Re: java driver/shutdown call

2018-01-12 Thread Anand Mazumdar
Mohit, You can use the V1Mesos class that uses the v1 API internally allowing you to send the 'SHUTDOWN' call. We also have a V0Mesos class that uses the old scheduler driver internally. -anand On Wed, Jan 10, 2018 at 2:53 PM, Mohit Jaggi wrote: > Thanks Vinod. Is there a V1SchedulerDriver.jav