A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages

A

AbstractParams<IMPL extends AbstractParams<IMPL>> - Class in org.projectnessie.api.v1.params
 
AbstractParams() - Constructor for class org.projectnessie.api.v1.params.AbstractParams
 
AbstractParams(Integer, String) - Constructor for class org.projectnessie.api.v1.params.AbstractParams
 
AbstractParams.Builder<T extends AbstractParams.Builder<T>> - Class in org.projectnessie.api.v1.params
 
all() - Static method in class org.projectnessie.model.types.ContentTypes
Retrieve an array of all registered content types.
ALL - org.projectnessie.api.params.FetchOption
 
asException(NessieError) - Static method in enum org.projectnessie.error.ErrorCode
 
ASSIGN_REFERENCE - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
assignReference(Reference.ReferenceType, String, String, Reference) - Method in interface org.projectnessie.api.v1.TreeApi
Update a reference's HEAD to point to a different commit.
assignReference(Reference.ReferenceType, String, String, Reference) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 

B

BAD_REQUEST - org.projectnessie.error.ErrorCode
 
Base - Interface in org.projectnessie.model
base interface for all model/api classes.
BaseMergeTransplant - Interface in org.projectnessie.api.v1.params
 
BaseNessieClientServerException - Exception in org.projectnessie.error
A caught exception that is thrown on the server and caught in the client.
BaseNessieClientServerException(String) - Constructor for exception org.projectnessie.error.BaseNessieClientServerException
Server-side constructor.
BaseNessieClientServerException(String, Throwable) - Constructor for exception org.projectnessie.error.BaseNessieClientServerException
Server-side constructor.
BaseNessieClientServerException(NessieError) - Constructor for exception org.projectnessie.error.BaseNessieClientServerException
Client-side constructor.
Branch - Interface in org.projectnessie.model
API representation of a Nessie Branch.
BRANCH - org.projectnessie.model.Reference.ReferenceType
 
BRANCH - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
builder() - Static method in class org.projectnessie.api.v1.params.CommitLogParams
 
builder() - Static method in class org.projectnessie.api.v1.params.DiffParams
 
builder() - Static method in class org.projectnessie.api.v1.params.EntriesParams
 
builder() - Static method in class org.projectnessie.api.v1.params.GetReferenceParams
 
builder() - Static method in class org.projectnessie.api.v1.params.MultipleNamespacesParams
 
builder() - Static method in class org.projectnessie.api.v1.params.NamespaceParams
 
builder() - Static method in class org.projectnessie.api.v1.params.ReferencesParams
 
builder() - Static method in class org.projectnessie.api.v1.params.RefLogParams
 
builder() - Static method in interface org.projectnessie.model.Branch
 
builder() - Static method in class org.projectnessie.model.CommitMeta
 
builder() - Static method in interface org.projectnessie.model.Detached
 
builder() - Static method in interface org.projectnessie.model.EntriesResponse
 
builder() - Static method in interface org.projectnessie.model.EntriesResponse.Entry
 
builder() - Static method in interface org.projectnessie.model.GetMultipleContentsRequest
 
builder() - Static method in class org.projectnessie.model.IcebergTable
 
builder() - Static method in class org.projectnessie.model.IcebergView
 
builder() - Static method in interface org.projectnessie.model.LogResponse
 
builder() - Static method in interface org.projectnessie.model.LogResponse.LogEntry
 
builder() - Static method in interface org.projectnessie.model.MergeKeyBehavior
 
builder() - Static method in interface org.projectnessie.model.ReferencesResponse
 
builder() - Static method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
builder() - Static method in interface org.projectnessie.model.Tag
 
Builder() - Constructor for class org.projectnessie.api.v1.params.AbstractParams.Builder
 

C

checkHash() - Method in interface org.projectnessie.api.v1.params.Merge
Validation rule using Validation.validateHash(String) (String)}.
checkHash() - Method in interface org.projectnessie.model.Detached
checkHash() - Method in interface org.projectnessie.model.Reference
Validation rule using Validation.validateHash(String).
checkHashes() - Method in interface org.projectnessie.api.v1.params.Transplant
Validation rule using Validation.validateHash(String) (String)}.
checkName() - Method in interface org.projectnessie.model.Branch
checkName() - Method in interface org.projectnessie.model.Tag
COMMIT - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
CommitLogParams - Class in org.projectnessie.api.v1.params
The purpose of this class is to include optional parameters that can be passed to HttpTreeApi#getCommitLog(String, CommitLogParams).
CommitLogParams() - Constructor for class org.projectnessie.api.v1.params.CommitLogParams
 
CommitMeta - Class in org.projectnessie.model
 
CommitMeta() - Constructor for class org.projectnessie.model.CommitMeta
 
CommitMeta.InstantDeserializer - Class in org.projectnessie.model
Used to deserialize an instant to ISO-8601 format.
CommitMeta.InstantSerializer - Class in org.projectnessie.model
Used to serialize an instant to ISO-8601 format.
commitMultipleOperations(String, String, Operations) - Method in interface org.projectnessie.api.v1.TreeApi
Commit multiple operations against the given branch expecting that branch to have the given hash as its latest commit.
commitMultipleOperations(String, String, Operations) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
ConfigApi - Interface in org.projectnessie.api.v1
 
Content - Class in org.projectnessie.model
Base class for an object stored within Nessie.
Content() - Constructor for class org.projectnessie.model.Content
 
CONTENT_NOT_FOUND - org.projectnessie.error.ErrorCode
 
Content.Type - Interface in org.projectnessie.model
 
ContentApi - Interface in org.projectnessie.api.v1
 
ContentKey - Class in org.projectnessie.model
Key for the content of an object.
ContentKey() - Constructor for class org.projectnessie.model.ContentKey
 
ContentTypeBundle - Interface in org.projectnessie.model.types
Used to provide custom Content implementations via the Java service loader mechanism.
ContentTypeIdResolver - Class in org.projectnessie.model.types
Dynamic Content object (de)serialization for Jackson.
ContentTypeIdResolver() - Constructor for class org.projectnessie.model.types.ContentTypeIdResolver
 
ContentTypes - Class in org.projectnessie.model.types
Provides the registry for all content types.
ContentTypes() - Constructor for class org.projectnessie.model.types.ContentTypes
 
ContentTypes.Registrar - Interface in org.projectnessie.model.types
An implementation of this interface is passed to ContentTypeBundles.
CREATE_REFERENCE - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
createNamespace(NamespaceParams, Namespace) - Method in interface org.projectnessie.api.v1.http.HttpNamespaceApi
 
createNamespace(NamespaceParams, Namespace) - Method in interface org.projectnessie.api.v1.NamespaceApi
Creates a new namespace with Namespace properties.
createReference(String, Reference) - Method in interface org.projectnessie.api.v1.TreeApi
Create a new reference.
createReference(String, Reference) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 

