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

Method put

java/api/src/main/java/io/ray/api/runtime/RayRuntime.java:46–46  ·  view source on GitHub ↗

Store an object in the object store. @param obj The Java object to be stored. @return A ObjectRef instance that represents the in-store object.

(T obj)

Source from the content-addressed store, hash-verified

44 * @return A ObjectRef instance that represents the in-store object.
45 */
46 <T> ObjectRef<T> put(T obj);
47
48 /**
49 * Get an object from the object store.

Callers 15

prefill_queueFunction · 0.65
execute_turnFunction · 0.65
enqueue_new_sessionFunction · 0.65
execute_turnFunction · 0.65
enqueue_requestFunction · 0.65
save_checkpointMethod · 0.65
save_checkpointMethod · 0.65
_checkpointMethod · 0.65
shutdownMethod · 0.65
apply_configMethod · 0.65
graceful_shutdownMethod · 0.65

Implementers 1

AbstractRayRuntimejava/runtime/src/main/java/io/ray/runt

Calls

no outgoing calls

Tested by 15

__call__Method · 0.52
deployMethod · 0.52
kill_nodeMethod · 0.52
get_waitableMethod · 0.52
test_memory_tracingFunction · 0.52
test_map_kwargsFunction · 0.52