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

A

accept - Variable in class org.projectnessie.client.http.HttpRequest
 
accept(String) - Method in class org.projectnessie.client.http.HttpRequest
 
ACCEPT_ENCODING - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 
ACCEPTED - org.projectnessie.client.http.Status
 
AccessToken - Interface in org.projectnessie.client.auth.oauth2
 
addRequestFilter(RequestFilter) - Method in class org.projectnessie.client.http.HttpClient.Builder
Register a request filter.
addResponseCallback(BiConsumer<ResponseContext, Exception>) - Method in class org.projectnessie.client.http.impl.RequestContextImpl
Adds a callback to be called when the request has finished.
addResponseCallback(BiConsumer<ResponseContext, Exception>) - Method in interface org.projectnessie.client.http.RequestContext
Adds a callback to be called when the request has finished.
addResponseFilter(ResponseFilter) - Method in class org.projectnessie.client.http.HttpClient.Builder
Register a response filter.
addTracing() - Method in class org.projectnessie.client.http.HttpClient.Builder
Add tracing to the client.
addValue(String) - Method in class org.projectnessie.client.http.impl.HttpHeaders.HttpHeader
 
allHeaders() - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
applyHeaders(HttpHeaders, URLConnection) - Static method in class org.projectnessie.client.http.impl.HttpUtils
 
applyToHttpClient(HttpClient.Builder) - Method in interface org.projectnessie.client.http.HttpAuthentication
Configure the given HttpClient to use this instance..
asBranch() - Method in interface org.projectnessie.client.api.AssignReferenceBuilder
 
asBranch() - Method in interface org.projectnessie.client.api.DeleteReferenceBuilder
 
asMap() - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
assign() - Method in interface org.projectnessie.client.api.AssignBranchBuilder
 
assign() - Method in interface org.projectnessie.client.api.AssignReferenceBuilder
 
assign() - Method in interface org.projectnessie.client.api.AssignTagBuilder
 
assignAndGet() - Method in interface org.projectnessie.client.api.AssignBranchBuilder
Assigns the branch to the specified hash and returns its updated information.
assignAndGet() - Method in interface org.projectnessie.client.api.AssignReferenceBuilder
Assigns the reference to the specified hash and returns its updated information.
assignAndGet() - Method in interface org.projectnessie.client.api.AssignTagBuilder
Assigns the tag to the specified hash and returns its updated information.
assignBranch() - Method in interface org.projectnessie.client.api.NessieApiV1
Update a branch.
assignBranch() - Method in interface org.projectnessie.client.api.NessieApiV2
Deprecated.
Use assignReference().asBranch() instead.
assignBranch() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
assignBranch() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
AssignBranchBuilder - Interface in org.projectnessie.client.api
Request builder for "assign branch".
assignReference() - Method in interface org.projectnessie.client.api.NessieApiV2
Update a branch or a tag (make it point to an arbitrary commit).
assignReference() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
AssignReferenceBuilder<T extends org.projectnessie.model.Reference> - Interface in org.projectnessie.client.api
Request builder for assigning references.
assignTag() - Method in interface org.projectnessie.client.api.NessieApiV1
Update a tag.
assignTag() - Method in interface org.projectnessie.client.api.NessieApiV2
Deprecated.
Use assignReference().asTag() instead.
assignTag() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
assignTag() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
AssignTagBuilder - Interface in org.projectnessie.client.api
Request builder for "assign tag".
assignTo - Variable in class org.projectnessie.client.builder.BaseAssignReferenceBuilder
 
assignTo(Reference) - Method in interface org.projectnessie.client.api.AssignBranchBuilder
 
assignTo(Reference) - Method in interface org.projectnessie.client.api.AssignReferenceBuilder
 
assignTo(Reference) - Method in interface org.projectnessie.client.api.AssignTagBuilder
 
assignTo(Reference) - Method in class org.projectnessie.client.builder.BaseAssignReferenceBuilder
 
asTag() - Method in interface org.projectnessie.client.api.AssignReferenceBuilder
 
asTag() - Method in interface org.projectnessie.client.api.DeleteReferenceBuilder
 
AUTH_TYPE_VALUE - Static variable in class org.projectnessie.client.auth.AwsAuthenticationProvider
 
AUTH_TYPE_VALUE - Static variable in class org.projectnessie.client.auth.BasicAuthenticationProvider
 
AUTH_TYPE_VALUE - Static variable in class org.projectnessie.client.auth.BearerAuthenticationProvider
 
AUTH_TYPE_VALUE - Static variable in class org.projectnessie.client.auth.NoneAuthenticationProvider
 
AUTH_TYPE_VALUE - Static variable in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
 
authenticate() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2Authenticator
Attempts to authenticate the client and returns a valid AccessToken.
AwsAuthenticationProvider - Class in org.projectnessie.client.auth
AWS authentication provider.
AwsAuthenticationProvider() - Constructor for class org.projectnessie.client.auth.AwsAuthenticationProvider
 

B

BAD_GATEWAY - org.projectnessie.client.http.Status
 
BAD_REQUEST - org.projectnessie.client.http.Status
 
BaseAssignReferenceBuilder<R> - Class in org.projectnessie.client.builder
 
BaseAssignReferenceBuilder() - Constructor for class org.projectnessie.client.builder.BaseAssignReferenceBuilder
 
BaseChangeReferenceBuilder<B> - Class in org.projectnessie.client.builder
 
BaseChangeReferenceBuilder() - Constructor for class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 
BaseCommitMultipleOperationsBuilder - Class in org.projectnessie.client.builder
 
BaseCommitMultipleOperationsBuilder() - Constructor for class org.projectnessie.client.builder.BaseCommitMultipleOperationsBuilder
 
BaseCreateNamespaceBuilder - Class in org.projectnessie.client.builder
 
BaseCreateNamespaceBuilder() - Constructor for class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
BaseCreateReferenceBuilder - Class in org.projectnessie.client.builder
 
BaseCreateReferenceBuilder() - Constructor for class org.projectnessie.client.builder.BaseCreateReferenceBuilder
 
BaseDeleteNamespaceBuilder - Class in org.projectnessie.client.builder
 
BaseDeleteNamespaceBuilder() - Constructor for class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
BaseGetAllReferencesBuilder<PARAMS> - Class in org.projectnessie.client.builder
 
BaseGetAllReferencesBuilder(BiFunction<PARAMS, String, PARAMS>) - Constructor for class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
BaseGetCommitLogBuilder<PARAMS> - Class in org.projectnessie.client.builder
 
BaseGetCommitLogBuilder(BiFunction<PARAMS, String, PARAMS>) - Constructor for class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
BaseGetContentBuilder - Class in org.projectnessie.client.builder
 
BaseGetContentBuilder() - Constructor for class org.projectnessie.client.builder.BaseGetContentBuilder
 
BaseGetDiffBuilder<PARAMS> - Class in org.projectnessie.client.builder
 
BaseGetDiffBuilder(BiFunction<PARAMS, String, PARAMS>) - Constructor for class org.projectnessie.client.builder.BaseGetDiffBuilder
 
BaseGetEntriesBuilder<PARAMS> - Class in org.projectnessie.client.builder
 
BaseGetEntriesBuilder(BiFunction<PARAMS, String, PARAMS>) - Constructor for class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
BaseGetMultipleNamespacesBuilder - Class in org.projectnessie.client.builder
 
BaseGetMultipleNamespacesBuilder() - Constructor for class org.projectnessie.client.builder.BaseGetMultipleNamespacesBuilder
 
BaseGetNamespaceBuilder - Class in org.projectnessie.client.builder
 
BaseGetNamespaceBuilder() - Constructor for class org.projectnessie.client.builder.BaseGetNamespaceBuilder
 
BaseGetReferenceBuilder - Class in org.projectnessie.client.builder
 
BaseGetReferenceBuilder() - Constructor for class org.projectnessie.client.builder.BaseGetReferenceBuilder
 
BaseGetRefLogBuilder<PARAMS> - Class in org.projectnessie.client.builder
Deprecated.
BaseGetRefLogBuilder(BiFunction<PARAMS, String, PARAMS>) - Constructor for class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
BaseHttpRequest - Class in org.projectnessie.client.http.impl
 
BaseHttpRequest(HttpRuntimeConfig) - Constructor for class org.projectnessie.client.http.impl.BaseHttpRequest
 
BaseMergeReferenceBuilder - Class in org.projectnessie.client.builder
 
BaseMergeReferenceBuilder() - Constructor for class org.projectnessie.client.builder.BaseMergeReferenceBuilder
 
BaseMergeTransplantBuilder<B extends OnBranchBuilder<B>> - Class in org.projectnessie.client.builder
 
BaseMergeTransplantBuilder() - Constructor for class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
BaseOnBranchBuilder<R extends OnBranchBuilder<R>> - Class in org.projectnessie.client.builder
 
BaseOnBranchBuilder() - Constructor for class org.projectnessie.client.builder.BaseOnBranchBuilder
 
BaseOnTagBuilder<R extends OnTagBuilder<R>> - Class in org.projectnessie.client.builder
 
BaseOnTagBuilder() - Constructor for class org.projectnessie.client.builder.BaseOnTagBuilder
 
