Uses of Class
com.dremio.nessie.server.config.converters.BackendType
-
Packages that use BackendType Package Description com.dremio.nessie.server.config com.dremio.nessie.server.config.converters -
-
Uses of BackendType in com.dremio.nessie.server.config
Methods in com.dremio.nessie.server.config that return BackendType Modifier and Type Method Description BackendTypeApplicationConfig.BackendsConfig. getBackendType() -
Uses of BackendType in com.dremio.nessie.server.config.converters
Methods in com.dremio.nessie.server.config.converters that return BackendType Modifier and Type Method Description static BackendTypeBackendType. valueOf(String name)Returns the enum constant of this type with the specified name.static BackendType[]BackendType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-