Package com.illumon.iris.db.v2
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 Summary
Fields Modifier and Type Field Description int
handleId
-
Constructor Summary
Constructors Constructor Description Descriptor(int handleId)
-
Method Summary
Modifier and Type Method Description TableMapClient
inflate(QueryProcessorConnection queryProcessorConnection)
Convert the inflatable into a local representation of the object.
-
Field Details
-
handleId
public final int handleId
-
-
Constructor Details
-
Descriptor
public Descriptor(int handleId)
-
-
Method Details
-
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<TableMap>
- Parameters:
queryProcessorConnection
- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-