Class QueryTypeCandidate
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.QueryTypeCandidate
-
public class QueryTypeCandidate extends Object
Type candidate which possibly will be registered.
-
-
Constructor Summary
Constructors Constructor Description QueryTypeCandidate(QueryTypeIdKey typeId, QueryTypeIdKey altTypeId, QueryTypeDescriptorImpl desc)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryTypeIdKeyalternativeTypeId()QueryTypeDescriptorImpldescriptor()QueryTypeIdKeytypeId()
-
-
-
Constructor Detail
-
QueryTypeCandidate
public QueryTypeCandidate(QueryTypeIdKey typeId, QueryTypeIdKey altTypeId, QueryTypeDescriptorImpl desc)
Constructor.- Parameters:
typeId- Type ID.altTypeId- Alternative type ID.desc- Descriptor.
-
-
Method Detail
-
typeId
public QueryTypeIdKey typeId()
- Returns:
- Type ID.
-
alternativeTypeId
public QueryTypeIdKey alternativeTypeId()
- Returns:
- Alternative type ID.
-
descriptor
public QueryTypeDescriptorImpl descriptor()
- Returns:
- Descriptor.
-
-