All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.log.common.AliyunOSSHdfsSink Maven / Gradle / Ivy

There is a newer version: 0.6.115
Show newest version
package com.aliyun.openservices.log.common;

public class AliyunOSSHdfsSink extends AliyunOSSSink {
    public AliyunOSSHdfsSink() {
        setType(DataSinkType.ALIYUN_OSSHDFS);
    }

    public AliyunOSSHdfsSink(String roleArn, String bucket, String prefix,
                             String suffix, String pathFormat, String pathFormatType, int bufferSize, int bufferInterval,
                             String timeZone, String contentType, String compressionType, ExportContentDetail contentDetail) {
        super(roleArn, bucket, prefix, suffix,
                pathFormat, pathFormatType, bufferSize, bufferInterval,
                timeZone, contentType, compressionType, contentDetail
        );
        setType(DataSinkType.ALIYUN_OSSHDFS);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy