| Package | Description |
|---|---|
| org.apache.mesos |
| Constructor and Description |
|---|
MesosSchedulerDriver(Scheduler scheduler,
org.apache.mesos.Protos.FrameworkInfo framework,
String master)
Creates a new driver for the specified scheduler.
|
MesosSchedulerDriver(Scheduler scheduler,
org.apache.mesos.Protos.FrameworkInfo framework,
String master,
org.apache.mesos.Protos.Credential credential)
Same as the above constructor, except that it accepts 'credential'
as a parameter.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.