Class CheckpointControl.RepairOptions.Builder

java.lang.Object
io.deephaven.configuration.CheckpointControl.RepairOptions.Builder
Enclosing class:
CheckpointControl.RepairOptions

public abstract static class CheckpointControl.RepairOptions.Builder extends Object
Builder for CheckpointControl.RepairOptions. The Immutables-generated ImmutableRepairOptions.Builder extends this class and supplies concrete implementations of the abstract setters; the convenience overloads here delegate to them so callers don't have to materialize a CheckpointControl.TableKey or NamespaceSet themselves.

The underlying builder is strict: each non-collection setter may be called at most once per builder instance.

  • Constructor Details

    • Builder

      public Builder()
  • Method Details