Uses of Class
org.apache.flink.types.ShortValue
-
Packages that use ShortValue 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 ShortValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return ShortValue Modifier and Type Method Description ShortValueShortValueSerializer. copy(ShortValue from)ShortValueShortValueSerializer. copy(ShortValue from, ShortValue reuse)ShortValueShortValueSerializer. createInstance()ShortValueShortValueSerializer. deserialize(DataInputView source)ShortValueShortValueSerializer. deserialize(ShortValue reuse, DataInputView source)ShortValueShortValueComparator. readWithKeyDenormalization(ShortValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type ShortValue Modifier and Type Method Description TypeComparator<ShortValue>ShortValueComparator. duplicate()TypeSerializerSnapshot<ShortValue>ShortValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type ShortValue Modifier and Type Method Description intShortValueComparator. compare(ShortValue first, ShortValue second)ShortValueShortValueSerializer. copy(ShortValue from)ShortValueShortValueSerializer. copy(ShortValue from, ShortValue reuse)ShortValueShortValueSerializer. deserialize(ShortValue reuse, DataInputView source)booleanShortValueComparator. equalToReference(ShortValue candidate)intShortValueComparator. hash(ShortValue record)voidShortValueComparator. putNormalizedKey(ShortValue record, MemorySegment target, int offset, int numBytes)ShortValueShortValueComparator. readWithKeyDenormalization(ShortValue reuse, DataInputView source)voidShortValueSerializer. serialize(ShortValue record, DataOutputView target)voidShortValueComparator. setReference(ShortValue toCompare)voidShortValueComparator. writeWithKeyNormalization(ShortValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type ShortValue Modifier and Type Method Description intShortValueComparator. compareToReference(TypeComparator<ShortValue> referencedComparator) -
Uses of ShortValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type ShortValue Modifier and Type Field Description static ValueTypeInfo<ShortValue>ValueTypeInfo. SHORT_VALUE_TYPE_INFO -
Uses of ShortValue in org.apache.flink.types
Methods in org.apache.flink.types that return ShortValue Modifier and Type Method Description ShortValueShortValue. copy()Methods in org.apache.flink.types with parameters of type ShortValue Modifier and Type Method Description intShortValue. compareTo(ShortValue o)voidShortValue. copyTo(ShortValue target)voidShortValue. setValue(ShortValue value) -
Uses of ShortValue in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return ShortValue Modifier and Type Method Description ShortValueShortValueParser. createValue()ShortValueShortValueParser. getLastResult()Methods in org.apache.flink.types.parser with parameters of type ShortValue Modifier and Type Method Description intShortValueParser. parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, ShortValue reusable)
-