All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractParams AbstractParams.Builder<T extends AbstractParams.Builder<T>> Base base interface for all model/api classes.BaseNessieClientServerException A caught exception that is thrown on the server and caught in the client.Branch API representation of a Nessie Branch.CommitLogParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getCommitLog(String, CommitLogParams).CommitLogParamsBuilder CommitLogParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.CommitLogParams(..).CommitMeta CommitMeta.InstantDeserializer Used to deserialize an instant to ISO-8601 format.CommitMeta.InstantSerializer Used to serialize an instant to ISO-8601 format.ConfigApi Content Base class for an object stored within Nessie.Content.Type ContentApi ContentKey Key for the content of an object.DeltaLakeTable Detached API representation of a detached Nessie commit, a commit without a named reference.DiffApi DiffParams DiffParamsBuilder DiffParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.DiffParams(..).DiffResponse DiffResponse.DiffEntry EntriesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi#getEntries(String, EntriesParams).EntriesParamsBuilder EntriesParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.EntriesParams(..).EntriesResponse EntriesResponse.Entry ErrorCode Defines Nessie error codes that are more fine-grained than HTTP status codes and maps them to exception classes.ErrorCodeAware A common interfaces for Nessie exceptions that have an associatedErrorCode.FetchOption GetMultipleContentsRequest GetMultipleContentsResponse GetMultipleContentsResponse.ContentWithKey GetNamespacesResponse GetReferenceParams GetReferenceParamsBuilder GetReferenceParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.GetReferenceParams(..).HttpConfigApi HttpContentApi HttpDiffApi HttpNamespaceApi HttpRefLogApi HttpTreeApi IcebergTable Represents the state of an Iceberg table in Nessie.IcebergView ImmutableBranch Immutable implementation ofBranch.ImmutableBranch.Builder Builds instances of typeImmutableBranch.ImmutableCommitMeta Immutable implementation ofCommitMeta.ImmutableCommitMeta.Builder Builds instances of typeImmutableCommitMeta.ImmutableContentKey Immutable implementation ofContentKey.ImmutableContentKey.Builder Builds instances of typeImmutableContentKey.ImmutableContentWithKey Immutable implementation ofGetMultipleContentsResponse.ContentWithKey.ImmutableContentWithKey.Builder Builds instances of typeImmutableContentWithKey.ImmutableDelete Immutable implementation ofOperation.Delete.ImmutableDelete.Builder Builds instances of typeImmutableDelete.ImmutableDeltaLakeTable Immutable implementation ofDeltaLakeTable.ImmutableDeltaLakeTable.Builder Builds instances of typeImmutableDeltaLakeTable.ImmutableDetached Immutable implementation ofDetached.ImmutableDetached.Builder Builds instances of typeImmutableDetached.ImmutableDiffEntry Immutable implementation ofDiffResponse.DiffEntry.ImmutableDiffEntry.Builder Builds instances of typeImmutableDiffEntry.ImmutableDiffResponse Immutable implementation ofDiffResponse.ImmutableDiffResponse.Builder Builds instances of typeImmutableDiffResponse.ImmutableEntriesResponse Immutable implementation ofEntriesResponse.ImmutableEntriesResponse.Builder Builds instances of typeImmutableEntriesResponse.ImmutableEntry Immutable implementation ofEntriesResponse.Entry.ImmutableEntry.Builder Builds instances of typeImmutableEntry.ImmutableGetMultipleContentsRequest Immutable implementation ofGetMultipleContentsRequest.ImmutableGetMultipleContentsRequest.Builder Builds instances of typeImmutableGetMultipleContentsRequest.ImmutableGetMultipleContentsResponse Immutable implementation ofGetMultipleContentsResponse.ImmutableGetMultipleContentsResponse.Builder Builds instances of typeImmutableGetMultipleContentsResponse.ImmutableGetNamespacesResponse Immutable implementation ofGetNamespacesResponse.ImmutableGetNamespacesResponse.Builder Builds instances of typeImmutableGetNamespacesResponse.ImmutableIcebergTable Immutable implementation ofIcebergTable.ImmutableIcebergTable.Builder Builds instances of typeImmutableIcebergTable.ImmutableIcebergView Immutable implementation ofIcebergView.ImmutableIcebergView.Builder Builds instances of typeImmutableIcebergView.ImmutableLogEntry Immutable implementation ofLogResponse.LogEntry.ImmutableLogEntry.Builder Builds instances of typeImmutableLogEntry.ImmutableLogResponse Immutable implementation ofLogResponse.ImmutableLogResponse.Builder Builds instances of typeImmutableLogResponse.ImmutableMerge Immutable implementation ofMerge.ImmutableMerge.Builder Builds instances of typeImmutableMerge.ImmutableNamespace Immutable implementation ofNamespace.ImmutableNamespace.Builder Builds instances of typeImmutableNamespace.ImmutableNessieConfiguration Immutable implementation ofNessieConfiguration.ImmutableNessieConfiguration.Builder Builds instances of typeImmutableNessieConfiguration.ImmutableNessieError Immutable implementation ofNessieError.ImmutableNessieError.Builder Builds instances of typeImmutableNessieError.ImmutableOperations Immutable implementation ofOperations.ImmutableOperations.Builder Builds instances of typeImmutableOperations.ImmutablePut Immutable implementation ofOperation.Put.ImmutablePut.Builder Builds instances of typeImmutablePut.ImmutableReferenceMetadata Immutable implementation ofReferenceMetadata.ImmutableReferenceMetadata.Builder Builds instances of typeImmutableReferenceMetadata.ImmutableReferencesResponse Immutable implementation ofReferencesResponse.ImmutableReferencesResponse.Builder Builds instances of typeImmutableReferencesResponse.ImmutableRefLogResponse Immutable implementation ofRefLogResponse.ImmutableRefLogResponse.Builder Builds instances of typeImmutableRefLogResponse.ImmutableRefLogResponseEntry Immutable implementation ofRefLogResponse.RefLogResponseEntry.ImmutableRefLogResponseEntry.Builder Builds instances of typeImmutableRefLogResponseEntry.ImmutableTableReference Immutable implementation ofTableReference.ImmutableTableReference.Builder Builds instances of typeImmutableTableReference.ImmutableTag Immutable implementation ofTag.ImmutableTag.Builder Builds instances of typeImmutableTag.ImmutableTransplant Immutable implementation ofTransplant.ImmutableTransplant.Builder Builds instances of typeImmutableTransplant.ImmutableUnchanged Immutable implementation ofOperation.Unchanged.ImmutableUnchanged.Builder Builds instances of typeImmutableUnchanged.LogResponse LogResponse.LogEntry Merge MultipleNamespacesParams MultipleNamespacesParamsBuilder MultipleNamespacesParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.MultipleNamespacesParams(..).Namespace NamespaceApi NamespaceParams NamespaceParamsBuilder NamespaceParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.NamespaceParams(..).NessieBackendThrottledException If a backend store refuses to process a request, the condition is signalled to clients via this exception.NessieBadRequestException Represents error responses to malformed or invalid client requests.NessieConfiguration configuration object to tell a client how a server is configured.NessieConflictException Base class for all exceptions that are represented by the HTTPConflictstatus code (409).NessieContentNotFoundException This exception is thrown when the requested content object is not present in the store.NessieError Represents Nessie-specific API error details.NessieForbiddenException Represents failures related to Nessie-specific access controls.NessieNamespaceAlreadyExistsException This exception is thrown when the namespace with the same name already exists.NessieNamespaceNotEmptyException This exception is thrown when the namespace is not empty.NessieNamespaceNotFoundException This exception is thrown when a requested Namespace is not present in the store.NessieNotFoundException Base class for all exceptions that are represented by the HTTPNot Foundstatus code (404).NessieReferenceAlreadyExistsException This exception is thrown when a reference could not be created because another reference with the same name is already present in the store.NessieReferenceConflictException This exception is thrown when the expected state of a reference (e.g.NessieReferenceNotFoundException This exception is thrown when a requested reference is not present in the store.NessieRefLogNotFoundException This exception is thrown when a requested reflog is not present in the store.NessieRuntimeException Represents unchecked exceptions raised by Nessie API endpoints.Operation Operation.Delete Operation.Put Operation.Unchanged Operations PaginatedResponse Reference Reference.ReferenceType The reference type as an enum.ReferenceMetadata ReferencesParams The purpose of this class is to include optional parameters that can be passed toHttpTreeApi.getAllReferences(ReferencesParams)ReferencesParamsBuilder ReferencesParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.ReferencesParams(..).ReferencesResponse RefLogApi RefLogParams The purpose of this class is to include optional parameters that can be passed toHttpRefLogApi#getRefLog(RefLogParams).RefLogParamsBuilder RefLogParamsBuildercollects parameters and invokes the static factory method:new org.projectnessie.api.params.RefLogParams(..).RefLogResponse RefLogResponse.RefLogResponseEntry TableReference Functionality to parse a table-reference string representation containing the table name plus optional reference name, commit hash or timestamp.Tag API representation of a Nessie Tag.Transplant TreeApi Validation Collection of validation rules.