Index

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 and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractNessieClientBuilder() - Constructor for class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
AbstractNessieHttpClientBuilder() - Constructor for class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
accept - Variable in class org.projectnessie.client.http.HttpRequest
 
accept(String) - Method in class org.projectnessie.client.http.HttpRequest
 
ACCEPTED - Static variable in class org.projectnessie.client.http.Status
 
ACCEPTED_CODE - Static variable in class org.projectnessie.client.http.Status
 
AccessToken - Interface in org.projectnessie.client.auth.oauth2
 
actorToken(TypedToken) - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
actorTokenProvider(BiFunction<AccessToken, RefreshToken, TypedToken>) - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
addCustomHeader(String, String) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
addRequestFilter(RequestFilter) - Method in interface org.projectnessie.client.http.HttpClient.Builder
Register a request filter.
addRequestFilter(RequestFilter) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
addRequestFilter(RequestFilter) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
Add a request filter to the client.
addRequestFilter(RequestFilter) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
addResponseCallback(BiConsumer<ResponseContext, Exception>) - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
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 interface org.projectnessie.client.http.HttpClient.Builder
Register a response filter.
addResponseFilter(ResponseFilter) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
addResponseFilter(ResponseFilter) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
Add a response filter to the client.
addResponseFilter(ResponseFilter) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
addScope(String) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
addScope(String) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
addScopes(String...) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
addScopes(String...) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
addTracing() - Method in interface 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
 
ApacheHttpClientFactory - Class in org.projectnessie.client.http.impl.apache
 
ApacheHttpClientFactory() - Constructor for class org.projectnessie.client.http.impl.apache.ApacheHttpClientFactory
 
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 authentication.
applyToHttpRequest(RequestContext) - Method in interface org.projectnessie.client.http.HttpAuthentication
Apply authentication to the HTTP request.
asBranch() - Method in interface org.projectnessie.client.api.AssignReferenceBuilder
 
asBranch() - Method in interface org.projectnessie.client.api.DeleteReferenceBuilder
 
asFunction() - Method in interface org.projectnessie.client.config.NessieClientConfigSource
 
asInstanceOf(Class<I>) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
asInstanceOf(Class<I>) - Method in interface org.projectnessie.client.NessieClientBuilder
 
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.rest.v1.HttpApiV1
 
assignBranch() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
Deprecated.
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.rest.v2.HttpApiV2
 
AssignReferenceBuilder<T> - 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.rest.v1.HttpApiV1
 
assignTag() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
Deprecated.
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
 
audience(String) - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
auth - Variable in class org.projectnessie.client.http.HttpRequest
 
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
 
authEndpoint(URI) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
authenticate() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2Authenticator
Attempts to authenticate the client and returns a valid AccessToken.
authentication(HttpAuthentication) - Method in class org.projectnessie.client.http.HttpRequest
Sets the authentication to use for this request.
AUTHORIZATION_CODE - Enum constant in enum class org.projectnessie.client.auth.oauth2.GrantType
 
AUTHORIZATION_CODE - Static variable in class org.projectnessie.client.auth.oauth2.GrantType.Constants
 
