public final class Writer
extends java.lang.Object
implements java.lang.AutoCloseable
| Constructor and Description |
|---|
Writer(java.nio.file.Path outputPath,
SourceCodeProvider sourceCodeProvider,
TimeSource timeSource,
long recordedTimestamp,
int keySnapshotPacing,
boolean append) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
takeSnapshot() |
void |
takeSnapshotWithTag(java.lang.String tag) |
public Writer(java.nio.file.Path outputPath,
SourceCodeProvider sourceCodeProvider,
TimeSource timeSource,
long recordedTimestamp,
int keySnapshotPacing,
boolean append)
throws java.io.IOException,
SnapshotRecorderException
java.io.IOExceptionSnapshotRecorderException