Uses of Class
org.projectnessie.model.Content
-
Packages that use Content Package Description org.projectnessie.api org.projectnessie.api.http org.projectnessie.model -
-
Uses of Content in org.projectnessie.api
Methods in org.projectnessie.api that return Content Modifier and Type Method Description ContentContentApi. getContent(@Valid ContentKey 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, one of the ./_- characters, not end with a slash or dot, not contain \'..\'") String ref, @Valid @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") String hashOnRef) -
Uses of Content in org.projectnessie.api.http
Methods in org.projectnessie.api.http that return Content Modifier and Type Method Description ContentHttpContentApi. getContent(ContentKey key, String ref, String hashOnRef) -
Uses of Content in org.projectnessie.model
Subclasses of Content in org.projectnessie.model Modifier and Type Class Description classDeltaLakeTableclassIcebergTableRepresents the state of an Iceberg table in Nessie.classIcebergViewclassImmutableDeltaLakeTableImmutable implementation ofDeltaLakeTable.classImmutableIcebergTableImmutable implementation ofIcebergTable.classImmutableIcebergViewImmutable implementation ofIcebergView.classImmutableNamespaceImmutable implementation ofNamespace.classNamespaceMethods in org.projectnessie.model that return Content Modifier and Type Method Description @NotNull ContentGetMultipleContentsResponse.ContentWithKey. getContent()ContentImmutableContentWithKey. getContent()ContentImmutablePut. getContent()@NotNull ContentOperation.Put. getContent()ContentImmutablePut. getExpectedContent()ContentOperation.Put. getExpectedContent()ContentDiffResponse.DiffEntry. getFrom()ContentImmutableDiffEntry. getFrom()ContentDiffResponse.DiffEntry. getTo()ContentImmutableDiffEntry. getTo()Methods in org.projectnessie.model with parameters of type Content Modifier and Type Method Description ImmutableContentWithKey.BuilderImmutableContentWithKey.Builder. content(Content content)Initializes the value for thecontentattribute.ImmutablePut.BuilderImmutablePut.Builder. content(Content content)Initializes the value for thecontentattribute.ImmutablePut.BuilderImmutablePut.Builder. expectedContent(Content expectedContent)Initializes the value for theexpectedContentattribute.ImmutableDeltaLakeTable.BuilderImmutableDeltaLakeTable.Builder. from(Content instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentinstance.ImmutableDiffEntry.BuilderImmutableDiffEntry.Builder. from(Content from)Initializes the value for thefromattribute.ImmutableIcebergTable.BuilderImmutableIcebergTable.Builder. from(Content instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentinstance.ImmutableIcebergView.BuilderImmutableIcebergView.Builder. from(Content instance)Fill a builder with attribute values from the providedorg.projectnessie.model.Contentinstance.static GetMultipleContentsResponse.ContentWithKeyGetMultipleContentsResponse.ContentWithKey. of(ContentKey key, Content content)static Operation.PutOperation.Put. of(ContentKey key, Content content)static Operation.PutOperation.Put. of(ContentKey key, Content content, Content expectedContent)ImmutableDiffEntry.BuilderImmutableDiffEntry.Builder. to(Content to)Initializes the value for thetoattribute.ImmutableContentWithKeyImmutableContentWithKey. withContent(Content value)Copy the current immutable object by setting a value for thecontentattribute.ImmutablePutImmutablePut. withContent(Content value)Copy the current immutable object by setting a value for thecontentattribute.ImmutablePutImmutablePut. withExpectedContent(Content value)Copy the current immutable object by setting a value for theexpectedContentattribute.ImmutableDiffEntryImmutableDiffEntry. withFrom(Content value)Copy the current immutable object by setting a value for thefromattribute.ImmutableDiffEntryImmutableDiffEntry. withTo(Content value)Copy the current immutable object by setting a value for thetoattribute.
-