Class PrepareViewport
java.lang.Object
com.illumon.iris.db.tables.remote.PrepareViewport
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A function object, suitable for use fromTable.apply(Function.Unary)
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Table
prepareViewport
(Table theTable) Prepare a table for sending to the client as a viewport based on its attributes.
-
Constructor Details
-
PrepareViewport
public PrepareViewport()
-
-
Method Details
-
prepareViewport
Prepare a table for sending to the client as a viewport based on its attributes.Typically, this involves calling
Table.preemptiveUpdatesTable(long)
.- Parameters:
theTable
- the table to prepare for a viewport- Returns:
- a version of the table suitable for export as a viewport
-