BaseTransplantCommitsBuilder - Class in org.projectnessie.client.builder
 
BaseTransplantCommitsBuilder() - Constructor for class org.projectnessie.client.builder.BaseTransplantCommitsBuilder
 
BaseUpdateNamespaceBuilder - Class in org.projectnessie.client.builder
 
BaseUpdateNamespaceBuilder() - Constructor for class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
BasicAuthenticationProvider - Class in org.projectnessie.client.auth
HTTP BASIC authentication provider.
BasicAuthenticationProvider() - Constructor for class org.projectnessie.client.auth.BasicAuthenticationProvider
 
BearerAuthenticationProvider - Class in org.projectnessie.client.auth
 
BearerAuthenticationProvider() - Constructor for class org.projectnessie.client.auth.BearerAuthenticationProvider
 
branch(Branch) - Method in interface org.projectnessie.client.api.OnBranchBuilder
branchName - Variable in class org.projectnessie.client.builder.BaseOnBranchBuilder
 
branchName(String) - Method in interface org.projectnessie.client.api.OnBranchBuilder
 
branchName(String) - Method in class org.projectnessie.client.builder.BaseOnBranchBuilder
 
build() - Method in class org.projectnessie.client.http.HttpClient.Builder
Construct an HttpClient from builder settings.
build() - Method in class org.projectnessie.client.http.impl.UriBuilder
 
build(Class<API>) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
build(Class<API>) - Method in interface org.projectnessie.client.NessieClientBuilder
Builds a new NessieApi.
build(Function<String, String>) - Method in class org.projectnessie.client.auth.AwsAuthenticationProvider
 
build(Function<String, String>) - Method in class org.projectnessie.client.auth.BasicAuthenticationProvider
 
build(Function<String, String>) - Method in class org.projectnessie.client.auth.BearerAuthenticationProvider
 
build(Function<String, String>) - Method in interface org.projectnessie.client.auth.NessieAuthenticationProvider
Build the implementation that provides authentication credentials using the given parameters.
build(Function<String, String>) - Method in class org.projectnessie.client.auth.NoneAuthenticationProvider
 
build(Function<String, String>) - Method in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
 
builder() - Static method in interface org.projectnessie.client.http.HttpClient
 
builder() - Static method in class org.projectnessie.client.http.HttpClientBuilder
 
builder() - Static method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 

C

ChangeReferenceBuilder<B> - Interface in org.projectnessie.client.api
 
check() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
checkArgument(boolean, String, Object...) - Static method in class org.projectnessie.client.http.impl.HttpUtils
Check if argument is false.
checkNonNullTrim(String) - Static method in class org.projectnessie.client.http.impl.HttpUtils
check if base is null and if not trim any whitespace.
checkResponse(ResponseContext) - Static method in class org.projectnessie.client.rest.ResponseCheckFilter
check that response had a valid return code.
ClientSideCreateNamespace - Class in org.projectnessie.client.util.v2api
Supports previous "create namespace" functionality of the java client over Nessie API v2.
ClientSideCreateNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.util.v2api.ClientSideCreateNamespace
 
ClientSideDeleteNamespace - Class in org.projectnessie.client.util.v2api
Supports previous "delete namespace" functionality of the java client over Nessie API v2.
ClientSideDeleteNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.util.v2api.ClientSideDeleteNamespace
 
ClientSideGetMultipleNamespaces - Class in org.projectnessie.client.util.v2api
Supports previous "get multiple namespaces" functionality of the java client over Nessie API v2.
ClientSideGetMultipleNamespaces(NessieApiV2) - Constructor for class org.projectnessie.client.util.v2api.ClientSideGetMultipleNamespaces
 
ClientSideGetNamespace - Class in org.projectnessie.client.util.v2api
Supports previous "get namespace" functionality of the java client over Nessie API v2.
ClientSideGetNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.util.v2api.ClientSideGetNamespace
 
ClientSideUpdateNamespace - Class in org.projectnessie.client.util.v2api
Supports previous "update namespace" functionality of the java client over Nessie API v2.
ClientSideUpdateNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.util.v2api.ClientSideUpdateNamespace
 
close() - Method in interface org.projectnessie.client.api.NessieApi
 
close() - Method in interface org.projectnessie.client.auth.NessieAuthentication
 
close() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2Authenticator
 
close() - Method in interface org.projectnessie.client.http.HttpClient
 
close() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
close() - Method in class org.projectnessie.client.http.impl.jdk11.JavaHttpClient
 
close() - Method in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClient
 
close() - Method in class org.projectnessie.client.http.NessieApiClient
 
close() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
close() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
commit() - Method in interface org.projectnessie.client.api.CommitMultipleOperationsBuilder
 
commitMeta - Variable in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
commitMeta - Variable in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
commitMeta - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
commitMeta - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
commitMeta(CommitMeta) - Method in interface org.projectnessie.client.api.CommitMultipleOperationsBuilder
 
commitMeta(CommitMeta) - Method in interface org.projectnessie.client.api.MergeReferenceBuilder
Specify commit properties for the merge-commit, including the commit message, author(s), author timestamp, signed-off, properties.
commitMeta(CommitMeta) - Method in interface org.projectnessie.client.api.ModifyNamespaceBuilder
 
commitMeta(CommitMeta) - Method in class org.projectnessie.client.builder.BaseCommitMultipleOperationsBuilder
 
commitMeta(CommitMeta) - Method in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
commitMeta(CommitMeta) - Method in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
commitMeta(CommitMeta) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
commitMeta(CommitMeta) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
commitMultipleOperations() - Method in interface org.projectnessie.client.api.NessieApiV1
 
commitMultipleOperations() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
commitMultipleOperations() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
CommitMultipleOperationsBuilder - Interface in org.projectnessie.client.api
Request builder for "commit multiple operations".
commitWithResponse() - Method in interface org.projectnessie.client.api.CommitMultipleOperationsBuilder
Commit operations returning extended results.
CONF_CONNECT_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.transport.connect-timeout") for the network transport connect timeout in milliseconds, default is 5000.
CONF_ENABLE_API_COMPATIBILITY_CHECK - Static variable in class org.projectnessie.client.NessieConfigConstants
Enables API compatibility check when creating the Nessie client.
CONF_FORCE_URL_CONNECTION_CLIENT - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, when running on Java 11 force the use of the old URLConnection based client for HTTP, if set to true.
CONF_NESSIE_AUTH_TOKEN - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.token") for the token used for (bearer) authentication.
CONF_NESSIE_AUTH_TYPE - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.type") for the authentication provider ID.
CONF_NESSIE_AWS_PROFILE - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.aws.profile") for the profile name used for AWS authentication (optional).
CONF_NESSIE_AWS_REGION - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.aws.region") for the region used for AWS authentication.
CONF_NESSIE_CLIENT_BUILDER_IMPL - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.client-builder-impl") for custom client builder class name.
CONF_NESSIE_DISABLE_COMPRESSION - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.transport.disable-compression") to disable compression on the network layer, if set to true.
CONF_NESSIE_HTTP_2 - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, allow HTTP/2 upgrade, if set to true.
CONF_NESSIE_HTTP_REDIRECT - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, specify how redirects are handled.
CONF_NESSIE_OAUTH2_CLIENT_ID - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.client-id") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_CLIENT_SCOPES - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.client-scopes") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_CLIENT_SECRET - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.client-secret") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_DEFAULT_ACCESS_TOKEN_LIFESPAN - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.default-access-token-lifespan") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_DEFAULT_REFRESH_TOKEN_LIFESPAN - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.default-refresh-token-lifespan") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_GRANT_TYPE - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.grant-type") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_GRANT_TYPE_CLIENT_CREDENTIALS - Static variable in class org.projectnessie.client.NessieConfigConstants
 
CONF_NESSIE_OAUTH2_GRANT_TYPE_PASSWORD - Static variable in class org.projectnessie.client.NessieConfigConstants
 
CONF_NESSIE_OAUTH2_PASSWORD - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.password") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_REFRESH_SAFETY_WINDOW - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.refresh-safety-window") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_TOKEN_ENDPOINT - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.token-endpoint") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_ENABLED - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.token-exchange-enabled") for the OAuth2 authentication provider.
CONF_NESSIE_OAUTH2_USERNAME - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.authentication.oauth2.username") for the OAuth2 authentication provider.
CONF_NESSIE_PASSWORD - Static variable in class org.projectnessie.client.NessieConfigConstants
Deprecated.
"basic" HTTP authentication is not considered secure. Use NessieConfigConstants.CONF_NESSIE_AUTH_TOKEN instead.
CONF_NESSIE_REF - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.ref") for the nessie reference name used by clients, recommended setting.
CONF_NESSIE_REF_HASH - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.ref.hash") for the nessie reference hash used by clients, optional setting.
CONF_NESSIE_SNI_HOSTS - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, the SNI host names for SSL connections, see SSLParameters.setServerNames(List).
CONF_NESSIE_SNI_MATCHER - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, a single SNI matcher for SSL connections, see SSLParameters.setSNIMatchers(Collection).
CONF_NESSIE_SSL_CIPHER_SUITES - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, list of comma-separated cipher suites for SSL connections, see SSLParameters.setCipherSuites(String[]).
CONF_NESSIE_SSL_PROTOCOLS - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, list of comma-separated protocols for SSL connections, see SSLParameters.setProtocols(String[]).
CONF_NESSIE_TRACING - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.tracing") to enable adding the HTTP headers of an active OpenTracing span to all Nessie requests.
CONF_NESSIE_URI - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.uri") for the Nessie service URL.
CONF_NESSIE_USERNAME - Static variable in class org.projectnessie.client.NessieConfigConstants
Deprecated.
"basic" HTTP authentication is not considered secure. Use NessieConfigConstants.CONF_NESSIE_AUTH_TOKEN instead.
CONF_READ_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
Config property name ("nessie.transport.read-timeout") for the network transport read-timeout, default is 25000.
config - Variable in class org.projectnessie.client.http.HttpRequest
 
