Uses of Class
org.apache.hadoop.hdfs.util.EnumDoubles
Packages that use EnumDoubles
-
Uses of EnumDoubles in org.apache.hadoop.hdfs.util
Methods in org.apache.hadoop.hdfs.util with parameters of type EnumDoublesModifier and TypeMethodDescriptionfinal voidEnumDoubles.add(EnumDoubles<E> that) Add the values of that object to this.final voidEnumDoubles.set(EnumDoubles<E> that) Set the values of this object to that object.final voidEnumDoubles.subtract(EnumDoubles<E> that) Subtract the values of this object from that object.