Package io.deephaven.client.impl
Interface ObjectService.Fetchable
- All Superinterfaces:
AutoCloseable
,Closeable
,HasExportId
,HasPathId
,HasTicketId
,HasTypedTicket
,ServerObject
- All Known Implementing Classes:
CustomObject
- Enclosing interface:
- ObjectService
A server object that supports fetching.
-
Method Summary
Methods inherited from interface io.deephaven.client.impl.HasExportId
exportId
Methods inherited from interface io.deephaven.client.impl.HasTicketId
ticketId
Methods inherited from interface io.deephaven.client.impl.HasTypedTicket
typedTicket
Methods inherited from interface io.deephaven.client.impl.ServerObject
close, release
-
Method Details
-
type
String type()The type.- Returns:
- the type
-
fetch
CompletableFuture<ServerData> fetch()Fetchesthis
. The resulting object is managed separately fromthis
.- Returns:
- the future
- See Also:
-