MCPcopy Create free account

hub / github.com/apache/mesos / functions

Functions10,676 in github.com/apache/mesos

↓ 87 callersMethodawait
src/examples/test_hook_module.cpp:77
↓ 87 callersMethodstring
src/jvm/jvm.cpp:273
↓ 86 callersFunctionparameterize
src/tests/mesos.hpp:1623
↓ 86 callersMethodpid
src/log/replica.cpp:866
↓ 85 callersMethodstring
3rdparty/libprocess/src/http.cpp:193
↓ 84 callersMethodend
src/master/master.hpp:2090
↓ 83 callersFunctionawait
3rdparty/libprocess/include/process/gtest.hpp:67
↓ 83 callersFunctioncreateLabel
src/common/protobuf_utils.cpp:659
↓ 83 callersMethodget
src/state/log.cpp:442
↓ 83 callersMethodpath
Returns the path in the filesystem where cache entry resides. TODO(bernd-mesos): Remove this construct after refactoring so that the slave flags get i
src/slave/containerizer/fetcher_process.hpp:108
↓ 83 callersMethodput
src/slave/containerizer/mesos/provisioner/docker/metadata_manager.cpp:112
↓ 83 callersFunctiontouch
3rdparty/stout/include/stout/os/touch.hpp:32
↓ 82 callersFunctioncreateTaskGroupInfo
src/tests/mesos.hpp:1057
↓ 82 callersMethodremove
src/slave/gc.cpp:181
↓ 81 callersFunctionRESERVE
src/tests/mesos.hpp:1442
↓ 81 callersFunctionstrerror
* A thread-safe version of strerror. */
3rdparty/stout/include/stout/os/strerror.hpp:30
↓ 80 callersMethodempty
3rdparty/stout/include/stout/linkedhashmap.hpp:144
↓ 80 callersMethodget
3rdparty/libprocess/include/process/owned.hpp:117
↓ 79 callersFunctioncollect
3rdparty/libprocess/include/process/collect.hpp:274
↓ 79 callersMethodstate
src/master/http.cpp:2289
↓ 78 callersMethodcontains
src/common/resources.cpp:1379
↓ 78 callersMethodrun
Starts and immediately joins (i.e., blocks on) the driver. @return The state of the driver after the call. @see Status
src/java/src/org/apache/mesos/ExecutorDriver.java:84
↓ 75 callersFunctionexists
3rdparty/stout/include/stout/os/posix/exists.hpp:26
↓ 75 callersMethodexit
(int status)
src/examples/java/TestLog.java:111
↓ 74 callersMethodclear
src/master/master.hpp:2078
↓ 74 callersMethodget
src/master/allocator/mesos/hierarchical.cpp:284
↓ 73 callersMethodclear
NOTE: We need to clear the union when creating an IP because the equality check uses memcmp.
3rdparty/stout/include/stout/ip.hpp:318
↓ 73 callersFunctionclose
3rdparty/stout/include/stout/os/posix/close.hpp:24
↓ 72 callersMethodGet
src/state/zookeeper.cpp:129
↓ 72 callersFunctionis_absolute
* Returns whether the given path is an absolute path. * If an invalid path is given, the return result is also invalid. */
3rdparty/stout/include/stout/path.hpp:158
↓ 72 callersMethodkillTask
Invoked when a task running within this executor has been killed (via {@link org.apache.mesos.SchedulerDriver#killTask}). Note that no status update w
src/java/src/org/apache/mesos/Executor.java:111
↓ 72 callersFunctionsleep
Suspends execution for the given duration.
3rdparty/stout/include/stout/posix/os.hpp:219
↓ 71 callersMethodexecute
src/tests/http_server_test_helper.cpp:59
↓ 71 callersFunctionrm
3rdparty/stout/include/stout/os/posix/rm.hpp:26
↓ 71 callersMethodwrite
src/log/replica.cpp:524
↓ 70 callersMethodaddress
3rdparty/libprocess/src/http.cpp:2413
↓ 69 callersFunctionaddress
3rdparty/libprocess/src/process.cpp:1350
↓ 69 callersMethodallocate
src/v1/resources.cpp:1585
↓ 68 callersFunctionGigabytes
3rdparty/stout/include/stout/bytes.hpp:129
↓ 68 callersMethodrecoverResources
src/master/master.cpp:12611
↓ 68 callersMethodstatus
src/log/replica.cpp:297
↓ 67 callersFunctioncheck
src/linux/routing/utils.cpp:25
↓ 67 callersMethodmkdtemp
src/tests/environment.cpp:1180
↓ 66 callersMethodkeys
3rdparty/stout/include/stout/multimap.hpp:79
↓ 66 callersMethodload
We load the module manifests sequentially in an alphabetical order. If an error is encountered while processing a particular manifest, we do not load
src/module/manager.cpp:359
↓ 65 callersFunctionstringify
An overload of stringify for printing a list of process trees (since printing a process tree is rather particular).
3rdparty/stout/include/stout/os/process.hpp:162
↓ 63 callersMethodbegin
src/master/master.hpp:2089
↓ 63 callersFunctionrealpath
3rdparty/stout/include/stout/os/posix/realpath.hpp:24
↓ 62 callersMethodabort
Aborts the driver so that no more callbacks can be made to the executor. The semantics of abort and stop have deliberately been separated so that code
src/java/src/org/apache/mesos/ExecutorDriver.java:63
↓ 62 callersFunctionencode
Returns a string representing the specified position. Note that we adjust the actual position by incrementing it by 1 because we reserve 0 for storing
src/log/leveldb.cpp:88
↓ 62 callersMethodget
src/zookeeper/zookeeper.cpp:631
↓ 62 callersFunctionisTerminalState
src/common/protobuf_utils.cpp:152
↓ 61 callersFunctionBreak
3rdparty/libprocess/include/process/loop.hpp:237
↓ 61 callersMethodbasename
src/slave/containerizer/fetcher.cpp:104
↓ 61 callersMethodtasks
src/master/http.cpp:2910
↓ 60 callersFunctionfind
Return the list of file paths that match the given pattern by recursively searching the given directory. A match is successful if the pattern is a sub
3rdparty/stout/include/stout/os/find.hpp:37
↓ 60 callersFunctionmount
src/linux/fs.cpp:479
↓ 60 callersMethodout
* @return File descriptor representing the parent side (i.e., write * side) of this subprocess' stdout pipe or None if no pipe was * req
3rdparty/libprocess/include/process/subprocess.hpp:254
↓ 60 callersMethodusage
src/slave/slave.cpp:9618
↓ 59 callersMethoddiscard
src/master/detector/zookeeper.cpp:123
↓ 59 callersMethodexec
Execute a new process inside of a given task by redirecting STDIN/STDOUT/STDERR between the CLI and the Mesos Agent API. If
src/python/cli_new/lib/cli/mesos.py:302
↓ 58 callersMethodns
3rdparty/stout/include/stout/duration.hpp:46
↓ 57 callersMethodfetch
Returns an immutable "variable" representing the current value from the state associated with the specified name. @param name The name of the variab
src/java/src/org/apache/mesos/state/State.java:61
↓ 57 callersMethodget
src/slave/containerizer/mesos/provisioner/docker/store.cpp:265
↓ 57 callersFunctionkill
src/linux/cgroups.cpp:828
↓ 57 callersMethodlock
3rdparty/libprocess/include/process/mutex.hpp:33
↓ 57 callersFunctionshell
Runs a command in a shell, unless the dry-run option is set (in which case it just prints the command).
support/apply-reviews.py:139
↓ 56 callersFunctione
(b)
src/webui/assets/libs/angular-1.2.32.min.js:24
↓ 56 callersMethodmatch
src/common/resources.cpp:2063
↓ 56 callersMethodreconcileTasks
Allows the framework to query the status for non-terminal tasks. This causes the master to send back the latest task status for each task in 'statuses
src/java/src/org/apache/mesos/SchedulerDriver.java:367
↓ 55 callersFunctioncreateContainerInfo
src/tests/mesos.hpp:896
↓ 55 callersMethodvalues
Returns the list of values in this map.
3rdparty/stout/include/stout/hashmap.hpp:142
↓ 54 callersMethodcpus
src/v1/resources.cpp:1978
↓ 54 callersFunctiond
(a,b)
src/webui/assets/libs/angular-1.2.32.min.js:33
↓ 54 callersMethodfind
3rdparty/stout/include/stout/json.hpp:395
↓ 54 callersFunctionload
Loads secrets (principal -> secret) into the in-memory auxiliary property plugin that is used by the authenticators.
src/authentication/cram_md5/authenticator.cpp:446
↓ 54 callersFunctionloop
3rdparty/libprocess/include/process/loop.hpp:132
↓ 54 callersFunctionmetricEquals
src/tests/utils.hpp:38
↓ 54 callersFunctionpipe
Create pipes for interprocess communication. The pipe file descriptors will be marked O_CLOEXEC (atomically if the platform supports it). To pass the
3rdparty/stout/include/stout/os/posix/pipe.hpp:33
↓ 54 callersMethodproxy
3rdparty/libprocess/src/process.cpp:1731
↓ 54 callersFunctionread
3rdparty/libprocess/src/posix/io.cpp:33
↓ 53 callersMethodget
src/sched/sched.cpp:146
↓ 53 callersFunctionparse
3rdparty/libprocess/src/http.cpp:810
↓ 53 callersFunctionsynchronized
3rdparty/libprocess/src/clock.cpp:146
↓ 53 callersMethodupdateQuota
src/master/allocator/mesos/metrics.cpp:172
↓ 52 callersMethodstatus
* Exit status of this subprocess captured as a Future (completed * when the subprocess exits). * * On Posix, the exit status is propagated fr
3rdparty/libprocess/include/process/subprocess.hpp:290
↓ 52 callersMethodstore
Returns an immutable "variable" representing the current value in the state if updating the specified variable in the state was successful, otherwise
src/java/src/org/apache/mesos/state/State.java:75
↓ 51 callersFunctionfilter
3rdparty/libprocess/src/process.cpp:4073
↓ 51 callersMethodpid
src/master/registrar.cpp:603
↓ 51 callersMethodstatus
src/slave/containerizer/docker.cpp:845
↓ 51 callersMethodwriter
3rdparty/libprocess/src/http.cpp:453
↓ 50 callersFunctionHELP
3rdparty/libprocess/src/help.cpp:40
↓ 50 callersFunctionTLDR
Helper for single-line TL;DR; that adds a newline.
3rdparty/libprocess/include/process/help.hpp:69
↓ 50 callersFunctionconvert
src/posix/rlimits.cpp:35
↓ 50 callersFunctionexitWithStatus
src/slave/containerizer/mesos/launch.cpp:253
↓ 50 callersFunctiongetMetaRootDir
src/slave/paths.cpp:134
↓ 50 callersMethodports
src/v1/resources.cpp:2022
↓ 50 callersFunctionx
(e,t)
site/source/assets/js/jquery-1.10.1.min.js:4
↓ 49 callersMethodself
src/slave/containerizer/mesos/isolators/xfs/disk.hpp:49
↓ 48 callersFunctionAUTHENTICATION
Helper for description of Authentication requirements.
3rdparty/libprocess/include/process/help.hpp:83
← previousnext →201–300 of 10,676, ranked by callers