Uses of Class
org.apache.hadoop.io.erasurecode.rawcoder.util.GaloisField
Packages that use GaloisField
Package
Description
General helpers for implementing raw erasure coders.
-
Uses of GaloisField in org.apache.hadoop.io.erasurecode.rawcoder.util
Fields in org.apache.hadoop.io.erasurecode.rawcoder.util declared as GaloisFieldMethods in org.apache.hadoop.io.erasurecode.rawcoder.util that return GaloisFieldModifier and TypeMethodDescriptionstatic GaloisFieldGaloisField.getInstance()Get the object performs Galois field arithmetic with default setting.static GaloisFieldGaloisField.getInstance(int fieldSize, int primitivePolynomial) Get the object performs Galois field arithmetics.