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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExportedTableDescriptorMessage(int id)
-
Method Summary
Modifier and Type Method Description int
getId()
Table
inflate(QueryProcessorConnection queryProcessorConnection)
Convert the inflatable into a local representation of the object.
-
Constructor Details
-
ExportedTableDescriptorMessage
public ExportedTableDescriptorMessage(int id)
-
-
Method Details
-
getId
public int getId() -
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<Table>
- Parameters:
queryProcessorConnection
- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-