D

DELETE_REFERENCE - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
deleteNamespace(NamespaceParams) - Method in interface org.projectnessie.api.v1.http.HttpNamespaceApi
 
deleteNamespace(NamespaceParams) - Method in interface org.projectnessie.api.v1.NamespaceApi
Deletes the namespace if it doesn't contain any tables.
deleteReference(Reference.ReferenceType, String, String) - Method in interface org.projectnessie.api.v1.TreeApi
Delete a named reference.
deleteReference(Reference.ReferenceType, String, String) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
DELTA_LAKE_TABLE - Static variable in interface org.projectnessie.model.Content.Type
 
DeltaLakeTable - Class in org.projectnessie.model
 
DeltaLakeTable() - Constructor for class org.projectnessie.model.DeltaLakeTable
 
deserialize(JsonParser, DeserializationContext) - Method in class org.projectnessie.model.CommitMeta.InstantDeserializer
 
Detached - Interface in org.projectnessie.model
API representation of a detached Nessie commit, a commit without a named reference.
DiffApi - Interface in org.projectnessie.api.v1
 
DiffParams - Class in org.projectnessie.api.v1.params
 
DiffParams() - Constructor for class org.projectnessie.api.v1.params.DiffParams
 
DiffResponse - Interface in org.projectnessie.model
 
DiffResponse.DiffEntry - Interface in org.projectnessie.model
 
DROP - org.projectnessie.model.MergeBehavior
Keys with this merge mode will not be merged.

E

empty() - Static method in class org.projectnessie.api.v1.params.CommitLogParams
 
empty() - Static method in class org.projectnessie.api.v1.params.EntriesParams
 
empty() - Static method in class org.projectnessie.api.v1.params.ReferencesParams
 
empty() - Static method in class org.projectnessie.api.v1.params.RefLogParams
 
EMPTY - Static variable in class org.projectnessie.model.Namespace
 
endHash() - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
endHash() - Method in class org.projectnessie.api.v1.params.RefLogParams
 
EntriesParams - Class in org.projectnessie.api.v1.params
The purpose of this class is to include optional parameters that can be passed to HttpTreeApi#getEntries(String, EntriesParams).
EntriesParams() - Constructor for class org.projectnessie.api.v1.params.EntriesParams
 
EntriesResponse - Interface in org.projectnessie.model
 
EntriesResponse.Entry - Interface in org.projectnessie.model
 
equals(Object) - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
equals(Object) - Method in class org.projectnessie.api.v1.params.DiffParams
 
equals(Object) - Method in class org.projectnessie.api.v1.params.EntriesParams
 
equals(Object) - Method in class org.projectnessie.api.v1.params.GetReferenceParams
 
equals(Object) - Method in class org.projectnessie.api.v1.params.MultipleNamespacesParams
 
equals(Object) - Method in class org.projectnessie.api.v1.params.NamespaceParams
 
equals(Object) - Method in class org.projectnessie.api.v1.params.ReferencesParams
 
equals(Object) - Method in class org.projectnessie.api.v1.params.RefLogParams
 
ErrorCode - Enum in org.projectnessie.error
Defines Nessie error codes that are more fine-grained than HTTP status codes and maps them to exception classes.
ErrorCodeAware - Interface in org.projectnessie.error
A common interfaces for Nessie exceptions that have an associated ErrorCode.

F

fetchOption() - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
fetchOption() - Method in class org.projectnessie.api.v1.params.GetReferenceParams
 
fetchOption() - Method in class org.projectnessie.api.v1.params.ReferencesParams
 
FetchOption - Enum in org.projectnessie.api.params
 
filter() - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
filter() - Method in class org.projectnessie.api.v1.params.EntriesParams
 
filter() - Method in class org.projectnessie.api.v1.params.ReferencesParams
 
filter() - Method in class org.projectnessie.api.v1.params.RefLogParams
 
FORBIDDEN - org.projectnessie.error.ErrorCode
 
FORBIDDEN_REF_NAME_MESSAGE - Static variable in class org.projectnessie.model.Validation
 
FORBIDDEN_REF_NAMES - Static variable in class org.projectnessie.model.Validation
 
FORCE - org.projectnessie.model.MergeBehavior
Keys with this merge mode will be merged unconditionally, no conflict detection.
forName(String) - Static method in class org.projectnessie.model.types.ContentTypes
 
forNextPage(String) - Method in class org.projectnessie.api.v1.params.AbstractParams
 
forNextPage(String) - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
forNextPage(String) - Method in class org.projectnessie.api.v1.params.EntriesParams
 
forNextPage(String) - Method in class org.projectnessie.api.v1.params.ReferencesParams
 
forNextPage(String) - Method in class org.projectnessie.api.v1.params.RefLogParams
 
fromMessage(String) - Static method in class org.projectnessie.model.CommitMeta
 
fromPathString(String) - Static method in class org.projectnessie.model.ContentKey
Convert from path encoded string to normal string.
fromPathString(String) - Static method in class org.projectnessie.model.Namespace
Convert from path encoded string to normal string.

G

GenericMetadata - Interface in org.projectnessie.model
 
getAdditionalParents() - Method in interface org.projectnessie.model.LogResponse.LogEntry
Currently always empty or null, reserved for future use.
getAllReferences(ReferencesParams) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
getAllReferences(ReferencesParams) - Method in interface org.projectnessie.api.v1.TreeApi
Get all references.
getAuthor() - Method in class org.projectnessie.model.CommitMeta
The author of a commit.
getAuthorTime() - Method in class org.projectnessie.model.CommitMeta
Original commit time in UTC.
getCheckpointLocationHistory() - Method in class org.projectnessie.model.DeltaLakeTable
 
getClientProcessingException() - Method in interface org.projectnessie.error.NessieError
Client-side Exception related to the processing of the error response.
getCommitHash() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Output commit hash of the operation.
getCommitLog(String, CommitLogParams) - Method in interface org.projectnessie.api.v1.TreeApi
Retrieve the commit log for a ref, potentially truncated by the backend.
getCommitLog(String, CommitLogParams) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
getCommitMeta() - Method in interface org.projectnessie.model.LogResponse.LogEntry
 
getCommitMeta() - Method in interface org.projectnessie.model.Operations
 
getCommitMetaOfHEAD() - Method in interface org.projectnessie.model.ReferenceMetadata
 
getCommitter() - Method in class org.projectnessie.model.CommitMeta
The entity performing this commit/transaction.
getCommitTime() - Method in class org.projectnessie.model.CommitMeta
Commit time in UTC.
getCommonAncestor() - Method in interface org.projectnessie.model.MergeResponse
Commit-ID of the identified common ancestor, only returned for a merge operation.
getCommonAncestorHash() - Method in interface org.projectnessie.model.ReferenceMetadata
 
