| Package | Description |
|---|---|
| org.apache.giraph.types.ops |
Type coercion, inference, and reflection.
|
| org.apache.giraph.types.ops.collections.array |
WArrayList interfaces and implementations that extend fastutil
classes, and are provided by TypeOps classes.
|
| Class and Description |
|---|
| WArrayList
Array list over mutable elements, which are probably
internally stored differently/efficiently, and are accessed
through methods providing "return" value.
|
| WBooleanArrayList
Writable extension of BooleanArrayList, as well as
BooleanWritable implementation of WArrayList.
|
| WByteArrayList
Writable extension of ByteArrayList, as well as
ByteWritable implementation of WArrayList.
|
| WDoubleArrayList
Writable extension of DoubleArrayList, as well as
DoubleWritable implementation of WArrayList.
|
| WFloatArrayList
Writable extension of FloatArrayList, as well as
FloatWritable implementation of WArrayList.
|
| WIntArrayList
Writable extension of IntArrayList, as well as
IntWritable implementation of WArrayList.
|
| WLongArrayList
Writable extension of LongArrayList, as well as
LongWritable implementation of WArrayList.
|
| Class and Description |
|---|
| WArrayList
Array list over mutable elements, which are probably
internally stored differently/efficiently, and are accessed
through methods providing "return" value.
|
| WBooleanArrayList
Writable extension of BooleanArrayList, as well as
BooleanWritable implementation of WArrayList.
|
| WBooleanArrayList.WReusableBooleanArrayList
Variant of WBooleanArrayList that doesn't reallocate smaller backing
array on consecutive readFields/readElements calls, and so is suitable for
reusable use.
|
| WByteArrayList
Writable extension of ByteArrayList, as well as
ByteWritable implementation of WArrayList.
|
| WByteArrayList.WReusableByteArrayList
Variant of WByteArrayList that doesn't reallocate smaller backing
array on consecutive readFields/readElements calls, and so is suitable for
reusable use.
|
| WDoubleArrayList
Writable extension of DoubleArrayList, as well as
DoubleWritable implementation of WArrayList.
|
| WDoubleArrayList.WReusableDoubleArrayList
Variant of WDoubleArrayList that doesn't reallocate smaller backing
array on consecutive readFields/readElements calls, and so is suitable for
reusable use.
|
| WFloatArrayList
Writable extension of FloatArrayList, as well as
FloatWritable implementation of WArrayList.
|
| WFloatArrayList.WReusableFloatArrayList
Variant of WFloatArrayList that doesn't reallocate smaller backing
array on consecutive readFields/readElements calls, and so is suitable for
reusable use.
|
| WIntArrayList
Writable extension of IntArrayList, as well as
IntWritable implementation of WArrayList.
|
| WIntArrayList.WReusableIntArrayList
Variant of WIntArrayList that doesn't reallocate smaller backing
array on consecutive readFields/readElements calls, and so is suitable for
reusable use.
|
| WLongArrayList
Writable extension of LongArrayList, as well as
LongWritable implementation of WArrayList.
|
| WLongArrayList.WReusableLongArrayList
Variant of WLongArrayList that doesn't reallocate smaller backing
array on consecutive readFields/readElements calls, and so is suitable for
reusable use.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.