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) Addsource
to the input tabledestination
.deleteFromInputTable
(HasTicketId destination, HasTicketId source) Deletesource
from the input tabledestination
.
-
Method Details
-
addToInputTable
Addsource
to the input tabledestination
.- Parameters:
destination
- the input tablesource
- the source to add- Returns:
- the future
-
deleteFromInputTable
Deletesource
from the input tabledestination
.- Parameters:
destination
- the input tablesource
- the source to delete- Returns:
- the future
-