Struct livy::v0_3_0::Session [] [src]

pub struct Session { /* fields omitted */ }

Session which represents an interactive shell

Methods

impl Session
[src]

[src]

Returns id of the session.

[src]

Returns app_id of the session.

[src]

Returns owner of the session.

[src]

Returns proxy_user of the session.

[src]

Returns kind of the session.

[src]

Returns log of the session.

[src]

Returns state of the session.

[src]

Returns app_info of the session.

Trait Implementations

impl Debug for Session
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Session
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.