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

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

Introduction

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

The text is from its open source code.

Method

voidcreateAndVerifyFile(FileSystem fs, Path parent, final long fileSize)
Creates and reads a file with the given size.
longgenerateTestFile(FileSystem fs, Path path, final long size, final int bufferLen, final int modulus)
Generates test data of the given size according to some specific pattern and writes it to the provided output file.
voidskip(String message)
report a test has been skipped for some reason.