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 SummaryNested classes/interfaces inherited from class io.deephaven.enterprise.iceberg.IcebergEndpointIcebergEndpoint.Builder, IcebergEndpoint.Named
- 
Method SummaryMethods inherited from class io.deephaven.enterprise.iceberg.IcebergEndpointfromJson, getConfiguration, getDataInstructions, toJson, withName
- 
Method Details- 
getName
- 
deploypublic void deploy(boolean overwriteExisting) Deploy this endpoint to configuration, optionally overwriting an existing one.- Parameters:
- overwriteExisting- if true, overwrite any existing endpoint.
 
 
-