public class ChangelogResult extends Object
Constructor and Description |
---|
ChangelogResult() |
Modifier and Type | Method and Description |
---|---|
ChangelogResult |
addChangelog(KeyValue record) |
List<KeyValue> |
changelogs() |
void |
reset() |
KeyValue |
result()
Latest result (result of merge function) for this key.
|
ChangelogResult |
setResult(KeyValue result) |
ChangelogResult |
setResultIfNotRetract(KeyValue result) |
public void reset()
public ChangelogResult addChangelog(KeyValue record)
public ChangelogResult setResultIfNotRetract(@Nullable KeyValue result)
public ChangelogResult setResult(@Nullable KeyValue result)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.