parameterSet.setParameters(value);
// serialize the param set
fsForParameterSet.clear();
try {
parameterSet.writeExternal(fsForParameterSet);
} catch (final IOException exception) {
throw new RuntimeException(exception); // can't happen
}
return nativeHashinate(this.pointer, partitionCount);