ChainedCommonCreateSlotBuilder<T>LogicalCreateSlotBuilder, PhysicalCreateSlotBuilderpublic 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.
|
makeprotected abstract T self()
public T withSlotName(java.lang.String slotName)
ChainedCommonCreateSlotBuilderwithSlotName 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.