public class DefaultSerializationRecorder extends Object implements SerializationRecorder
| Constructor and Description |
|---|
DefaultSerializationRecorder(OutputStream recordStream) |
DefaultSerializationRecorder(Path file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected boolean |
needsRecord(Object value) |
void |
record(String cacheName,
Object key,
Object value) |
public DefaultSerializationRecorder(Path file) throws IOException
IOExceptionpublic DefaultSerializationRecorder(OutputStream recordStream)
public void record(String cacheName, Object key, Object value) throws IOException
record in interface SerializationRecorderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionprotected boolean needsRecord(Object value)
Copyright © 2002-2018 Atlassian. All Rights Reserved.