|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BigIntegerWritable | |
---|---|
common | Provides classes needed for encryption and polynomial operations. |
mapred | Provides classes needed for MapReduce jobs. |
Uses of BigIntegerWritable in common |
---|
Methods in common that return BigIntegerWritable | |
---|---|
BigIntegerWritable |
Record.getField(int i)
Return values of the specified field. |
Methods in common that return types with arguments of type BigIntegerWritable | |
---|---|
static MultiArray<BigIntegerWritable> |
MultiArray.createBigIntegerWritableArray(int size)
|
static MultiArray<BigIntegerWritable> |
MultiArray.readMultiArrayBigIntegerWritable(java.io.DataInput in)
|
Methods in common with parameters of type BigIntegerWritable | |
---|---|
void |
Record.setField(int i,
BigIntegerWritable value)
Set value of the specified field. |
Method parameters in common with type arguments of type BigIntegerWritable | |
---|---|
static void |
MultiArray.write(MultiArray<BigIntegerWritable> a,
java.io.DataOutput out)
|
Uses of BigIntegerWritable in mapred |
---|
Methods in mapred that return BigIntegerWritable | |
---|---|
BigIntegerWritable |
BigIntegerWritable.add(BigIntegerWritable a)
Returns a new BigIntegerWritable object with value equal to the sum of this object's value and another object's value. |
BigIntegerWritable |
BigIntegerWritable.multiply(BigIntegerWritable a)
Returns a new BigIntegerWritable object with value equal to the product of this object's value and another object's value. |
Methods in mapred with parameters of type BigIntegerWritable | |
---|---|
BigIntegerWritable |
BigIntegerWritable.add(BigIntegerWritable a)
Returns a new BigIntegerWritable object with value equal to the sum of this object's value and another object's value. |
BigIntegerWritable |
BigIntegerWritable.multiply(BigIntegerWritable a)
Returns a new BigIntegerWritable object with value equal to the product of this object's value and another object's value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |