Skip navigation links
B C F N Q W 

B

build() - Method in class com.faunadb.client.FaunaClient.Builder
Returns a newly constructed FaunaClient with configuration based on the settings of this FaunaClient.Builder.
builder() - Static method in class com.faunadb.client.FaunaClient
Creates a new FaunaClient.Builder

C

close() - Method in class com.faunadb.client.FaunaClient
Releases any resources being held by the FaunaClient instance.
com.faunadb.client - package com.faunadb.client
 

F

FaunaClient - Class in com.faunadb.client
The Java native client for FaunaDB.
FaunaClient.Builder - Class in com.faunadb.client
A builder for creating an instance of FaunaClient

N

newSessionClient(String) - Method in class com.faunadb.client.FaunaClient
Creates a session client with the user secret provided.

Q

query(Expr) - Method in class com.faunadb.client.FaunaClient
Issues a Query to FaunaDB.
query(Expr...) - Method in class com.faunadb.client.FaunaClient
Issues multiple queries to FaunaDB.
query(List<? extends Expr>) - Method in class com.faunadb.client.FaunaClient
Issues multiple queries to FaunaDB.

W

withEndpoint(String) - Method in class com.faunadb.client.FaunaClient.Builder
Sets the FaunaDB endpoint url for the FaunaClient instance.
withHttpClient(AsyncHttpClient) - Method in class com.faunadb.client.FaunaClient.Builder
Sets a custom AsyncHttpClient for the FaunaClient instance.
withMetrics(MetricRegistry) - Method in class com.faunadb.client.FaunaClient.Builder
Sets a MetricRegistry that the FaunaClient will use to register and track Connection-level statistics.
withSecret(String) - Method in class com.faunadb.client.FaunaClient.Builder
Sets the secret to be passed to FaunaDB as a authentication token
B C F N Q W 
Skip navigation links