| Package | Description |
|---|---|
| org.apache.flink.graph.types.valuearray |
| Modifier and Type | Method and Description |
|---|---|
ByteValueArray |
ByteValueArraySerializer.copy(ByteValueArray from) |
ByteValueArray |
ByteValueArraySerializer.copy(ByteValueArray from,
ByteValueArray reuse) |
ByteValueArray |
ByteValueArraySerializer.createInstance() |
ByteValueArray |
ByteValueArraySerializer.deserialize(ByteValueArray reuse,
org.apache.flink.core.memory.DataInputView source) |
ByteValueArray |
ByteValueArraySerializer.deserialize(org.apache.flink.core.memory.DataInputView source) |
ByteValueArray |
ByteValueArrayComparator.readWithKeyDenormalization(ByteValueArray reuse,
org.apache.flink.core.memory.DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeutils.TypeComparator<ByteValueArray> |
ByteValueArrayComparator.duplicate() |
| Modifier and Type | Method and Description |
|---|---|
int |
ByteValueArrayComparator.compare(ByteValueArray first,
ByteValueArray second) |
ByteValueArray |
ByteValueArraySerializer.copy(ByteValueArray from) |
ByteValueArray |
ByteValueArraySerializer.copy(ByteValueArray from,
ByteValueArray reuse) |
ByteValueArray |
ByteValueArraySerializer.deserialize(ByteValueArray reuse,
org.apache.flink.core.memory.DataInputView source) |
boolean |
ByteValueArrayComparator.equalToReference(ByteValueArray candidate) |
int |
ByteValueArrayComparator.hash(ByteValueArray record) |
void |
ByteValueArrayComparator.putNormalizedKey(ByteValueArray record,
org.apache.flink.core.memory.MemorySegment target,
int offset,
int numBytes) |
ByteValueArray |
ByteValueArrayComparator.readWithKeyDenormalization(ByteValueArray reuse,
org.apache.flink.core.memory.DataInputView source) |
void |
ByteValueArraySerializer.serialize(ByteValueArray record,
org.apache.flink.core.memory.DataOutputView target) |
void |
ByteValueArrayComparator.setReference(ByteValueArray toCompare) |
void |
ByteValueArrayComparator.writeWithKeyNormalization(ByteValueArray record,
org.apache.flink.core.memory.DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
int |
ByteValueArrayComparator.compareToReference(org.apache.flink.api.common.typeutils.TypeComparator<ByteValueArray> referencedComparator) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.