Example usage for org.apache.hadoop.fs.contract AbstractBondedFSContract subclass-usage

List of usage examples for org.apache.hadoop.fs.contract AbstractBondedFSContract subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.fs.contract AbstractBondedFSContract subclass-usage.

Usage

From source file com.aliyun.fs.oss.contract.AliyunOSSContract.java

/**
 * The contract of Aliyun OSS: only enabled if the test bucket is provided.
 */
public class AliyunOSSContract extends AbstractBondedFSContract {

    public static final String CONTRACT_XML = "contract/aliyun-oss.xml";

From source file com.google.cloud.hadoop.fs.gcs.contract.GoogleContract.java

/**
 * Contract of GoogleHadoopFileSystem via scheme "gs".
 */
public class GoogleContract extends AbstractBondedFSContract {
    public static final String CONTRACT_XML = "contract/gs.xml";