Uses of Class
org.projectnessie.model.HiveTable
-
Packages that use HiveTable Package Description org.projectnessie.model -
-
Uses of HiveTable in org.projectnessie.model
Subclasses of HiveTable in org.projectnessie.model Modifier and Type Class Description classImmutableHiveTableImmutable implementation ofHiveTable.Methods in org.projectnessie.model with parameters of type HiveTable Modifier and Type Method Description static ImmutableHiveTableImmutableHiveTable. copyOf(HiveTable instance)Creates an immutable copy of aHiveTablevalue.ImmutableHiveTable.BuilderImmutableHiveTable.Builder. from(HiveTable instance)Fill a builder with attribute values from the providedorg.projectnessie.model.HiveTableinstance.
-