org.postgresql.replication.fluent
public abstract class AbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>> extends Object implements ChainedCommonCreateSlotBuilder<T>
Constructor and Description |
---|
AbstractCreateSlotBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
self() |
T |
withSlotName(String slotName)
Replication slots provide an automated way to ensure that the master does not remove WAL
segments until they have been received by all standbys, and that the master does not remove
rows which could cause a recovery conflict even when the standby is disconnected.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
make
protected String slotName
protected abstract T self()
public T withSlotName(String slotName)
ChainedCommonCreateSlotBuilder
withSlotName
in interface ChainedCommonCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>>
slotName
- not null unique replication slot name for create.Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.