deephaven_server¶
- class Server(host=None, port=None, jvm_args=None, extra_classpath=None, default_jvm_args=None)[source]¶
Bases:
objectRepresents a Deephaven server that can be created from Python.
- property authentication_handlers¶
Get the authentication handlers for the server.
- Returns:
The authentication handlers for the server.
- property port¶
Get the port the server is running on.
- Returns:
The port the server is running on.
- property server_config¶
Get the configuration of the server.
- Returns:
The configuration of the server.