com.datastrato.gravitino.server.web.OverwriteDefaultConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of server-common Show documentation
Show all versions of server-common Show documentation
Gravitino is a high-performance, geo-distributed and federated metadata lake.
/*
* Copyright 2024 Datastrato Pvt Ltd.
* This software is licensed under the Apache License version 2.
*/
package com.datastrato.gravitino.server.web;
import java.util.Map;
/** Provide methods to overwrite the default config. */
public interface OverwriteDefaultConfig {
/**
* Returns key value pairs to overwrite the config which are not set explicitly.
*
* @return an Map of Config key and value pairs
*/
Map getOverwriteDefaultConfig();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy