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) |
IntValue |
IntValueComparator.readWithKeyDenormalization(IntValue reuse,
DataInputView source) |
Modifier and Type | Method and Description |
---|---|
TypeComparator<IntValue> |
IntValueComparator.duplicate() |
Modifier and Type | Method and Description |
---|---|
int |
IntValueComparator.compare(IntValue first,
IntValue second) |
IntValue |
IntValueSerializer.copy(IntValue from) |
IntValue |
IntValueSerializer.copy(IntValue from,
IntValue reuse) |
IntValue |
IntValueSerializer.deserialize(IntValue reuse,
DataInputView source) |
boolean |
IntValueComparator.equalToReference(IntValue candidate) |
int |
IntValueComparator.hash(IntValue record) |
void |
IntValueComparator.putNormalizedKey(IntValue record,
MemorySegment target,
int offset,
int numBytes) |
IntValue |
IntValueComparator.readWithKeyDenormalization(IntValue reuse,
DataInputView source) |
void |
IntValueSerializer.serialize(IntValue record,
DataOutputView target) |
void |
IntValueComparator.setReference(IntValue toCompare) |
void |
IntValueComparator.writeWithKeyNormalization(IntValue record,
DataOutputView target) |
Modifier and Type | Method and Description |
---|---|
int |
IntValueComparator.compareToReference(TypeComparator<IntValue> referencedComparator) |
Modifier and Type | Method and Description |
---|---|
protected Integer |
ValueSummaryAggregator.IntegerValueSummaryAggregator.getValue(IntValue value) |
Modifier and Type | Field and Description |
---|---|
static ValueTypeInfo<IntValue> |
ValueTypeInfo.INT_VALUE_TYPE_INFO |
Modifier and Type | Method and Description |
---|---|
IntValue |
LongValueToSignedIntValue.translate(LongValue value,
IntValue reuse) |
IntValue |
LongValueToUnsignedIntValue.translate(LongValue value,
IntValue reuse) |
Modifier and Type | Method and Description |
---|---|
IntValue |
LongValueToSignedIntValue.translate(LongValue value,
IntValue reuse) |
IntValue |
LongValueToUnsignedIntValue.translate(LongValue value,
IntValue reuse) |
Modifier and Type | Method and Description |
---|---|
IntValue |
JaccardIndex.Result.getDistinctNeighborCount()
Get the distinct neighbor count.
|
IntValue |
JaccardIndex.Result.getSharedNeighborCount()
Get the shared neighbor count.
|
Modifier and Type | Method and Description |
---|---|
void |
JaccardIndex.Result.setDistinctNeighborCount(IntValue distinctNeighborCount)
Set the distinct neighbor count.
|
void |
JaccardIndex.Result.setSharedNeighborCount(IntValue sharedNeighborCount)
Set the shared neighbor count.
|
Modifier and Type | Field and Description |
---|---|
static ValueArrayTypeInfo<IntValue> |
ValueArrayTypeInfo.INT_VALUE_ARRAY_TYPE_INFO |
Modifier and Type | Method and Description |
---|---|
ValueArray<IntValue> |
IntValueArray.copy() |
Iterator<IntValue> |
IntValueArray.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
IntValueArray.add(IntValue value) |
Modifier and Type | Method and Description |
---|---|
boolean |
IntValueArray.addAll(ValueArray<IntValue> other) |
int |
IntValueArray.compareTo(ValueArray<IntValue> o) |
void |
IntValueArray.copyTo(ValueArray<IntValue> target) |
void |
IntValueArray.setValue(ValueArray<IntValue> value) |
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–2019 The Apache Software Foundation. All rights reserved.