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

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

Introduction

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

The text is from its open source code.

Field

Method

intgetBytesPerChecksum()
DataChecksumnewDataChecksum(Type type, int bytesPerChecksum)
DataChecksumnewDataChecksum(byte bytes[], int offset)
Creates a DataChecksum from HEADER_LEN bytes from arr[offset].
voidreset()
voidupdate(byte[] b, int off, int len)
intwriteValue(byte[] buf, int offset, boolean reset)
Writes the current checksum to a buffer.