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

A

ACCEPTED - com.dremio.nessie.client.http.Status
 
aws(String) - Static method in class com.dremio.nessie.client.NessieClient
 
AWS - com.dremio.nessie.client.NessieClient.AuthType
 
AwsAuth - Class in com.dremio.nessie.client.auth
 
AwsAuth(ObjectMapper) - Constructor for class com.dremio.nessie.client.auth.AwsAuth
Construct AWS signer filter.

B

BAD_GATEWAY - com.dremio.nessie.client.http.Status
 
BAD_REQUEST - com.dremio.nessie.client.http.Status
 
basic(String, String, String) - Static method in class com.dremio.nessie.client.NessieClient
 
BASIC - com.dremio.nessie.client.NessieClient.AuthType
 
BasicAuthFilter - Class in com.dremio.nessie.client.auth
Filter to add auth header to all outgoing requests.
BasicAuthFilter(String, String) - Constructor for class com.dremio.nessie.client.auth.BasicAuthFilter
construct auth filter depending on auth type.
build() - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
Construct an HttpClient from builder settings.
builder() - Static method in class com.dremio.nessie.client.http.HttpClient
 

C

checkArgument(boolean, String, Object...) - Static method in class com.dremio.nessie.client.http.HttpUtils
Check if argument is false.
checkNonNullTrim(String) - Static method in class com.dremio.nessie.client.http.HttpUtils
check if base is null and if not trim any whitespace.
checkResponse(ResponseContext, ObjectMapper) - Static method in class com.dremio.nessie.client.rest.ResponseCheckFilter
check that response had a valid return code.
close() - Method in class com.dremio.nessie.client.NessieClient
 
com.dremio.nessie.client - package com.dremio.nessie.client
 
com.dremio.nessie.client.auth - package com.dremio.nessie.client.auth
 
com.dremio.nessie.client.http - package com.dremio.nessie.client.http
 
com.dremio.nessie.client.rest - package com.dremio.nessie.client.rest
 
CONF_NESSIE_AUTH_TYPE - Static variable in class com.dremio.nessie.client.NessieConfigConstants
Config property name ("nessie.auth_type") for the authentication type, see NessieClient.AuthType.
CONF_NESSIE_PASSWORD - Static variable in class com.dremio.nessie.client.NessieConfigConstants
Config property name ("nessie.password") for the password used for (basic) authentication.
CONF_NESSIE_REF - Static variable in class com.dremio.nessie.client.NessieConfigConstants
Config property name ("nessie.ref") for the nessie reference used by clients.
CONF_NESSIE_URL - Static variable in class com.dremio.nessie.client.NessieConfigConstants
Config property name ("nessie.url") for the Nessie service URL.
CONF_NESSIE_USERNAME - Static variable in class com.dremio.nessie.client.NessieConfigConstants
Config property name ("nessie.username") for the user name used for (basic) authentication.
CONFLICT - com.dremio.nessie.client.http.Status
 
CREATED - com.dremio.nessie.client.http.Status
 

D

delete() - Method in class com.dremio.nessie.client.http.HttpRequest
 
DELETE - com.dremio.nessie.client.http.HttpClient.Method
 

E

EXPECTATION_FAILED - com.dremio.nessie.client.http.Status
 

F

filter(RequestContext) - Method in class com.dremio.nessie.client.auth.AwsAuth
 
filter(RequestContext) - Method in class com.dremio.nessie.client.auth.BasicAuthFilter
 
filter(RequestContext) - Method in interface com.dremio.nessie.client.http.RequestFilter
 
filter(ResponseContext) - Method in interface com.dremio.nessie.client.http.ResponseFilter
 
filter(ResponseContext) - Method in class com.dremio.nessie.client.rest.NessieHttpResponseFilter
 
FORBIDDEN - com.dremio.nessie.client.http.Status
 
FOUND - com.dremio.nessie.client.http.Status
 
fromCode(int) - Static method in enum com.dremio.nessie.client.http.Status
get Status enum from http return code.

G

GATEWAY_TIMEOUT - com.dremio.nessie.client.http.Status
 
get() - Method in class com.dremio.nessie.client.http.HttpRequest
 
GET - com.dremio.nessie.client.http.HttpClient.Method
 
getAccept() - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
getBaseUri() - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
getBody() - Method in class com.dremio.nessie.client.http.RequestContext
 
getCode() - Method in enum com.dremio.nessie.client.http.Status
 
getConfigApi() - Method in class com.dremio.nessie.client.NessieClient
 
