Class ExportedTableDescriptorMessage
java.lang.Object
com.illumon.iris.db.tables.remote.ExportedTableDescriptorMessage
- All Implemented Interfaces:
Inflatable<Table>
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
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
-