CONFLICT - org.projectnessie.client.http.Status
 
contains(String) - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
containsHeader(String) - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
containsHeader(String) - Method in interface org.projectnessie.client.http.RequestContext
 
contentsType - Variable in class org.projectnessie.client.http.HttpRequest
 
contentsType(String) - Method in class org.projectnessie.client.http.HttpRequest
 
copy() - Method in class org.projectnessie.client.http.HttpClient.Builder
Creates a (shallow) copy of this builder.
create() - Method in interface org.projectnessie.client.api.CreateNamespaceBuilder
 
create() - Method in interface org.projectnessie.client.api.CreateReferenceBuilder
 
create() - Method in class org.projectnessie.client.http.v2api.HttpCreateReference
 
create() - Method in class org.projectnessie.client.util.v2api.ClientSideCreateNamespace
 
create(String) - Static method in class org.projectnessie.client.auth.BearerAuthenticationProvider
 
create(String, String) - Static method in class org.projectnessie.client.auth.BasicAuthenticationProvider
 
create(OAuth2Authenticator) - Static method in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
 
create(Region) - Static method in class org.projectnessie.client.auth.AwsAuthenticationProvider
 
create(Region, String) - Static method in class org.projectnessie.client.auth.AwsAuthenticationProvider
 
CREATED - org.projectnessie.client.http.Status
 
createNamespace() - Method in interface org.projectnessie.client.api.NessieApiV1
Create a single Namespace.
createNamespace() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
createNamespace() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
CreateNamespaceBuilder - Interface in org.projectnessie.client.api
Request builder for creating a Namespace.
CreateNamespaceResult - Interface in org.projectnessie.client.api
 
createReference() - Method in interface org.projectnessie.client.api.NessieApiV1
Create a new reference.
createReference() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
createReference() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
CreateReferenceBuilder - Interface in org.projectnessie.client.api
Request builder for "create reference".
createWithResponse() - Method in interface org.projectnessie.client.api.CreateNamespaceBuilder
 
createWithResponse() - Method in class org.projectnessie.client.util.v2api.ClientSideCreateNamespace
 

D

DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class org.projectnessie.client.NessieConfigConstants
 
DEFAULT_DEFAULT_ACCESS_TOKEN_LIFESPAN - Static variable in class org.projectnessie.client.NessieConfigConstants
 
DEFAULT_DEFAULT_REFRESH_TOKEN_LIFESPAN - Static variable in class org.projectnessie.client.NessieConfigConstants
 
DEFAULT_READ_TIMEOUT_MILLIS - Static variable in class org.projectnessie.client.NessieConfigConstants
 
DEFAULT_REFRESH_SAFETY_WINDOW - Static variable in class org.projectnessie.client.NessieConfigConstants
 
defaultMergeMode - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
defaultMergeMode(MergeBehavior) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
defaultMergeMode(MergeBehavior) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
DEFLATE - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 
delete() - Method in interface org.projectnessie.client.api.DeleteBranchBuilder
 
delete() - Method in interface org.projectnessie.client.api.DeleteNamespaceBuilder
 
delete() - Method in interface org.projectnessie.client.api.DeleteReferenceBuilder
 
delete() - Method in interface org.projectnessie.client.api.DeleteTagBuilder
 
delete() - Method in interface org.projectnessie.client.http.ExecutableHttpRequest
 
delete() - Method in class org.projectnessie.client.http.HttpRequest
 
delete() - Method in class org.projectnessie.client.util.v2api.ClientSideDeleteNamespace
 
DELETE - org.projectnessie.client.http.HttpClient.Method
 
deleteBranch() - Method in interface org.projectnessie.client.api.NessieApiV1
Delete a branch.
deleteBranch() - Method in interface org.projectnessie.client.api.NessieApiV2
Deprecated.
Use deleteReference().asBranch() instead.
deleteBranch() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
deleteBranch() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
DeleteBranchBuilder - Interface in org.projectnessie.client.api
Request builder for "delete branch".
deleteNamespace() - Method in interface org.projectnessie.client.api.NessieApiV1
Delete a single Namespace.
deleteNamespace() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
deleteNamespace() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
DeleteNamespaceBuilder - Interface in org.projectnessie.client.api
Request builder for deleting a Namespace.
DeleteNamespaceResult - Interface in org.projectnessie.client.api
 
deleteReference() - Method in interface org.projectnessie.client.api.NessieApiV2
Delete a branch or a tag.
deleteReference() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
DeleteReferenceBuilder<T> - Interface in org.projectnessie.client.api
Request builder for deleting references.
deleteTag() - Method in interface org.projectnessie.client.api.NessieApiV1
Delete a tag.
deleteTag() - Method in interface org.projectnessie.client.api.NessieApiV2
Deprecated.
Use deleteReference().asTag() instead.
deleteTag() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
deleteTag() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
DeleteTagBuilder - Interface in org.projectnessie.client.api
Request builder for "delete tag".
deleteWithResponse() - Method in interface org.projectnessie.client.api.DeleteNamespaceBuilder
 
deleteWithResponse() - Method in class org.projectnessie.client.util.v2api.ClientSideDeleteNamespace
 
dryRun - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
dryRun(boolean) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
dryRun(boolean) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 

E

ENABLE_API_COMPATIBILITY_CHECK_SYSTEM_PROPERTY - Static variable in class org.projectnessie.client.http.HttpClientBuilder
 
ExecutableHttpRequest<E1 extends java.lang.Throwable,​E2 extends java.lang.Throwable> - Interface in org.projectnessie.client.http
This interface defines execution methods for HTTP client requests.
executeRequest(HttpClient.Method, Object) - Method in class org.projectnessie.client.http.HttpRequest
 
EXPECTATION_FAILED - org.projectnessie.client.http.Status
 
expectedHash - Variable in class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 

F

fetch(FetchOption) - Method in interface org.projectnessie.client.api.GetAllReferencesBuilder
Deprecated.
fetch(FetchOption) - Method in interface org.projectnessie.client.api.GetCommitLogBuilder
Deprecated.
fetch(FetchOption) - Method in interface org.projectnessie.client.api.GetReferenceBuilder
Deprecated.
fetch(FetchOption) - Method in interface org.projectnessie.client.api.GetAllReferencesBuilder
Will fetch additional metadata about Branch / Tag instances, such as number of commits ahead/behind or the common ancestor in relation to the default branch, and the commit metadata for the HEAD commit.
fetch(FetchOption) - Method in interface org.projectnessie.client.api.GetCommitLogBuilder
Will fetch additional metadata about each commit like operations in a commit and parent hash.
fetch(FetchOption) - Method in interface org.projectnessie.client.api.GetReferenceBuilder
Will fetch additional metadata about Branch instances, such as number of commits ahead/behind or the common ancestor in relation to the default branch, and the commit metadata for the HEAD commit.
fetch(FetchOption) - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
fetch(FetchOption) - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
fetch(FetchOption) - Method in class org.projectnessie.client.builder.BaseGetReferenceBuilder
 
fetchAdditionalInfo - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
fetchAdditionalInfo(boolean) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
fetchAdditionalInfo(boolean) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
fetchOption - Variable in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
fetchOption - Variable in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
fetchOption - Variable in class org.projectnessie.client.builder.BaseGetReferenceBuilder
 
filter - Variable in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
filter - Variable in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
filter - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
filter - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
filter - Variable in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
filter(String) - Method in interface org.projectnessie.client.api.QueryBuilder
Required: the CEL script.
filter(String) - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
filter(String) - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
filter(String) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
filter(String) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
filter(String) - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
filter(RequestContext) - Method in class org.projectnessie.client.http.NessieApiCompatibilityFilter
 
filter(RequestContext) - Method in interface org.projectnessie.client.http.RequestFilter
 
filter(ResponseContext) - Method in interface org.projectnessie.client.http.ResponseFilter
 
filter(ResponseContext) - Method in class org.projectnessie.client.rest.NessieHttpResponseFilter
 
FORBIDDEN - org.projectnessie.client.http.Status
 
forceUrlConnectionClient() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
FOUND - org.projectnessie.client.http.Status
 
