| Class | Description |
|---|---|
| AbstractMessageEnvelope<T extends com.google.protobuf.Message> |
Base class for all the Mesos specific messages that move across the event bus.
|
| CloseableExecutors |
Decorates
ExecutorService and ScheduledExecutorService with Closeable
to allow throwing them into a Closer. |
| HttpProtocolReceiver |
Receives messages from the Mesos cluster.
|
| HttpProtocolSender |
Sends out messages to the mesos master and slaves.
|
| Log |
Tiny weeny wrapper around slf4j to alleviate the worst of the pain.
|
| ManagedEventBus |
As the event bus does not allow controlled shutdown, add the ability to "poison" the event bus and
wait for the pill to pass through it.
|
| ManagedEventBus.EventBusExceptionHandler |
Simple exception handler that, unlike the default handler, does not swallow
the exception causing the error.
|
| ManagedEventBus.PoisonPill | |
| NetworkUtil | |
| TimeUtil | |
| UPID |
Represents a mesos internal process address.
|
| UUIDUtil |
| Enum | Description |
|---|---|
| ProtobufRegistry |
Copyright © 2014–2015. All rights reserved.