Apache Mesos
|
#include <message.hpp>
Classes | |
struct | Disconnect |
struct | Remove |
struct | Subscribe |
struct | UpdateOperationStatus |
struct | UpdateState |
Public Types | |
enum | Type { Type::SUBSCRIBE, Type::UPDATE_STATE, Type::UPDATE_OPERATION_STATUS, Type::DISCONNECT, Type::REMOVE } |
Public Attributes | |
Type | type |
Option< Subscribe > | subscribe |
Option< UpdateState > | updateState |
Option< UpdateOperationStatus > | updateOperationStatus |
Option< Disconnect > | disconnect |
Option< Remove > | remove |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Type &type) |
|
strong |
|
friend |
Option<Disconnect> mesos::internal::ResourceProviderMessage::disconnect |
Type mesos::internal::ResourceProviderMessage::type |
Option<UpdateOperationStatus> mesos::internal::ResourceProviderMessage::updateOperationStatus |
Option<UpdateState> mesos::internal::ResourceProviderMessage::updateState |