getConfig() - Method in interface org.projectnessie.api.v1.ConfigApi
Get the server configuration.
getConfig() - Method in interface org.projectnessie.api.v1.http.HttpConfigApi
 
getConflictType() - Method in interface org.projectnessie.model.MergeResponse.ContentKeyDetails
 
getContent() - Method in interface org.projectnessie.model.GetMultipleContentsResponse.ContentWithKey
 
getContent() - Method in interface org.projectnessie.model.Operation.Put
 
getContent(ContentKey, String, String) - Method in interface org.projectnessie.api.v1.ContentApi
This operation returns the Content for a ContentKey in a named-reference (a Branch or Tag).
getContent(ContentKey, String, String) - Method in interface org.projectnessie.api.v1.http.HttpContentApi
 
getContents() - Method in interface org.projectnessie.model.GetMultipleContentsResponse
 
getDefaultBranch() - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
getDefaultBranch() - Method in interface org.projectnessie.api.v1.TreeApi
Get details for the default reference.
getDefaultBranch() - Method in class org.projectnessie.model.NessieConfiguration
The name of the default branch that the server will use unless an explicit branch was specified as an API call parameter.
getDefaultKeyMergeMode() - Method in interface org.projectnessie.api.v1.params.BaseMergeTransplant
 
getDetails() - Method in interface org.projectnessie.model.MergeResponse
Details of all keys encountered during the merge or transplant operation.
getDialect() - Method in class org.projectnessie.model.IcebergView
 
getDiff(DiffParams) - Method in interface org.projectnessie.api.v1.DiffApi
Returns a list of diff values that show the difference between two given references.
getDiff(DiffParams) - Method in interface org.projectnessie.api.v1.http.HttpDiffApi
 
getDiffs() - Method in interface org.projectnessie.model.DiffResponse
 
getEffectiveTargetHash() - Method in interface org.projectnessie.model.MergeResponse
Head commit-ID of the target branch identified by the merge or transplant operation.
getElements() - Method in class org.projectnessie.model.ContentKey
 
getElements() - Method in class org.projectnessie.model.Namespace
 
getEntries() - Method in interface org.projectnessie.model.EntriesResponse
 
getEntries(String, EntriesParams) - Method in interface org.projectnessie.api.v1.TreeApi
Retrieve objects for a ref, potentially truncated by the backend.
getEntries(String, EntriesParams) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
getError() - Method in exception org.projectnessie.error.NessieRuntimeException
 
getErrorCode() - Method in exception org.projectnessie.error.BaseNessieClientServerException
 
getErrorCode() - Method in interface org.projectnessie.error.ErrorCodeAware
 
getErrorCode() - Method in exception org.projectnessie.error.NessieContentNotFoundException
 
getErrorCode() - Method in interface org.projectnessie.error.NessieError
Nessie-specific error code.
getErrorCode() - Method in exception org.projectnessie.error.NessieNamespaceAlreadyExistsException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieNamespaceNotEmptyException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieNamespaceNotFoundException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieReferenceAlreadyExistsException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieReferenceConflictException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieReferenceNotFoundException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieRefLogNotFoundException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieRuntimeException
 
getErrorCode() - Method in exception org.projectnessie.error.NessieUnsupportedMediaTypeException
 
getExpectedContent() - Method in interface org.projectnessie.model.Operation.Put
 
getExpectedHash() - Method in interface org.projectnessie.model.MergeResponse
The expected commit-ID of the target branch, as specified by the caller.
getFetchOptionName(FetchOption) - Static method in enum org.projectnessie.api.params.FetchOption
Will return the name from the given fetchOption or FetchOption.MINIMAL if the given fetchOption is null.
getFrom() - Method in interface org.projectnessie.model.DiffResponse.DiffEntry
 
getFromHash() - Method in interface org.projectnessie.api.v1.params.Merge
 
getFromHashOnRef() - Method in class org.projectnessie.api.v1.params.DiffParams
 
getFromRef() - Method in class org.projectnessie.api.v1.params.DiffParams
 
getFromRefName() - Method in interface org.projectnessie.api.v1.params.BaseMergeTransplant
 
getFullMessage() - Method in interface org.projectnessie.error.NessieError
The full error message, including HTTP status, reason, server- and client-side exception stack traces.
getHash() - Method in interface org.projectnessie.model.Branch
 
getHash() - Method in class org.projectnessie.model.CommitMeta
Hash of this commit.
getHash() - Method in interface org.projectnessie.model.Detached
 
getHash() - Method in interface org.projectnessie.model.Reference
backend system id.
getHash() - Method in class org.projectnessie.model.TableReference
 
getHash() - Method in interface org.projectnessie.model.Tag
 
getHashesToTransplant() - Method in interface org.projectnessie.api.v1.params.Transplant
 
getHashOnRef() - Method in class org.projectnessie.api.v1.params.MultipleNamespacesParams
 
getHashOnRef() - Method in class org.projectnessie.api.v1.params.NamespaceParams
 
getId() - Method in class org.projectnessie.model.Content
Unique id for this object.
getKey() - Method in interface org.projectnessie.model.DiffResponse.DiffEntry
 
getKey() - Method in interface org.projectnessie.model.GetMultipleContentsResponse.ContentWithKey
 
getKey() - Method in interface org.projectnessie.model.MergeKeyBehavior
 
getKey() - Method in interface org.projectnessie.model.MergeResponse.ContentKeyDetails
 
getKey() - Method in interface org.projectnessie.model.Operation
 
getKeyMergeModes() - Method in interface org.projectnessie.api.v1.params.BaseMergeTransplant
 
getLastCheckpoint() - Method in class org.projectnessie.model.DeltaLakeTable
 
getLogEntries() - Method in interface org.projectnessie.model.LogResponse
 
getLogEntries() - Method in interface org.projectnessie.model.RefLogResponse
 
getMaxSupportedApiVersion() - Method in class org.projectnessie.model.NessieConfiguration
The maximum API version supported by the server.
getMechanism() - Method in class org.projectnessie.model.types.ContentTypeIdResolver
 
getMergeBehavior() - Method in interface org.projectnessie.model.MergeKeyBehavior
 
getMergeBehavior() - Method in interface org.projectnessie.model.MergeResponse.ContentKeyDetails
 
getMessage() - Method in interface org.projectnessie.error.NessieError
Nessie-specific Error message.
getMessage() - Method in class org.projectnessie.model.CommitMeta
Message describing this commit.
getMetadata() - Method in interface org.projectnessie.model.GenericMetadata
 
