public class TryTypeInfo<A,T extends scala.util.Try<A>> extends TypeInformation<T>
Try
.Constructor and Description |
---|
TryTypeInfo(TypeInformation<A> elemTypeInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object obj)
Returns true if the given object can be equaled with this object.
|
TypeSerializer<T> |
createSerializer(ExecutionConfig executionConfig)
Creates a serializer for the type.
|
TypeInformation<A> |
elemTypeInfo() |
boolean |
equals(Object obj) |
int |
getArity()
Gets the arity of this type - the number of fields without nesting.
|
List<TypeInformation<?>> |
getGenericParameters()
Returns the generic parameters of this type.
|
int |
getTotalFields()
Gets the number of logical fields in this type.
|
Class<T> |
getTypeClass()
Gets the class of the type represented by this type information.
|
int |
hashCode() |
boolean |
isBasicType()
Checks if this type information represents a basic type.
|
boolean |
isKeyType()
Checks whether this type can be used as a key.
|
boolean |
isTupleType()
Checks if this type information represents a Tuple type.
|
String |
toString() |
isSortKeyType, of, of
public TryTypeInfo(TypeInformation<A> elemTypeInfo)
public TypeInformation<A> elemTypeInfo()
public boolean isBasicType()
TypeInformation
BasicTypeInfo
and are primitives, their boxing types,
Strings, Date, Void, ...isBasicType
in class TypeInformation<T extends scala.util.Try<A>>
public boolean isTupleType()
TypeInformation
isTupleType
in class TypeInformation<T extends scala.util.Try<A>>
public boolean isKeyType()
TypeInformation
isKeyType
in class TypeInformation<T extends scala.util.Try<A>>
public int getTotalFields()
TypeInformation
getTotalFields
in class TypeInformation<T extends scala.util.Try<A>>
public int getArity()
TypeInformation
getArity
in class TypeInformation<T extends scala.util.Try<A>>
public Class<T> getTypeClass()
TypeInformation
getTypeClass
in class TypeInformation<T extends scala.util.Try<A>>
public List<TypeInformation<?>> getGenericParameters()
TypeInformation
getGenericParameters
in class TypeInformation<T extends scala.util.Try<A>>
public TypeSerializer<T> createSerializer(ExecutionConfig executionConfig)
TypeInformation
createSerializer
in class TypeInformation<T extends scala.util.Try<A>>
executionConfig
- The config used to parameterize the serializer.public boolean equals(Object obj)
equals
in class TypeInformation<T extends scala.util.Try<A>>
public boolean canEqual(Object obj)
TypeInformation
canEqual
in class TypeInformation<T extends scala.util.Try<A>>
obj
- Object which wants to take part in the equality relationpublic int hashCode()
hashCode
in class TypeInformation<T extends scala.util.Try<A>>
public String toString()
toString
in class TypeInformation<T extends scala.util.Try<A>>
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.