Uses of Class
org.apache.flink.types.ByteValue
-
Packages that use ByteValue 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 ByteValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return ByteValue Modifier and Type Method Description ByteValueByteValueSerializer. copy(ByteValue from)ByteValueByteValueSerializer. copy(ByteValue from, ByteValue reuse)ByteValueByteValueSerializer. createInstance()ByteValueByteValueSerializer. deserialize(DataInputView source)ByteValueByteValueSerializer. deserialize(ByteValue reuse, DataInputView source)ByteValueByteValueComparator. readWithKeyDenormalization(ByteValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type ByteValue Modifier and Type Method Description TypeComparator<ByteValue>ByteValueComparator. duplicate()TypeSerializerSnapshot<ByteValue>ByteValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type ByteValue Modifier and Type Method Description intByteValueComparator. compare(ByteValue first, ByteValue second)ByteValueByteValueSerializer. copy(ByteValue from)ByteValueByteValueSerializer. copy(ByteValue from, ByteValue reuse)ByteValueByteValueSerializer. deserialize(ByteValue reuse, DataInputView source)booleanByteValueComparator. equalToReference(ByteValue candidate)intByteValueComparator. hash(ByteValue record)voidByteValueComparator. putNormalizedKey(ByteValue record, MemorySegment target, int offset, int numBytes)ByteValueByteValueComparator. readWithKeyDenormalization(ByteValue reuse, DataInputView source)voidByteValueSerializer. serialize(ByteValue record, DataOutputView target)voidByteValueComparator. setReference(ByteValue toCompare)voidByteValueComparator. writeWithKeyNormalization(ByteValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type ByteValue Modifier and Type Method Description intByteValueComparator. compareToReference(TypeComparator<ByteValue> referencedComparator) -
Uses of ByteValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type ByteValue Modifier and Type Field Description static ValueTypeInfo<ByteValue>ValueTypeInfo. BYTE_VALUE_TYPE_INFO -
Uses of ByteValue in org.apache.flink.types
Methods in org.apache.flink.types that return ByteValue Modifier and Type Method Description ByteValueByteValue. copy()Methods in org.apache.flink.types with parameters of type ByteValue Modifier and Type Method Description intByteValue. compareTo(ByteValue o)voidByteValue. copyTo(ByteValue target)voidByteValue. setValue(ByteValue value) -
Uses of ByteValue in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return ByteValue Modifier and Type Method Description ByteValueByteValueParser. createValue()ByteValueByteValueParser. getLastResult()Methods in org.apache.flink.types.parser with parameters of type ByteValue Modifier and Type Method Description intByteValueParser. parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, ByteValue reusable)
-