Package io.deephaven.enterprise.iceberg
Class IcebergEndpoint.Named
java.lang.Object
io.deephaven.enterprise.iceberg.IcebergEndpoint
io.deephaven.enterprise.iceberg.IcebergEndpoint.Named
- Enclosing class:
- IcebergEndpoint
An
IcebergEndpoint
that is also named. The name will not be emitted into resulting json
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.enterprise.iceberg.IcebergEndpoint
IcebergEndpoint.Builder, IcebergEndpoint.Named
-
Method Summary
Methods inherited from class io.deephaven.enterprise.iceberg.IcebergEndpoint
fromJson, getConfiguration, getDataInstructions, toJson, withName
-
Method Details
-
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.
-