public interface ClusterConverter
| Modifier and Type | Method and Description |
|---|---|
@NotNull jetbrains.exodus.ByteIterable |
onRead(@NotNull jetbrains.exodus.ByteIterable raw)
Converts raw (compressed or/and encrypted) data to source data.
|
@NotNull jetbrains.exodus.ByteIterable |
onWrite(@NotNull jetbrains.exodus.ByteIterable source)
Converts source data (content of a cluster) to raw (compressed or/and encrypted) data.
|
@NotNull
@NotNull jetbrains.exodus.ByteIterable onRead(@NotNull
@NotNull jetbrains.exodus.ByteIterable raw)
raw - compressed or/and encrypted data@NotNull
@NotNull jetbrains.exodus.ByteIterable onWrite(@NotNull
@NotNull jetbrains.exodus.ByteIterable source)
source - content of a cluster