public class WalContent extends Object
The object could represent a whole file on the disk (WAL file)
or just a part of biger file (compressed file) with specific
offset and length values within that file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WalContent.WalContentConsumer
An operation that accepts the
length and channel and returns no result. |
| Constructor and Description |
|---|
WalContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
open(WalContent.WalContentConsumer consumer)
The method for safe opening the resource (WAL-file or part of compressed file) and
invoking the user specific action within it.
|
public void open(WalContent.WalContentConsumer consumer)
consumer - the action what to do in the open WAL content.Copyright © 2019 Infobip Ltd.. All rights reserved.