@Incubating public class SlotCreationResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
pluginName |
private String |
slotName |
private String |
snapshotName |
private Lsn |
walStartLsn |
| Constructor and Description |
|---|
SlotCreationResult(String name,
String startLsn,
String snapshotName,
String pluginName) |
| Modifier and Type | Method and Description |
|---|---|
String |
pluginName() |
String |
slotName()
return the name of the created slot.
|
String |
snapshotName() |
Lsn |
startLsn() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.