Xorbits API#

Initialization#

init([address, init_local, session_id, ...])

Init Xorbits runtime locally or connect to an Xorbits cluster.

shutdown(**kw)

Shutdown current local runtime.

deploy.kubernetes.client.new_cluster(...[, ...])

The entrance of deploying xorbits cluster.

Configuration#

option_context([config])

Context manager to temporarily set options in a with statement.

options.get_option(option)

Retrieves the value of the specified option.

options.set_option(option, value)

Sets the value of the specified option.

Computation#

run(obj, **kwargs)

Manually trigger execution.