fromCode(int) - Static method in enum org.projectnessie.client.http.Status
get Status enum from http return code.
fromConfig(Function<String, String>) - Static method in interface org.projectnessie.client.auth.NessieAuthenticationProvider
Configure a NessieAuthentication instance using the configuration supplied by configuration.
fromConfig(Function<String, String>) - Method in class org.projectnessie.client.http.HttpClientBuilder
Configure this HttpClientBuilder instance using a configuration object and standard Nessie configuration keys defined by the constants defined in NessieConfigConstants.
fromConfig(Function<String, String>) - Method in interface org.projectnessie.client.NessieClientBuilder
Configure this HttpClientBuilder instance using a configuration object and standard Nessie configuration keys defined by the constants defined in NessieConfigConstants.
fromHash - Variable in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
fromHash - Variable in class org.projectnessie.client.builder.BaseMergeReferenceBuilder
 
fromHash(String) - Method in interface org.projectnessie.client.api.MergeReferenceBuilder
 
fromHash(String) - Method in interface org.projectnessie.client.api.GetRefLogBuilder
Deprecated.
Hash of the reflog (inclusive) to end at (in chronological sense), the 'near' end of the reflog.
fromHash(String) - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
fromHash(String) - Method in class org.projectnessie.client.builder.BaseMergeReferenceBuilder
 
fromHashOnRef - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
fromHashOnRef(String) - Method in interface org.projectnessie.client.api.GetDiffBuilder
 
fromHashOnRef(String) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
fromRef(Reference) - Method in interface org.projectnessie.client.api.GetDiffBuilder
 
fromRef(Reference) - Method in interface org.projectnessie.client.api.MergeReferenceBuilder
fromRefName - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
fromRefName - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
fromRefName(String) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
fromRefName(String) - Method in interface org.projectnessie.client.api.GetDiffBuilder
 
fromRefName(String) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
fromRefName(String) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
fromSystemProperties() - Method in class org.projectnessie.client.http.HttpClientBuilder
Same semantics as HttpClientBuilder.fromConfig(Function), uses the system properties.
fromSystemProperties() - Method in interface org.projectnessie.client.NessieClientBuilder
Same semantics as NessieClientBuilder.fromConfig(Function), uses the system properties.

G

GATEWAY_TIMEOUT - org.projectnessie.client.http.Status
 
generateStream(Function<RESP, List<ENTRY>>, StreamingUtil.NextPage<RESP>) - Static method in class org.projectnessie.client.builder.StreamingUtil
 
get() - Method in interface org.projectnessie.client.api.GetAllReferencesBuilder
 
get() - Method in interface org.projectnessie.client.api.GetCommitLogBuilder
 
get() - Method in interface org.projectnessie.client.api.GetContentBuilder
 
get() - Method in interface org.projectnessie.client.api.GetDiffBuilder
 
get() - Method in interface org.projectnessie.client.api.GetEntriesBuilder
 
get() - Method in interface org.projectnessie.client.api.GetMultipleNamespacesBuilder
 
get() - Method in interface org.projectnessie.client.api.GetNamespaceBuilder
 
get() - Method in interface org.projectnessie.client.api.GetReferenceBuilder
 
get() - Method in interface org.projectnessie.client.api.GetRefLogBuilder
Deprecated.
 
get() - Method in interface org.projectnessie.client.api.GetRepositoryConfigBuilder
Retrieve the requested repository config types.
get() - Method in interface org.projectnessie.client.api.PagingBuilder
Advanced usage, for manual paging: fetches a response chunk (might be one page or complete response depending on use case and parameters), but callers must implement paging on their own, if necessary.
get() - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
get() - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
get() - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
get() - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
get() - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
get() - Method in interface org.projectnessie.client.http.ExecutableHttpRequest
 
get() - Method in class org.projectnessie.client.http.HttpRequest
 
get() - Method in class org.projectnessie.client.util.v2api.ClientSideGetMultipleNamespaces
 
get() - Method in class org.projectnessie.client.util.v2api.ClientSideGetNamespace
 
get(PARAMS) - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
get(PARAMS) - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
get(PARAMS) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
get(PARAMS) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
get(PARAMS) - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
GET - org.projectnessie.client.http.HttpClient.Method
 
getActualServerApiVersion() - Method in exception org.projectnessie.client.http.NessieApiCompatibilityException
The actual API version used by the server, or zero if the server does not report its actual API version.
getAllReferences() - Method in interface org.projectnessie.client.api.NessieApiV1
Get all references.
getAllReferences() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getAllReferences() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
GetAllReferencesBuilder - Interface in org.projectnessie.client.api
Request builder for "get all references".
getAllReferencesStream(NessieApiV1, Function<GetAllReferencesBuilder, GetAllReferencesBuilder>, OptionalInt) - Static method in class org.projectnessie.client.builder.StreamingUtil
Deprecated.
getAndDelete() - Method in interface org.projectnessie.client.api.DeleteBranchBuilder
Deletes the branch and returns its information as it was just before deletion.
getAndDelete() - Method in interface org.projectnessie.client.api.DeleteReferenceBuilder
Deletes the reference and returns its information as it was just before deletion.
getAndDelete() - Method in interface org.projectnessie.client.api.DeleteTagBuilder
Deletes the tag and returns its information as it was just before deletion.
getAuthentication() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getAuthTypeValue() - Method in class org.projectnessie.client.auth.AwsAuthenticationProvider
 
getAuthTypeValue() - Method in class org.projectnessie.client.auth.BasicAuthenticationProvider
 
getAuthTypeValue() - Method in class org.projectnessie.client.auth.BearerAuthenticationProvider
 
getAuthTypeValue() - Method in interface org.projectnessie.client.auth.NessieAuthenticationProvider
The authentication type discriminator.
getAuthTypeValue() - Method in class org.projectnessie.client.auth.NoneAuthenticationProvider
 
getAuthTypeValue() - Method in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
 
getBaseUri() - Method in class org.projectnessie.client.http.HttpClient.Builder
 
getBaseUri() - Method in interface org.projectnessie.client.http.HttpClient
 
getBaseUri() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getBaseUri() - Method in class org.projectnessie.client.http.impl.jdk11.JavaHttpClient
 
getBaseUri() - Method in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClient
 
getBody() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getBody() - Method in interface org.projectnessie.client.http.RequestContext
 
getClientApiVersion() - Method in exception org.projectnessie.client.http.NessieApiCompatibilityException
The client's API version.
getClientSpec() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getCode() - Method in enum org.projectnessie.client.http.Status
 
getCommitLog() - Method in interface org.projectnessie.client.api.NessieApiV1
Retrieve the commit log for a ref, potentially truncated by the backend.
getCommitLog() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getCommitLog() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
GetCommitLogBuilder - Interface in org.projectnessie.client.api
Request builder for "get commit log".
getCommitLogStream(NessieApiV1, Function<GetCommitLogBuilder, GetCommitLogBuilder>, OptionalInt) - Static method in class org.projectnessie.client.builder.StreamingUtil
Deprecated.
getConfig() - Method in interface org.projectnessie.client.api.NessieApiV1
Get the server configuration.
getConfig() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getConfig() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
getConfigApi() - Method in class org.projectnessie.client.http.NessieApiClient
 
getConnectionTimeoutMillis() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getContent() - Method in interface org.projectnessie.client.api.NessieApiV1
 
getContent() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getContent() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
getContentApi() - Method in class org.projectnessie.client.http.NessieApiClient
 
GetContentBuilder - Interface in org.projectnessie.client.api
Request builder for "get content".
getContentType() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getContentType() - Method in interface org.projectnessie.client.http.RequestContext
 
getContentType() - Method in interface org.projectnessie.client.http.ResponseContext
 
getDefaultBranch() - Method in interface org.projectnessie.client.api.NessieApiV1
Get details for the default reference.
getDefaultBranch() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getDefaultBranch() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
getDiff() - Method in interface org.projectnessie.client.api.NessieApiV1
Retrieve a diff between two references.
getDiff() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getDiff() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
getDiffApi() - Method in class org.projectnessie.client.http.NessieApiClient
 
GetDiffBuilder - Interface in org.projectnessie.client.api
Request builder for retrieving a diff between two references.
getEffectiveBranch() - Method in interface org.projectnessie.client.api.CreateNamespaceResult
 
getEffectiveBranch() - Method in interface org.projectnessie.client.api.DeleteNamespaceResult
 
getEffectiveBranch() - Method in interface org.projectnessie.client.api.UpdateNamespaceResult
 
getEffectiveReference() - Method in interface org.projectnessie.client.api.GetNamespaceResult
 
getEntries() - Method in interface org.projectnessie.client.api.NessieApiV1
Retrieve objects for a ref, potentially truncated by the backend.
getEntries() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getEntries() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
GetEntriesBuilder - Interface in org.projectnessie.client.api
Request builder for "get entries".
getEntriesStream(NessieApiV1, Function<GetEntriesBuilder, GetEntriesBuilder>, OptionalInt) - Static method in class org.projectnessie.client.builder.StreamingUtil
Deprecated.
getError() - Method in exception org.projectnessie.client.rest.NessieServiceException
 
getErrorCode() - Method in exception org.projectnessie.client.auth.oauth2.OAuth2Exception
 
getErrorStream() - Method in interface org.projectnessie.client.http.ResponseContext
 
