Uses of Class
org.projectnessie.model.Contents
-
Packages that use Contents Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of Contents in org.projectnessie.api
Methods in org.projectnessie.api that return Contents Modifier and Type Method Description ContentsContentsApi. getContents(@Valid ContentsKey key, @Valid @Pattern(regexp="^[A-Za-z](((?![.][.])[A-Za-z0-9./_-])*[A-Za-z0-9._-])?$",message="Reference name must start with a letter, followed by letters, digits, a ./_- character, not end with a slash, not contain ..") String ref, @Valid @Pattern(regexp="^[0-9a-fA-F]{16,64}$",message="Hash must consist of the hex representation of 8-32 bytes") String hashOnRef) -
Uses of Contents in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return Contents Modifier and Type Method Description ContentsHttpContentsApi. getContents(ContentsKey key, String ref, String hashOnRef) -
Uses of Contents in org.projectnessie.model
Subclasses of Contents in org.projectnessie.model Modifier and Type Class Description classDeltaLakeTableclassIcebergTableRepresents the state of an Iceberg table in Nessie.classImmutableDeltaLakeTableImmutable implementation ofDeltaLakeTable.classImmutableIcebergTableImmutable implementation ofIcebergTable.classImmutableSqlViewImmutable implementation ofSqlView.classSqlViewMethods in org.projectnessie.model that return Contents Modifier and Type Method Description ContentsImmutableContentsWithKey. getContents()ContentsImmutablePut. getContents()@NotNull ContentsMultiGetContentsResponse.ContentsWithKey. getContents()@NotNull ContentsOperation.Put. getContents()ContentsImmutablePut. getExpectedContents()ContentsOperation.Put. getExpectedContents()Methods in org.projectnessie.model with parameters of type Contents Modifier and Type Method Description ImmutableContentsWithKey.BuilderImmutableContentsWithKey.Builder. contents(Contents contents)Initializes the value for thecontentsattribute.ImmutablePut.BuilderImmutablePut.Builder. contents(Contents contents)Initializes the value for thecontentsattribute.ImmutablePut.BuilderImmutablePut.Builder. expectedContents(Contents expectedContents)Initializes the value for theexpectedContentsattribute.ImmutableDeltaLakeTable.BuilderImmutableDeltaLakeTable.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.ImmutableIcebergTable.BuilderImmutableIcebergTable.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.ImmutableSqlView.BuilderImmutableSqlView.Builder. from(Contents instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentsinstance.static MultiGetContentsResponse.ContentsWithKeyMultiGetContentsResponse.ContentsWithKey. of(ContentsKey key, Contents contents)static Operation.PutOperation.Put. of(ContentsKey key, Contents contents)static Operation.PutOperation.Put. of(ContentsKey key, Contents contents, Contents expectedContents)ImmutableContentsWithKeyImmutableContentsWithKey. withContents(Contents value)Copy the current immutable object by setting a value for thecontentsattribute.ImmutablePutImmutablePut. withContents(Contents value)Copy the current immutable object by setting a value for thecontentsattribute.ImmutablePutImmutablePut. withExpectedContents(Contents value)Copy the current immutable object by setting a value for theexpectedContentsattribute.
-