| 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 |
| Modifier and Type | Method and Description |
|---|---|
StringValue |
StringValueSerializer.copy(StringValue from) |
StringValue |
StringValueSerializer.copy(StringValue from,
StringValue reuse) |
StringValue |
StringValueSerializer.createInstance() |
StringValue |
StringValueSerializer.deserialize(DataInputView source) |
StringValue |
StringValueSerializer.deserialize(StringValue reuse,
DataInputView source) |
StringValue |
StringValueComparator.readWithKeyDenormalization(StringValue reuse,
DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
TypeComparator<StringValue> |
StringValueComparator.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
int |
StringValueComparator.compare(StringValue first,
StringValue second) |
StringValue |
StringValueSerializer.copy(StringValue from) |
StringValue |
StringValueSerializer.copy(StringValue from,
StringValue reuse) |
StringValue |
StringValueSerializer.deserialize(StringValue reuse,
DataInputView source) |
boolean |
StringValueComparator.equalToReference(StringValue candidate) |
int |
StringValueComparator.hash(StringValue record) |
void |
StringValueComparator.putNormalizedKey(StringValue record,
MemorySegment target,
int offset,
int numBytes) |
StringValue |
StringValueComparator.readWithKeyDenormalization(StringValue reuse,
DataInputView source) |
void |
StringValueSerializer.serialize(StringValue record,
DataOutputView target) |
void |
StringValueComparator.setReference(StringValue toCompare) |
void |
StringValueComparator.writeWithKeyNormalization(StringValue record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
int |
StringValueComparator.compareToReference(TypeComparator<StringValue> referencedComparator) |
| Modifier and Type | Field and Description |
|---|---|
static ValueTypeInfo<StringValue> |
ValueTypeInfo.STRING_VALUE_TYPE_INFO |
| Modifier and Type | Method and Description |
|---|---|
StringValue |
StringValue.copy() |
StringValue |
StringValue.substring(int start)
Returns a new StringValuestring that is a substring of this string.
|
StringValue |
StringValue.substring(int start,
int end)
Returns a new StringValuestring that is a substring of this string.
|
| Modifier and Type | Method and Description |
|---|---|
Appendable |
StringValue.append(StringValue csq) |
Appendable |
StringValue.append(StringValue csq,
int start,
int end) |
int |
StringValue.compareTo(StringValue other) |
void |
StringValue.copyTo(StringValue target) |
void |
StringValue.setValue(StringValue value)
Sets the value of the StringValue to the given string.
|
void |
StringValue.setValue(StringValue value,
int offset,
int len)
Sets the value of the StringValue to a substring of the given string.
|
void |
StringValue.substring(StringValue target,
int start)
Copies a substring of this string into the given target StringValue.
|
void |
StringValue.substring(StringValue target,
int start,
int end)
Copies a substring of this string into the given target StringValue.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
StringValue |
StringValueParser.createValue() |
StringValue |
StringValueParser.getLastResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
StringValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
StringValue reusable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleStringUtils.WhitespaceTokenizer.next(StringValue target)
Gets the next token from the string.
|
static void |
SimpleStringUtils.replaceNonWordChars(StringValue string,
char replacement)
Replaces all non-word characters in a string by a given character.
|
void |
SimpleStringUtils.WhitespaceTokenizer.setStringToTokenize(StringValue string)
Sets the string to be tokenized and resets the state of the tokenizer.
|
static void |
SimpleStringUtils.toLowerCase(StringValue string)
Converts the given
StringValue into a lower case variant. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.