Class PrepareViewport
java.lang.Object
com.illumon.iris.db.tables.remote.PrepareViewport
public class PrepareViewport extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrepareViewport.PrepareFunctionA function object, suitable for use fromTable.apply(Function.Unary). -
Constructor Summary
Constructors Constructor Description PrepareViewport() -
Method Summary
Modifier and Type Method Description static TableprepareViewport(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
-