ChainedCommonCreateSlotBuilder<T>
LogicalCreateSlotBuilder
, PhysicalCreateSlotBuilder
public abstract class AbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>> extends java.lang.Object implements ChainedCommonCreateSlotBuilder<T>
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
slotName |
Constructor | Description |
---|---|
AbstractCreateSlotBuilder() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract T |
self() |
|
T |
withSlotName(java.lang.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.
|
make
protected abstract T self()
public T withSlotName(java.lang.String slotName)
ChainedCommonCreateSlotBuilder
withSlotName
in interface ChainedCommonCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>>
slotName
- not null unique replication slot name for create.Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.