MCPcopy
hub / github.com/ray-project/ray / get

Method get

java/api/src/main/java/io/ray/api/ObjectRef.java:14–14  ·  view source on GitHub ↗

Fetch the object from the object store, this method will block until the object is locally available.

()

Source from the content-addressed store, hash-verified

12 * available.
13 */
14 T get();
15
16 /**
17 * Fetch the object from the object store, this method will block until the object is locally

Callers 15

setup.pyFile · 0.65
buildFunction · 0.65
from_jsonMethod · 0.65
_init_argsMethod · 0.65
clientFunction · 0.65
optionsMethod · 0.65
createMethod · 0.65
_process_option_dictFunction · 0.65
_remoteMethod · 0.65

Implementers 15

RuntimeContextpython/ray/runtime_context.py
ComponentRegistrypython/ray/llm/_internal/serve/utils/r
GangMasterInfoRegistrypython/ray/llm/_internal/serve/serving
CloudObjectCachepython/ray/llm/_internal/common/utils/
ReplicaResultpython/ray/serve/_private/replica_resu
ActorReplicaResultpython/ray/serve/_private/replica_resu
gRPCReplicaResultpython/ray/serve/_private/replica_resu
DeploymentActorContainerpython/ray/serve/_private/deployment_s
ReplicaStateContainerpython/ray/serve/_private/deployment_s
AvailableNodeResourcespython/ray/serve/_private/deployment_s
RequestedResourcespython/ray/serve/_private/deployment_s
LocalReplicaResultpython/ray/serve/_private/local_testin

Calls

no outgoing calls

Tested by 15

matchesMethod · 0.52
fetch_raw_prometheusFunction · 0.52
test_run_background_taskFunction · 0.52
test_task_processMethod · 0.52
test_actor_processMethod · 0.52
test_signal_actor_basicFunction · 0.52
test_semaphore_basicFunction · 0.52