Java org.apache.hadoop.util.bloom Key fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Key(byte[] value)
Constructor.
Key()
default constructor - use with readFields
Key(byte[] value, double weight)
Constructor.

Method