authorizationCodeFlowTimeout(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
authorizationCodeFlowWebServerPort(int) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
available() - Method in class org.projectnessie.client.http.impl.apache.ApacheHttpClientFactory
 
available() - Method in interface org.projectnessie.client.http.impl.HttpClientFactory
 
available() - Method in class org.projectnessie.client.http.impl.jdk11.JavaHttpClientFactory
 
available() - Method in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClientFactory
 
AwsAuthenticationProvider - Class in org.projectnessie.client.auth
AWS authentication provider.
AwsAuthenticationProvider() - Constructor for class org.projectnessie.client.auth.AwsAuthenticationProvider
 

B

backgroundThreadIdleTimeout(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
BAD_GATEWAY - Static variable in class org.projectnessie.client.http.Status
 
BAD_GATEWAY_CODE - Static variable in class org.projectnessie.client.http.Status
 
BAD_REQUEST - Static variable in class org.projectnessie.client.http.Status
 
BAD_REQUEST_CODE - Static variable in class 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
 
BaseHttpRequest - Class in org.projectnessie.client.http.impl
 
BaseHttpRequest(HttpRuntimeConfig, URI) - 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> - Class in org.projectnessie.client.builder
 
BaseMergeTransplantBuilder() - Constructor for class org.projectnessie.client.builder.BaseMergeTransplantBuilder
 
BaseOnBranchBuilder<R> - Class in org.projectnessie.client.builder
 
BaseOnBranchBuilder() - Constructor for class org.projectnessie.client.builder.BaseOnBranchBuilder
 
BaseOnTagBuilder<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 interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
build() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
build() - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
build() - Method in interface 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.NessieHttpClientBuilderImpl
 
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
 
buildClient(HttpRuntimeConfig) - Method in class org.projectnessie.client.http.impl.apache.ApacheHttpClientFactory
 
buildClient(HttpRuntimeConfig) - Method in interface org.projectnessie.client.http.impl.HttpClientFactory
 
buildClient(HttpRuntimeConfig) - Method in class org.projectnessie.client.http.impl.jdk11.JavaHttpClientFactory
 
buildClient(HttpRuntimeConfig) - Method in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClientFactory
 
builder() - Static method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
 
builder() - Static method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
 
builder() - Static method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig
 
builder() - Static method in interface org.projectnessie.client.http.HttpClient
 
builder() - Static method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
bypassFilters - Variable in class org.projectnessie.client.http.HttpRequest
 

C

canonicalName() - Method in enum class org.projectnessie.client.auth.oauth2.GrantType
 
capture() - Method in class org.projectnessie.client.rest.io.CapturingInputStream
Consumes the input stream up to 2048 bytes and returns the captured content as a string.
captured() - Method in class org.projectnessie.client.rest.io.CapturingInputStream
Returns the captured content so far, as a string.
CapturingInputStream - Class in org.projectnessie.client.rest.io
Captures the first 2kB of the input in case the response is not parsable, to provide a better error message to the user.
CapturingInputStream(InputStream) - Constructor for class org.projectnessie.client.rest.io.CapturingInputStream
 
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.
cleanUp(ResponseContext, RuntimeException) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
CLIENT_CREDENTIALS - Enum constant in enum class org.projectnessie.client.auth.oauth2.GrantType
 
CLIENT_CREDENTIALS - Static variable in class org.projectnessie.client.auth.oauth2.GrantType.Constants
 
clientId(String) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
clientId(String) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
clientSecret(String) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
clientSecret(String) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
clientSecret(Secret) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
clientSecret(Secret) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
clientSecretSupplier(Supplier<String>) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
clientSecretSupplier(Supplier<String>) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
ClientSideCreateNamespace - Class in org.projectnessie.client.api.ns
Supports previous "create namespace" functionality of the java client over Nessie API v2.
ClientSideCreateNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.api.ns.ClientSideCreateNamespace
 
ClientSideDeleteNamespace - Class in org.projectnessie.client.api.ns
Supports previous "delete namespace" functionality of the java client over Nessie API v2.
ClientSideDeleteNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.api.ns.ClientSideDeleteNamespace
 
ClientSideGetMultipleNamespaces - Class in org.projectnessie.client.api.ns
Supports previous "get multiple namespaces" functionality of the java client over Nessie API v2.
ClientSideGetMultipleNamespaces(NessieApiV2) - Constructor for class org.projectnessie.client.api.ns.ClientSideGetMultipleNamespaces
 
ClientSideGetNamespace - Class in org.projectnessie.client.api.ns
Supports previous "get namespace" functionality of the java client over Nessie API v2.
ClientSideGetNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.api.ns.ClientSideGetNamespace
 
ClientSideUpdateNamespace - Class in org.projectnessie.client.api.ns
Supports previous "update namespace" functionality of the java client over Nessie API v2.
ClientSideUpdateNamespace(NessieApiV2) - Constructor for class org.projectnessie.client.api.ns.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
Closes the authenticator and releases all resources.
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.ResponseClosingInputStream
 
close() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
close() - Method in class org.projectnessie.client.rest.v1.NessieApiClient
 
close() - Method in class org.projectnessie.client.rest.v1.RestV1Client
 
close() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
close(Exception) - Method in interface org.projectnessie.client.http.ResponseContext
Close the response context.
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.rest.v1.HttpApiV1
 
commitMultipleOperations() - Method in class org.projectnessie.client.rest.v2.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
Network level 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
Deprecated.
Use NessieConfigConstants.CONF_NESSIE_CLIENT_NAME with the value URLConnection.
CONF_NESSIE_AUTH_TOKEN - Static variable in class org.projectnessie.client.NessieConfigConstants
Token used for BEARER authentication.
CONF_NESSIE_AUTH_TYPE - Static variable in class org.projectnessie.client.NessieConfigConstants
ID of the authentication provider to use, default is no authentication.
CONF_NESSIE_AWS_PROFILE - Static variable in class org.projectnessie.client.NessieConfigConstants
AWS profile name used for AWS authentication (optional).
CONF_NESSIE_AWS_REGION - Static variable in class org.projectnessie.client.NessieConfigConstants
AWS region used for AWS authentication, must be configured to the same region as the Nessie setver.
CONF_NESSIE_CLIENT_API_VERSION - Static variable in class org.projectnessie.client.NessieConfigConstants
Explicitly specify the Nessie API version number to use.
CONF_NESSIE_CLIENT_BUILDER_IMPL - Static variable in class org.projectnessie.client.NessieConfigConstants
Deprecated.
Prefer using Nessie client implementation names, configured via "nessie.client-builder-name".
CONF_NESSIE_CLIENT_NAME - Static variable in class org.projectnessie.client.NessieConfigConstants
Name of the Nessie client to use.
CONF_NESSIE_COMMIT_AUTHORS - Static variable in class org.projectnessie.client.NessieConfigConstants
Set/override the author of all commits.
CONF_NESSIE_COMMIT_MESSAGE - Static variable in class org.projectnessie.client.NessieConfigConstants
Override all commit messages with the configured value.
CONF_NESSIE_COMMIT_SIGNED_OFF_BY - Static variable in class org.projectnessie.client.NessieConfigConstants
Set/override the signed-off-by of all commits.
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_AUTH_ENDPOINT - Static variable in class org.projectnessie.client.NessieConfigConstants
URL of the OAuth2 authorization endpoint.
CONF_NESSIE_OAUTH2_AUTHORIZATION_CODE_FLOW_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
Defines how long the client should wait for the authorization code flow to complete.
CONF_NESSIE_OAUTH2_AUTHORIZATION_CODE_FLOW_WEB_PORT - Static variable in class org.projectnessie.client.NessieConfigConstants
Port of the OAuth2 authorization code flow web server.
CONF_NESSIE_OAUTH2_BACKGROUND_THREAD_IDLE_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
Defines how long the background thread should be kept running if the client is not being actively used, or no token refreshes are being executed.
CONF_NESSIE_OAUTH2_CLIENT_ID - Static variable in class org.projectnessie.client.NessieConfigConstants
Client ID to use when authenticating against the OAuth2 server.
CONF_NESSIE_OAUTH2_CLIENT_SCOPES - Static variable in class org.projectnessie.client.NessieConfigConstants
Space-separated list of scopes to include in each request to the OAuth2 server.
CONF_NESSIE_OAUTH2_CLIENT_SECRET - Static variable in class org.projectnessie.client.NessieConfigConstants
Client secret to use when authenticating against the OAuth2 server.
CONF_NESSIE_OAUTH2_DEFAULT_ACCESS_TOKEN_LIFESPAN - Static variable in class org.projectnessie.client.NessieConfigConstants
Default access token lifespan; if the OAuth2 server returns an access token without specifying its expiration time, this value will be used.
CONF_NESSIE_OAUTH2_DEFAULT_REFRESH_TOKEN_LIFESPAN - Static variable in class org.projectnessie.client.NessieConfigConstants
Default refresh token lifespan.
CONF_NESSIE_OAUTH2_DEVICE_AUTH_ENDPOINT - Static variable in class org.projectnessie.client.NessieConfigConstants
URL of the OAuth2 device authorization endpoint.
CONF_NESSIE_OAUTH2_DEVICE_CODE_FLOW_POLL_INTERVAL - Static variable in class org.projectnessie.client.NessieConfigConstants
Defines how often the client should poll the OAuth2 server for the device code flow to complete.
CONF_NESSIE_OAUTH2_DEVICE_CODE_FLOW_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
Defines how long the client should wait for the device code flow to complete.
CONF_NESSIE_OAUTH2_GRANT_TYPE - Static variable in class org.projectnessie.client.NessieConfigConstants
The grant type to use when authenticating against the OAuth2 server.
CONF_NESSIE_OAUTH2_GRANT_TYPE_AUTHORIZATION_CODE - Static variable in class org.projectnessie.client.NessieConfigConstants
 
CONF_NESSIE_OAUTH2_GRANT_TYPE_CLIENT_CREDENTIALS - Static variable in class org.projectnessie.client.NessieConfigConstants
 
CONF_NESSIE_OAUTH2_GRANT_TYPE_DEVICE_CODE - 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_GRANT_TYPE_TOKEN_EXCHANGE - Static variable in class org.projectnessie.client.NessieConfigConstants
 
CONF_NESSIE_OAUTH2_IMPERSONATION_CLIENT_ID - Static variable in class org.projectnessie.client.NessieConfigConstants
For impersonation only.
CONF_NESSIE_OAUTH2_IMPERSONATION_CLIENT_SECRET - Static variable in class org.projectnessie.client.NessieConfigConstants
For impersonation only.
CONF_NESSIE_OAUTH2_IMPERSONATION_ENABLED - Static variable in class org.projectnessie.client.NessieConfigConstants
Whether to enable "impersonation" mode.
CONF_NESSIE_OAUTH2_IMPERSONATION_ISSUER_URL - Static variable in class org.projectnessie.client.NessieConfigConstants
For impersonation only.
CONF_NESSIE_OAUTH2_IMPERSONATION_SCOPES - Static variable in class org.projectnessie.client.NessieConfigConstants
For impersonation only.
CONF_NESSIE_OAUTH2_IMPERSONATION_TOKEN_ENDPOINT - Static variable in class org.projectnessie.client.NessieConfigConstants
For impersonation only.
CONF_NESSIE_OAUTH2_ISSUER_URL - Static variable in class org.projectnessie.client.NessieConfigConstants
OAuth2 issuer URL.
CONF_NESSIE_OAUTH2_PASSWORD - Static variable in class org.projectnessie.client.NessieConfigConstants
Password to use when authenticating against the OAuth2 server.
CONF_NESSIE_OAUTH2_PREEMPTIVE_TOKEN_REFRESH_IDLE_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
Defines for how long the OAuth2 provider should keep the tokens fresh, if the client is not being actively used.
CONF_NESSIE_OAUTH2_REFRESH_SAFETY_WINDOW - Static variable in class org.projectnessie.client.NessieConfigConstants
Refresh safety window to use; a new token will be fetched when the current token's remaining lifespan is less than this value.
CONF_NESSIE_OAUTH2_TOKEN_ENDPOINT - Static variable in class org.projectnessie.client.NessieConfigConstants
URL of the OAuth2 token endpoint.
CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_ACTOR_TOKEN - Static variable in class org.projectnessie.client.NessieConfigConstants
For token exchanges only.
CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_ACTOR_TOKEN_TYPE - Static variable in class org.projectnessie.client.NessieConfigConstants
For token exchanges only.
CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_AUDIENCE - Static variable in class org.projectnessie.client.NessieConfigConstants
For token exchanges only.
CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_RESOURCE - Static variable in class org.projectnessie.client.NessieConfigConstants
For token exchanges only.
CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_SUBJECT_TOKEN - Static variable in class org.projectnessie.client.NessieConfigConstants
For token exchanges only.
CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_SUBJECT_TOKEN_TYPE - Static variable in class org.projectnessie.client.NessieConfigConstants
For token exchanges only.
CONF_NESSIE_OAUTH2_USERNAME - Static variable in class org.projectnessie.client.NessieConfigConstants
Username to use when authenticating against the OAuth2 server.
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
Name of the initial Nessie reference, usually main.
CONF_NESSIE_REF_HASH - Static variable in class org.projectnessie.client.NessieConfigConstants
Commit ID (hash) on "nessie.ref", usually not specified.
CONF_NESSIE_SNI_HOSTS - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, comma-separated list of SNI host names for SSL connections.
CONF_NESSIE_SNI_MATCHER - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, a single SNI matcher for SSL connections.
CONF_NESSIE_SSL_CIPHER_SUITES - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, list of comma-separated cipher suites for SSL connections.
CONF_NESSIE_SSL_NO_CERTIFICATE_VERIFICATION - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, disables certificate verifications, if set to true.
CONF_NESSIE_SSL_PROTOCOLS - Static variable in class org.projectnessie.client.NessieConfigConstants
Optional, list of comma-separated protocols for SSL connections.
CONF_NESSIE_TRACING - Static variable in class org.projectnessie.client.NessieConfigConstants
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
Network level read timeout in milliseconds.
config - Variable in class org.projectnessie.client.http.HttpRequest
 
CONFLICT - Static variable in class org.projectnessie.client.http.Status
 
CONFLICT_CODE - Static variable in class org.projectnessie.client.http.Status
 
Constants() - Constructor for class org.projectnessie.client.auth.oauth2.GrantType.Constants
 
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 interface org.projectnessie.client.auth.NessieAuthentication
 
copy() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2Authenticator
 
copy() - Method in interface org.projectnessie.client.http.HttpAuthentication
 
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.api.ns.ClientSideCreateNamespace
 
create() - Method in class org.projectnessie.client.rest.v2.HttpCreateReference
 
create(String) - Static method in class org.projectnessie.client.auth.BearerAuthenticationProvider
 
create(String, String) - Static method in class org.projectnessie.client.auth.BasicAuthenticationProvider
 
create(String, Supplier<String>) - Static method in class org.projectnessie.client.auth.BasicAuthenticationProvider
 
create(OAuth2Authenticator) - Static method in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
Creates a new OAuth2Authenticator from the given authenticator.
create(OAuth2AuthenticatorConfig) - Static method in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
Creates a new OAuth2Authenticator from the given config.
create(Region) - Static method in class org.projectnessie.client.auth.AwsAuthenticationProvider
 
create(Region, String) - Static method in class org.projectnessie.client.auth.AwsAuthenticationProvider
 
createClientBuilder(String, String) - Static method in interface org.projectnessie.client.NessieClientBuilder
Returns the Nessie client builder that matches the requested client name or client builder implementation class.
createClientBuilderFromSystemSettings() - Static method in interface org.projectnessie.client.NessieClientBuilder
Constructs a client builder instance using config settings from Java system properties, process environment, Nessie client config file ~/.config/nessie/nessie-client.properties, dot-env file ~/.env.
createClientBuilderFromSystemSettings(NessieClientConfigSource) - Static method in interface org.projectnessie.client.NessieClientBuilder
 
CREATED - Static variable in class org.projectnessie.client.http.Status
 
CREATED_CODE - Static variable in class org.projectnessie.client.http.Status
 
createNamespace() - Method in interface org.projectnessie.client.api.NessieApiV1
Create a single Namespace.
createNamespace() - Method in interface org.projectnessie.client.api.NessieApiV2
 
createNamespace() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
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.rest.v1.HttpApiV1
 
createReference() - Method in class org.projectnessie.client.rest.v2.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.api.ns.ClientSideCreateNamespace
 
CURRENT_ACCESS_TOKEN - Static variable in class org.projectnessie.client.NessieConfigConstants
 
CURRENT_REFRESH_TOKEN - Static variable in class org.projectnessie.client.NessieConfigConstants
 

D

DEFAULT_AUTHORIZATION_CODE_FLOW_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
 
DEFAULT_BACKGROUND_THREAD_IDLE_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
 
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_DEVICE_CODE_FLOW_POLL_INTERVAL - Static variable in class org.projectnessie.client.NessieConfigConstants
 
DEFAULT_DEVICE_CODE_FLOW_TIMEOUT - Static variable in class org.projectnessie.client.NessieConfigConstants
 
DEFAULT_PREEMPTIVE_TOKEN_REFRESH_IDLE_TIMEOUT - 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
 
defaultAccessTokenLifespan(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
defaultConfigSources() - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Creates a configuration value retriever using reasonable default config sources.
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
 
defaultRefreshTokenLifespan(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
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 class org.projectnessie.client.api.ns.ClientSideDeleteNamespace
 
delete() - Method in interface org.projectnessie.client.http.ExecutableHttpRequest
 
delete() - Method in class org.projectnessie.client.http.HttpRequest
 
DELETE - Enum constant in enum class 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.rest.v1.HttpApiV1
 
deleteBranch() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
Deprecated.
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 interface org.projectnessie.client.api.NessieApiV2
 
deleteNamespace() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
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.rest.v2.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.rest.v1.HttpApiV1
 
deleteTag() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
Deprecated.
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.api.ns.ClientSideDeleteNamespace
 
DEVICE_CODE - Enum constant in enum class org.projectnessie.client.auth.oauth2.GrantType
 
DEVICE_CODE - Static variable in class org.projectnessie.client.auth.oauth2.GrantType.Constants
 
deviceAuthEndpoint(URI) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
deviceCodeFlowPollInterval(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
deviceCodeFlowTimeout(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
DeviceCodeResponse - Interface in org.projectnessie.client.auth.oauth2
A device authorization response as defined in RFC 8628 Section 3.2.
doesOutput() - Method in interface org.projectnessie.client.http.RequestContext
 
dotEnvFileConfigSource() - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the ~/.env file.
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

emptyConfigSource() - Static method in class org.projectnessie.client.config.NessieClientConfigSources
 
enabled(boolean) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
environmentConfigSource(Map<String, String>) - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the given map, where keys in the file follow the environment name mapping.
environmentFileConfigSource(Path) - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the given file, where keys in the file follow the environment name mapping.
equals(Object) - Method in class org.projectnessie.client.http.Status
 
Examples for creating the reference. - Search tag in interface org.projectnessie.client.api.CreateReferenceBuilder
Section
ExecutableHttpRequest<E1,E2> - 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
 
executeRequest(HttpClient.Method, Object) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
executor(ScheduledExecutorService) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
EXPECTATION_FAILED - Static variable in class org.projectnessie.client.http.Status
 
EXPECTATION_FAILED_CODE - Static variable in class org.projectnessie.client.http.Status
 
expectedHash - Variable in class org.projectnessie.client.builder.BaseChangeReferenceBuilder
 

F

fallbackTo(NessieClientConfigSource) - Method in interface org.projectnessie.client.config.NessieClientConfigSource
 
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
 
fetchPage(String) - Method in interface org.projectnessie.client.builder.StreamingUtil.PageFetcher
 
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(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(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 - Static variable in class org.projectnessie.client.http.Status
 
FORBIDDEN_CODE - Static variable in class org.projectnessie.client.http.Status
 
forWrite - Variable in class org.projectnessie.client.builder.BaseGetContentBuilder
 
forWrite - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
forWrite(boolean) - Method in interface org.projectnessie.client.api.GetContentBuilder
Set to true to perform access checks for write/create access in addition to read access checks.
forWrite(boolean) - Method in class org.projectnessie.client.builder.BaseGetContentBuilder
 
FOUND - Static variable in class org.projectnessie.client.http.Status
 
FOUND_CODE - Static variable in class org.projectnessie.client.http.Status
 
from(OAuth2AuthenticatorConfig) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
fromCode(int) - Static method in class 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.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
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.http.NessieHttpClientBuilder
 
fromConfig(Function<String, String>) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
fromConfig(Function<String, String>) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
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.
fromConfigName(String) - Static method in enum class org.projectnessie.client.auth.oauth2.GrantType
 
fromConfigSupplier(Function<String, String>) - Static method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
 
fromConfigSupplier(Function<String, String>) - Static method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
Creates a new OAuth2AuthenticatorConfig from the given configuration supplier.
fromConfigSupplier(Function<String, String>) - Static method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig
 
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.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
 
fromIcebergRestCatalogProperties(Map<String, String>) - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Produces a config source from the Iceberg RESTCatalog properties, mapping Nessie client configs to Iceberg REST catalog properties, requiring REST catalog properties as returned from Nessie Catalog.
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.NessieClientBuilder.AbstractNessieClientBuilder
Deprecated.
fromSystemProperties() - Method in interface org.projectnessie.client.NessieClientBuilder

G

GATEWAY_TIMEOUT - Static variable in class org.projectnessie.client.http.Status
 
GATEWAY_TIMEOUT_CODE - Static variable in class org.projectnessie.client.http.Status
 
generateStream(Function<RESP, List<ENTRY>>, StreamingUtil.PageFetcher<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 class org.projectnessie.client.api.ns.ClientSideGetMultipleNamespaces
 
get() - Method in class org.projectnessie.client.api.ns.ClientSideGetNamespace
 
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 interface org.projectnessie.client.api.ReferenceHistoryBuilder
 
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 interface org.projectnessie.client.http.ExecutableHttpRequest
 
get() - Method in class org.projectnessie.client.http.HttpRequest
 
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 - Enum constant in enum class org.projectnessie.client.http.HttpClient.Method
 
getActorTokenProvider() - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig
The actor token provider.
getActualServerApiVersion() - Method in exception class 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.rest.v1.HttpApiV1
 
getAllReferences() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
GetAllReferencesBuilder - Interface in org.projectnessie.client.api
Request builder for "get all references".
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.
getAudience() - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig
The logical name of the target service where the client intends to use the requested security token.
getAuthEndpoint() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 authorization endpoint.
getAuthentication() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getAuthorizationCodeFlowTimeout() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
How long to wait for an authorization code.
getAuthorizationCodeFlowWebServerPort() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The port to use for the local web server that listens for the authorization code.
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
 
getBackgroundThreadIdleTimeout() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The maximum time a background thread can be idle before it is closed.
getBaseUri() - Method in interface org.projectnessie.client.http.HttpClient
 
getBaseUri() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getBody() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getBody() - Method in interface org.projectnessie.client.http.RequestContext
 
getClientApiVersion() - Method in exception class org.projectnessie.client.http.NessieApiCompatibilityException
The client's API version.
getClientId() - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
An alternate client ID to use for impersonations only.
getClientId() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 client ID.
getClientSecret() - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
An alternate, static client secret to use for impersonations only.
getClientSecret() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 static client secret.
getClientSecretSupplier() - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
An alternate client secret supplier to use for impersonations only.
getClientSecretSupplier() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 client secret supplier.
getClientSpec() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getCode() - Method in class 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.rest.v1.HttpApiV1
 
getCommitLog() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
GetCommitLogBuilder - Interface in org.projectnessie.client.api
Request builder for "get commit log".
getConfig() - Method in interface org.projectnessie.client.api.NessieApiV1
Get the server configuration.
getConfig() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
getConfig() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
getConfigApi() - Method in class org.projectnessie.client.rest.v1.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.rest.v1.HttpApiV1
 
getContent() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
getContentApi() - Method in class org.projectnessie.client.rest.v1.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
 
getDefaultAccessTokenLifespan() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The default access token lifespan.
getDefaultBranch() - Method in interface org.projectnessie.client.api.NessieApiV1
Get details for the default reference.
getDefaultBranch() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
getDefaultBranch() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
getDefaultRefreshTokenLifespan() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The default refresh token lifespan.
getDeviceAuthEndpoint() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 device authorization endpoint.
getDeviceCode() - Method in interface org.projectnessie.client.auth.oauth2.DeviceCodeResponse
REQUIRED.
getDeviceCodeFlowPollInterval() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
How often to poll the token endpoint.
getDeviceCodeFlowTimeout() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
How long to wait for the device code flow to complete.
getDiff() - Method in interface org.projectnessie.client.api.NessieApiV1
Retrieve a diff between two references.
getDiff() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
getDiff() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
getDiffApi() - Method in class org.projectnessie.client.rest.v1.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.rest.v1.HttpApiV1
 
getEntries() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
GetEntriesBuilder - Interface in org.projectnessie.client.api
Request builder for "get entries".
getError() - Method in exception class org.projectnessie.client.rest.NessieServiceException
 
getErrorCode() - Method in exception class org.projectnessie.client.auth.oauth2.OAuth2Exception
 
getErrorDescription() - Method in exception class org.projectnessie.client.auth.oauth2.OAuth2Exception
 
getExecutor() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The executor to use for background tasks such as refreshing tokens.
getExpirationTime() - Method in interface org.projectnessie.client.auth.oauth2.Token
The token expiration time, if any.
getExpiresInSeconds() - Method in interface org.projectnessie.client.auth.oauth2.DeviceCodeResponse
REQUIRED.
getFirstValue(String) - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
getFollowRedirects() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getGrantType() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 grant type.
getImpersonationConfig() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The impersonation configuration.
getInputStream() - Method in interface org.projectnessie.client.http.ResponseContext
Get the input stream for the response.
getInstance() - Static method in class org.projectnessie.client.auth.NoneAuthenticationProvider
 
getIntervalSeconds() - Method in interface org.projectnessie.client.auth.oauth2.DeviceCodeResponse
OPTIONAL.
getIssuerUrl() - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
The root URL of an alternate OpenID Connect identity issuer provider, which will be used for discovering supported endpoints and their locations, but only for impersonation.
getIssuerUrl() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The root URL of the OpenID Connect identity issuer provider, which will be used for discovering supported endpoints and their locations.
getJsonView() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getMapper() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getMaxServerApiVersion() - Method in exception class 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 class 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 interface org.projectnessie.client.api.NessieApiV2
 
getMultipleNamespaces() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
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.NessieApiV2
 
getNamespace() - Method in interface org.projectnessie.client.api.UpdateNamespaceResult
 
getNamespace() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
getNamespaceApi() - Method in class org.projectnessie.client.rest.v1.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
 
getObjectMapper() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The ObjectMapper to use for JSON serialization and deserialization.
getPassword() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 static password.
getPasswordSupplier() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 password supplier.
getPayload() - Method in interface org.projectnessie.client.auth.oauth2.Token
The raw text of the token.
getPreemptiveTokenRefreshIdleTimeout() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
For how long the OAuth2 client should keep the tokens fresh, if the client is not being actively used.
getReadTimeoutMillis() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getReason() - Method in class 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.rest.v1.HttpApiV1
 
getReference() - Method in class org.projectnessie.client.rest.v2.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 interface org.projectnessie.client.api.NessieApiV2
Deprecated.
getRefLog() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
Deprecated.
GetRefLogBuilder - Interface in org.projectnessie.client.api
Deprecated.
getRefreshSafetyWindow() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The refresh safety window.
getRepositoryConfig() - Method in interface org.projectnessie.client.api.NessieApiV2
 
getRepositoryConfig() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
GetRepositoryConfigBuilder - Interface in org.projectnessie.client.api
 
getRequestedTokenType() - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig
The type of the requested security token.
getRequestedUri() - Method in interface org.projectnessie.client.http.ResponseContext
 
getRequestFilters() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getRequestUri() - Method in class org.projectnessie.client.http.HttpResponse
 
getResource() - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig
A URI that indicates the target service or resource where the client intends to use the requested security token.
getResponseCallbacks() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getResponseCallbacks() - Method in interface org.projectnessie.client.http.RequestContext
 
getResponseFilters() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getScope() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
Deprecated.
getScopes() - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
Custom OAuth2 scopes for impersonation only.
getScopes() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 scopes.
getSingle(ContentKey) - Method in interface org.projectnessie.client.api.GetContentBuilder
 
getSslContext() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The SSL context to use for HTTPS connections to the authentication provider, if the server uses a self-signed certificate or a certificate signed by a CA that is not in the default trust store of the JVM.
getSslContext() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getSslParameters() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
getStatus() - Method in exception class org.projectnessie.client.http.HttpClientResponseException
 
getStatus() - Method in class org.projectnessie.client.http.HttpResponse
 
getStatus() - Method in interface org.projectnessie.client.http.ResponseContext
Get the status of the response.
getSubjectTokenProvider() - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig
The subject token provider.
getTokenEndpoint() - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
An alternate OAuth2 token endpoint, for impersonation only.
getTokenEndpoint() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 token endpoint.
getTokenExchangeConfig() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The token exchange configuration.
getTokenExchangeEnabled() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
Deprecated.
getTokenType() - Method in interface org.projectnessie.client.auth.oauth2.AccessToken
The type of the token issued, typically "Bearer".
getTokenType() - Method in interface org.projectnessie.client.auth.oauth2.TypedToken
The type of the token.
getTreeApi() - Method in class org.projectnessie.client.rest.v1.NessieApiClient
 
getUri() - Method in class org.projectnessie.client.http.impl.RequestContextImpl
 
getUri() - Method in interface org.projectnessie.client.http.RequestContext
 
getUserCode() - Method in interface org.projectnessie.client.auth.oauth2.DeviceCodeResponse
REQUIRED.
getUsername() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig
The OAuth2 username.
getValue(String) - Method in interface org.projectnessie.client.config.NessieClientConfigSource
 
getValues() - Method in class org.projectnessie.client.http.impl.HttpHeaders.HttpHeader
 
getValues(String) - Method in class org.projectnessie.client.http.impl.HttpHeaders
 
getVerificationUri() - Method in interface org.projectnessie.client.auth.oauth2.DeviceCodeResponse
REQUIRED.
getVerificationUriComplete() - Method in interface org.projectnessie.client.auth.oauth2.DeviceCodeResponse
OPTIONAL.
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.api.ns.ClientSideGetNamespace
 
GONE - Static variable in class org.projectnessie.client.http.Status
 
GONE_CODE - Static variable in class org.projectnessie.client.http.Status
 
grantType(GrantType) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
GrantType - Enum Class in org.projectnessie.client.auth.oauth2
 
GrantType.Constants - Class in org.projectnessie.client.auth.oauth2
 
GZIP - Static variable in class org.projectnessie.client.http.impl.HttpUtils
 
GZIP_DEFLATE - 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
 
hashCode() - Method in class org.projectnessie.client.http.Status
 
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.BaseGetCommitLogBuilder
 
hashOnRef - Variable in class org.projectnessie.client.builder.BaseGetContentBuilder
 
hashOnRef - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
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.BaseGetCommitLogBuilder
 
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseGetContentBuilder
 
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
hashOnRef(String) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
headCommitsToScan(Integer) - Method in interface org.projectnessie.client.api.ReferenceHistoryBuilder
 
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 - Static variable in class org.projectnessie.client.http.Status
 
HTTP_VERSION_NOT_SUPPORTED_CODE - Static variable in class org.projectnessie.client.http.Status
 
HttpApiV1 - Class in org.projectnessie.client.rest.v1
 
HttpApiV1(NessieApiClient) - Constructor for class org.projectnessie.client.rest.v1.HttpApiV1
 
HttpApiV2 - Class in org.projectnessie.client.rest.v2
 
HttpApiV2(HttpClient) - Constructor for class org.projectnessie.client.rest.v2.HttpApiV2
 
HttpAuthentication - Interface in org.projectnessie.client.http
A special RequestFilter that applies authentication to the HTTP request, typically in the form of HTTP headers.
httpClient() - Method in class org.projectnessie.client.rest.v1.NessieApiClient
 
httpClient() - Method in class org.projectnessie.client.rest.v1.RestV1Client
 
HttpClient - Interface in org.projectnessie.client.http
Simple Http client to make REST calls.
HttpClient.Builder - Interface in org.projectnessie.client.http
 
HttpClient.Method - Enum Class in org.projectnessie.client.http
 
HttpClientException - Exception Class in org.projectnessie.client.http
 
HttpClientException() - Constructor for exception class org.projectnessie.client.http.HttpClientException
 
HttpClientException(String) - Constructor for exception class org.projectnessie.client.http.HttpClientException
 
HttpClientException(String, Throwable) - Constructor for exception class org.projectnessie.client.http.HttpClientException
 
HttpClientException(Throwable) - Constructor for exception class org.projectnessie.client.http.HttpClientException
 
HttpClientFactory - Interface in org.projectnessie.client.http.impl
 
HttpClientReadTimeoutException - Exception Class in org.projectnessie.client.http
Specialization of HttpClientException in the case of a timeout while waiting to read the response.
HttpClientReadTimeoutException() - Constructor for exception class org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(String) - Constructor for exception class org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(String, Throwable) - Constructor for exception class org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientReadTimeoutException(Throwable) - Constructor for exception class org.projectnessie.client.http.HttpClientReadTimeoutException
 
HttpClientResponseException - Exception Class in org.projectnessie.client.http
A generic exception thrown when the server replies with an unexpected status code.
HttpClientResponseException(String, Status) - Constructor for exception class org.projectnessie.client.http.HttpClientResponseException
 
HttpCreateReference - Class in org.projectnessie.client.rest.v2
 
HttpCreateReference(HttpClient) - Constructor for class org.projectnessie.client.rest.v2.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, URI) - 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
Utility methods for HTTP clients.

I

impersonationConfig(ImpersonationConfig) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
ImpersonationConfig - Interface in org.projectnessie.client.auth.oauth2
Configuration for OAuth2 impersonation.
ImpersonationConfig.Builder - Interface in org.projectnessie.client.auth.oauth2
 
INTERNAL_SERVER_ERROR - Static variable in class org.projectnessie.client.http.Status
 
INTERNAL_SERVER_ERROR_CODE - Static variable in class org.projectnessie.client.http.Status
 
isDisableCompression() - Method in interface org.projectnessie.client.http.impl.HttpRuntimeConfig
 
isEnabled() - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
Whether "impersonation" is enabled.
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
 
isHttpUri(URI) - Static method in class org.projectnessie.client.http.impl.HttpUtils
 
isInitial() - Method in enum class org.projectnessie.client.auth.oauth2.GrantType
 
isJsonCompatibleResponse() - Method in interface org.projectnessie.client.http.ResponseContext
 
issuerUrl(URI) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
issuerUrl(URI) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 

J

JavaHttpClientFactory - Class in org.projectnessie.client.http.impl.jdk11
 
JavaHttpClientFactory() - Constructor for class org.projectnessie.client.http.impl.jdk11.JavaHttpClientFactory
 

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> - 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 - Static variable in class org.projectnessie.client.http.Status
 
LENGTH_REQUIRED_CODE - Static variable in class org.projectnessie.client.http.Status
 

M

make(ResponseContext, ObjectMapper) - Method in interface org.projectnessie.client.http.HttpResponseFactory
 
mapConfigSource(Map<String, String>) - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the given Map.
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(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
 
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.rest.v1.HttpApiV1
 
mergeRefIntoBranch() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
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 - Static variable in class org.projectnessie.client.http.Status
 
METHOD_NOT_ALLOWED_CODE - Static variable in class 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> - Interface in org.projectnessie.client.api
 
MOVED_PERMANENTLY - Static variable in class org.projectnessie.client.http.Status
 
MOVED_PERMANENTLY_CODE - Static variable in class org.projectnessie.client.http.Status
 

N

name() - Method in class org.projectnessie.client.http.impl.apache.ApacheHttpClientFactory
 
name() - Method in interface org.projectnessie.client.http.impl.HttpClientFactory
 
name() - Method in class org.projectnessie.client.http.impl.jdk11.JavaHttpClientFactory
 
name() - Method in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClientFactory
 
name() - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
name() - Method in interface org.projectnessie.client.NessieClientBuilder
The name of the Nessie client implementation, for example HTTP for the HTTP/REST client.
names() - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
names() - Method in interface org.projectnessie.client.NessieClientBuilder
Client names supported by this implementation.
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(Integer) - Method in interface org.projectnessie.client.api.GetEntriesBuilder
Deprecated.
NessieApi - Interface in org.projectnessie.client.api
Base interface for all Nessie-API versions.
NessieApiClient - Class in org.projectnessie.client.rest.v1
 
NessieApiClient(HttpConfigApi, HttpTreeApi, HttpContentApi, HttpDiffApi, HttpNamespaceApi) - Constructor for class org.projectnessie.client.rest.v1.NessieApiClient
 
NessieApiCompatibilityException - Exception Class in org.projectnessie.client.http
 
NessieApiCompatibilityException(int, int, int, int) - Constructor for exception class 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 Class in org.projectnessie.client.rest
Represents an unexpected response from the remote side, trying to access a Nessie endpoint.
NessieBadResponseException(NessieError) - Constructor for exception class org.projectnessie.client.rest.NessieBadResponseException
 
NessieClientBuilder - Interface in org.projectnessie.client
NessieApi builder interface.
NessieClientBuilder.AbstractNessieClientBuilder - Class in org.projectnessie.client
Convenience base class for implementations of NessieClientBuilder.
nessieClientConfigFileConfigSource() - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the ~/.config/nessie/nessie-client.properties file.
NessieClientConfigSource - Interface in org.projectnessie.client.config
Helper functional interface adding a fallback-mechanism to chain multiple config-sources.
NessieClientConfigSources - Class in org.projectnessie.client.config
Provides functionality to retrieve configuration values from various sources, like Java properties, maps and environment variables.
NessieConfigConstants - Class in org.projectnessie.client
Configuration constants for Nessie clients.
NessieHttpClientBuilder - Interface in org.projectnessie.client.http
HTTP specific Nessie client builder interface.
NessieHttpClientBuilder.AbstractNessieHttpClientBuilder - Class in org.projectnessie.client.http
Convenience base class for implementations of NessieHttpClientBuilder.
NessieHttpClientBuilderImpl - Class in org.projectnessie.client.http
NessieHttpClientBuilder and NessieClientBuilder implementation for HTTP/REST.
NessieHttpClientBuilderImpl() - Constructor for class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
NessieHttpResponseFilter - Class in org.projectnessie.client.rest
 
NessieHttpResponseFilter() - Constructor for class org.projectnessie.client.rest.NessieHttpResponseFilter
 
NessieInternalServerException - Exception Class in org.projectnessie.client.rest
Represents "Internal Server Errors" on trying to access a Nessie endpoint.
NessieInternalServerException(NessieError) - Constructor for exception class org.projectnessie.client.rest.NessieInternalServerException
 
NessieNotAuthorizedException - Exception Class 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 class org.projectnessie.client.rest.NessieNotAuthorizedException
 
NessieServiceException - Exception Class in org.projectnessie.client.rest
A runtime exception that represents REST API errors that are beyond Nessie's control.
NessieServiceException(NessieError) - Constructor for exception class org.projectnessie.client.rest.NessieServiceException
 
NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.projectnessie.client.http.Status
 
NETWORK_AUTHENTICATION_REQUIRED_CODE - Static variable in class org.projectnessie.client.http.Status
 
newAuthenticator(Function<String, String>) - Static method in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
Creates a new OAuth2Authenticator from the given config supplier.
newAuthenticator(OAuth2AuthenticatorConfig) - Static method in class org.projectnessie.client.auth.oauth2.OAuth2AuthenticationProvider
Creates a new OAuth2Authenticator from the given config.
newRequest() - Method in interface org.projectnessie.client.http.HttpClient
 
newRequest(URI) - Method in interface org.projectnessie.client.http.HttpClient
 
NO_CONTENT - Static variable in class org.projectnessie.client.http.Status
 
NO_CONTENT_CODE - Static variable in class org.projectnessie.client.http.Status
 
NO_TOKEN - Static variable in class org.projectnessie.client.NessieConfigConstants
 
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 - Static variable in class org.projectnessie.client.http.Status
 
NOT_ACCEPTABLE_CODE - Static variable in class org.projectnessie.client.http.Status
 
NOT_FOUND - Static variable in class org.projectnessie.client.http.Status
 
NOT_FOUND_CODE - Static variable in class org.projectnessie.client.http.Status
 
NOT_IMPLEMENTED - Static variable in class org.projectnessie.client.http.Status
 
NOT_IMPLEMENTED_CODE - Static variable in class org.projectnessie.client.http.Status
 
NOT_MODIFIED - Static variable in class org.projectnessie.client.http.Status
 
NOT_MODIFIED_CODE - Static variable in class 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
 
OAuth2AuthenticatorConfig - Interface in org.projectnessie.client.auth.oauth2
Configuration options for OAuth2Authenticator.
OAuth2AuthenticatorConfig.Builder - Interface in org.projectnessie.client.auth.oauth2
 
OAuth2Exception - Exception Class in org.projectnessie.client.auth.oauth2
An exception thrown when the server replies with an OAuth2 error.
objectMapper(ObjectMapper) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
of(String, String, Instant) - Static method in interface org.projectnessie.client.auth.oauth2.AccessToken
 
of(String, URI) - Static method in interface org.projectnessie.client.auth.oauth2.TypedToken
 
of(String, Instant) - Static method in interface org.projectnessie.client.auth.oauth2.RefreshToken
 
of(AccessToken) - Static method in interface org.projectnessie.client.auth.oauth2.TypedToken
 
of(Token, URI) - Static method in interface org.projectnessie.client.auth.oauth2.TypedToken
 
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 - Static variable in class org.projectnessie.client.http.Status
 
OK_CODE - Static variable in class org.projectnessie.client.http.Status
 
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.api.ns.ClientSideGetMultipleNamespaces
 
OnNamespaceBuilder<R> - Interface in org.projectnessie.client.api
 
OnReferenceBuilder<R> - Interface in org.projectnessie.client.api
Base interface for requests against a named reference, either a branch or tag.
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.api.ns - package org.projectnessie.client.api.ns
 
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.config - package org.projectnessie.client.config
 
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.apache - package org.projectnessie.client.http.impl.apache
 
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.rest - package org.projectnessie.client.rest
 
org.projectnessie.client.rest.io - package org.projectnessie.client.rest.io
 
org.projectnessie.client.rest.v1 - package org.projectnessie.client.rest.v1
 
org.projectnessie.client.rest.v2 - package org.projectnessie.client.rest.v2
 

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
 
PagingBuilder<R,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
 
parseQueryString(String) - Static method in class org.projectnessie.client.http.impl.HttpUtils
Parse query parameters from URI.
PARTIAL_CONTENT - Static variable in class org.projectnessie.client.http.Status
 
PARTIAL_CONTENT_CODE - Static variable in class org.projectnessie.client.http.Status
 
password(String) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
password(Secret) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
PASSWORD - Enum constant in enum class org.projectnessie.client.auth.oauth2.GrantType
 
PASSWORD - Static variable in class org.projectnessie.client.auth.oauth2.GrantType.Constants
 
passwordSupplier(Supplier<String>) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
path(String) - Method in class org.projectnessie.client.http.HttpRequest
 
path(String) - Method in class org.projectnessie.client.http.impl.UriBuilder
 
PAYMENT_REQUIRED - Static variable in class org.projectnessie.client.http.Status
 
PAYMENT_REQUIRED_CODE - Static variable in class 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 - Enum constant in enum class 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 - Static variable in class org.projectnessie.client.http.Status
 
PRECONDITION_FAILED_CODE - Static variable in class org.projectnessie.client.http.Status
 
PRECONDITION_REQUIRED - Static variable in class org.projectnessie.client.http.Status
 
PRECONDITION_REQUIRED_CODE - Static variable in class org.projectnessie.client.http.Status
 
preemptiveTokenRefreshIdleTimeout(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
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
 
priority() - Method in class org.projectnessie.client.http.impl.apache.ApacheHttpClientFactory
 
priority() - Method in interface org.projectnessie.client.http.impl.HttpClientFactory
 
priority() - Method in class org.projectnessie.client.http.impl.jdk11.JavaHttpClientFactory
 
priority() - Method in class org.projectnessie.client.http.impl.jdk8.UrlConnectionClientFactory
 
priority() - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
priority() - Method in interface org.projectnessie.client.NessieClientBuilder
Priority ordinal used to select the most relevant NessieClientBuilder implementation.
processCallbacks(RequestContext, ResponseContext, RuntimeException) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
processRequestFilters(RequestContext) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
processResponse(URI, HttpClient.Method, Object, RequestContext) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
processResponseFilters(ResponseContext) - 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
 
propertiesConfigSource(Properties) - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the given Properties.
propertiesFileConfigSource(Path) - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the given properties file.
property(String, String) - Method in interface org.projectnessie.client.api.CreateNamespaceBuilder
 
property(String, String) - Method in class org.projectnessie.client.builder.BaseCreateNamespaceBuilder
 
propertyNameToEnvironmentName(String) - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Converts a given property name to the "environment variable name syntax", using upper-case characters and converting . ("dot") and - ("minus") to _ ("underscore").
propertyRemovals - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
propertyUpdates - Variable in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.projectnessie.client.http.Status
 
PROXY_AUTHENTICATION_REQUIRED_CODE - Static variable in class 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 - Enum constant in enum class 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> - 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

read() - Method in class org.projectnessie.client.rest.io.CapturingInputStream
 
read(byte[], int, int) - Method in class org.projectnessie.client.rest.io.CapturingInputStream
 
readEntity(Class<V>) - Method in class org.projectnessie.client.http.HttpResponse
Read the entity from the underlying HTTP response.
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
 
referenceHistory() - Method in interface org.projectnessie.client.api.NessieApiV2
Retrieve the recorded recent history of a reference.
referenceHistory() - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
ReferenceHistoryBuilder - Interface in org.projectnessie.client.api
 
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.BaseGetCommitLogBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseGetContentBuilder
 
refName - Variable in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
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.ReferenceHistoryBuilder
 
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.BaseGetCommitLogBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseGetContentBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseGetEntriesBuilder
 
refName(String) - Method in class org.projectnessie.client.builder.BaseUpdateNamespaceBuilder
 
REFRESH_TOKEN - Enum constant in enum class org.projectnessie.client.auth.oauth2.GrantType
 
REFRESH_TOKEN - Static variable in class org.projectnessie.client.auth.oauth2.GrantType.Constants
 
refreshSafetyWindow(Duration) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
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 - Static variable in class org.projectnessie.client.http.Status
 
REQUEST_ENTITY_TOO_LARGE_CODE - Static variable in class org.projectnessie.client.http.Status
 
REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.projectnessie.client.http.Status
 
REQUEST_HEADER_FIELDS_TOO_LARGE_CODE - Static variable in class org.projectnessie.client.http.Status
 
REQUEST_TIMEOUT - Static variable in class org.projectnessie.client.http.Status
 
REQUEST_TIMEOUT_CODE - Static variable in class org.projectnessie.client.http.Status
 
REQUEST_URI_TOO_LONG - Static variable in class org.projectnessie.client.http.Status
 
REQUEST_URI_TOO_LONG_CODE - Static variable in class 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 - Static variable in class org.projectnessie.client.http.Status
 
REQUESTED_RANGE_NOT_SATISFIABLE_CODE - Static variable in class org.projectnessie.client.http.Status
 
requestedTokenType(URI) - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
RequestFilter - Interface in org.projectnessie.client.http
Filter to be evaluated before making a request.
requiresUserInteraction() - Method in enum class org.projectnessie.client.auth.oauth2.GrantType
 
RESET_CONTENT - Static variable in class org.projectnessie.client.http.Status
 
RESET_CONTENT_CODE - Static variable in class 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
 
resource(URI) - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
ResponseCheckFilter - Class in org.projectnessie.client.rest
 
ResponseCheckFilter() - Constructor for class org.projectnessie.client.rest.ResponseCheckFilter
 
ResponseClosingInputStream - Class in org.projectnessie.client.http.impl
 
ResponseClosingInputStream(InputStream, Closeable) - Constructor for class org.projectnessie.client.http.impl.ResponseClosingInputStream
 
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.
RestV1Client - Class in org.projectnessie.client.rest.v1
 
RestV1Client(HttpClient) - Constructor for class org.projectnessie.client.rest.v1.RestV1Client
Create new HTTP Nessie client.
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

scope(String) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
Deprecated.
scopes(Iterable<String>) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
scopes(Iterable<String>) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
SCOPES_INHERIT - Static variable in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig
 
Secret - Class in org.projectnessie.client.auth.oauth2
A secret value.
Secret(String) - Constructor for class org.projectnessie.client.auth.oauth2.Secret
 
SEE_OTHER - Static variable in class org.projectnessie.client.http.Status
 
SEE_OTHER_CODE - Static variable in class org.projectnessie.client.http.Status
 
sendAndReceive(URI, HttpClient.Method, Object, RequestContext) - Method in class org.projectnessie.client.http.impl.BaseHttpRequest
 
SERVICE_UNAVAILABLE - Static variable in class org.projectnessie.client.http.Status
 
SERVICE_UNAVAILABLE_CODE - Static variable in class org.projectnessie.client.http.Status
 
setAuthentication(HttpAuthentication) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setBaseUri(URI) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setCancellationFuture(CompletionStage<?>) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setClientSpec(int) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setConnectionTimeoutMillis(int) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setDisableCompression(boolean) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setFollowRedirects(String) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setForceUrlConnectionClient(boolean) - Method in interface org.projectnessie.client.http.HttpClient.Builder
Deprecated.
setHttp2Upgrade(boolean) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setHttpClientName(String) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setJsonView(Class<?>) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setObjectMapper(ObjectMapper) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setReadTimeoutMillis(int) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setResponseFactory(HttpResponseFactory) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setSslContext(SSLContext) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setSslNoCertificateVerification(boolean) - Method in interface org.projectnessie.client.http.HttpClient.Builder
 
setSslParameters(SSLParameters) - Method in interface 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
 
sslContext(SSLContext) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
start() - Method in interface org.projectnessie.client.auth.NessieAuthentication
 
start() - Method in interface org.projectnessie.client.auth.oauth2.OAuth2Authenticator
Starts the authenticator.
Status - Class 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
 
StreamingUtil - Class in org.projectnessie.client.builder
Helper and utility methods around streaming of NessieApiV1 et al.
StreamingUtil.PageFetcher<R> - Interface in org.projectnessie.client.builder
 
subjectToken(TypedToken) - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
subjectTokenProvider(BiFunction<AccessToken, RefreshToken, TypedToken>) - Method in interface org.projectnessie.client.auth.oauth2.TokenExchangeConfig.Builder
 
systemEnvironmentConfigSource() - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the system environment, keys follow the environment name mapping.
systemPropertiesConfigSource() - Static method in class org.projectnessie.client.config.NessieClientConfigSources
Uses values from the Java system properties of the process.

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 - Static variable in class org.projectnessie.client.http.Status
 
TEMPORARY_REDIRECT_CODE - Static variable in class 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.
TOKEN_EXCHANGE - Enum constant in enum class org.projectnessie.client.auth.oauth2.GrantType
 
TOKEN_EXCHANGE - Static variable in class org.projectnessie.client.auth.oauth2.GrantType.Constants
 
tokenEndpoint(URI) - Method in interface org.projectnessie.client.auth.oauth2.ImpersonationConfig.Builder
 
tokenEndpoint(URI) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
tokenExchangeConfig(TokenExchangeConfig) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 
TokenExchangeConfig - Interface in org.projectnessie.client.auth.oauth2
Configuration for OAuth2 token exchange.
TokenExchangeConfig.Builder - Interface in org.projectnessie.client.auth.oauth2
 
tokenExchangeEnabled(boolean) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
Deprecated.
TOO_MANY_REQUESTS - Static variable in class org.projectnessie.client.http.Status
 
TOO_MANY_REQUESTS_CODE - Static variable in class 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
 
toString() - Method in class org.projectnessie.client.http.Status
 
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.rest.v1.HttpApiV1
 
transplantCommitsIntoBranch() - Method in class org.projectnessie.client.rest.v2.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.
TypedToken - Interface in org.projectnessie.client.auth.oauth2
Represents a token with a specific type URI.

U

UNAUTHORIZED - Static variable in class org.projectnessie.client.http.Status
 
UNAUTHORIZED_CODE - Static variable in class org.projectnessie.client.http.Status
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.projectnessie.client.http.Status
 
UNSUPPORTED_MEDIA_TYPE_CODE - Static variable in class org.projectnessie.client.http.Status
 
untilHash - Variable in class org.projectnessie.client.builder.BaseGetCommitLogBuilder
 
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
 
unwrap(Class<E>) - Method in class org.projectnessie.client.http.HttpRequest
 
unwrap(Class<E1>, Class<E2>) - Method in class org.projectnessie.client.http.HttpRequest
 
unwrapClient(Class<C>) - Method in interface org.projectnessie.client.api.NessieApi
Returns the possibly protocol but definitely implementation specific client instance.
unwrapClient(Class<C>) - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
unwrapClient(Class<C>) - Method in class org.projectnessie.client.rest.v2.HttpApiV2
 
update() - Method in class org.projectnessie.client.api.ns.ClientSideUpdateNamespace
 
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.
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 interface org.projectnessie.client.api.NessieApiV2
 
updateProperties() - Method in class org.projectnessie.client.rest.v1.HttpApiV1
 
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.rest.v2.HttpApiV2
 
UpdateRepositoryConfigBuilder - Interface in org.projectnessie.client.api
 
updateWithResponse() - Method in class org.projectnessie.client.api.ns.ClientSideUpdateNamespace
 
updateWithResponse() - Method in interface org.projectnessie.client.api.UpdateNamespaceBuilder
 
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
 
UrlConnectionClientFactory - Class in org.projectnessie.client.http.impl.jdk8
 
UrlConnectionClientFactory() - Constructor for class org.projectnessie.client.http.impl.jdk8.UrlConnectionClientFactory
 
URN_ACCESS_TOKEN - Static variable in interface org.projectnessie.client.auth.oauth2.TypedToken
Indicates that the token is an OAuth 2.0 access token.
URN_ID_TOKEN - Static variable in interface org.projectnessie.client.auth.oauth2.TypedToken
Indicates that the token is an OpenID Core ID Token.
URN_JWT - Static variable in interface org.projectnessie.client.auth.oauth2.TypedToken
Indicates that the token is a JWT.
URN_REFRESH_TOKEN - Static variable in interface org.projectnessie.client.auth.oauth2.TypedToken
Indicates that the token is an OAuth 2.0 refresh token.
URN_SAML1 - Static variable in interface org.projectnessie.client.auth.oauth2.TypedToken
Indicates that the token is a base64url-encoded SAML 1.1 assertion.
URN_SAML2 - Static variable in interface org.projectnessie.client.auth.oauth2.TypedToken
Indicates that the token is a base64url-encoded SAML 2.0 assertion.
USE_PROXY - Static variable in class org.projectnessie.client.http.Status
 
USE_PROXY_CODE - Static variable in class org.projectnessie.client.http.Status
 
username(String) - Method in interface org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder
 

V

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

W

withApiCompatibilityCheck(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withApiCompatibilityCheck(boolean) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withApiCompatibilityCheck(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withApiCompatibilityCheck(boolean) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withApiCompatibilityCheck(boolean) - Method in interface org.projectnessie.client.NessieClientBuilder
 
withAuthentication(NessieAuthentication) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withAuthentication(NessieAuthentication) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withAuthentication(NessieAuthentication) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withAuthentication(NessieAuthentication) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
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.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withAuthenticationFromConfig(Function<String, String>) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withAuthenticationFromConfig(Function<String, String>) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withAuthenticationFromConfig(Function<String, String>) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
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.
withCancellationFuture(CompletionStage<?>) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withCancellationFuture(CompletionStage<?>) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withCancellationFuture(CompletionStage<?>) - Method in interface org.projectnessie.client.NessieClientBuilder
Registers a future to cancel an ongoing, blocking client setup.
withClientName(String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withClientName(String) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withClientName(String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withConnectionTimeout(int) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withConnectionTimeout(int) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withConnectionTimeout(int) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
Set the connection timeout in milliseconds for this client.
withConnectionTimeout(int) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withConnectionTimeout(int) - Method in interface org.projectnessie.client.NessieClientBuilder
Sets the connect-timeout in milliseconds for remote requests.
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.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withDisableCompression(boolean) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withDisableCompression(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
Set whether the compression shall be disabled or not.
withDisableCompression(boolean) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withDisableCompression(boolean) - Method in interface org.projectnessie.client.NessieClientBuilder
Disables compression for remote requests.
withFollowRedirects(String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withFollowRedirects(String) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
Whether HTTP redirects are followed, default is to not follow redirects.
withFollowRedirects(String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withForceUrlConnectionClient(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
Deprecated.
withForceUrlConnectionClient(boolean) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
Deprecated.
use NessieHttpClientBuilder.withClientName(String) with the name URLConnection instead.
withForceUrlConnectionClient(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
Deprecated.
withHttp2Upgrade(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withHttp2Upgrade(boolean) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
Whether to allow HTTP/2 upgrade, default is false.
withHttp2Upgrade(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withHttpHeader(String, String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withHttpHeader(String, String) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withHttpHeader(String, String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withHttpHeader(String, String) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withHttpHeader(String, String) - Method in interface org.projectnessie.client.NessieClientBuilder
Optionally configure additional HTTP headers.
withReadTimeout(int) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withReadTimeout(int) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withReadTimeout(int) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
Set the read timeout in milliseconds for this client.
withReadTimeout(int) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withReadTimeout(int) - Method in interface org.projectnessie.client.NessieClientBuilder
Sets the read-timeout in milliseconds for remote requests.
withResponseFactory(HttpResponseFactory) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withResponseFactory(HttpResponseFactory) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withResponseFactory(HttpResponseFactory) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withSSLCertificateVerificationDisabled(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withSSLCertificateVerificationDisabled(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withSSLCertificateVerificationDisabled(boolean) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withSSLCertificateVerificationDisabled(boolean) - Method in interface org.projectnessie.client.NessieClientBuilder
Optional, disables certificate verifications, if set to true.
withSSLContext(SSLContext) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withSSLContext(SSLContext) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withSSLContext(SSLContext) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
Set the SSL context for this client.
withSSLContext(SSLContext) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withSSLContext(SSLContext) - Method in interface org.projectnessie.client.NessieClientBuilder
Optionally configure a specific SSLContext, currently only the Java 11+ accepts this option.
withSSLParameters(SSLParameters) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withSSLParameters(SSLParameters) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withSSLParameters(SSLParameters) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withSSLParameters(SSLParameters) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withSSLParameters(SSLParameters) - Method in interface org.projectnessie.client.NessieClientBuilder
Optionally configure specific SSLParameters.
withTracing(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withTracing(boolean) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withTracing(boolean) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
Whether to enable adding the HTTP headers of an active OpenTracing span to all Nessie requests.
withTracing(boolean) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
withTracing(boolean) - Method in interface org.projectnessie.client.NessieClientBuilder
 
withUri(String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withUri(String) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withUri(String) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
 
withUri(String) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
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.NessieHttpClientBuilder.AbstractNessieHttpClientBuilder
 
withUri(URI) - Method in interface org.projectnessie.client.http.NessieHttpClientBuilder
 
withUri(URI) - Method in class org.projectnessie.client.http.NessieHttpClientBuilderImpl
Set the Nessie server URI.
withUri(URI) - Method in class org.projectnessie.client.NessieClientBuilder.AbstractNessieClientBuilder
 
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 and Interfaces|All Packages|Constant Field Values|Serialized Form