Java org.apache.hadoop.fs FileChecksum fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs FileChecksum fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs FileChecksum.

The text is from its open source code.

Constructor

Method

booleanequals(Object other)
Return true if both the algorithms and the values are the same.
StringgetAlgorithmName()
The checksum algorithm name
byte[]getBytes()
The value of the checksum in bytes
intgetLength()
The length of the checksum in bytes