getContentsApi() - Method in class com.dremio.nessie.client.NessieClient
 
getError() - Method in exception com.dremio.nessie.client.rest.NessieServiceException
 
getErrorStream() - Method in interface com.dremio.nessie.client.http.ResponseContext
 
getHeaders() - Method in class com.dremio.nessie.client.http.RequestContext
 
getInputStream() - Method in interface com.dremio.nessie.client.http.ResponseContext
 
getMapper() - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
getMethod() - Method in class com.dremio.nessie.client.http.RequestContext
 
getReason() - Method in enum com.dremio.nessie.client.http.Status
 
getResponseCode() - Method in interface com.dremio.nessie.client.http.ResponseContext
 
getSslContext() - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
getTreeApi() - Method in class com.dremio.nessie.client.NessieClient
 
getUri() - Method in class com.dremio.nessie.client.http.RequestContext
 
GONE - com.dremio.nessie.client.http.Status
 

H

header(String, String) - Method in class com.dremio.nessie.client.http.HttpRequest
 
HTTP_VERSION_NOT_SUPPORTED - com.dremio.nessie.client.http.Status
 
HttpClient - Class in com.dremio.nessie.client.http
Simple Http client to make REST calls.
HttpClient.HttpClientBuilder - Class in com.dremio.nessie.client.http
 
HttpClient.Method - Enum in com.dremio.nessie.client.http
 
HttpClientBuilder() - Constructor for class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
HttpClientException - Exception in com.dremio.nessie.client.http
 
HttpClientException() - Constructor for exception com.dremio.nessie.client.http.HttpClientException
 
HttpClientException(String) - Constructor for exception com.dremio.nessie.client.http.HttpClientException
 
HttpClientException(String, Throwable) - Constructor for exception com.dremio.nessie.client.http.HttpClientException
 
HttpClientException(Throwable) - Constructor for exception com.dremio.nessie.client.http.HttpClientException
 
HttpRequest - Class in com.dremio.nessie.client.http
Class to hold an ongoing HTTP request and its parameters/filters.
HttpResponse - Class in com.dremio.nessie.client.http
Simple holder for http response object.
HttpUtils - Class in com.dremio.nessie.client.http
 

I

INTERNAL_SERVER_ERROR - com.dremio.nessie.client.http.Status
 

L

LENGTH_REQUIRED - com.dremio.nessie.client.http.Status
 

M

METHOD_NOT_ALLOWED - com.dremio.nessie.client.http.Status
 
MOVED_PERMANENTLY - com.dremio.nessie.client.http.Status
 

N

NessieBadRequestException - Exception in com.dremio.nessie.client.rest
 
NessieBadRequestException(NessieError) - Constructor for exception com.dremio.nessie.client.rest.NessieBadRequestException
 
NessieClient - Class in com.dremio.nessie.client
 
NessieClient(NessieClient.AuthType, String, String, String) - Constructor for class com.dremio.nessie.client.NessieClient
create new nessie client.
NessieClient.AuthType - Enum in com.dremio.nessie.client
 
NessieConfigConstants - Class in com.dremio.nessie.client
Configuration constants for Nessie.
NessieForbiddenException - Exception in com.dremio.nessie.client.rest
 
NessieForbiddenException(NessieError) - Constructor for exception com.dremio.nessie.client.rest.NessieForbiddenException
 
NessieHttpResponseFilter - Class in com.dremio.nessie.client.rest
 
NessieHttpResponseFilter(ObjectMapper) - Constructor for class com.dremio.nessie.client.rest.NessieHttpResponseFilter
 
NessieInternalServerException - Exception in com.dremio.nessie.client.rest
 
NessieInternalServerException(NessieError) - Constructor for exception com.dremio.nessie.client.rest.NessieInternalServerException
 
NessieNotAuthorizedException - Exception in com.dremio.nessie.client.rest
 
NessieNotAuthorizedException(NessieError) - Constructor for exception com.dremio.nessie.client.rest.NessieNotAuthorizedException
 
NessieServiceException - Exception in com.dremio.nessie.client.rest
A Nessie REST API runtime exception.
NessieServiceException(NessieError) - Constructor for exception com.dremio.nessie.client.rest.NessieServiceException
 
NETWORK_AUTHENTICATION_REQUIRED - com.dremio.nessie.client.http.Status
 
newRequest() - Method in class com.dremio.nessie.client.http.HttpClient
 
NO_CONTENT - com.dremio.nessie.client.http.Status
 
none(String) - Static method in class com.dremio.nessie.client.NessieClient
 
