Skip navigation links
B C D E G J M W 

B

build() - Method in class com.netflix.metacat.client.Client.Builder
Builds the Metacat client.
builder() - Static method in class com.netflix.metacat.client.Client
Returns the client builder.
Builder() - Constructor for class com.netflix.metacat.client.Client.Builder
 

C

Client - Class in com.netflix.metacat.client
Client to communicate with Metacat.
Client.Builder - Class in com.netflix.metacat.client
Builder class to build the metacat client.
com.netflix.metacat.client - package com.netflix.metacat.client
Client library for Metacat.
com.netflix.metacat.client.module - package com.netflix.metacat.client.module
Client Feign related library for Metacat.

D

decode(Response, Type) - Method in class com.netflix.metacat.client.module.JacksonDecoder
 
decode(String, Response) - Method in class com.netflix.metacat.client.module.MetacatErrorDecoder
 

E

encode(Object, Type, RequestTemplate) - Method in class com.netflix.metacat.client.module.JacksonEncoder
Converts objects to an appropriate representation in the template.

G

getApi() - Method in class com.netflix.metacat.client.Client
Return an API instance that can be used to interact with the metacat server.
getApiClient(Class<T>) - Method in class com.netflix.metacat.client.Client
Returns an API instance that conforms to the given API Type that can communicate with the Metacat server.
getMetadataApi() - Method in class com.netflix.metacat.client.Client
Return an API instance that can be used to interact with the metacat server for only user metadata.
getPartitionApi() - Method in class com.netflix.metacat.client.Client
Return an API instance that can be used to interact with the metacat server for partitions.
getResolverApi() - Method in class com.netflix.metacat.client.Client
Return an API instance that can be used to interact with the metacat server for getting the qualified name by uri.

J

JacksonDecoder - Class in com.netflix.metacat.client.module
Decoder for Metacat response.
JacksonDecoder(ObjectMapper) - Constructor for class com.netflix.metacat.client.module.JacksonDecoder
Constructor.
JacksonEncoder - Class in com.netflix.metacat.client.module
Encoder for Metacat request.
JacksonEncoder(ObjectMapper) - Constructor for class com.netflix.metacat.client.module.JacksonEncoder
Constructor.

M

MetacatErrorDecoder - Class in com.netflix.metacat.client.module
Module that provides a error decoder, used to parse errors.
MetacatErrorDecoder() - Constructor for class com.netflix.metacat.client.module.MetacatErrorDecoder
 

W

withClient(Client) - Method in class com.netflix.metacat.client.Client.Builder
Sets the Client implementation to use.
withClientAppName(String) - Method in class com.netflix.metacat.client.Client.Builder
Sets the application name to pass in the request header.
withDataTypeContext(String) - Method in class com.netflix.metacat.client.Client.Builder
Sets the data type context to pass in the request header.
withHost(String) - Method in class com.netflix.metacat.client.Client.Builder
Sets the server host name.
withJobId(String) - Method in class com.netflix.metacat.client.Client.Builder
Sets the job id to pass in the request header.
withLogLevel(Logger.Level) - Method in class com.netflix.metacat.client.Client.Builder
Sets the log level for the client.
withRequestInterceptor(RequestInterceptor) - Method in class com.netflix.metacat.client.Client.Builder
Sets the request interceptor.
withRequestOptions(Request.Options) - Method in class com.netflix.metacat.client.Client.Builder
Sets the request options.
withRetryer(Retryer) - Method in class com.netflix.metacat.client.Client.Builder
Sets the retryer logic for the client.
withUserName(String) - Method in class com.netflix.metacat.client.Client.Builder
Sets the user name to pass in the request header.
B C D E G J M W 
Skip navigation links