getMetadata() - Method in class org.projectnessie.model.IcebergTable
Deprecated.
getMetadata() - Method in class org.projectnessie.model.IcebergView
Deprecated.
getMetadata() - Method in interface org.projectnessie.model.Reference
Returns a ReferenceMetadata instance that contains additional metadata about this reference.
getMetadataLocation() - Method in class org.projectnessie.model.IcebergTable
Location where Iceberg stored its TableMetadata file.
getMetadataLocation() - Method in class org.projectnessie.model.IcebergView
Location where Iceberg stored its ViewMetadata file.
getMetadataLocationHistory() - Method in class org.projectnessie.model.DeltaLakeTable
 
getMultipleContents(String, String, GetMultipleContentsRequest) - Method in interface org.projectnessie.api.v1.ContentApi
Similar to ContentApi.getContent(ContentKey, String, String), but takes multiple ContentKeys and returns the Content for the one or more ContentKeys in a named-reference (a Branch or Tag).
getMultipleContents(String, String, GetMultipleContentsRequest) - Method in interface org.projectnessie.api.v1.http.HttpContentApi
 
GetMultipleContentsRequest - Interface in org.projectnessie.model
 
GetMultipleContentsResponse - Interface in org.projectnessie.model
 
GetMultipleContentsResponse.ContentWithKey - Interface in org.projectnessie.model
 
getName() - Method in class org.projectnessie.model.ContentKey
 
getName() - Method in interface org.projectnessie.model.Detached
 
getName() - Method in interface org.projectnessie.model.EntriesResponse.Entry
 
getName() - Method in interface org.projectnessie.model.Reference
Human-readable reference name.
getName() - Method in class org.projectnessie.model.TableReference
 
getNamespace() - Method in class org.projectnessie.api.v1.params.MultipleNamespacesParams
 
getNamespace() - Method in class org.projectnessie.api.v1.params.NamespaceParams
 
getNamespace() - Method in class org.projectnessie.model.ContentKey
Returns the namespace that is always consisting of the first N-1 elements from ContentKey.getElements().
getNamespace(NamespaceParams) - Method in interface org.projectnessie.api.v1.http.HttpNamespaceApi
 
getNamespace(NamespaceParams) - Method in interface org.projectnessie.api.v1.NamespaceApi
Retrieves the Namespace instance if it exists.
getNamespaces() - Method in interface org.projectnessie.model.GetNamespacesResponse
 
getNamespaces(MultipleNamespacesParams) - Method in interface org.projectnessie.api.v1.http.HttpNamespaceApi
 
getNamespaces(MultipleNamespacesParams) - Method in interface org.projectnessie.api.v1.NamespaceApi
Retrieves a list of Namespace instances that match a given namespace prefix.
GetNamespacesResponse - Interface in org.projectnessie.model
 
getNumCommitsAhead() - Method in interface org.projectnessie.model.ReferenceMetadata
 
getNumCommitsBehind() - Method in interface org.projectnessie.model.ReferenceMetadata
 
getNumTotalCommits() - Method in interface org.projectnessie.model.ReferenceMetadata
 
getOperation() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Operation String mapped to ENUM in RefLogEntry.Operation of 'persist.proto' file.
getOperations() - Method in interface org.projectnessie.model.LogResponse.LogEntry
 
getOperations() - Method in interface org.projectnessie.model.Operations
 
getOperationTime() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Time in microseconds since epoch.
getParentCommitHash() - Method in interface org.projectnessie.model.LogResponse.LogEntry
 
getParentRefLogId() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Parent reflog id of the current entry.
getProperties() - Method in class org.projectnessie.model.CommitMeta
Set of properties to help further identify this commit.
getProperties() - Method in class org.projectnessie.model.Namespace
 
getPropertyRemovals() - Method in class org.projectnessie.api.v1.params.NamespaceUpdate
 
getPropertyUpdates() - Method in class org.projectnessie.api.v1.params.NamespaceUpdate
 
getReason() - Method in interface org.projectnessie.error.NessieError
Reason phrase for the HTTP status code.
getReference() - Method in class org.projectnessie.model.TableReference
 
getReferenceByName(GetReferenceParams) - Method in interface org.projectnessie.api.v1.TreeApi
Get details of a particular ref, if it exists.
getReferenceByName(GetReferenceParams) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
GetReferenceParams - Class in org.projectnessie.api.v1.params
 
GetReferenceParams() - Constructor for class org.projectnessie.api.v1.params.GetReferenceParams
 
getReferences() - Method in interface org.projectnessie.model.ReferencesResponse
 
getRefLog(RefLogParams) - Method in interface org.projectnessie.api.v1.RefLogApi
Deprecated.
getRefLog(RefLogParams) - Method in interface org.projectnessie.api.v1.http.HttpRefLogApi
 
getRefLogId() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Reflog id of the current entry.
getRefName() - Method in class org.projectnessie.api.v1.params.GetReferenceParams
 
getRefName() - Method in class org.projectnessie.api.v1.params.MultipleNamespacesParams
 
getRefName() - Method in class org.projectnessie.api.v1.params.NamespaceParams
 
getRefName() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Reference on which current operation is executed.
getRefType() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Reference type can be 'Branch' or 'Tag'.
getRequestedKeys() - Method in interface org.projectnessie.model.GetMultipleContentsRequest
 
getResultantTargetHash() - Method in interface org.projectnessie.model.MergeResponse
Commit-ID of the target branch after the merge/transplant operation.
getSchemaId() - Method in class org.projectnessie.model.IcebergTable
Corresponds to Iceberg's currentSchemaId.
getSchemaId() - Method in class org.projectnessie.model.IcebergView
 
getServerStackTrace() - Method in exception org.projectnessie.error.BaseNessieClientServerException
 
getServerStackTrace() - Method in interface org.projectnessie.error.NessieError
Server-side exception stack trace related to this error (if available).
getSignedOffBy() - Method in class org.projectnessie.model.CommitMeta
Authorizer of this action.
getSnapshotId() - Method in class org.projectnessie.model.IcebergTable
Corresponds to Iceberg's currentSnapshotId.
getSortOrderId() - Method in class org.projectnessie.model.IcebergTable
Corresponds to Iceberg's defaultSortOrderId.
getSourceCommits() - Method in interface org.projectnessie.model.MergeResponse.ContentKeyDetails
 
getSourceCommits() - Method in interface org.projectnessie.model.MergeResponse
List of commit-IDs to be merged or transplanted.
getSourceHashes() - Method in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
Single hash in case of MERGE or ASSIGN.
getSpecId() - Method in class org.projectnessie.model.IcebergTable
Corresponds to Iceberg's defaultSpecId.
getSqlText() - Method in class org.projectnessie.model.IcebergView
 
getStatus() - Method in exception org.projectnessie.error.BaseNessieClientServerException
 
getStatus() - Method in interface org.projectnessie.error.NessieError
HTTP status code of this error.
getTargetBranch() - Method in interface org.projectnessie.model.MergeResponse
Name of the target branch.
getTargetCommits() - Method in interface org.projectnessie.model.MergeResponse.ContentKeyDetails
 
