Example usage for org.apache.hadoop.io BooleanWritable toString

List of usage examples for org.apache.hadoop.io BooleanWritable toString

Introduction

In this page you can find the example usage for org.apache.hadoop.io BooleanWritable toString.

Prototype

@Override
    public String toString() 

Source Link

Usage

From source file:co.nubetech.hiho.dedup.HashUtility.java

License:Apache License

public static MD5Hash getMD5Hash(BooleanWritable key) throws IOException {
    return MD5Hash.digest(key.toString());
}