Interface ObjectUnderFileSystem.ObjectStoreOperation<T>

  • Enclosing class:
    ObjectUnderFileSystem

    protected static interface ObjectUnderFileSystem.ObjectStoreOperation<T>
    Represents an object store operation.
    • Method Detail

      • apply

        T apply()
         throws java.io.IOException
        Applies this operation.
        Returns:
        the result of this operation
        Throws:
        java.io.IOException