Package com.illumon.iris.db.util.config
Class RemoteInputTableDescriptor.InputTableFromServer
java.lang.Object
com.illumon.iris.db.util.config.RemoteInputTableDescriptor.InputTableFromServer
- All Implemented Interfaces:
Inflatable<MutableInputTable>
,Serializable
- Enclosing class:
- RemoteInputTableDescriptor
public static final class RemoteInputTableDescriptor.InputTableFromServer extends Object implements Inflatable<MutableInputTable>
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description Table
getTable(QueryProcessorConnection connection)
Table
getTableInternal(QueryProcessorConnection connection)
MutableInputTable
inflate(QueryProcessorConnection queryProcessorConnection)
Convert the inflatable into a local representation of the object.
-
Method Details
-
inflate
Description copied from interface:Inflatable
Convert the inflatable into a local representation of the object. For example, Inflatable<Table> objects are converted into Table proxies.- Specified by:
inflate
in interfaceInflatable<MutableInputTable>
- Parameters:
queryProcessorConnection
- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-
getTable
-
getTableInternal
-