Class FetchQuery.ViewportPair.Descriptor
java.lang.Object
com.illumon.iris.db.tables.remote.FetchQuery.ViewportPair.Descriptor
- All Implemented Interfaces:
Inflatable<FetchQuery.ViewportPair>
,Serializable
- Enclosing class:
- FetchQuery.ViewportPair
public static class FetchQuery.ViewportPair.Descriptor extends Object implements Inflatable<FetchQuery.ViewportPair>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Descriptor(boolean isPreemptive, Inflatable<Table> baseInflatable, Inflatable<Table> viewportInflatable, Inflatable<Table> previewParentInflatable)
-
Method Summary
Modifier and Type Method Description FetchQuery.ViewportPair
inflate(QueryProcessorConnection queryProcessorConnection)
Convert the inflatable into a local representation of the object.boolean
isPreemptive()
-
Constructor Details
-
Descriptor
public Descriptor(boolean isPreemptive, Inflatable<Table> baseInflatable, Inflatable<Table> viewportInflatable, Inflatable<Table> previewParentInflatable)
-
-
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<FetchQuery.ViewportPair>
- Parameters:
queryProcessorConnection
- the queryProcessorConnection over which we received the Inflatable- Returns:
- a local representation of the object
-
isPreemptive
public boolean isPreemptive()
-