Class SlotCreationResult


  • @Incubating
    public class SlotCreationResult
    extends Object
    A simple data container representing the creation of a newly created replication slot.
    • Field Detail

      • slotName

        private final String slotName
      • walStartLsn

        private final Lsn walStartLsn
      • snapshotName

        private final String snapshotName
      • pluginName

        private final String pluginName
    • Constructor Detail

      • SlotCreationResult

        public SlotCreationResult​(String name,
                                  String startLsn,
                                  String snapshotName,
                                  String pluginName)
    • Method Detail

      • slotName

        public String slotName()
        return the name of the created slot.
      • startLsn

        public Lsn startLsn()
      • snapshotName

        public String snapshotName()
      • pluginName

        public String pluginName()