Interface TestOp

    • Method Detail

      • apply

        void apply​(alluxio.multi.process.Clients clients)
            throws java.lang.Exception
        Applies the test operation.
        Parameters:
        clients - Alluxio clients for performing the operation
        Throws:
        java.lang.Exception
      • check

        void check​(alluxio.multi.process.Clients clients)
            throws java.lang.Exception
        Verifies the result of the test operation.
        Parameters:
        clients - Alluxio clients for performing the verification
        Throws:
        java.lang.Exception
      • supportsVersion

        default boolean supportsVersion​(Version version)
        Parameters:
        version - a version, e.g. 1.8.0, 1.9.0, etc
        Returns:
        whether this operation is supported in the given version