Package com.illumon.iris.db.util.config
Class RemoteInputTableDescriptor.MutableInputTableReference
java.lang.Object
com.illumon.iris.db.util.config.RemoteInputTableDescriptor.MutableInputTableReference
- All Implemented Interfaces:
Inflatable<MutableInputTable>
,Serializable
- Enclosing class:
- RemoteInputTableDescriptor
public static final class RemoteInputTableDescriptor.MutableInputTableReference
extends Object
implements Inflatable<MutableInputTable>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioninflate
(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
-