getExpirationTime() - Method in interface org.projectnessie.client.auth.oauth2.Token
The token expiration time, if any.
getFirstValue(String) - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
getFollowRedirects() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getInputStream() - Method in interface org.projectnessie.client.http.ResponseContext
 
getInstance() - Static method in class org.projectnessie.client.auth.NoneAuthenticationProvider
 
getJsonView() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getMapper() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getMaxServerApiVersion() - Method in exception org.projectnessie.client.http.NessieApiCompatibilityException
The maximum API version supported by the server.
getMethod() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getMethod() - Method in interface org.projectnessie.client.http.RequestContext
 
getMinServerApiVersion() - Method in exception org.projectnessie.client.http.NessieApiCompatibilityException
The minimum API version supported by the server.
getMultipleNamespaces() - Method in interface org.projectnessie.client.api.NessieApiV1
Fetch one or more Namespaces based on a given prefix.
getMultipleNamespaces() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getMultipleNamespaces() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
GetMultipleNamespacesBuilder - Interface in org.projectnessie.client.api
Request builder for retrieving multiple Namespace instances based on a given namespace prefix.
getName() - Method in class org.projectnessie.client.http.impl.HttpHeaders.HttpHeader
 
getNamespace() - Method in interface org.projectnessie.client.api.CreateNamespaceResult
 
getNamespace() - Method in interface org.projectnessie.client.api.DeleteNamespaceResult
 
getNamespace() - Method in interface org.projectnessie.client.api.GetNamespaceResult
 
getNamespace() - Method in interface org.projectnessie.client.api.NessieApiV1
Fetch a single Namespace.
getNamespace() - Method in interface org.projectnessie.client.api.UpdateNamespaceResult
 
getNamespace() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getNamespace() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
getNamespaceApi() - Method in class org.projectnessie.client.http.NessieApiClient
 
getNamespaceBeforeUpdate() - Method in interface org.projectnessie.client.api.UpdateNamespaceResult
 
GetNamespaceBuilder - Interface in org.projectnessie.client.api
Request builder for retrieving a single Namespace.
GetNamespaceResult - Interface in org.projectnessie.client.api
 
getPage(String) - Method in interface org.projectnessie.client.builder.StreamingUtil.NextPage
 
getPayload() - Method in interface org.projectnessie.client.auth.oauth2.Token
The raw text of the token.
getReadTimeoutMillis() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getReason() - Method in enum org.projectnessie.client.http.Status
 
getReference() - Method in interface org.projectnessie.client.api.NessieApiV1
Get details of a particular ref, if it exists.
getReference() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
getReference() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
GetReferenceBuilder - Interface in org.projectnessie.client.api
Request builder for "get reference".
getRefLog() - Method in interface org.projectnessie.client.api.NessieApiV1
Deprecated.
getRefLog() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
Deprecated.
getRefLog() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
Deprecated.
getRefLogApi() - Method in class org.projectnessie.client.http.NessieApiClient
 
GetRefLogBuilder - Interface in org.projectnessie.client.api
Deprecated.
getReflogStream(NessieApiV1, Function<GetRefLogBuilder, GetRefLogBuilder>, OptionalInt) - Static method in class org.projectnessie.client.builder.StreamingUtil
Deprecated.
getRepositoryConfig() - Method in interface org.projectnessie.client.api.NessieApiV2
 
getRepositoryConfig() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
GetRepositoryConfigBuilder - Interface in org.projectnessie.client.api
 
getRequestedUri() - Method in interface org.projectnessie.client.http.ResponseContext
 
getRequestFilters() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getResponseCallbacks() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getResponseCallbacks() - Method in interface org.projectnessie.client.http.RequestContext
 
getResponseCode() - Method in interface org.projectnessie.client.http.ResponseContext
 
getResponseFilters() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getSingle(ContentKey) - Method in interface org.projectnessie.client.api.GetContentBuilder
 
getSslContext() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getSslParameters() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getStatus() - Method in exception org.projectnessie.client.auth.oauth2.OAuth2Exception
 
getTokenType() - Method in interface org.projectnessie.client.auth.oauth2.AccessToken
The type of the token issued, typically "Bearer".
getTreeApi() - Method in class org.projectnessie.client.http.NessieApiClient
 
getUri() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getUri() - Method in interface org.projectnessie.client.http.RequestContext
 
getValues() - Method in class org.projectnessie.client.http.impl.HttpHeaders.HttpHeader
 
getValues(String) - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
getWithResponse() - Method in interface org.projectnessie.client.api.GetContentBuilder
 
getWithResponse() - Method in interface org.projectnessie.client.api.GetNamespaceBuilder
 
getWithResponse() - Method in class org.projectnessie.client.util.v2api.ClientSideGetNamespace
 
GONE - org.projectnessie.client.http.Status
 
GZIP - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 

H

hash - Variable in class org.projectnessie.client.builder.BaseOnBranchBuilder
 
hash - Variable in class org.projectnessie.client.builder.BaseOnTagBuilder
 
hash(String) - Method in interface org.projectnessie.client.api.OnBranchBuilder
 
hash(String) - Method in interface org.projectnessie.client.api.OnTagBuilder
 
hash(String) - Method in interface org.projectnessie.client.api.ChangeReferenceBuilder
 
hash(String) - Method in class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 
hash(String) - Method in class org.projectnessie.client.builder.BaseOnBranchBuilder
 
hash(String) - Method in class org.projectnessie.client.builder.BaseOnTagBuilder
 
hashesToTransplant - Variable in class org.projectnessie.client.builder.BaseTransplantCommitsBuilder
 
hashesToTransplant(List<String>) - Method in interface org.projectnessie.client.api.TransplantCommitsBuilder
 
hashesToTransplant(List<String>) - Method in class org.projectnessie.client.builder.BaseTransplantCommitsBuilder
 
hashOnRef - Variable in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
hashOnRef - Variable in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
hashOnRef - Variable in class org.projectnessie.client.builder.BaseGetMultipleNamespacesBuilder
 
hashOnRef - Variable in class org.projectnessie.client.builder.BaseGetNamespaceBuilder
 
hashOnRef - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
hashOnRef(String) - Method in interface org.projectnessie.client.api.OnReferenceBuilder
Optional commit ID with an optional sequence of relative lookups.
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseGetMultipleNamespacesBuilder
 
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseGetNamespaceBuilder
 
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
header(String, String) - Method in class org.projectnessie.client.http.HttpRequest
 
HEADER_ACCEPT - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 
HEADER_ACCEPT_ENCODING - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 
HEADER_CONTENT_ENCODING - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 
HEADER_CONTENT_TYPE - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 
headers - Variable in class org.projectnessie.client.http.HttpRequest
 
HTTP_VERSION_NOT_SUPPORTED - org.projectnessie.client.http.Status
 
HttpApiV1 - Class in org.projectnessie.client.http.v1api
 
HttpApiV1(NessieApiClient) - Constructor for class org.projectnessie.client.http.v1api.HttpApiV1
 
HttpApiV2 - Class in org.projectnessie.client.http.v2api
 
HttpApiV2(HttpClient) - Constructor for class org.projectnessie.client.http.v2api.HttpApiV2
 
HttpAuthentication - Interface in org.projectnessie.client.http
Implementations of NessieAuthentication with this interface are able to produce RequestFilter instance to be used with HttpClient.
HttpClient - Interface in org.projectnessie.client.http
Simple Http client to make REST calls.
HttpClient.Builder - Class in org.projectnessie.client.http
 
HttpClient.Method - Enum in org.projectnessie.client.http
 
HttpClientBuilder - Class in org.projectnessie.client.http
A builder class that creates a NessieHttpClient via HttpClientBuilder.builder().
HttpClientBuilder() - Constructor for class org.projectnessie.client.http.HttpClientBuilder
 
HttpClientException - Exception in org.projectnessie.client.http
 
