Java org.apache.hadoop.util.hash Hash fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.util.hash Hash fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.util.hash Hash.

The text is from its open source code.

Field

intJENKINS_HASH
Constant to denote JenkinsHash .
intMURMUR_HASH
Constant to denote MurmurHash .

Method

HashgetInstance(int type)
Get a singleton instance of hash function of a given type.
HashgetInstance(Configuration conf)
Get a singleton instance of hash function of a type defined in the configuration.