| Package | Description |
|---|---|
| org.apache.flink.api.common.typeutils.base | |
| org.apache.flink.api.java.typeutils | |
| org.apache.flink.types | |
| org.apache.flink.types.parser |
| Modifier and Type | Method and Description |
|---|---|
ShortValue |
ShortValueSerializer.copy(ShortValue from) |
ShortValue |
ShortValueSerializer.copy(ShortValue from,
ShortValue reuse) |
ShortValue |
ShortValueSerializer.createInstance() |
ShortValue |
ShortValueSerializer.deserialize(DataInputView source) |
ShortValue |
ShortValueSerializer.deserialize(ShortValue reuse,
DataInputView source) |
ShortValue |
ShortValueComparator.readWithKeyDenormalization(ShortValue reuse,
DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
TypeComparator<ShortValue> |
ShortValueComparator.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
int |
ShortValueComparator.compare(ShortValue first,
ShortValue second) |
ShortValue |
ShortValueSerializer.copy(ShortValue from) |
ShortValue |
ShortValueSerializer.copy(ShortValue from,
ShortValue reuse) |
ShortValue |
ShortValueSerializer.deserialize(ShortValue reuse,
DataInputView source) |
boolean |
ShortValueComparator.equalToReference(ShortValue candidate) |
int |
ShortValueComparator.hash(ShortValue record) |
void |
ShortValueComparator.putNormalizedKey(ShortValue record,
MemorySegment target,
int offset,
int numBytes) |
ShortValue |
ShortValueComparator.readWithKeyDenormalization(ShortValue reuse,
DataInputView source) |
void |
ShortValueSerializer.serialize(ShortValue record,
DataOutputView target) |
void |
ShortValueComparator.setReference(ShortValue toCompare) |
void |
ShortValueComparator.writeWithKeyNormalization(ShortValue record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
int |
ShortValueComparator.compareToReference(TypeComparator<ShortValue> referencedComparator) |
| Modifier and Type | Field and Description |
|---|---|
static ValueTypeInfo<ShortValue> |
ValueTypeInfo.SHORT_VALUE_TYPE_INFO |
| Modifier and Type | Method and Description |
|---|---|
ShortValue |
ShortValue.copy() |
| Modifier and Type | Method and Description |
|---|---|
int |
ShortValue.compareTo(ShortValue o) |
void |
ShortValue.copyTo(ShortValue target) |
void |
ShortValue.setValue(ShortValue value) |
| Modifier and Type | Method and Description |
|---|---|
ShortValue |
ShortValueParser.createValue() |
ShortValue |
ShortValueParser.getLastResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
ShortValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
ShortValue reusable) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.