public interface Session extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Session.Provider
Base interface for all kind of session providers.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
description()
A description string of this session
|
String |
getId()
Returns the id for table session.
|
SessionStatus |
getStatus()
Returns the status for table session.
|
TableIdentifier |
getTableIdentifier()
Returns the table identifier for table session.
|
SessionType |
getType()
Returns the type for table session.
|
String getId()
TableIdentifier getTableIdentifier()
SessionType getType()
SessionStatus getStatus()
default String description()
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.