Package com.cloudera.recordbreaker.analyzer

Examples of com.cloudera.recordbreaker.analyzer.FileSummary


    }

    public void onConfigure() {
      FishEye fe = FishEye.getInstance();
      AccessController accessCtrl = fe.getAccessController();
      FileSummary fileSummary = fe.getAnalyzer().getSingleFileSummary(targetDir);
      if (fileSummary != null) {
        setVisibilityAllowed(fe.hasFSAndCrawl() && accessCtrl.hasReadAccess(fileSummary));
      } else {
        setVisibilityAllowed(false);
      }
View Full Code Here

TOP

Related Classes of com.cloudera.recordbreaker.analyzer.FileSummary

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.