getTargetCommits() - Method in interface org.projectnessie.model.MergeResponse
List of commit-IDs between MergeResponse.getExpectedHash() and MergeResponse.getEffectiveTargetHash(), if the expected hash was provided.
getTimestamp() - Method in class org.projectnessie.model.TableReference
 
getTo() - Method in interface org.projectnessie.model.DiffResponse.DiffEntry
 
getToHashOnRef() - Method in class org.projectnessie.api.v1.params.DiffParams
 
getToken() - Method in interface org.projectnessie.model.PaginatedResponse
Pass this value to the next invocation of the API function to get the next page of results.
getToRef() - Method in class org.projectnessie.api.v1.params.DiffParams
 
getType() - Method in interface org.projectnessie.model.Branch
 
getType() - Method in class org.projectnessie.model.Content
Returns the Content.Type value for this content object.
getType() - Method in class org.projectnessie.model.DeltaLakeTable
 
getType() - Method in interface org.projectnessie.model.Detached
 
getType() - Method in interface org.projectnessie.model.EntriesResponse.Entry
 
getType() - Method in class org.projectnessie.model.IcebergTable
 
getType() - Method in class org.projectnessie.model.IcebergView
 
getType() - Method in class org.projectnessie.model.Namespace
 
getType() - Method in interface org.projectnessie.model.Reference
 
getType() - Method in interface org.projectnessie.model.Tag
 
getVariant() - Method in interface org.projectnessie.model.GenericMetadata
 
getVersionId() - Method in class org.projectnessie.model.IcebergView
Corresponds to Iceberg's currentVersionId.

H

HASH_MESSAGE - Static variable in class org.projectnessie.model.Validation
 
HASH_OPTIONAL_REGEX - Static variable in class org.projectnessie.api.v1.params.DiffParams
 
HASH_PATTERN - Static variable in class org.projectnessie.model.Validation
 
HASH_RAW_REGEX - Static variable in class org.projectnessie.model.Validation
 
HASH_REGEX - Static variable in class org.projectnessie.model.Validation
 
hasHash() - Method in class org.projectnessie.model.TableReference
 
hashCode() - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
hashCode() - Method in class org.projectnessie.api.v1.params.DiffParams
 
hashCode() - Method in class org.projectnessie.api.v1.params.EntriesParams
 
hashCode() - Method in class org.projectnessie.api.v1.params.GetReferenceParams
 
hashCode() - Method in class org.projectnessie.api.v1.params.MultipleNamespacesParams
 
hashCode() - Method in class org.projectnessie.api.v1.params.NamespaceParams
 
hashCode() - Method in class org.projectnessie.api.v1.params.ReferencesParams
 
hashCode() - Method in class org.projectnessie.api.v1.params.RefLogParams
 
hashOnRef() - Method in class org.projectnessie.api.v1.params.EntriesParams
 
hasReference() - Method in class org.projectnessie.model.TableReference
 
hasTimestamp() - Method in class org.projectnessie.model.TableReference
 
HttpConfigApi - Interface in org.projectnessie.api.v1.http
 
HttpContentApi - Interface in org.projectnessie.api.v1.http
 
HttpDiffApi - Interface in org.projectnessie.api.v1.http
 
HttpNamespaceApi - Interface in org.projectnessie.api.v1.http
 
HttpRefLogApi - Interface in org.projectnessie.api.v1.http
 
httpStatus() - Method in enum org.projectnessie.error.ErrorCode
 
HttpTreeApi - Interface in org.projectnessie.api.v1.http
 

I

ICEBERG_TABLE - Static variable in interface org.projectnessie.model.Content.Type
 
ICEBERG_VIEW - Static variable in interface org.projectnessie.model.Content.Type
 
IcebergContent - Class in org.projectnessie.model
 
IcebergContent() - Constructor for class org.projectnessie.model.IcebergContent
 
IcebergTable - Class in org.projectnessie.model
Represents the state of an Iceberg table in Nessie.
IcebergTable() - Constructor for class org.projectnessie.model.IcebergTable
 
IcebergView - Class in org.projectnessie.model
 
IcebergView() - Constructor for class org.projectnessie.model.IcebergView
 
idFromValue(Object) - Method in class org.projectnessie.model.types.ContentTypeIdResolver
 
idFromValueAndType(Object, Class<?>) - Method in class org.projectnessie.model.types.ContentTypeIdResolver
 
init(JavaType) - Method in class org.projectnessie.model.types.ContentTypeIdResolver
 
InstantDeserializer() - Constructor for class org.projectnessie.model.CommitMeta.InstantDeserializer
 
InstantDeserializer(Class<?>) - Constructor for class org.projectnessie.model.CommitMeta.InstantDeserializer
 
InstantSerializer() - Constructor for class org.projectnessie.model.CommitMeta.InstantSerializer
 
InstantSerializer(Class<Instant>) - Constructor for class org.projectnessie.model.CommitMeta.InstantSerializer
 
isDryRun() - Method in interface org.projectnessie.api.v1.params.BaseMergeTransplant
 
isEmpty() - Method in class org.projectnessie.model.Namespace
 
isFetchAdditionalInfo() - Method in interface org.projectnessie.api.v1.params.BaseMergeTransplant
 
isFetchAll(FetchOption) - Static method in enum org.projectnessie.api.params.FetchOption
Will return true if the given fetchOption is FetchOption.ALL, false otherwise.
isForbiddenReferenceName(String) - Static method in class org.projectnessie.model.Validation
Checks whether ref represents a forbidden reference name (HEAD or DETACHED) or could represent a commit-ID.
isHasMore() - Method in interface org.projectnessie.model.PaginatedResponse
Whether there are more result-items than returned by this response object.
isReturnConflictAsResult() - Method in interface org.projectnessie.api.v1.params.BaseMergeTransplant
When set to true, the Merge and Transplant operations will return MergeResponse object when a content based conflict cannot be resolved, instead of throwing a NessieReferenceConflictException.
isSameOrSubElementOf(Namespace) - Method in class org.projectnessie.model.Namespace
Checks whether the current Namespace is the same as or a sub-element of the given Namespace instance by comparing each canonical element.
isValidHash(String) - Static method in class org.projectnessie.model.Validation
Just checks whether a string is a valid hash, but doesn't throw an exception.
isValidReferenceName(String) - Static method in class org.projectnessie.model.Validation
Just checks whether a string is a valid reference-name, but doesn't throw an exception.
isValidReferenceNameOrHash(String) - Static method in class org.projectnessie.model.Validation
Just checks whether a string is a valid reference-name (as per Validation.isValidReferenceName(String)) or a valid hash (as per Validation.isValidHash(String)).

K

