クラス AbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>>

java.lang.Object
org.postgresql.replication.fluent.AbstractCreateSlotBuilder<T>
すべての実装されたインタフェース:
ChainedCommonCreateSlotBuilder<T>
直系の既知のサブクラス:
LogicalCreateSlotBuilder, PhysicalCreateSlotBuilder

public abstract class AbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>> extends Object implements ChainedCommonCreateSlotBuilder<T>
  • フィールドの概要

    フィールド
    修飾子とタイプ
    フィールド
    説明
    protected BaseConnection
     
    protected @Nullable String
     
    protected boolean
     
  • コンストラクタの概要

    コンストラクタ
    修飾子
    コンストラクタ
    説明
    protected
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    protected abstract 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.
    Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder

    make