The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mesos::ExecutorDriver - perl interface to MesosExecutorDriver

ATTRIBUTES

dispatcher

Either a Mesos::Dispatcher instance, or the short name of a dispatcher to instantiate(such as AnyEvent). The short name cannot be used if the dispatcher has required arguments.

Defaults to AnyEvent

executor

A Mesos::Executor instance

METHODS

new(%args)
    my $driver = Mesos::ExecutorDriver->new(%args);

        %args
            REQUIRED executor
            OPTIONAL dispatcher
new(executor => $executor)
Status start()
Status stop()
Status abort()
Status join()
Status run()
Status sendStatusUpdate($status)
Status sendFrameworkMessage($data)