Example usage for org.apache.hadoop.fs Trash subclass-usage

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

Introduction

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

Usage

From source file gobblin.data.management.trash.ProxiedTrash.java

/**
 * An implementation of {@link gobblin.data.management.trash.Trash} that allows deleting files as different users.
 * Uses {@link gobblin.util.ProxiedFileSystemCache} to proxy as different users.
 */
public class ProxiedTrash extends Trash implements GobblinProxiedTrash {

From source file org.apache.gobblin.data.management.trash.ProxiedTrash.java

/**
 * An implementation of {@link org.apache.gobblin.data.management.trash.Trash} that allows deleting files as different users.
 * Uses {@link org.apache.gobblin.util.ProxiedFileSystemCache} to proxy as different users.
 */
public class ProxiedTrash extends Trash implements GobblinProxiedTrash {