| Interface | Description |
|---|---|
| Executor |
Callback interface to be implemented by frameworks' executors.
|
| ExecutorDriver |
Abstract interface for connecting an executor to Mesos.
|
| Scheduler |
Callback interface to be implemented by frameworks'
schedulers.
|
| SchedulerDriver |
Abstract interface for connecting a scheduler to Mesos.
|
| Class | Description |
|---|---|
| Log |
Provides access to a distributed append only log.
|
| Log.Entry |
Represents an opaque data entry in the
Log with a
Log.Position. |
| Log.Position |
An opaque identifier of a log entry's position within the
log.
|
| Log.Reader |
Provides read access to the
Log. |
| Log.Writer |
Provides write access to the
Log. |
| MesosExecutorDriver |
Concrete implementation of an ExecutorDriver that connects an
Executor with a Mesos slave.
|
| MesosSchedulerDriver |
Concrete implementation of a SchedulerDriver that connects a
Scheduler with a Mesos master.
|
| Exception | Description |
|---|---|
| Log.OperationFailedException |
An exception that gets thrown when an error occurs while
performing a read or write operation.
|
| Log.WriterFailedException |
An exception that gets thrown when a writer no longer has the
ability to perform operations (e.g., because it was superseded by
another writer).
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.