Package 

Class SimpleTemporaryFileProvider

  • All Implemented Interfaces:
    io.opentelemetry.contrib.disk.buffering.internal.files.TemporaryFileProvider

    
    public final class SimpleTemporaryFileProvider
     implements TemporaryFileProvider
                        

    This class is internal and not for public use. Its APIs are unstable and can change at any time.

    • Method Summary

      Modifier and Type Method Description
      File createTemporaryFile(String prefix) Creates a unique file instance using the provided prefix and the current time in millis.
      • Methods inherited from class io.opentelemetry.contrib.disk.buffering.internal.files.TemporaryFileProvider

        createTemporaryFile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleTemporaryFileProvider

        SimpleTemporaryFileProvider(File tempDir)
    • Method Detail

      • createTemporaryFile

         File createTemporaryFile(String prefix)

        Creates a unique file instance using the provided prefix and the current time in millis.