Class Tracing.StopChunkOptions

  • Enclosing interface:
    Tracing

    public static class Tracing.StopChunkOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.nio.file.Path path
      Export trace collected since the last Tracing.startChunk() call into the file with the given path.
    • Field Detail

      • path

        public java.nio.file.Path path
        Export trace collected since the last Tracing.startChunk() call into the file with the given path.
    • Constructor Detail

      • StopChunkOptions

        public StopChunkOptions()