Uses of Class
org.apache.flink.types.StringValue
-
Packages that use StringValue Package Description org.apache.flink.api.common.typeutils.base org.apache.flink.api.java.typeutils org.apache.flink.types org.apache.flink.types.parser org.apache.flink.util -
-
Uses of StringValue in org.apache.flink.api.common.typeutils.base
Methods in org.apache.flink.api.common.typeutils.base that return StringValue Modifier and Type Method Description StringValueStringValueSerializer. copy(StringValue from)StringValueStringValueSerializer. copy(StringValue from, StringValue reuse)StringValueStringValueSerializer. createInstance()StringValueStringValueSerializer. deserialize(DataInputView source)StringValueStringValueSerializer. deserialize(StringValue reuse, DataInputView source)StringValueStringValueComparator. readWithKeyDenormalization(StringValue reuse, DataInputView source)Methods in org.apache.flink.api.common.typeutils.base that return types with arguments of type StringValue Modifier and Type Method Description TypeComparator<StringValue>StringValueComparator. duplicate()TypeSerializerSnapshot<StringValue>StringValueSerializer. snapshotConfiguration()Methods in org.apache.flink.api.common.typeutils.base with parameters of type StringValue Modifier and Type Method Description intStringValueComparator. compare(StringValue first, StringValue second)StringValueStringValueSerializer. copy(StringValue from)StringValueStringValueSerializer. copy(StringValue from, StringValue reuse)StringValueStringValueSerializer. deserialize(StringValue reuse, DataInputView source)booleanStringValueComparator. equalToReference(StringValue candidate)intStringValueComparator. hash(StringValue record)voidStringValueComparator. putNormalizedKey(StringValue record, MemorySegment target, int offset, int numBytes)StringValueStringValueComparator. readWithKeyDenormalization(StringValue reuse, DataInputView source)voidStringValueSerializer. serialize(StringValue record, DataOutputView target)voidStringValueComparator. setReference(StringValue toCompare)voidStringValueComparator. writeWithKeyNormalization(StringValue record, DataOutputView target)Method parameters in org.apache.flink.api.common.typeutils.base with type arguments of type StringValue Modifier and Type Method Description intStringValueComparator. compareToReference(TypeComparator<StringValue> referencedComparator) -
Uses of StringValue in org.apache.flink.api.java.typeutils
Fields in org.apache.flink.api.java.typeutils with type parameters of type StringValue Modifier and Type Field Description static ValueTypeInfo<StringValue>ValueTypeInfo. STRING_VALUE_TYPE_INFO -
Uses of StringValue in org.apache.flink.types
Methods in org.apache.flink.types that return StringValue Modifier and Type Method Description StringValueStringValue. copy()StringValueStringValue. substring(int start)Returns a new StringValuestring that is a substring of this string.StringValueStringValue. substring(int start, int end)Returns a new StringValuestring that is a substring of this string.Methods in org.apache.flink.types with parameters of type StringValue Modifier and Type Method Description AppendableStringValue. append(StringValue csq)AppendableStringValue. append(StringValue csq, int start, int end)intStringValue. compareTo(StringValue other)voidStringValue. copyTo(StringValue target)voidStringValue. setValue(StringValue value)Sets the value of the StringValue to the given string.voidStringValue. setValue(StringValue value, int offset, int len)Sets the value of the StringValue to a substring of the given string.voidStringValue. substring(StringValue target, int start)Copies a substring of this string into the given target StringValue.voidStringValue. substring(StringValue target, int start, int end)Copies a substring of this string into the given target StringValue.Constructors in org.apache.flink.types with parameters of type StringValue Constructor Description StringValue(StringValue value)Initializes this StringValue to a copy the given StringValue.StringValue(StringValue value, int offset, int len)Initializes the StringValue to a sub-string of the given StringValue. -
Uses of StringValue in org.apache.flink.types.parser
Methods in org.apache.flink.types.parser that return StringValue Modifier and Type Method Description StringValueStringValueParser. createValue()StringValueStringValueParser. getLastResult()Methods in org.apache.flink.types.parser with parameters of type StringValue Modifier and Type Method Description intStringValueParser. parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, StringValue reusable) -
Uses of StringValue in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type StringValue Modifier and Type Method Description booleanStringValueUtils.WhitespaceTokenizer. next(StringValue target)Gets the next token from the string.static voidStringValueUtils. replaceNonWordChars(StringValue string, char replacement)Replaces all non-word characters in a string by a given character.voidStringValueUtils.WhitespaceTokenizer. setStringToTokenize(StringValue string)Sets the string to be tokenized and resets the state of the tokenizer.static voidStringValueUtils. toLowerCase(StringValue string)Converts the givenStringValueinto a lower case variant.
-