mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:23:10 +08:00
[Java] Simplify Ray.init() by invoking ray start internally (#10762)
This commit is contained in:
@@ -28,16 +28,6 @@ public interface RuntimeContext {
|
||||
*/
|
||||
boolean wasCurrentActorRestarted();
|
||||
|
||||
/**
|
||||
* Get the raylet socket name.
|
||||
*/
|
||||
String getRayletSocketName();
|
||||
|
||||
/**
|
||||
* Get the object store socket name.
|
||||
*/
|
||||
String getObjectStoreSocketName();
|
||||
|
||||
/**
|
||||
* Return true if Ray is running in single-process mode, false if Ray is running in cluster mode.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user