keepIndividualCommits() - Method in interface org.projectnessie.api.v1.params.BaseMergeTransplant
 

L

LogResponse - Interface in org.projectnessie.model
 
LogResponse.LogEntry - Interface in org.projectnessie.model
 

M

MainContentTypeBundle - Class in org.projectnessie.model.types
Provides the content types for Iceberg table + view, Delta Lake table and namespaces.
MainContentTypeBundle() - Constructor for class org.projectnessie.model.types.MainContentTypeBundle
 
maxRecords - Variable in class org.projectnessie.api.v1.params.AbstractParams.Builder
 
maxRecords() - Method in class org.projectnessie.api.v1.params.AbstractParams
 
maxRecords(Integer) - Method in class org.projectnessie.api.v1.params.AbstractParams.Builder
 
Merge - Interface in org.projectnessie.api.v1.params
 
MERGE - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
MERGE_PARENT_PROPERTY - Static variable in class org.projectnessie.model.CommitMeta
Key of the property that indicates the merged commit ID, if the commit represents a merge commit.
MergeBehavior - Enum in org.projectnessie.model
 
MergeKeyBehavior - Interface in org.projectnessie.model
 
mergeRefIntoBranch(String, String, Merge) - Method in interface org.projectnessie.api.v1.TreeApi
merge mergeRef onto ref.
mergeRefIntoBranch(String, String, Merge) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
MergeResponse - Interface in org.projectnessie.model
 
MergeResponse.ContentKeyConflict - Enum in org.projectnessie.model
 
MergeResponse.ContentKeyDetails - Interface in org.projectnessie.model
 
MINIMAL - org.projectnessie.api.params.FetchOption
 
MultipleNamespacesParams - Class in org.projectnessie.api.v1.params
 
MultipleNamespacesParams() - Constructor for class org.projectnessie.api.v1.params.MultipleNamespacesParams
 

N

name() - Method in interface org.projectnessie.model.Content.Type
The name of the content-type.
name() - Method in class org.projectnessie.model.Namespace
 
Namespace - Class in org.projectnessie.model
For a given table name a.b.c.tableName, the Namespace would be the prefix a.b.c, since the last element tableName always represents the name of the actual table and is not included in the Namespace itself.
Namespace() - Constructor for class org.projectnessie.model.Namespace
 
NAMESPACE - Static variable in interface org.projectnessie.model.Content.Type
 
NAMESPACE_ALREADY_EXISTS - org.projectnessie.error.ErrorCode
 
NAMESPACE_NOT_EMPTY - org.projectnessie.error.ErrorCode
 
NAMESPACE_NOT_FOUND - org.projectnessie.error.ErrorCode
 
NamespaceApi - Interface in org.projectnessie.api.v1
 
namespaceDepth() - Method in class org.projectnessie.api.v1.params.EntriesParams
 
NamespaceParams - Class in org.projectnessie.api.v1.params
 
NamespaceParams() - Constructor for class org.projectnessie.api.v1.params.NamespaceParams
 
NamespaceUpdate - Class in org.projectnessie.api.v1.params
 
NamespaceUpdate() - Constructor for class org.projectnessie.api.v1.params.NamespaceUpdate
 
NessieBackendThrottledException - Exception in org.projectnessie.error
If a backend store refuses to process a request, the condition is signalled to clients via this exception.
NessieBackendThrottledException(NessieError) - Constructor for exception org.projectnessie.error.NessieBackendThrottledException
 
NessieBadRequestException - Exception in org.projectnessie.error
Represents error responses to malformed or invalid client requests.
NessieBadRequestException(NessieError) - Constructor for exception org.projectnessie.error.NessieBadRequestException
 
NessieConfiguration - Class in org.projectnessie.model
configuration object to tell a client how a server is configured.
NessieConfiguration() - Constructor for class org.projectnessie.model.NessieConfiguration
 
NessieConflictException - Exception in org.projectnessie.error
Base class for all exceptions that are represented by the HTTP Conflict status code (409).
NessieConflictException(String) - Constructor for exception org.projectnessie.error.NessieConflictException
 
NessieConflictException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieConflictException
 
NessieConflictException(NessieError) - Constructor for exception org.projectnessie.error.NessieConflictException
 
NessieContentNotFoundException - Exception in org.projectnessie.error
This exception is thrown when the requested content object is not present in the store.
NessieContentNotFoundException(NessieError) - Constructor for exception org.projectnessie.error.NessieContentNotFoundException
 
NessieContentNotFoundException(ContentKey, String) - Constructor for exception org.projectnessie.error.NessieContentNotFoundException
 
NessieError - Interface in org.projectnessie.error
Represents Nessie-specific API error details.
NessieForbiddenException - Exception in org.projectnessie.error
Represents failures related to Nessie-specific access controls.
NessieForbiddenException(NessieError) - Constructor for exception org.projectnessie.error.NessieForbiddenException
 
NessieNamespaceAlreadyExistsException - Exception in org.projectnessie.error
This exception is thrown when the namespace with the same name already exists.
NessieNamespaceAlreadyExistsException(String) - Constructor for exception org.projectnessie.error.NessieNamespaceAlreadyExistsException
 
NessieNamespaceAlreadyExistsException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieNamespaceAlreadyExistsException
 
NessieNamespaceAlreadyExistsException(NessieError) - Constructor for exception org.projectnessie.error.NessieNamespaceAlreadyExistsException
 
NessieNamespaceNotEmptyException - Exception in org.projectnessie.error
This exception is thrown when the namespace is not empty.
NessieNamespaceNotEmptyException(String) - Constructor for exception org.projectnessie.error.NessieNamespaceNotEmptyException
 
NessieNamespaceNotEmptyException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieNamespaceNotEmptyException
 
NessieNamespaceNotEmptyException(NessieError) - Constructor for exception org.projectnessie.error.NessieNamespaceNotEmptyException
 
NessieNamespaceNotFoundException - Exception in org.projectnessie.error
This exception is thrown when a requested Namespace is not present in the store.
NessieNamespaceNotFoundException(String) - Constructor for exception org.projectnessie.error.NessieNamespaceNotFoundException
 
NessieNamespaceNotFoundException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieNamespaceNotFoundException
 
NessieNamespaceNotFoundException(NessieError) - Constructor for exception org.projectnessie.error.NessieNamespaceNotFoundException
 
NessieNotFoundException - Exception in org.projectnessie.error
Base class for all exceptions that are represented by the HTTP Not Found status code (404).
NessieNotFoundException(String) - Constructor for exception org.projectnessie.error.NessieNotFoundException
 
NessieNotFoundException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieNotFoundException
 
NessieNotFoundException(NessieError) - Constructor for exception org.projectnessie.error.NessieNotFoundException
 
