Uses of Class
org.apache.flink.types.BooleanValue
-
Packages that use BooleanValue 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 BooleanValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return BooleanValue Modifier and Type Method Description BooleanValueBooleanValueSerializer. copy(BooleanValue from)BooleanValueBooleanValueSerializer. copy(BooleanValue from, BooleanValue reuse)BooleanValueBooleanValueSerializer. createInstance()BooleanValueBooleanValueSerializer. deserialize(DataInputView source)BooleanValueBooleanValueSerializer. deserialize(BooleanValue reuse, DataInputView source)BooleanValueBooleanValueComparator. readWithKeyDenormalization(BooleanValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type BooleanValue Modifier and Type Method Description TypeComparator<BooleanValue>BooleanValueComparator. duplicate()TypeSerializerSnapshot<BooleanValue>BooleanValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type BooleanValue Modifier and Type Method Description intBooleanValueComparator. compare(BooleanValue first, BooleanValue second)BooleanValueBooleanValueSerializer. copy(BooleanValue from)BooleanValueBooleanValueSerializer. copy(BooleanValue from, BooleanValue reuse)BooleanValueBooleanValueSerializer. deserialize(BooleanValue reuse, DataInputView source)booleanBooleanValueComparator. equalToReference(BooleanValue candidate)intBooleanValueComparator. hash(BooleanValue record)voidBooleanValueComparator. putNormalizedKey(BooleanValue record, MemorySegment target, int offset, int numBytes)BooleanValueBooleanValueComparator. readWithKeyDenormalization(BooleanValue reuse, DataInputView source)voidBooleanValueSerializer. serialize(BooleanValue record, DataOutputView target)voidBooleanValueComparator. setReference(BooleanValue toCompare)voidBooleanValueComparator. writeWithKeyNormalization(BooleanValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type BooleanValue Modifier and Type Method Description intBooleanValueComparator. compareToReference(TypeComparator<BooleanValue> referencedComparator) -
Uses of BooleanValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type BooleanValue Modifier and Type Field Description static ValueTypeInfo<BooleanValue>ValueTypeInfo. BOOLEAN_VALUE_TYPE_INFO -
Uses of BooleanValue in org.apache.flink.types
Fields in org.apache.flink.types declared as BooleanValue Modifier and Type Field Description static BooleanValueBooleanValue. FALSEstatic BooleanValueBooleanValue. TRUEMethods in org.apache.flink.types that return BooleanValue Modifier and Type Method Description BooleanValueBooleanValue. copy()Methods in org.apache.flink.types with parameters of type BooleanValue Modifier and Type Method Description intBooleanValue. compareTo(BooleanValue o)voidBooleanValue. copyTo(BooleanValue target)voidBooleanValue. setValue(BooleanValue value) -
Uses of BooleanValue in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return BooleanValue Modifier and Type Method Description BooleanValueBooleanValueParser. createValue()BooleanValueBooleanValueParser. getLastResult()Methods in org.apache.flink.types.parser with parameters of type BooleanValue Modifier and Type Method Description intBooleanValueParser. parseField(byte[] bytes, int startPos, int limit, byte[] delim, BooleanValue reuse)
-