Interface Recorder

  • All Known Implementing Classes:
    RecoverTester

    public interface Recorder
    A recorder for the recording file system.
    • Method Detail

      • log

        void log​(int op,
                 java.lang.String fileName,
                 byte[] data,
                 long x)
        Record the method.
        Parameters:
        op - the operation
        fileName - the file name or file name list
        data - the data or null
        x - the value or 0