Interface OzoneListStatusHelper.GetFileStatusHelper

Enclosing class:
OzoneListStatusHelper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface OzoneListStatusHelper.GetFileStatusHelper
Interface to get the File Status for a path.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.ozone.om.helpers.OzoneFileStatus
    apply(org.apache.hadoop.ozone.om.helpers.OmKeyArgs args, String clientAddress, boolean skipFileNotFoundError)
     
  • Method Details

    • apply

      org.apache.hadoop.ozone.om.helpers.OzoneFileStatus apply(org.apache.hadoop.ozone.om.helpers.OmKeyArgs args, String clientAddress, boolean skipFileNotFoundError) throws IOException
      Throws:
      IOException