Uses of Class
org.projectnessie.model.ImmutableHiveTable
-
Packages that use ImmutableHiveTable Package Description org.projectnessie.model -
-
Uses of ImmutableHiveTable in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableHiveTable Modifier and Type Method Description ImmutableHiveTableImmutableHiveTable.Builder. build()Builds a newImmutableHiveTable.static ImmutableHiveTableImmutableHiveTable. copyOf(HiveTable instance)Creates an immutable copy of aHiveTablevalue.ImmutableHiveTableImmutableHiveTable. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableHiveTableImmutableHiveTable. withPartitions(byte[]... elements)Copy the current immutable object with elements that replace the content ofpartitions.ImmutableHiveTableImmutableHiveTable. withPartitions(Iterable<? extends byte[]> elements)Copy the current immutable object with elements that replace the content ofpartitions.ImmutableHiveTableImmutableHiveTable. withTableDefinition(@javax.validation.constraints.Size(min=1) byte... elements)Copy the current immutable object with elements that replace the content oftableDefinition.
-