Apache Mesos
mesos::csi::v0::VolumeManagerProcess Member List

This is the complete list of members for mesos::csi::v0::VolumeManagerProcess, including all inherited members.

__call(const RPCResult< Response > &result, const Option< Duration > &backoff)mesos::csi::v0::VolumeManagerProcess
_call(const std::string &endpoint, process::Future< RPCResult< Response >>(Client::*rpc)(Request), const Request &request)mesos::csi::v0::VolumeManagerProcess
attachVolume(const std::string &volumeId)mesos::csi::v0::VolumeManagerProcess
AuthenticatedHttpRequestHandler typedefprocess::ProcessBaseprotected
call(const Service &service, process::Future< RPCResult< Response >>(Client::*rpc)(Request), const Request &request, bool retry=false)mesos::csi::v0::VolumeManagerProcess
consume(MessageEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(DispatchEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(HttpEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(ExitedEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
consume(TerminateEvent &&event) overrideprocess::ProcessBaseprotectedvirtual
createVolume(const std::string &name, const Bytes &capacity, const CSIVolume::VolumeCapability &capability, const google::protobuf::Map< std::string, std::string > &parameters)mesos::csi::v0::VolumeManagerProcess
delegate(const std::string &name, const UPID &pid)process::ProcessBaseinlineprotected
deleteVolume(const std::string &volumeId)mesos::csi::v0::VolumeManagerProcess
detachVolume(const std::string &volumeId)mesos::csi::v0::VolumeManagerProcess
eventCount()process::ProcessBaseprotected
exited(const UPID &)process::ProcessBaseinlineprotectedvirtual
finalize()process::ProcessBaseinlineprotectedvirtual
getCapacity(const CSIVolume::VolumeCapability &capability, const google::protobuf::Map< std::string, std::string > &parameters)mesos::csi::v0::VolumeManagerProcess
httpprocess::ProcessBase
HttpRequestHandler typedefprocess::ProcessBaseprotected
httpSequenceprocess::ProcessBase
initialize()process::ProcessBaseinlineprotectedvirtual
install(const std::string &name, const MessageHandler &handler)process::ProcessBaseinlineprotected
install(const std::string &name, void(T::*method)(const UPID &, const std::string &))process::ProcessBaseinlineprotected
link(const UPID &pid, const RemoteConnection remote=RemoteConnection::REUSE)process::ProcessBaseprotected
listVolumes()mesos::csi::v0::VolumeManagerProcess
lost(const UPID &)process::ProcessBaseinlineprotectedvirtual
messageprocess::ProcessBase
MessageHandler typedefprocess::ProcessBaseprotected
ProcessBase(const std::string &id="")process::ProcessBaseexplicit
provide(const std::string &name, const std::string &path, const std::map< std::string, std::string > &types=mime::types)process::ProcessBaseinlineprotected
publishVolume(const std::string &volumeId, const Option< state::VolumeState > &volumeState=None())mesos::csi::v0::VolumeManagerProcess
recover()mesos::csi::v0::VolumeManagerProcess
RemoteConnection enum nameprocess::ProcessBaseprotected
route(const std::string &name, const Option< std::string > &help, const HttpRequestHandler &handler, const RouteOptions &options=RouteOptions())process::ProcessBaseprotected
route(const std::string &name, const Option< std::string > &help, Future< http::Response >(T::*method)(const http::Request &), const RouteOptions &options=RouteOptions())process::ProcessBaseinlineprotected
route(const std::string &name, const std::string &realm, const Option< std::string > &help, const AuthenticatedHttpRequestHandler &handler, const RouteOptions &options=RouteOptions())process::ProcessBaseprotected
route(const std::string &name, const Option< std::string > &realm, const Option< std::string > &help, Future< http::Response >(T::*method)(const http::Request &, const Option< http::authentication::Principal > &), const RouteOptions &options=RouteOptions())process::ProcessBaseinlineprotected
self() constprocess::Process< VolumeManagerProcess >inline
Self typedefprocess::Process< VolumeManagerProcess >protected
send(const UPID &to, const std::string &name, const char *data=nullptr, size_t length=0)process::ProcessBaseprotected
send(const UPID &to, std::string &&name)process::ProcessBaseprotected
send(const UPID &to, std::string &&name, std::string &&data)process::ProcessBaseprotected
serve(Event &&event)process::ProcessBaseinlineprotectedvirtual
This typedefprocess::Process< VolumeManagerProcess >protected
unpublishVolume(const std::string &volumeId)mesos::csi::v0::VolumeManagerProcess
validateVolume(const VolumeInfo &volumeInfo, const CSIVolume::VolumeCapability &capability, const google::protobuf::Map< std::string, std::string > &parameters)mesos::csi::v0::VolumeManagerProcess
VolumeManagerProcess(const std::string &_rootDir, const CSIPluginInfo &_info, const hashset< Service > _services, const process::grpc::client::Runtime &_runtime, ServiceManager *_serviceManager, Metrics *_metrics, SecretResolver *_secretResolver)mesos::csi::v0::VolumeManagerProcessexplicit
~EventConsumer()process::EventConsumerinlinevirtual
~Process() overrideprocess::Process< VolumeManagerProcess >inline
~ProcessBase() overrideprocess::ProcessBase