NONE - com.dremio.nessie.client.NessieClient.AuthType
 
NOT_ACCEPTABLE - com.dremio.nessie.client.http.Status
 
NOT_FOUND - com.dremio.nessie.client.http.Status
 
NOT_IMPLEMENTED - com.dremio.nessie.client.http.Status
 
NOT_MODIFIED - com.dremio.nessie.client.http.Status
 

O

OK - com.dremio.nessie.client.http.Status
 

P

PARTIAL_CONTENT - com.dremio.nessie.client.http.Status
 
path(String) - Method in class com.dremio.nessie.client.http.HttpRequest
 
PAYMENT_REQUIRED - com.dremio.nessie.client.http.Status
 
post(Object) - Method in class com.dremio.nessie.client.http.HttpRequest
 
POST - com.dremio.nessie.client.http.HttpClient.Method
 
PRECONDITION_FAILED - com.dremio.nessie.client.http.Status
 
PRECONDITION_REQUIRED - com.dremio.nessie.client.http.Status
 
PROXY_AUTHENTICATION_REQUIRED - com.dremio.nessie.client.http.Status
 
put(Object) - Method in class com.dremio.nessie.client.http.HttpRequest
 
PUT - com.dremio.nessie.client.http.HttpClient.Method
 
putHeader(String, String) - Method in class com.dremio.nessie.client.http.RequestContext
 

Q

queryParam(String, String) - Method in class com.dremio.nessie.client.http.HttpRequest
 

R

readEntity(TypeReference<V>) - Method in class com.dremio.nessie.client.http.HttpResponse
 
readEntity(Class<V>) - Method in class com.dremio.nessie.client.http.HttpResponse
 
register(RequestFilter) - Method in class com.dremio.nessie.client.http.HttpClient
Register a request filter.
register(ResponseFilter) - Method in class com.dremio.nessie.client.http.HttpClient
Register a response filter.
REQUEST_ENTITY_TOO_LARGE - com.dremio.nessie.client.http.Status
 
REQUEST_HEADER_FIELDS_TOO_LARGE - com.dremio.nessie.client.http.Status
 
REQUEST_TIMEOUT - com.dremio.nessie.client.http.Status
 
REQUEST_URI_TOO_LONG - com.dremio.nessie.client.http.Status
 
RequestContext - Class in com.dremio.nessie.client.http
Context containing all important info about a request.
RequestContext(Map<String, Set<String>>, String, HttpClient.Method, Object) - Constructor for class com.dremio.nessie.client.http.RequestContext
Construct a request context.
REQUESTED_RANGE_NOT_SATISFIABLE - com.dremio.nessie.client.http.Status
 
RequestFilter - Interface in com.dremio.nessie.client.http
Filter to be evaluated before making a request.
RESET_CONTENT - com.dremio.nessie.client.http.Status
 
resolveTemplate(String, String) - Method in class com.dremio.nessie.client.http.HttpRequest
 
ResponseCheckFilter - Class in com.dremio.nessie.client.rest
 
ResponseCheckFilter() - Constructor for class com.dremio.nessie.client.rest.ResponseCheckFilter
 
ResponseContext - Interface in com.dremio.nessie.client.http
Interface for the important parts of a response.
ResponseFilter - Interface in com.dremio.nessie.client.http
Filter evaluated post call.

S

SEE_OTHER - com.dremio.nessie.client.http.Status
 
SERVICE_UNAVAILABLE - com.dremio.nessie.client.http.Status
 
setAccept(String) - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
setBaseUri(String) - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
setObjectMapper(ObjectMapper) - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
setSslContext(SSLContext) - Method in class com.dremio.nessie.client.http.HttpClient.HttpClientBuilder
 
setSslContext(SSLContext) - Method in class com.dremio.nessie.client.http.HttpRequest
 
Status - Enum in com.dremio.nessie.client.http
HTTP request status enum.

T

TEMPORARY_REDIRECT - com.dremio.nessie.client.http.Status
 
TOO_MANY_REQUESTS - com.dremio.nessie.client.http.Status
 

U

UNAUTHORIZED - com.dremio.nessie.client.http.Status
 
UNSUPPORTED_MEDIA_TYPE - com.dremio.nessie.client.http.Status
 
USE_PROXY - com.dremio.nessie.client.http.Status
 

V

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

W

withConfig(Function<String, String>) - Static method in class com.dremio.nessie.client.NessieClient
Create a client using a configuration object and standard Nessie configuration keys.
A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages