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 Details

    • inflate

      public MutableInputTable inflate(QueryProcessorConnection queryProcessorConnection)
      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 interface Inflatable<MutableInputTable>
      Parameters:
      queryProcessorConnection - the queryProcessorConnection over which we received the Inflatable
      Returns:
      a local representation of the object