| Modifier and Type | Method and Description |
|---|---|
LongValue |
LongSumAggregator.getAggregate() |
| Modifier and Type | Method and Description |
|---|---|
void |
LongSumAggregator.aggregate(LongValue element) |
boolean |
LongZeroConvergence.isConverged(int iteration,
LongValue value)
Returns true, if the aggregator value is zero, false otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
LongValue |
BulkIterationBase.TerminationCriterionAggregator.getAggregate() |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkIterationBase.TerminationCriterionAggregator.aggregate(LongValue count) |
boolean |
BulkIterationBase.TerminationCriterionAggregationConvergence.isConverged(int iteration,
LongValue countAggregate) |
| Modifier and Type | Method and Description |
|---|---|
LongValue |
LongValueSerializer.copy(LongValue from) |
LongValue |
LongValueSerializer.copy(LongValue from,
LongValue reuse) |
LongValue |
LongValueSerializer.createInstance() |
LongValue |
LongValueSerializer.deserialize(DataInputView source) |
LongValue |
LongValueSerializer.deserialize(LongValue reuse,
DataInputView source) |
| Modifier and Type | Method and Description |
|---|---|
LongValue |
LongValueSerializer.copy(LongValue from) |
LongValue |
LongValueSerializer.copy(LongValue from,
LongValue reuse) |
LongValue |
LongValueSerializer.deserialize(LongValue reuse,
DataInputView source) |
void |
LongValueSerializer.serialize(LongValue record,
DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
LongValue |
LongValue.copy() |
| Modifier and Type | Method and Description |
|---|---|
int |
LongValue.compareTo(LongValue o) |
void |
LongValue.copyTo(LongValue target) |
void |
LongValue.setValue(LongValue value) |
| Modifier and Type | Method and Description |
|---|---|
LongValue |
LongValueParser.createValue() |
LongValue |
LongValueParser.getLastResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
LongValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
LongValue reusable) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.