| Package | Description |
|---|---|
| org.apache.flink.api.common.distributions | |
| org.apache.flink.api.common.typeutils.base | |
| org.apache.flink.types | |
| org.apache.flink.types.parser |
| Modifier and Type | Method and Description |
|---|---|
IntValue[] |
UniformIntegerDistribution.getBucketBoundary(int bucketNum,
int totalNumBuckets) |
IntValue[] |
SimpleIntegerDistribution.getBucketBoundary(int bucketNum,
int totalNumBuckets) |
| Constructor and Description |
|---|
SimpleIntegerDistribution(IntValue[] bucketBoundaries) |
SimpleIntegerDistribution(IntValue[][] bucketBoundaries) |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
IntValueSerializer.copy(IntValue from) |
IntValue |
IntValueSerializer.copy(IntValue from,
IntValue reuse) |
IntValue |
IntValueSerializer.createInstance() |
IntValue |
IntValueSerializer.deserialize(DataInputView source) |
IntValue |
IntValueSerializer.deserialize(IntValue reuse,
DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
IntValueSerializer.copy(IntValue from) |
IntValue |
IntValueSerializer.copy(IntValue from,
IntValue reuse) |
IntValue |
IntValueSerializer.deserialize(IntValue reuse,
DataInputView source) |
void |
IntValueSerializer.serialize(IntValue record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
IntValue.copy() |
| Modifier and Type | Method and Description |
|---|---|
int |
IntValue.compareTo(IntValue o) |
void |
IntValue.copyTo(IntValue target) |
void |
IntValue.setValue(IntValue value) |
| Modifier and Type | Method and Description |
|---|---|
IntValue |
IntValueParser.createValue() |
IntValue |
IntValueParser.getLastResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
IntValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
IntValue reusable) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.