Package io.deephaven.client.impl
Interface InputTableService
- All Known Subinterfaces:
Session
- All Known Implementing Classes:
SessionBase,SessionImpl
public interface InputTableService
-
Method Summary
Modifier and TypeMethodDescriptionaddToInputTable(HasTicketId destination, HasTicketId source) Addsourceto the input tabledestination.deleteFromInputTable(HasTicketId destination, HasTicketId source) Deletesourcefrom the input tabledestination.
-
Method Details
-
addToInputTable
Addsourceto the input tabledestination.- Parameters:
destination- the input tablesource- the source to add- Returns:
- the future
-
deleteFromInputTable
Deletesourcefrom the input tabledestination.- Parameters:
destination- the input tablesource- the source to delete- Returns:
- the future
-