public static class LongValueWithProperHashCode.LongValueWithProperHashCodeTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode> implements org.apache.flink.api.common.typeinfo.AtomicType<LongValueWithProperHashCode>
TypeInformation for the LongValueWithProperHashCode type.ValueTypeInfo.LONG_VALUE_TYPE_INFO,
Serialized Form| Constructor and Description |
|---|
LongValueWithProperHashCodeTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object obj) |
org.apache.flink.api.common.typeutils.TypeComparator<LongValueWithProperHashCode> |
createComparator(boolean sortOrderAscending,
org.apache.flink.api.common.ExecutionConfig executionConfig) |
org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode> |
createSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig) |
boolean |
equals(Object obj) |
int |
getArity() |
Map<String,org.apache.flink.api.common.typeinfo.TypeInformation<?>> |
getGenericParameters() |
int |
getTotalFields() |
Class<LongValueWithProperHashCode> |
getTypeClass() |
int |
hashCode() |
boolean |
isBasicType() |
boolean |
isKeyType() |
boolean |
isTupleType() |
String |
toString() |
public int getArity()
getArity in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public int getTotalFields()
getTotalFields in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public Class<LongValueWithProperHashCode> getTypeClass()
getTypeClass in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public boolean isBasicType()
isBasicType in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public boolean isTupleType()
isTupleType in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public boolean isKeyType()
isKeyType in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public org.apache.flink.api.common.typeutils.TypeSerializer<LongValueWithProperHashCode> createSerializer(org.apache.flink.api.common.ExecutionConfig executionConfig)
createSerializer in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public org.apache.flink.api.common.typeutils.TypeComparator<LongValueWithProperHashCode> createComparator(boolean sortOrderAscending, org.apache.flink.api.common.ExecutionConfig executionConfig)
createComparator in interface org.apache.flink.api.common.typeinfo.AtomicType<LongValueWithProperHashCode>public Map<String,org.apache.flink.api.common.typeinfo.TypeInformation<?>> getGenericParameters()
getGenericParameters in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public int hashCode()
hashCode in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public boolean equals(Object obj)
equals in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public boolean canEqual(Object obj)
canEqual in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>public String toString()
toString in class org.apache.flink.api.common.typeinfo.TypeInformation<LongValueWithProperHashCode>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.