HttpClientException() - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientException(String) - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientException(String, Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientException(Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientException
 
HttpClientReadTimeoutException - Exception in org.projectnessie.client.http
Specialization of HttpClientException in the case of a timeout while waiting to read the response.
HttpClientReadTimeoutException() - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(String) - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(String, Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(Throwable) - Constructor for exception org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpCreateReference - Class in org.projectnessie.client.http.v2api
 
HttpCreateReference(HttpClient) - Constructor for class org.projectnessie.client.http.v2api.HttpCreateReference
 
HttpHeaders - Class in org.projectnessie.client.http.impl
 
HttpHeaders() - Constructor for class org.projectnessie.client.http.impl.HttpHeaders
 
HttpHeaders.HttpHeader - Class in org.projectnessie.client.http.impl
 
HttpRequest - Class in org.projectnessie.client.http
Class to hold an ongoing HTTP request and its parameters/filters.
HttpRequest(HttpRuntimeConfig) - Constructor for class org.projectnessie.client.http.HttpRequest
 
HttpResponse - Class in org.projectnessie.client.http
Simple holder for http response object.
HttpResponse(ResponseContext, ObjectMapper) - Constructor for class org.projectnessie.client.http.HttpResponse
 
HttpResponseFactory - Interface in org.projectnessie.client.http
Factory interface for creating HTTP response handlers.
HttpRuntimeConfig - Interface in org.projectnessie.client.http.impl
Implementation specific HTTP configuration holder.
HttpUtils - Class in org.projectnessie.client.http.impl
 

I

INTERNAL_SERVER_ERROR - org.projectnessie.client.http.Status
 
isDisableCompression() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
isFormEncoded() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
isFormEncoded() - Method in interface org.projectnessie.client.http.RequestContext
 
isHttp11Only() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
isJsonCompatibleResponse() - Method in interface org.projectnessie.client.http.ResponseContext
 

J

JavaHttpClient - Class in org.projectnessie.client.http.impl.jdk11
Nessie's HTTP client used when running on Java 11 or newer.
JavaHttpClient(HttpRuntimeConfig) - Constructor for class org.projectnessie.client.http.impl.jdk11.JavaHttpClient
 

K

keepIndividualCommits - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
keepIndividualCommits(boolean) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
keepIndividualCommits(boolean) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
key(ContentKey) - Method in interface org.projectnessie.client.api.GetContentBuilder
 
key(ContentKey) - Method in interface org.projectnessie.client.api.KeyRangeBuilder
 
key(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetContentBuilder
 
key(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
key(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
KeyRangeBuilder<R extends KeyRangeBuilder<R>> - Interface in org.projectnessie.client.api
 
keys - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
keys - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
keys(Collection<ContentKey>) - Method in interface org.projectnessie.client.api.KeyRangeBuilder
 
keys(Collection<ContentKey>) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
keys(Collection<ContentKey>) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
keys(List<ContentKey>) - Method in interface org.projectnessie.client.api.GetContentBuilder
 
keys(List<ContentKey>) - Method in class org.projectnessie.client.builder.BaseGetContentBuilder
 

L

LENGTH_REQUIRED - org.projectnessie.client.http.Status
 

M

make(ResponseContext, ObjectMapper) - Method in interface org.projectnessie.client.http.HttpResponseFactory
 
maxKey - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
maxKey - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
maxKey(ContentKey) - Method in interface org.projectnessie.client.api.KeyRangeBuilder
 
maxKey(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
maxKey(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
maxRecords - Variable in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
maxRecords - Variable in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
maxRecords - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
maxRecords - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
maxRecords - Variable in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
maxRecords(int) - Method in interface org.projectnessie.client.api.PagingBuilder
Sets the maximum number of records to be returned in a single response object from the PagingBuilder.get() method.
maxRecords(int) - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
maxRecords(int) - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
maxRecords(int) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
maxRecords(int) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
maxRecords(int) - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
merge() - Method in interface org.projectnessie.client.api.MergeReferenceBuilder
 
mergeKeyBehavior(MergeKeyBehavior) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
mergeKeyBehavior(MergeKeyBehavior) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
mergeMode(ContentKey, MergeBehavior) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
mergeMode(ContentKey, MergeBehavior) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
mergeModes - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
MergeReferenceBuilder - Interface in org.projectnessie.client.api
Request builder for "merge reference".
mergeRefIntoBranch() - Method in interface org.projectnessie.client.api.NessieApiV1
merge mergeRef onto ref.
mergeRefIntoBranch() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
mergeRefIntoBranch() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
MergeTransplantBuilder<R extends MergeTransplantBuilder<R>> - Interface in org.projectnessie.client.api
 
message - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
message(String) - Method in interface org.projectnessie.client.api.MergeReferenceBuilder
Sets a custom merge commit message.
message(String) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
See javadoc on overriding methods for details.
message(String) - Method in interface org.projectnessie.client.api.TransplantCommitsBuilder
Sets an override for the transplanted commit message.
message(String) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
METHOD_NOT_ALLOWED - org.projectnessie.client.http.Status
 
minKey - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
minKey - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
minKey(ContentKey) - Method in interface org.projectnessie.client.api.KeyRangeBuilder
 
minKey(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
minKey(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
ModifyNamespaceBuilder<R extends ModifyNamespaceBuilder<R>> - Interface in org.projectnessie.client.api
 
MOVED_PERMANENTLY - org.projectnessie.client.http.Status
 

N

namespace - Variable in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
namespace - Variable in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
namespace - Variable in class org.projectnessie.client.builder.BaseGetMultipleNamespacesBuilder
 
namespace - Variable in class org.projectnessie.client.builder.BaseGetNamespaceBuilder
 
namespace - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
namespace(String) - Method in interface org.projectnessie.client.api.OnNamespaceBuilder
 
namespace(Namespace) - Method in interface org.projectnessie.client.api.OnNamespaceBuilder
 
namespace(Namespace) - Method in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
namespace(Namespace) - Method in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
namespace(Namespace) - Method in class org.projectnessie.client.builder.BaseGetMultipleNamespacesBuilder
 
namespace(Namespace) - Method in class org.projectnessie.client.builder.BaseGetNamespaceBuilder
 
namespace(Namespace) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
namespaceDepth - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
namespaceDepth(Integer) - Method in interface org.projectnessie.client.api.GetEntriesBuilder
 
namespaceDepth(Integer) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
NessieApi - Interface in org.projectnessie.client.api
Base interface for all Nessie-API versions.
NessieApiClient - Class in org.projectnessie.client.http
 
NessieApiClient(HttpConfigApi, HttpTreeApi, HttpContentApi, HttpDiffApi, HttpRefLogApi, HttpNamespaceApi) - Constructor for class org.projectnessie.client.http.NessieApiClient
 
NessieApiCompatibilityException - Exception in org.projectnessie.client.http
 
NessieApiCompatibilityException(int, int, int, int) - Constructor for exception org.projectnessie.client.http.NessieApiCompatibilityException
 
NessieApiCompatibilityFilter - Class in org.projectnessie.client.http
 
NessieApiV1 - Interface in org.projectnessie.client.api
Interface for the Nessie V1 API implementation.
NessieApiV2 - Interface in org.projectnessie.client.api
Interface for the Nessie V2 API implementation.
NessieAuthentication - Interface in org.projectnessie.client.auth
Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc.
NessieAuthenticationProvider - Interface in org.projectnessie.client.auth
Base interface for different authentication methods like "basic" (username + plain password), bearer token, etc.
NessieBadResponseException - Exception in org.projectnessie.client.rest
Represents an unexpected response from the remote side, trying to access a Nessie endpoint.
NessieBadResponseException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieBadResponseException
 
NessieClientBuilder<IMPL extends NessieClientBuilder<IMPL>> - Interface in org.projectnessie.client
NessieApi builder interface.
NessieConfigConstants - Class in org.projectnessie.client
Configuration constants for Nessie clients.
NessieHttpResponseFilter - Class in org.projectnessie.client.rest
 
NessieHttpResponseFilter() - Constructor for class org.projectnessie.client.rest.NessieHttpResponseFilter
 
NessieInternalServerException - Exception in org.projectnessie.client.rest
Represents "Internal Server Errors" on trying to access a Nessie endpoint.
NessieInternalServerException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieInternalServerException
 
NessieNotAuthorizedException - Exception in org.projectnessie.client.rest
Indicates a condition where the client's request was not authorized to access the Nessie Server.
NessieNotAuthorizedException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieNotAuthorizedException
 
NessieServiceException - Exception in org.projectnessie.client.rest
A runtime exception that represents REST API errors that are beyond Nessie's control.
NessieServiceException(NessieError) - Constructor for exception org.projectnessie.client.rest.NessieServiceException
 
NETWORK_AUTHENTICATION_REQUIRED - org.projectnessie.client.http.Status
 
newRequest() - Method in interface org.projectnessie.client.http.HttpClient
 
newRequest() - Method in class org.projectnessie.client.http.impl.jdk11.JavaHttpClient
 
newRequest() - Method in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClient
 
NO_CONTENT - org.projectnessie.client.http.Status
 
NoneAuthenticationProvider - Class in org.projectnessie.client.auth
This authentication-"provider" just maps the "NONE" to a NessieAuthenticationProvider implementation, which "produces" a null NessieAuthentication instance, which means "no authentication".
NoneAuthenticationProvider() - Constructor for class org.projectnessie.client.auth.NoneAuthenticationProvider
 
NOT_ACCEPTABLE - org.projectnessie.client.http.Status
 
NOT_FOUND - org.projectnessie.client.http.Status
 
NOT_IMPLEMENTED - org.projectnessie.client.http.Status
 
NOT_MODIFIED - org.projectnessie.client.http.Status
 

O

OAuth2AuthenticationProvider - Class in org.projectnessie.client.auth.oauth2
 
OAuth2AuthenticationProvider() - Constructor for class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
 
OAuth2Authenticator - Interface in org.projectnessie.client.auth.oauth2
 
OAuth2Exception - Exception in org.projectnessie.client.auth.oauth2
 
OAuth2Exception(Status, ErrorResponse) - Constructor for exception org.projectnessie.client.auth.oauth2.OAuth2Exception
 
of(Namespace, Branch) - Static method in interface org.projectnessie.client.api.CreateNamespaceResult
 
of(Namespace, Branch) - Static method in interface org.projectnessie.client.api.DeleteNamespaceResult
 
of(Namespace, Namespace, Branch) - Static method in interface org.projectnessie.client.api.UpdateNamespaceResult
 
of(Namespace, Reference) - Static method in interface org.projectnessie.client.api.GetNamespaceResult
 
OK - org.projectnessie.client.http.Status
 
OnBranchBuilder<R extends OnBranchBuilder<R>> - Interface in org.projectnessie.client.api
Base interface for requests against a branch.
onlyDirectChildren(boolean) - Method in interface org.projectnessie.client.api.GetMultipleNamespacesBuilder
 
onlyDirectChildren(boolean) - Method in class org.projectnessie.client.util.v2api.ClientSideGetMultipleNamespaces
 
OnNamespaceBuilder<R extends OnNamespaceBuilder<R>> - Interface in org.projectnessie.client.api
 
OnReferenceBuilder<R extends OnReferenceBuilder<R>> - Interface in org.projectnessie.client.api
Base interface for requests against a named reference, either a branch or tag.
OnTagBuilder<R extends OnTagBuilder<R>> - Interface in org.projectnessie.client.api
Base interface for requests against a tag.
operation(Operation) - Method in interface org.projectnessie.client.api.CommitMultipleOperationsBuilder
 
operation(Operation) - Method in class org.projectnessie.client.builder.BaseCommitMultipleOperationsBuilder
 
operations - Variable in class org.projectnessie.client.builder.BaseCommitMultipleOperationsBuilder
 
operations(List<Operation>) - Method in interface org.projectnessie.client.api.CommitMultipleOperationsBuilder
 
operations(List<Operation>) - Method in class org.projectnessie.client.builder.BaseCommitMultipleOperationsBuilder
 
org.projectnessie.client - package org.projectnessie.client
 
org.projectnessie.client.api - package org.projectnessie.client.api
 
org.projectnessie.client.auth - package org.projectnessie.client.auth
 
org.projectnessie.client.auth.oauth2 - package org.projectnessie.client.auth.oauth2
 
org.projectnessie.client.builder - package org.projectnessie.client.builder
 
org.projectnessie.client.http - package org.projectnessie.client.http
 
org.projectnessie.client.http.impl - package org.projectnessie.client.http.impl
 
org.projectnessie.client.http.impl.jdk11 - package org.projectnessie.client.http.impl.jdk11
 
org.projectnessie.client.http.impl.jdk8 - package org.projectnessie.client.http.impl.jdk8
 
org.projectnessie.client.http.v1api - package org.projectnessie.client.http.v1api
 
org.projectnessie.client.http.v2api - package org.projectnessie.client.http.v2api
 
org.projectnessie.client.rest - package org.projectnessie.client.rest
 
org.projectnessie.client.util.v2api - package org.projectnessie.client.util.v2api
 

P

pageToken(String) - Method in interface org.projectnessie.client.api.PagingBuilder
Sets the page token from the previous' PagingBuilder.get() method invocation.
pageToken(String) - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
pageToken(String) - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
pageToken(String) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
pageToken(String) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
pageToken(String) - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
PagingBuilder<R extends PagingBuilder<R,​RESP,​ENTRY>,​RESP,​ENTRY> - Interface in org.projectnessie.client.api
 
params() - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
params() - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
params() - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
params() - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
params() - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
PARTIAL_CONTENT - org.projectnessie.client.http.Status
 
path(String) - Method in class org.projectnessie.client.http.HttpRequest
 
path(String) - Method in class org.projectnessie.client.http.impl.UriBuilder
 
PAYMENT_REQUIRED - org.projectnessie.client.http.Status
 
post(Object) - Method in interface org.projectnessie.client.http.ExecutableHttpRequest
 
post(Object) - Method in class org.projectnessie.client.http.HttpRequest
 
POST - org.projectnessie.client.http.HttpClient.Method
 
postForm(Object) - Method in class org.projectnessie.client.http.HttpRequest
Sets the content-type to application/x-www-form-urlencoded.
PRECONDITION_FAILED - org.projectnessie.client.http.Status
 
PRECONDITION_REQUIRED - org.projectnessie.client.http.Status
 
prefixKey - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
prefixKey - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
prefixKey(ContentKey) - Method in interface org.projectnessie.client.api.KeyRangeBuilder
 
prefixKey(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
prefixKey(ContentKey) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
prepareRequest(RequestContext) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
properties - Variable in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
properties(Map<String, String>) - Method in interface org.projectnessie.client.api.CreateNamespaceBuilder
 
properties(Map<String, String>) - Method in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
property(String, String) - Method in interface org.projectnessie.client.api.CreateNamespaceBuilder
 
property(String, String) - Method in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
propertyRemovals - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
propertyUpdates - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
PROXY_AUTHENTICATION_REQUIRED - org.projectnessie.client.http.Status
 
put(Object) - Method in interface org.projectnessie.client.http.ExecutableHttpRequest
 
put(Object) - Method in class org.projectnessie.client.http.HttpRequest
 
put(String, String) - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
PUT - org.projectnessie.client.http.HttpClient.Method
 
putHeader(String, String) - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
putHeader(String, String) - Method in interface org.projectnessie.client.http.RequestContext
 

Q

QueryBuilder<R extends QueryBuilder<R>> - Interface in org.projectnessie.client.api
 
queryParam(String, Integer) - Method in class org.projectnessie.client.http.HttpRequest
 
queryParam(String, String) - Method in class org.projectnessie.client.http.HttpRequest
 
queryParam(String, String) - Method in class org.projectnessie.client.http.impl.UriBuilder
 

R

readEntity(Class<V>) - Method in class org.projectnessie.client.http.HttpResponse
 
reference - Variable in class org.projectnessie.client.builder.BaseCreateReferenceBuilder
 
reference(Reference) - Method in interface org.projectnessie.client.api.CreateReferenceBuilder
Sets the name and hash of the reference-to-be-created.
reference(Reference) - Method in interface org.projectnessie.client.api.OnReferenceBuilder
reference(Reference) - Method in class org.projectnessie.client.builder.BaseCreateReferenceBuilder
 
reference(R) - Method in interface org.projectnessie.client.api.AssignReferenceBuilder
 
reference(R) - Method in interface org.projectnessie.client.api.ChangeReferenceBuilder
 
reference(R) - Method in interface org.projectnessie.client.api.DeleteReferenceBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseGetMultipleNamespacesBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseGetNamespaceBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseGetReferenceBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
refName(String) - Method in interface org.projectnessie.client.api.GetReferenceBuilder
 
refName(String) - Method in interface org.projectnessie.client.api.OnReferenceBuilder
 
refName(String) - Method in interface org.projectnessie.client.api.ChangeReferenceBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseDeleteNamespaceBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseGetMultipleNamespacesBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseGetNamespaceBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseGetReferenceBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
RefreshToken - Interface in org.projectnessie.client.auth.oauth2
 
refType(Reference.ReferenceType) - Method in interface org.projectnessie.client.api.ChangeReferenceBuilder
 
refType(Reference.ReferenceType) - Method in class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 
remove(String) - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
removeHeader(String) - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
removeHeader(String) - Method in interface org.projectnessie.client.http.RequestContext
 
removeProperties(Set<String>) - Method in interface org.projectnessie.client.api.UpdateNamespaceBuilder
 
removeProperties(Set<String>) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
removeProperty(String) - Method in interface org.projectnessie.client.api.UpdateNamespaceBuilder
 
removeProperty(String) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
repositoryConfig(RepositoryConfig) - Method in interface org.projectnessie.client.api.UpdateRepositoryConfigBuilder
Sets the repository config to create or update.
request - Variable in class org.projectnessie.client.builder.BaseGetContentBuilder
 
REQUEST_ENTITY_TOO_LARGE - org.projectnessie.client.http.Status
 
REQUEST_HEADER_FIELDS_TOO_LARGE - org.projectnessie.client.http.Status
 
REQUEST_TIMEOUT - org.projectnessie.client.http.Status
 
REQUEST_URI_TOO_LONG - org.projectnessie.client.http.Status
 
RequestContext - Interface in org.projectnessie.client.http
Context containing all important info about a request.
RequestContextImpl - Class in org.projectnessie.client.http.impl
 
RequestContextImpl(HttpHeaders, URI, HttpClient.Method, Object) - Constructor for class org.projectnessie.client.http.impl.RequestContextImpl
Construct a request context.
REQUESTED_RANGE_NOT_SATISFIABLE - org.projectnessie.client.http.Status
 
RequestFilter - Interface in org.projectnessie.client.http
Filter to be evaluated before making a request.
RESET_CONTENT - org.projectnessie.client.http.Status
 
resolveTemplate(String, String) - Method in class org.projectnessie.client.http.HttpRequest
 
resolveTemplate(String, String) - Method in class org.projectnessie.client.http.impl.UriBuilder
 
ResponseCheckFilter - Class in org.projectnessie.client.rest
 
ResponseCheckFilter() - Constructor for class org.projectnessie.client.rest.ResponseCheckFilter
 
ResponseContext - Interface in org.projectnessie.client.http
Interface for the important parts of a response.
responseFactory() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
ResponseFilter - Interface in org.projectnessie.client.http
Filter evaluated post call.
returnConflictAsResult - Variable in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
returnConflictAsResult(boolean) - Method in interface org.projectnessie.client.api.MergeTransplantBuilder
 
returnConflictAsResult(boolean) - Method in class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 

S

SEE_OTHER - org.projectnessie.client.http.Status
 
SERVICE_UNAVAILABLE - org.projectnessie.client.http.Status
 
setAuthentication(HttpAuthentication) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setBaseUri(URI) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setClientSpec(int) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setConnectionTimeoutMillis(int) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setDisableCompression(boolean) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setFollowRedirects(String) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setForceUrlConnectionClient(boolean) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setHttp2Upgrade(boolean) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setJsonView(Class<?>) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setObjectMapper(ObjectMapper) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setReadTimeoutMillis(int) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setResponseFactory(HttpResponseFactory) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setSslContext(SSLContext) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
setSslParameters(SSLParameters) - Method in class org.projectnessie.client.http.HttpClient.Builder
 
sourceRefName - Variable in class org.projectnessie.client.builder.BaseCreateReferenceBuilder
 
sourceRefName(String) - Method in interface org.projectnessie.client.api.CreateReferenceBuilder
Sets the name of the reference that contains the hash of the reference-to-be-created.
sourceRefName(String) - Method in class org.projectnessie.client.builder.BaseCreateReferenceBuilder
 
Status - Enum in org.projectnessie.client.http
HTTP request status enum.
stream() - Method in interface org.projectnessie.client.api.PagingBuilder
Retrieve entries/results as a Java Stream, uses automatic paging.
stream() - Method in class org.projectnessie.client.builder.BaseGetAllReferencesBuilder
 
stream() - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
stream() - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
stream() - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
stream() - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
StreamingUtil - Class in org.projectnessie.client.builder
Helper and utility methods around streaming of NessieApiV1 et al.
StreamingUtil.NextPage<R> - Interface in org.projectnessie.client.builder
 

T

tag(Tag) - Method in interface org.projectnessie.client.api.OnTagBuilder
tagName - Variable in class org.projectnessie.client.builder.BaseOnTagBuilder
 
tagName(String) - Method in interface org.projectnessie.client.api.OnTagBuilder
 
tagName(String) - Method in class org.projectnessie.client.builder.BaseOnTagBuilder
 
TEMPORARY_REDIRECT - org.projectnessie.client.http.Status
 
toHashOnRef - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
toHashOnRef(String) - Method in interface org.projectnessie.client.api.GetDiffBuilder
 
toHashOnRef(String) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
Token - Interface in org.projectnessie.client.auth.oauth2
A token issued by the authorization server.
TOO_MANY_REQUESTS - org.projectnessie.client.http.Status
 
toRef(Reference) - Method in interface org.projectnessie.client.api.GetDiffBuilder
 
toRefName - Variable in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
toRefName(String) - Method in interface org.projectnessie.client.api.GetDiffBuilder
 
toRefName(String) - Method in class org.projectnessie.client.builder.BaseGetDiffBuilder
 
toString() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
transplant() - Method in interface org.projectnessie.client.api.TransplantCommitsBuilder
 
TransplantCommitsBuilder - Interface in org.projectnessie.client.api
Request builder for "transplant commits".
transplantCommitsIntoBranch() - Method in interface org.projectnessie.client.api.NessieApiV1
cherry pick a set of commits into a branch.
transplantCommitsIntoBranch() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
transplantCommitsIntoBranch() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
type - Variable in class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 
type(RepositoryConfig.Type) - Method in interface org.projectnessie.client.api.GetRepositoryConfigBuilder
Used to add one or, by repeated invocations, more repository config types to retrieve.

U

UNAUTHORIZED - org.projectnessie.client.http.Status
 
UNSUPPORTED_CONFIG_MESSAGE - Static variable in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClient
 
UNSUPPORTED_MEDIA_TYPE - org.projectnessie.client.http.Status
 
untilHash - Variable in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
untilHash - Variable in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
untilHash(String) - Method in interface org.projectnessie.client.api.GetCommitLogBuilder
 
untilHash(String) - Method in interface org.projectnessie.client.api.GetRefLogBuilder
Deprecated.
Hash of the reflog (inclusive) to start from (in chronological sense), the 'far' end of the reflog.
untilHash(String) - Method in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
untilHash(String) - Method in class org.projectnessie.client.builder.BaseGetRefLogBuilder
Deprecated.
 
unwrap(Class<E>) - Method in class org.projectnessie.client.http.HttpRequest
 
unwrap(Class<E1>, Class<E2>) - Method in class org.projectnessie.client.http.HttpRequest
 
update() - Method in interface org.projectnessie.client.api.UpdateNamespaceBuilder
 
update() - Method in interface org.projectnessie.client.api.UpdateRepositoryConfigBuilder
Perform the request to create or update the repository config.
update() - Method in class org.projectnessie.client.util.v2api.ClientSideUpdateNamespace
 
UpdateNamespaceBuilder - Interface in org.projectnessie.client.api
Request builder for updating properties of a Namespace.
UpdateNamespaceResult - Interface in org.projectnessie.client.api
 
updateProperties() - Method in interface org.projectnessie.client.api.NessieApiV1
Updates properties of a Namespace.
updateProperties() - Method in class org.projectnessie.client.http.v1api.HttpApiV1
 
updateProperties() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
updateProperties(Map<String, String>) - Method in interface org.projectnessie.client.api.UpdateNamespaceBuilder
 
updateProperties(Map<String, String>) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
updateProperty(String, String) - Method in interface org.projectnessie.client.api.UpdateNamespaceBuilder
 
updateProperty(String, String) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
updateRepositoryConfig() - Method in interface org.projectnessie.client.api.NessieApiV2
 
updateRepositoryConfig() - Method in class org.projectnessie.client.http.v2api.HttpApiV2
 
UpdateRepositoryConfigBuilder - Interface in org.projectnessie.client.api
 
updateWithResponse() - Method in interface org.projectnessie.client.api.UpdateNamespaceBuilder
 
updateWithResponse() - Method in class org.projectnessie.client.util.v2api.ClientSideUpdateNamespace
 
uriBuilder - Variable in class org.projectnessie.client.http.HttpRequest
 
UriBuilder - Class in org.projectnessie.client.http.impl
Construct a URI from base and paths.
UriBuilder(URI) - Constructor for class org.projectnessie.client.http.impl.UriBuilder
 
UrlConnectionClient - Class in org.projectnessie.client.http.impl.jdk8
Simple Http client to make REST calls.
UrlConnectionClient(HttpRuntimeConfig) - Constructor for class org.projectnessie.client.http.impl.jdk8.UrlConnectionClient
Construct an HTTP client with a universal Accept header.
USE_PROXY - org.projectnessie.client.http.Status
 

V

valueOf(String) - Static method in enum org.projectnessie.client.http.HttpClient.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.projectnessie.client.http.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.projectnessie.client.http.HttpClient.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.projectnessie.client.http.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAuthentication(NessieAuthentication) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
withAuthentication(NessieAuthentication) - Method in interface org.projectnessie.client.NessieClientBuilder
Sets the NessieAuthentication instance to be used.
withAuthenticationFromConfig(Function<String, String>) - Method in class org.projectnessie.client.http.HttpClientBuilder
Configure only authentication in this HttpClientBuilder instance using a configuration object and standard Nessie configuration keys defined by the constants defined in NessieConfigConstants.
withAuthenticationFromConfig(Function<String, String>) - Method in interface org.projectnessie.client.NessieClientBuilder
Configure only authentication in this HttpClientBuilder instance using a configuration object and standard Nessie configuration keys defined by the constants defined in NessieConfigConstants.
withConnectionTimeout(int) - Method in class org.projectnessie.client.http.HttpClientBuilder
Set the connection timeout in milliseconds for this client.
withContent - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
withContent(boolean) - Method in interface org.projectnessie.client.api.GetEntriesBuilder
 
withContent(boolean) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
withDisableCompression(boolean) - Method in class org.projectnessie.client.http.HttpClientBuilder
Set whether the compression shall be disabled or not.
withEnableApiCompatibilityCheck(boolean) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
withFollowRedirects(String) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
withForceUrlConnectionClient(boolean) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
withHttp2Upgrade(boolean) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
withReadTimeout(int) - Method in class org.projectnessie.client.http.HttpClientBuilder
Set the read timeout in milliseconds for this client.
withResponseFactory(HttpResponseFactory) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
withSSLContext(SSLContext) - Method in class org.projectnessie.client.http.HttpClientBuilder
Set the SSL context for this client.
withSSLParameters(SSLParameters) - Method in class org.projectnessie.client.http.HttpClientBuilder
 
withTracing(boolean) - Method in class org.projectnessie.client.http.HttpClientBuilder
Whether to enable adding the HTTP headers of an active OpenTracing span to all Nessie requests.
withUri(String) - Method in interface org.projectnessie.client.NessieClientBuilder
Convenience method for NessieClientBuilder.withUri(URI) taking a string.
withUri(URI) - Method in class org.projectnessie.client.http.HttpClientBuilder
Set the Nessie server URI.
withUri(URI) - Method in interface org.projectnessie.client.NessieClientBuilder
Set the Nessie server URI.
writeToOutputStream(RequestContext, OutputStream) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages