Class ExportedTableMapHandleManager.Descriptor

java.lang.Object
com.illumon.iris.db.v2.ExportedTableMapHandleManager.Descriptor
All Implemented Interfaces:
Inflatable<TableMap>, Serializable
Enclosing class:
ExportedTableMapHandleManager

public static class ExportedTableMapHandleManager.Descriptor
extends Object
implements Inflatable<TableMap>
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • inflate

      public TableMapClient 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<TableMap>
      Parameters:
      queryProcessorConnection - the queryProcessorConnection over which we received the Inflatable
      Returns:
      a local representation of the object