Class IcebergEndpoint.Named

java.lang.Object
io.deephaven.enterprise.iceberg.IcebergEndpoint
io.deephaven.enterprise.iceberg.IcebergEndpoint.Named
Enclosing class:
IcebergEndpoint

public static class IcebergEndpoint.Named extends IcebergEndpoint
An IcebergEndpoint that is also named. The name will not be emitted into resulting json.
  • Method Details

    • getName

      @NotNull public @NotNull String getName()
    • deploy

      public void deploy(boolean overwriteExisting)
      Deploy this endpoint to configuration, optionally overwriting an existing one.
      Parameters:
      overwriteExisting - if true, overwrite any existing endpoint.