Uses of Class
org.apache.flink.types.IntValue
-
Packages that use IntValue Package Description org.apache.flink.api.common.typeutils.base org.apache.flink.api.java.typeutils org.apache.flink.types org.apache.flink.types.parser -
-
Uses of IntValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return IntValue Modifier and Type Method Description IntValueIntValueSerializer. copy(IntValue from)IntValueIntValueSerializer. copy(IntValue from, IntValue reuse)IntValueIntValueSerializer. createInstance()IntValueIntValueSerializer. deserialize(DataInputView source)IntValueIntValueSerializer. deserialize(IntValue reuse, DataInputView source)IntValueIntValueComparator. readWithKeyDenormalization(IntValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type IntValue Modifier and Type Method Description TypeComparator<IntValue>IntValueComparator. duplicate()TypeSerializerSnapshot<IntValue>IntValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type IntValue Modifier and Type Method Description intIntValueComparator. compare(IntValue first, IntValue second)IntValueIntValueSerializer. copy(IntValue from)IntValueIntValueSerializer. copy(IntValue from, IntValue reuse)IntValueIntValueSerializer. deserialize(IntValue reuse, DataInputView source)booleanIntValueComparator. equalToReference(IntValue candidate)intIntValueComparator. hash(IntValue record)voidIntValueComparator. putNormalizedKey(IntValue record, MemorySegment target, int offset, int numBytes)IntValueIntValueComparator. readWithKeyDenormalization(IntValue reuse, DataInputView source)voidIntValueSerializer. serialize(IntValue record, DataOutputView target)voidIntValueComparator. setReference(IntValue toCompare)voidIntValueComparator. writeWithKeyNormalization(IntValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type IntValue Modifier and Type Method Description intIntValueComparator. compareToReference(TypeComparator<IntValue> referencedComparator) -
Uses of IntValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type IntValue Modifier and Type Field Description static ValueTypeInfo<IntValue>ValueTypeInfo. INT_VALUE_TYPE_INFO -
Uses of IntValue in org.apache.flink.types
Methods in org.apache.flink.types that return IntValue Modifier and Type Method Description IntValueIntValue. copy()Methods in org.apache.flink.types with parameters of type IntValue Modifier and Type Method Description intIntValue. compareTo(IntValue o)voidIntValue. copyTo(IntValue target)voidIntValue. setValue(IntValue value) -
Uses of IntValue in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return IntValue Modifier and Type Method Description IntValueIntValueParser. createValue()IntValueIntValueParser. getLastResult()Methods in org.apache.flink.types.parser with parameters of type IntValue Modifier and Type Method Description intIntValueParser. parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, IntValue reusable)
-