public class GenericTypeInfo<T> extends TypeInformation<T> implements AtomicType<T>
| Constructor and Description |
|---|
GenericTypeInfo(Class<T> typeClass) |
| Modifier and Type | Method and Description |
|---|---|
TypeComparator<T> |
createComparator(boolean sortOrderAscending) |
TypeSerializer<T> |
createSerializer() |
boolean |
equals(Object obj) |
int |
getArity() |
int |
getTotalFields() |
Class<T> |
getTypeClass() |
int |
hashCode() |
boolean |
isBasicType() |
boolean |
isKeyType() |
boolean |
isTupleType() |
String |
toString() |
public boolean isBasicType()
isBasicType in class TypeInformation<T>public boolean isTupleType()
isTupleType in class TypeInformation<T>public int getArity()
getArity in class TypeInformation<T>public int getTotalFields()
getTotalFields in class TypeInformation<T>public Class<T> getTypeClass()
getTypeClass in class TypeInformation<T>public boolean isKeyType()
isKeyType in class TypeInformation<T>public TypeSerializer<T> createSerializer()
createSerializer in class TypeInformation<T>public TypeComparator<T> createComparator(boolean sortOrderAscending)
createComparator in interface AtomicType<T>Copyright © 2015 The Apache Software Foundation. All rights reserved.