类 PriorityQueueTypeInfo<T>
- java.lang.Object
-
- org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
- org.apache.flink.ml.common.typeinfo.PriorityQueueTypeInfo<T>
-
- 类型参数:
T- The type of elements in the PriorityQueue.
- 所有已实现的接口:
Serializable
public class PriorityQueueTypeInfo<T> extends org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
TypeInformation forPriorityQueue.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 PriorityQueueTypeInfo(Comparator<? super T> comparator, org.apache.flink.api.common.typeinfo.TypeInformation<T> elementTypeInfo)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleancanEqual(Object obj)org.apache.flink.api.common.typeutils.TypeSerializer<PriorityQueue<T>>createSerializer(org.apache.flink.api.common.ExecutionConfig config)booleanequals(Object obj)intgetArity()org.apache.flink.api.common.typeinfo.TypeInformation<T>getElementTypeInfo()intgetTotalFields()Class<PriorityQueue<T>>getTypeClass()inthashCode()booleanisBasicType()booleanisKeyType()booleanisTupleType()StringtoString()
-
-
-
构造器详细资料
-
PriorityQueueTypeInfo
public PriorityQueueTypeInfo(Comparator<? super T> comparator, org.apache.flink.api.common.typeinfo.TypeInformation<T> elementTypeInfo)
-
-
方法详细资料
-
getElementTypeInfo
public org.apache.flink.api.common.typeinfo.TypeInformation<T> getElementTypeInfo()
-
isBasicType
public boolean isBasicType()
- 指定者:
isBasicType在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
isTupleType
public boolean isTupleType()
- 指定者:
isTupleType在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
getArity
public int getArity()
- 指定者:
getArity在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
getTotalFields
public int getTotalFields()
- 指定者:
getTotalFields在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
getTypeClass
public Class<PriorityQueue<T>> getTypeClass()
- 指定者:
getTypeClass在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
isKeyType
public boolean isKeyType()
- 指定者:
isKeyType在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
createSerializer
public org.apache.flink.api.common.typeutils.TypeSerializer<PriorityQueue<T>> createSerializer(org.apache.flink.api.common.ExecutionConfig config)
- 指定者:
createSerializer在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
toString
public String toString()
- 指定者:
toString在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
equals
public boolean equals(Object obj)
- 指定者:
equals在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
hashCode
public int hashCode()
- 指定者:
hashCode在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
canEqual
public boolean canEqual(Object obj)
- 指定者:
canEqual在类中org.apache.flink.api.common.typeinfo.TypeInformation<PriorityQueue<T>>
-
-