Class TableHandle

All Implemented Interfaces:
TableOperations<TableHandle,TableHandle>, TableOperationsDefaults<TableHandle,TableHandle>, HasExportId, HasPathId, HasTicketId, HasTypedTicket, Closeable, AutoCloseable

public final class TableHandle extends TableSpecAdapter<TableHandle,TableHandle> implements HasExportId, Closeable
A table handle implements TableOperations such that each the initial table handle and derived table handles are managed as exports.

A table handle may only be combined with other table handles from the same session.

A table handle throws TableHandle.UncheckedInterruptedException and TableHandle.UncheckedTableHandleException on further TableOperations.

See Also: