Class ExportedTableDescriptorMessage

java.lang.Object
com.illumon.iris.db.tables.remote.ExportedTableDescriptorMessage
All Implemented Interfaces:
Inflatable<Table>, Serializable

public final class ExportedTableDescriptorMessage extends Object implements Inflatable<Table>
See Also:
  • Constructor Details

    • ExportedTableDescriptorMessage

      public ExportedTableDescriptorMessage(int id)
  • Method Details

    • getId

      public int getId()
    • inflate

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