Modifier and Type | Method and Description |
---|---|
FloatValue |
FloatValueSerializer.copy(FloatValue from) |
FloatValue |
FloatValueSerializer.copy(FloatValue from,
FloatValue reuse) |
FloatValue |
FloatValueSerializer.createInstance() |
FloatValue |
FloatValueSerializer.deserialize(DataInputView source) |
FloatValue |
FloatValueSerializer.deserialize(FloatValue reuse,
DataInputView source) |
FloatValue |
FloatValueComparator.readWithKeyDenormalization(FloatValue reuse,
DataInputView source) |
Modifier and Type | Method and Description |
---|---|
TypeComparator<FloatValue> |
FloatValueComparator.duplicate() |
TypeSerializerSnapshot<FloatValue> |
FloatValueSerializer.snapshotConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
FloatValueComparator.compare(FloatValue first,
FloatValue second) |
FloatValue |
FloatValueSerializer.copy(FloatValue from) |
FloatValue |
FloatValueSerializer.copy(FloatValue from,
FloatValue reuse) |
FloatValue |
FloatValueSerializer.deserialize(FloatValue reuse,
DataInputView source) |
boolean |
FloatValueComparator.equalToReference(FloatValue candidate) |
int |
FloatValueComparator.hash(FloatValue record) |
void |
FloatValueComparator.putNormalizedKey(FloatValue record,
MemorySegment target,
int offset,
int numBytes) |
FloatValue |
FloatValueComparator.readWithKeyDenormalization(FloatValue reuse,
DataInputView source) |
void |
FloatValueSerializer.serialize(FloatValue record,
DataOutputView target) |
void |
FloatValueComparator.setReference(FloatValue toCompare) |
void |
FloatValueComparator.writeWithKeyNormalization(FloatValue record,
DataOutputView target) |
Modifier and Type | Method and Description |
---|---|
int |
FloatValueComparator.compareToReference(TypeComparator<FloatValue> referencedComparator) |
Modifier and Type | Method and Description |
---|---|
protected Float |
ValueSummaryAggregator.FloatValueSummaryAggregator.getValue(FloatValue value) |
Modifier and Type | Field and Description |
---|---|
static ValueTypeInfo<FloatValue> |
ValueTypeInfo.FLOAT_VALUE_TYPE_INFO |
Modifier and Type | Method and Description |
---|---|
FloatValue |
AdamicAdar.Result.getAdamicAdarScore()
Get the Adamic-Adar score, equal to the sum over common neighbors of
the inverse logarithm of degree.
|
Modifier and Type | Method and Description |
---|---|
void |
AdamicAdar.Result.setAdamicAdarScore(FloatValue adamicAdarScore)
Set the Adamic-Adar score, equal to the sum over common neighbors of
the inverse logarithm of degree.
|
Modifier and Type | Method and Description |
---|---|
ValueArray<FloatValue> |
FloatValueArray.copy() |
Iterator<FloatValue> |
FloatValueArray.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
FloatValueArray.add(FloatValue value) |
Modifier and Type | Method and Description |
---|---|
boolean |
FloatValueArray.addAll(ValueArray<FloatValue> other) |
int |
FloatValueArray.compareTo(ValueArray<FloatValue> o) |
void |
FloatValueArray.copyTo(ValueArray<FloatValue> target) |
void |
FloatValueArray.setValue(ValueArray<FloatValue> value) |
Modifier and Type | Method and Description |
---|---|
FloatValue |
FloatValue.copy() |
Modifier and Type | Method and Description |
---|---|
int |
FloatValue.compareTo(FloatValue o) |
void |
FloatValue.copyTo(FloatValue target) |
void |
FloatValue.setValue(FloatValue value) |
Modifier and Type | Method and Description |
---|---|
FloatValue |
FloatValueParser.createValue() |
FloatValue |
FloatValueParser.getLastResult() |
Modifier and Type | Method and Description |
---|---|
int |
FloatValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
FloatValue reusable) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.