Interface LogicalReplicationOptions
- All Superinterfaces:
CommonOptions
- All Known Implementing Classes:
LogicalStreamBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired parameter for logical replication.Parameters for output plugin.Methods inherited from interface CommonOptions
getAutomaticFlush, getStartLSNPosition, getStatusInterval
-
Method Details
-
getSlotName
String getSlotName()Required parameter for logical replication.- Specified by:
getSlotNamein interfaceCommonOptions- Returns:
- not null logical replication slot name that already exists on server and free.
-
getSlotOptions
Properties getSlotOptions()Parameters for output plugin. Parameters will be set to output plugin that register for specified replication slot name.- Returns:
- list options that will be pass to output_plugin for that was create replication slot
-