NessieReferenceAlreadyExistsException - Exception in org.projectnessie.error
This exception is thrown when a reference could not be created because another reference with the same name is already present in the store.
NessieReferenceAlreadyExistsException(String) - Constructor for exception org.projectnessie.error.NessieReferenceAlreadyExistsException
 
NessieReferenceAlreadyExistsException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieReferenceAlreadyExistsException
 
NessieReferenceAlreadyExistsException(NessieError) - Constructor for exception org.projectnessie.error.NessieReferenceAlreadyExistsException
 
NessieReferenceConflictException - Exception in org.projectnessie.error
This exception is thrown when the expected state of a reference (e.g.
NessieReferenceConflictException(String) - Constructor for exception org.projectnessie.error.NessieReferenceConflictException
 
NessieReferenceConflictException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieReferenceConflictException
 
NessieReferenceConflictException(NessieError) - Constructor for exception org.projectnessie.error.NessieReferenceConflictException
 
NessieReferenceNotFoundException - Exception in org.projectnessie.error
This exception is thrown when a requested reference is not present in the store.
NessieReferenceNotFoundException(String) - Constructor for exception org.projectnessie.error.NessieReferenceNotFoundException
 
NessieReferenceNotFoundException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieReferenceNotFoundException
 
NessieReferenceNotFoundException(NessieError) - Constructor for exception org.projectnessie.error.NessieReferenceNotFoundException
 
NessieRefLogNotFoundException - Exception in org.projectnessie.error
This exception is thrown when a requested reflog is not present in the store.
NessieRefLogNotFoundException(String) - Constructor for exception org.projectnessie.error.NessieRefLogNotFoundException
 
NessieRefLogNotFoundException(String, Throwable) - Constructor for exception org.projectnessie.error.NessieRefLogNotFoundException
 
NessieRefLogNotFoundException(NessieError) - Constructor for exception org.projectnessie.error.NessieRefLogNotFoundException
 
NessieRuntimeException - Exception in org.projectnessie.error
Represents unchecked exceptions raised by Nessie API endpoints.
NessieRuntimeException(NessieError) - Constructor for exception org.projectnessie.error.NessieRuntimeException
 
NessieUnsupportedMediaTypeException - Exception in org.projectnessie.error
This exception is thrown when the request's media type is not accepted at its specified path.
NessieUnsupportedMediaTypeException(NessieError) - Constructor for exception org.projectnessie.error.NessieUnsupportedMediaTypeException
 
NONE - org.projectnessie.model.MergeResponse.ContentKeyConflict
 
NORMAL - org.projectnessie.model.MergeBehavior
Keys with this merge mode will be merged, conflict detection takes place.

O

of(String) - Static method in interface org.projectnessie.model.Detached
 
of(String...) - Static method in class org.projectnessie.model.ContentKey
 
of(String...) - Static method in class org.projectnessie.model.Namespace
Builds a Namespace instance for the given elements.
of(String, int, int, String, String) - Static method in class org.projectnessie.model.IcebergView
 
of(String, long, int, int, int) - Static method in class org.projectnessie.model.IcebergTable
 
of(String, long, int, int, int, String) - Static method in class org.projectnessie.model.IcebergTable
 
of(String, JsonNode) - Static method in interface org.projectnessie.model.GenericMetadata
 
of(String, String) - Static method in interface org.projectnessie.model.Branch
 
of(String, String) - Static method in interface org.projectnessie.model.Tag
 
of(String, String, int, int, String, String) - Static method in class org.projectnessie.model.IcebergView
 
of(List<String>) - Static method in class org.projectnessie.model.ContentKey
 
of(List<String>) - Static method in class org.projectnessie.model.Namespace
Builds a Namespace instance for the given elements.
of(List<String>, Map<String, String>) - Static method in class org.projectnessie.model.Namespace
Builds a Namespace instance for the given elements and the given properties.
of(List<ContentKey>) - Static method in interface org.projectnessie.model.GetMultipleContentsRequest
 
of(List<GetMultipleContentsResponse.ContentWithKey>) - Static method in interface org.projectnessie.model.GetMultipleContentsResponse
 
of(Map<String, String>, String...) - Static method in class org.projectnessie.model.Namespace
Builds a Namespace instance for the given elements and the given properties.
of(ContentKey) - Static method in interface org.projectnessie.model.Operation.Delete
 
of(ContentKey) - Static method in interface org.projectnessie.model.Operation.Unchanged
 
of(ContentKey...) - Static method in interface org.projectnessie.model.GetMultipleContentsRequest
 
of(ContentKey, Content) - Static method in interface org.projectnessie.model.GetMultipleContentsResponse.ContentWithKey
 
of(ContentKey, Content) - Static method in interface org.projectnessie.model.Operation.Put
 
of(ContentKey, Content, Content) - Static method in interface org.projectnessie.model.Operation.Put
 
of(ContentKey, MergeBehavior) - Static method in interface org.projectnessie.model.MergeKeyBehavior
 
of(Namespace, String) - Static method in class org.projectnessie.model.ContentKey
 
Operation - Interface in org.projectnessie.model
 
Operation.Delete - Interface in org.projectnessie.model
 
Operation.Put - Interface in org.projectnessie.model
 
Operation.Unchanged - Interface in org.projectnessie.model
 
Operations - Interface in org.projectnessie.model
 
org.projectnessie.api.params - package org.projectnessie.api.params
 
org.projectnessie.api.v1 - package org.projectnessie.api.v1
 
org.projectnessie.api.v1.http - package org.projectnessie.api.v1.http
 
org.projectnessie.api.v1.params - package org.projectnessie.api.v1.params
 
org.projectnessie.error - package org.projectnessie.error
 
org.projectnessie.model - package org.projectnessie.model
 
org.projectnessie.model.types - package org.projectnessie.model.types
 

P

pageToken - Variable in class org.projectnessie.api.v1.params.AbstractParams.Builder
 
pageToken() - Method in class org.projectnessie.api.v1.params.AbstractParams
 
pageToken(String) - Method in class org.projectnessie.api.v1.params.AbstractParams.Builder
 
PaginatedResponse - Interface in org.projectnessie.model
 
parse(String) - Static method in class org.projectnessie.model.Namespace
Builds a Namespace instance for the given elements split by the . (dot) character.
parse(String) - Static method in class org.projectnessie.model.TableReference
Parses the string representation of a table-reference to a TableReference object.

R

REF_NAME - Static variable in interface org.projectnessie.model.Detached
 
REF_NAME_MESSAGE - Static variable in class org.projectnessie.model.Validation
 
REF_NAME_OR_HASH_MESSAGE - Static variable in class org.projectnessie.model.Validation
 
REF_NAME_OR_HASH_PATTERN - Static variable in class org.projectnessie.model.Validation
 
REF_NAME_OR_HASH_REGEX - Static variable in class org.projectnessie.model.Validation
 
REF_NAME_PATTERN - Static variable in class org.projectnessie.model.Validation
 
REF_NAME_RAW_REGEX - Static variable in class org.projectnessie.model.Validation
 
REF_NAME_REGEX - Static variable in class org.projectnessie.model.Validation
 
Reference - Interface in org.projectnessie.model
 
REFERENCE_ALREADY_EXISTS - org.projectnessie.error.ErrorCode
 
REFERENCE_CONFLICT - org.projectnessie.error.ErrorCode
 
REFERENCE_NOT_FOUND - org.projectnessie.error.ErrorCode
 
Reference.ReferenceType - Enum in org.projectnessie.model
The reference type as an enum.
ReferenceMetadata - Interface in org.projectnessie.model
 
ReferencesParams - Class in org.projectnessie.api.v1.params
The purpose of this class is to include optional parameters that can be passed to HttpTreeApi.getAllReferences(ReferencesParams)
ReferencesParams() - Constructor for class org.projectnessie.api.v1.params.ReferencesParams
 
ReferencesResponse - Interface in org.projectnessie.model
 
REFLOG_NOT_FOUND - org.projectnessie.error.ErrorCode
 
RefLogApi - Interface in org.projectnessie.api.v1
 
RefLogParams - Class in org.projectnessie.api.v1.params
The purpose of this class is to include optional parameters that can be passed to HttpRefLogApi#getRefLog(RefLogParams).
RefLogParams() - Constructor for class org.projectnessie.api.v1.params.RefLogParams
 
RefLogResponse - Interface in org.projectnessie.model
 
RefLogResponse.RefLogResponseEntry - Interface in org.projectnessie.model
 
register(String, Class<? extends Content>) - Method in interface org.projectnessie.model.types.ContentTypes.Registrar
 
register(ContentTypes.Registrar) - Method in interface org.projectnessie.model.types.ContentTypeBundle
 
register(ContentTypes.Registrar) - Method in class org.projectnessie.model.types.MainContentTypeBundle
 

S

serialize(Instant, JsonGenerator, SerializerProvider) - Method in class org.projectnessie.model.CommitMeta.InstantSerializer
 
setFromRefWithHash(String) - Method in class org.projectnessie.api.v1.params.DiffParams
 
setToRefWithHash(String) - Method in class org.projectnessie.api.v1.params.DiffParams
 
startHash() - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
startHash() - Method in class org.projectnessie.api.v1.params.RefLogParams
 

T

TableReference - Class in org.projectnessie.model
Functionality to parse a table-reference string representation containing the table name plus optional reference name, commit hash or timestamp.
TableReference() - Constructor for class org.projectnessie.model.TableReference
 
Tag - Interface in org.projectnessie.model
API representation of a Nessie Tag.
TAG - org.projectnessie.model.Reference.ReferenceType
 
TAG - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
toBuilder() - Method in class org.projectnessie.model.CommitMeta
 
TOO_MANY_REQUESTS - org.projectnessie.error.ErrorCode
 
toPathString() - Method in class org.projectnessie.model.ContentKey
Convert this key to a url encoded path string.
toPathString() - Method in class org.projectnessie.model.Namespace
Convert this namespace to a URL encoded path string.
toString() - Method in class org.projectnessie.api.v1.params.CommitLogParams
 
toString() - Method in class org.projectnessie.api.v1.params.EntriesParams
 
toString() - Method in class org.projectnessie.api.v1.params.GetReferenceParams
 
toString() - Method in class org.projectnessie.api.v1.params.MultipleNamespacesParams
 
toString() - Method in class org.projectnessie.api.v1.params.NamespaceParams
 
toString() - Method in class org.projectnessie.api.v1.params.ReferencesParams
 
toString() - Method in class org.projectnessie.api.v1.params.RefLogParams
 
toString() - Method in class org.projectnessie.model.ContentKey
 
toString() - Method in class org.projectnessie.model.Namespace
 
toString() - Method in class org.projectnessie.model.TableReference
 
Transplant - Interface in org.projectnessie.api.v1.params
 
TRANSPLANT - Static variable in interface org.projectnessie.model.RefLogResponse.RefLogResponseEntry
 
transplantCommitsIntoBranch(String, String, String, Transplant) - Method in interface org.projectnessie.api.v1.TreeApi
cherry pick a set of commits into a branch.
transplantCommitsIntoBranch(String, String, String, Transplant) - Method in interface org.projectnessie.api.v1.http.HttpTreeApi
 
TreeApi - Interface in org.projectnessie.api.v1
 
type() - Method in interface org.projectnessie.model.Content.Type
 
typeFromId(DatabindContext, String) - Method in class org.projectnessie.model.types.ContentTypeIdResolver
 

U

UNKNOWN - org.projectnessie.error.ErrorCode
 
UNKNOWN - Static variable in interface org.projectnessie.model.Content.Type
 
UNRESOLVABLE - org.projectnessie.model.MergeResponse.ContentKeyConflict
 
UNSUPPORTED_MEDIA_TYPE - org.projectnessie.error.ErrorCode
 
unwrap(Class<T>) - Method in class org.projectnessie.model.Content
Unwrap object if possible, otherwise throw.
updateProperties(NamespaceParams, NamespaceUpdate) - Method in interface org.projectnessie.api.v1.http.HttpNamespaceApi
 
updateProperties(NamespaceParams, NamespaceUpdate) - Method in interface org.projectnessie.api.v1.NamespaceApi
Updates/removes properties for a given Namespace.

V

validate() - Method in class org.projectnessie.model.ContentKey
 
validateForbiddenReferenceName(String) - Static method in class org.projectnessie.model.Validation
Throws an IllegalArgumentException if ref represents a forbidden reference name, see Validation.isForbiddenReferenceName(String).
validateHash(String) - Static method in class org.projectnessie.model.Validation
Validates whether a string is a valid hash.
validateReferenceName(String) - Static method in class org.projectnessie.model.Validation
Validates whether a string is a valid reference-name.
validateReferenceNameOrHash(String) - Static method in class org.projectnessie.model.Validation
Validates whether a string is a valid reference name or hash.
Validation - Class in org.projectnessie.model
Collection of validation rules.
valueOf(String) - Static method in enum org.projectnessie.api.params.FetchOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.error.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.model.MergeBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.model.MergeResponse.ContentKeyConflict
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.model.Reference.ReferenceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.projectnessie.api.params.FetchOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.error.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.model.MergeBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.model.MergeResponse.ContentKeyConflict
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.model.Reference.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasApplied() - Method in interface org.projectnessie.model.MergeResponse
Indicates whether the merge or transplant operation has been applied.
wasSuccessful() - Method in interface org.projectnessie.model.MergeResponse
Indicates whether the merge or transplant operation was successful without any conflicts.
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages