Uses of Class
org.apache.flink.types.DoubleValue
-
-
Uses of DoubleValue in org.apache.flink.api.common.aggregators
Methods in org.apache.flink.api.common.aggregators that return DoubleValue Modifier and Type Method Description DoubleValueDoubleSumAggregator. getAggregate()Methods in org.apache.flink.api.common.aggregators with parameters of type DoubleValue Modifier and Type Method Description voidDoubleSumAggregator. aggregate(DoubleValue element)booleanDoubleZeroConvergence. isConverged(int iteration, DoubleValue value)Returns true, if the aggregator value is zero, false otherwise. -
Uses of DoubleValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return DoubleValue Modifier and Type Method Description DoubleValueDoubleValueSerializer. copy(DoubleValue from)DoubleValueDoubleValueSerializer. copy(DoubleValue from, DoubleValue reuse)DoubleValueDoubleValueSerializer. createInstance()DoubleValueDoubleValueSerializer. deserialize(DataInputView source)DoubleValueDoubleValueSerializer. deserialize(DoubleValue reuse, DataInputView source)DoubleValueDoubleValueComparator. readWithKeyDenormalization(DoubleValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type DoubleValue Modifier and Type Method Description TypeComparator<DoubleValue>DoubleValueComparator. duplicate()TypeSerializerSnapshot<DoubleValue>DoubleValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type DoubleValue Modifier and Type Method Description intDoubleValueComparator. compare(DoubleValue first, DoubleValue second)DoubleValueDoubleValueSerializer. copy(DoubleValue from)DoubleValueDoubleValueSerializer. copy(DoubleValue from, DoubleValue reuse)DoubleValueDoubleValueSerializer. deserialize(DoubleValue reuse, DataInputView source)booleanDoubleValueComparator. equalToReference(DoubleValue candidate)intDoubleValueComparator. hash(DoubleValue record)voidDoubleValueComparator. putNormalizedKey(DoubleValue record, MemorySegment target, int offset, int numBytes)DoubleValueDoubleValueComparator. readWithKeyDenormalization(DoubleValue reuse, DataInputView source)voidDoubleValueSerializer. serialize(DoubleValue record, DataOutputView target)voidDoubleValueComparator. setReference(DoubleValue toCompare)voidDoubleValueComparator. writeWithKeyNormalization(DoubleValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type DoubleValue Modifier and Type Method Description intDoubleValueComparator. compareToReference(TypeComparator<DoubleValue> referencedComparator) -
Uses of DoubleValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type DoubleValue Modifier and Type Field Description static ValueTypeInfo<DoubleValue>ValueTypeInfo. DOUBLE_VALUE_TYPE_INFO -
Uses of DoubleValue in org.apache.flink.types
Methods in org.apache.flink.types that return DoubleValue Modifier and Type Method Description DoubleValueDoubleValue. copy()Methods in org.apache.flink.types with parameters of type DoubleValue Modifier and Type Method Description intDoubleValue. compareTo(DoubleValue o)voidDoubleValue. copyTo(DoubleValue target)voidDoubleValue. setValue(DoubleValue value) -
Uses of DoubleValue in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return DoubleValue Modifier and Type Method Description DoubleValueDoubleValueParser. createValue()DoubleValueDoubleValueParser. getLastResult()Methods in org.apache.flink.types.parser with parameters of type DoubleValue Modifier and Type Method Description intDoubleValueParser. parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, DoubleValue reusable)
-