Class PickledByteArrayTypeInfo
- java.lang.Object
-
- org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
- org.apache.flink.streaming.api.typeinfo.python.PickledByteArrayTypeInfo
-
- All Implemented Interfaces:
Serializable
@Internal public class PickledByteArrayTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<byte[]>A PickledByteArrayTypeInfo indicates that the data of this type is a generated primitive byte array by pickle.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PickledByteArrayTypeInfoPICKLED_BYTE_ARRAY_TYPE_INFO
-
Constructor Summary
Constructors Modifier Constructor Description protectedPickledByteArrayTypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(Object obj)org.apache.flink.api.common.typeutils.TypeSerializer<byte[]>createSerializer(org.apache.flink.api.common.ExecutionConfig config)org.apache.flink.api.common.typeutils.TypeSerializer<byte[]>createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)booleanequals(Object obj)intgetArity()intgetTotalFields()Class<byte[]>getTypeClass()inthashCode()booleanisBasicType()booleanisKeyType()booleanisTupleType()StringtoString()
-
-
-
Field Detail
-
PICKLED_BYTE_ARRAY_TYPE_INFO
public static final PickledByteArrayTypeInfo PICKLED_BYTE_ARRAY_TYPE_INFO
-
-
Method Detail
-
isBasicType
public boolean isBasicType()
- Specified by:
isBasicTypein classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
isTupleType
public boolean isTupleType()
- Specified by:
isTupleTypein classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
getArity
public int getArity()
- Specified by:
getArityin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
getTotalFields
public int getTotalFields()
- Specified by:
getTotalFieldsin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
getTypeClass
public Class<byte[]> getTypeClass()
- Specified by:
getTypeClassin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
isKeyType
public boolean isKeyType()
- Specified by:
isKeyTypein classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
createSerializer
public org.apache.flink.api.common.typeutils.TypeSerializer<byte[]> createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)
- Overrides:
createSerializerin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
createSerializer
public org.apache.flink.api.common.typeutils.TypeSerializer<byte[]> createSerializer(org.apache.flink.api.common.ExecutionConfig config)
- Specified by:
createSerializerin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
toString
public String toString()
- Specified by:
toStringin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
hashCode
public int hashCode()
- Specified by:
hashCodein classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
canEqual
public boolean canEqual(Object obj)
- Specified by:
canEqualin classorg.apache.flink.api.common.typeinfo.TypeInformation<byte[]>
-
-