Uses of Class
org.projectnessie.model.HiveDatabase
-
Packages that use HiveDatabase Package Description org.projectnessie.model -
-
Uses of HiveDatabase in org.projectnessie.model
Subclasses of HiveDatabase in org.projectnessie.model Modifier and Type Class Description classImmutableHiveDatabaseImmutable implementation ofHiveDatabase.Methods in org.projectnessie.model with parameters of type HiveDatabase Modifier and Type Method Description static ImmutableHiveDatabaseImmutableHiveDatabase. copyOf(HiveDatabase instance)Creates an immutable copy of aHiveDatabasevalue.ImmutableHiveDatabase.BuilderImmutableHiveDatabase.Builder. from(HiveDatabase instance)Fill a builder with attribute values from the providedorg.projectnessie.model.HiveDatabaseinstance.
-