public static class ILogData.SerializationHandle extends Object implements AutoCloseable
Constructor and Description |
---|
SerializationHandle(ILogData data)
Create a new serialized handle with a reference
to the log data.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
ILogData |
getSerialized()
Explicitly request the serialized form of this log data
which only exists for the lifetime of this handle.
|
public SerializationHandle(ILogData data)
data
- The log data to manage.public ILogData getSerialized()
public void close()
close
in interface AutoCloseable
Copyright © 2019 CorfuDB. All rights reserved.