Uses of Class
org.apache.flink.types.LongValue
-
-
Uses of LongValue in org.apache.flink.api.common.aggregators
Methods in org.apache.flink.api.common.aggregators that return LongValue Modifier and Type Method Description LongValueLongSumAggregator. getAggregate()Methods in org.apache.flink.api.common.aggregators with parameters of type LongValue Modifier and Type Method Description voidLongSumAggregator. aggregate(LongValue element)booleanLongZeroConvergence. isConverged(int iteration, LongValue value)Returns true, if the aggregator value is zero, false otherwise. -
Uses of LongValue in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base that return LongValue Modifier and Type Method Description LongValueBulkIterationBase.TerminationCriterionAggregator. getAggregate()Methods in org.apache.flink.api.common.operators.base with parameters of type LongValue Modifier and Type Method Description voidBulkIterationBase.TerminationCriterionAggregator. aggregate(LongValue count)booleanBulkIterationBase.TerminationCriterionAggregationConvergence. isConverged(int iteration, LongValue countAggregate) -
Uses of LongValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return LongValue Modifier and Type Method Description LongValueLongValueSerializer. copy(LongValue from)LongValueLongValueSerializer. copy(LongValue from, LongValue reuse)LongValueLongValueSerializer. createInstance()LongValueLongValueSerializer. deserialize(DataInputView source)LongValueLongValueSerializer. deserialize(LongValue reuse, DataInputView source)LongValueLongValueComparator. readWithKeyDenormalization(LongValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type LongValue Modifier and Type Method Description TypeComparator<LongValue>LongValueComparator. duplicate()TypeSerializerSnapshot<LongValue>LongValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type LongValue Modifier and Type Method Description intLongValueComparator. compare(LongValue first, LongValue second)LongValueLongValueSerializer. copy(LongValue from)LongValueLongValueSerializer. copy(LongValue from, LongValue reuse)LongValueLongValueSerializer. deserialize(LongValue reuse, DataInputView source)booleanLongValueComparator. equalToReference(LongValue candidate)intLongValueComparator. hash(LongValue record)voidLongValueComparator. putNormalizedKey(LongValue record, MemorySegment target, int offset, int numBytes)LongValueLongValueComparator. readWithKeyDenormalization(LongValue reuse, DataInputView source)voidLongValueSerializer. serialize(LongValue record, DataOutputView target)voidLongValueComparator. setReference(LongValue toCompare)voidLongValueComparator. writeWithKeyNormalization(LongValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type LongValue Modifier and Type Method Description intLongValueComparator. compareToReference(TypeComparator<LongValue> referencedComparator) -
Uses of LongValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type LongValue Modifier and Type Field Description static ValueTypeInfo<LongValue>ValueTypeInfo. LONG_VALUE_TYPE_INFO -
Uses of LongValue in org.apache.flink.types
Methods in org.apache.flink.types that return LongValue Modifier and Type Method Description LongValueLongValue. copy()Methods in org.apache.flink.types with parameters of type LongValue Modifier and Type Method Description intLongValue. compareTo(LongValue o)voidLongValue. copyTo(LongValue target)voidLongValue. setValue(LongValue value) -
Uses of LongValue in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return LongValue Modifier and Type Method Description LongValueLongValueParser. createValue()LongValueLongValueParser. getLastResult()Methods in org.apache.flink.types.parser with parameters of type LongValue Modifier and Type Method Description intLongValueParser. parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, LongValue reusable) -
Uses of LongValue in org.apache.flink.util
Methods in org.apache.flink.util that return LongValue Modifier and Type Method Description LongValueLongValueSequenceIterator. next()
-