MCPcopy Create free account
hub / github.com/apache/mesos / FullFrameworkWriter

Class FullFrameworkWriter

src/master/readonly_handler.cpp:97–106  ·  view source on GitHub ↗

Filtered representation of Full . Executors and Tasks are filtered based on whether the user is authorized to view them. TODO(bevers): Consider moving writers and other json-related code into a separate file.

Source from the content-addressed store, hash-verified

95// TODO(bevers): Consider moving writers and other json-related
96// code into a separate file.
97struct FullFrameworkWriter {
98 FullFrameworkWriter(
99 const process::Owned<ObjectApprovers>& approvers,
100 const Framework* framework);
101
102 void operator()(JSON::ObjectWriter* writer) const;
103
104 const process::Owned<ObjectApprovers>& approvers_;
105 const Framework* framework_;
106};
107
108
109struct SlaveWriter

Callers 3

frameworksMethod · 0.85
foreachvalueFunction · 0.85
stateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected