A B C D E F G H I J K L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Abort(Expr) - Static method in class com.faunadb.client.query.Language
-
Aborts the current transaction with a given message.
- Abort(String) - Static method in class com.faunadb.client.query.Language
-
Aborts the current transaction with a given message.
- Abs(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the abs of a number.
- Abs(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the abs of a number.
- Abs(Long) - Static method in class com.faunadb.client.query.Language
-
Computes the abs of a number.
- ACCESS_PROVIDERS - Static variable in class com.faunadb.client.types.Value.Native
- AccessProvider(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the access provider name.
- AccessProvider(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given access provider name, scoped to the database provided.
- AccessProvider(String) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the access provider name.
- AccessProvider(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given access provider name, scoped to the database provided.
- AccessProviders() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all access providers in the database.
- AccessProviders(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all access providers in the database.
- Acos(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the acos of a numbers.
- Acos(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the acos of a numbers.
- ActionField - Static variable in class com.faunadb.client.streaming.EventFields
- Add(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the sum of a list of numbers.
- Add(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the sum of a list of numbers.
- after(Expr) - Method in class com.faunadb.client.query.Pagination
-
Sets the cursor of the pagination to move forward.
- All(Expr) - Static method in class com.faunadb.client.query.Language
-
Evaluates to true if all elements of the collection is true.
- And(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns true if all elements in the given collection are true, and false otherwise.
- And(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns true if all elements in the given collection are true, and false otherwise.
- Any(Expr) - Static method in class com.faunadb.client.query.Language
-
Evaluates to true if any element of the collection is true.
- Append(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new collection with the given elements appended to the provided collection.
- Arr(Expr...) - Static method in class com.faunadb.client.query.Language
-
Creates a new array containing with the values provided.
- Arr(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new array wrapping the provided
List
. - ARRAY - Static variable in interface com.faunadb.client.types.Codec
- arrayListOf(Type) - Static method in class com.faunadb.client.types.Types
-
Creates a collection type specialized for
ArrayList
- ArrayV(List<? extends Value>) - Constructor for class com.faunadb.client.types.Value.ArrayV
- as(Codec<T>) - Static method in class com.faunadb.client.types.Field
-
Creates a field that converts its underlying value using the
Codec
provided. - as(Class<T>) - Static method in class com.faunadb.client.types.Field
-
Creates a field that converts its underyling value to the
Class
provided. - asCollectionOf(Class<T>) - Method in class com.faunadb.client.types.Value
-
Attempts to convert the value to a
Collection
. - Asin(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the asin of a numbers.
- Asin(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the asin of a numbers.
- asListOf(Field<A>) - Static method in class com.faunadb.client.types.Field
- asMapOf(Field<A>) - Static method in class com.faunadb.client.types.Field
- asMapOf(Class<T>) - Method in class com.faunadb.client.types.Value
-
Attempts to convert the value to a
Map
. - at(int...) - Method in class com.faunadb.client.query.Language.Path
-
Narrow to a specific element index in an array.
- at(int...) - Static method in class com.faunadb.client.types.Field
-
Creates a field that extracts the underlying value from the indexes provided, assuming the
Value
instance is a collection or nested collections. - at(int...) - Method in class com.faunadb.client.types.Value
-
Assuming the underlying value is a collection, it traverses to a desired path.
- at(Field<A>) - Method in class com.faunadb.client.types.Field
-
Creates a field extractor composed with another nested
Field
instance. - at(String...) - Method in class com.faunadb.client.query.Language.Path
-
Narrow to a specific path in a object key.
- at(String...) - Static method in class com.faunadb.client.types.Field
-
Creates a field that extracts the underlying value from the path provided, assuming the
Value
instance is a key/value map. - at(String...) - Method in class com.faunadb.client.types.Value
-
Assuming the underlying value is a key/value map, it traverses to a desired path.
- At(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Execute the reads associated with the given expression at the timestamp provided.
- At(Instant, Expr) - Static method in class com.faunadb.client.query.Language
-
Execute the reads associated with the given expression at the timestamp provided.
- Atan(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the atan of a numbers.
- Atan(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the atan of a numbers.
B
- BadRequestException - Exception in com.faunadb.client.errors
-
An exception thrown if FaunaDB cannot evaluate a query.
- BadRequestException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.BadRequestException
- BadRequestException(String) - Constructor for exception com.faunadb.client.errors.BadRequestException
- before(Expr) - Method in class com.faunadb.client.query.Pagination
-
Sets the cursor of the pagination to move backwards.
- BitAnd(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise and of a list of numbers.
- BitAnd(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise and of a list of numbers.
- BitNot(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise NOT of a numbers.
- BitNot(Long) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise NOT of a numbers.
- BitOr(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise OR of a list of numbers.
- BitOr(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise OR of a list of numbers.
- BitXor(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise XOR of a list of numbers.
- BitXor(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the bitwise XOR of a list of numbers.
- BodyValueFlowProcessor - Class in com.faunadb.client.streaming
- BodyValueFlowProcessor(ObjectMapper, Connection) - Constructor for class com.faunadb.client.streaming.BodyValueFlowProcessor
- BOOLEAN - Static variable in interface com.faunadb.client.types.Codec
- build() - Method in class com.faunadb.client.FaunaClient.Builder
-
Returns a newly constructed
FaunaClient
with configuration based on the settings of thisFaunaClient.Builder
. - builder() - Static method in class com.faunadb.client.FaunaClient
-
Creates a new
FaunaClient.Builder
- BYTE - Static variable in interface com.faunadb.client.types.Codec
- BYTE_READ_OPS - com.faunadb.client.types.MetricsResponse.Metrics
- BYTE_WRITE_OPS - com.faunadb.client.types.MetricsResponse.Metrics
- BYTES - Static variable in interface com.faunadb.client.types.Codec
-
Converts a
Value
to an array of bytes - BytesV(byte[]) - Constructor for class com.faunadb.client.types.Value.BytesV
- BytesV(String) - Constructor for class com.faunadb.client.types.Value.BytesV
C
- Call(Expr, Expr...) - Static method in class com.faunadb.client.query.Language
-
Calls the given user defined function with the arguments provided.
- Call(Expr, List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Calls the given user defined function with the arguments provided.
- Casefold(Expr) - Static method in class com.faunadb.client.query.Language
-
Normalizes strings according to the Unicode Standard, section 5.18 "Case Mappings".
- Casefold(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Normalizes strings according to the Unicode Standard, section 5.18 "Case Mappings", and the normalizer provided.
- Casefold(Expr, Language.Normalizer) - Static method in class com.faunadb.client.query.Language
-
Normalizes strings according to the Unicode Standard, section 5.18 "Case Mappings", and the normalizer provided.
- Casefold(String) - Static method in class com.faunadb.client.query.Language
-
Normalizes strings according to the Unicode Standard, section 5.18 "Case Mappings".
- Casefold(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Normalizes strings according to the Unicode Standard, section 5.18 "Case Mappings", and the normalizer provided.
- Casefold(String, Language.Normalizer) - Static method in class com.faunadb.client.query.Language
-
Normalizes strings according to the Unicode Standard, section 5.18 "Case Mappings", and the normalizer provided.
- Ceil(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the Ceil of a number.
- Ceil(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the Ceil of a number.
- Ceil(Long) - Static method in class com.faunadb.client.query.Language
-
Computes the Ceil of a number.
- CHAR - Static variable in interface com.faunadb.client.types.Codec
- Class(Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use Collection instead
- Class(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use Collection instead
- Class(String) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use Collection instead
- Class(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use Collection instead
- Classes() - Static method in class com.faunadb.client.query.Language
-
Deprecated.use Collections instead
- Classes(Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use Collection instead
- code() - Method in class com.faunadb.client.HttpResponses.QueryError
- code() - Method in class com.faunadb.client.HttpResponses.ValidationFailure
- Codec<T> - Interface in com.faunadb.client.types
-
Codec instances are used to convert a
Value
to a concrete type. - collect(Field<A>) - Method in class com.faunadb.client.types.Field
- collect(Field<T>) - Method in class com.faunadb.client.types.Value
-
Assuming the underlying value is a collection, it collects the
Field
provided for all elements in the collection. - collect(Class<T>) - Method in class com.faunadb.client.types.Value
-
Attempts to convert the value to a
Collection
. - Collection(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new reference for the given collection name.
- Collection(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given collection name, scoped to the database provided.
- Collection(String) - Static method in class com.faunadb.client.query.Language
-
Creates a new reference for the given collection name.
- Collection(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given collection name, scoped to the database provided.
- collectionOf(Class<? extends Collection>, Type) - Static method in class com.faunadb.client.types.Types
-
Creates a generic collection type representation
- Collections() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all collections in the database.
- Collections(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all collections in the specified database.
- COLLECTIONS - Static variable in class com.faunadb.client.types.Value.Native
- com.faunadb.client - package com.faunadb.client
- com.faunadb.client.errors - package com.faunadb.client.errors
- com.faunadb.client.query - package com.faunadb.client.query
- com.faunadb.client.streaming - package com.faunadb.client.streaming
- com.faunadb.client.types - package com.faunadb.client.types
- com.faunadb.client.util - package com.faunadb.client.util
- COMPUTE_OPS - com.faunadb.client.types.MetricsResponse.Metrics
- Concat(Expr) - Static method in class com.faunadb.client.query.Language
-
Concatenates a list of strings into a single string value.
- Concat(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Concatenates a list of strings into a single string value using the separator provided.
- constructErrorMessage(List<HttpResponses.QueryError>) - Static method in exception com.faunadb.client.errors.FaunaException
- Contains(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use
ContainsPath
instead - Contains(Language.Path, Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use
ContainsPath
instead - ContainsField(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the target Expr contains the given field, and false otherwise.
- ContainsPath(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the target value contains the given path, and false otherwise.
- ContainsPath(Language.Path, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the target value contains the given path, and false otherwise.
- ContainsStr(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given substring, or false if otherwise
- ContainsStr(Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given substring, or false if otherwise
- ContainsStr(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given substring, or false if otherwise
- ContainsStr(String, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given substring, or false if otherwise
- ContainsStrRegex(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given pattern, or false if otherwise
- ContainsStrRegex(Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given pattern, or false if otherwise
- ContainsStrRegex(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given pattern, or false if otherwise
- ContainsStrRegex(String, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string contains the given pattern, or false if otherwise
- ContainsValue(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the target Expr contains the given value, and false otherwise.
- Cos(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the cosine of a numbers.
- Cos(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the cosine of a numbers.
- Cosh(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the hyperbolic cosine of a numbers.
- Cosh(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the hyperbolic cosine of a numbers.
- Count(Expr) - Static method in class com.faunadb.client.query.Language
-
Count the number of elements in the collection.
- create(int, List<HttpResponses.QueryError>) - Static method in class com.faunadb.client.HttpResponses.QueryErrorResponse
- Create(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new document of the given collection with the parameters provided.
- CREATE - com.faunadb.client.query.Language.Action
- CreateAccessProvider(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new access provider given the params.
- CreateClass(Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use CreateCollection instead.
- CreateCollection(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new collection in the current database.
- CreateDatabase(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new database.
- CreateFunction(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new user defined function in the current database.
- CreateIndex(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new index in the current database.
- CreateKey(Expr) - Static method in class com.faunadb.client.query.Language
-
Create a new key in the current database.
- CreateRole(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new user role in the current database.
- Credentials() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all credentials in the database.
- Credentials(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all credentials in the specified database.
- CurrentIdentity() - Static method in class com.faunadb.client.query.Language
-
Returns the reference associated with the authentication token used for the current request.
- CurrentToken() - Static method in class com.faunadb.client.query.Language
-
Returns current token used for the request.
- cursor(Expr) - Method in class com.faunadb.client.query.Pagination
-
Sets the cursor object of the pagination.
D
- Database(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given database name.
- Database(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given database name, scoped to the database provided.
- Database(String) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given database name.
- Database(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given database name, scoped to the database provided.
- Databases() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all databases.
- Databases(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all databases in the specified database.
- DATABASES - Static variable in class com.faunadb.client.types.Value.Native
- Date(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a date from an ISO-8601 formatted date string.
- Date(String) - Static method in class com.faunadb.client.query.Language
-
Creates a date from an ISO-8601 formatted date string.
- DATE - Static variable in interface com.faunadb.client.types.Codec
- DateV(LocalDate) - Constructor for class com.faunadb.client.types.Value.DateV
- DAY - com.faunadb.client.query.Language.TimeUnit
- DayOfMonth(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a time expression's day of the month, from 1 to 31.
- DayOfWeek(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a time expression's day of the week following ISO-8601 convention, from 1 (Monday) to 7 (Sunday).
- DayOfYear(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a time expression's day of the year, from 1 to 365, or 366 in a leap year.
- decode(Value) - Method in interface com.faunadb.client.types.Codec
- decode(Value, Class<T>) - Static method in class com.faunadb.client.types.Decoder
-
Decode a FaunaDB
Value
to a specified type. - decode(Value, Type) - Static method in class com.faunadb.client.types.Decoder
-
Decode a FaunaDB
Value
to a specified type. - Decoder - Class in com.faunadb.client.types
-
FaunaDB
Value
to object decoder. - Degrees(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the degrees of a numbers.
- Degrees(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the degrees of a numbers.
- Degrees(Long) - Static method in class com.faunadb.client.query.Language
-
Computes the degrees of a numbers.
- Delete(Expr) - Static method in class com.faunadb.client.query.Language
-
Delete the resource identified by the given reference.
- DELETE - com.faunadb.client.query.Language.Action
- description() - Method in class com.faunadb.client.HttpResponses.QueryError
- description() - Method in class com.faunadb.client.HttpResponses.ValidationFailure
- Difference(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources present in the first set and not in any other set provided.
- Difference(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources present in the first set and not in any other set provided.
- DiffField - Static variable in class com.faunadb.client.streaming.EventFields
- Distinct(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new set after removing all duplicated values.
- Divide(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the quotient of a list of numbers.
- Divide(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
- Do(Expr...) - Static method in class com.faunadb.client.query.Language
-
Evaluates the given expressions sequentially evaluates its arguments, and returns the result of the last expression.
- Do(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Evaluates the given expressions sequentially evaluates its arguments, and returns the result of the last expression.
- DocumentField - Static variable in class com.faunadb.client.streaming.EventFields
- Documents(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a set of all documents in the given collection.
- DOUBLE - Static variable in interface com.faunadb.client.types.Codec
- DoubleV(double) - Constructor for class com.faunadb.client.types.Value.DoubleV
- Drop(long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new collection containing after dropping the given number of elements from the provided collection.
- Drop(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new collection containing after dropping the given number of elements from the provided collection.
E
- encode(Object) - Static method in class com.faunadb.client.types.Encoder
-
Encode the specified object into a
Value
instance. - encode(T) - Method in interface com.faunadb.client.types.Codec
- Encoder - Class in com.faunadb.client.types
-
FaunaDB object to
Value
encoder. - EndsWith(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string ends with the given suffix value, or false if otherwise
- EndsWith(Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string ends with the given suffix value, or false if otherwise
- EndsWith(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string ends with the given suffix value, or false if otherwise
- EndsWith(String, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string ends with the given suffix value, or false if otherwise
- Epoch(long, Expr) - Static method in class com.faunadb.client.query.Language
-
Constructs a timestamp relative to the epoch "1970-01-01T00:00:00Z" given a unit type and a number of units.
- Epoch(long, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Constructs a timestamp relative to the epoch "1970-01-01T00:00:00Z" given a unit type and a number of units.
- Epoch(long, String) - Static method in class com.faunadb.client.query.Language
-
Constructs a timestamp relative to the epoch "1970-01-01T00:00:00Z" given a unit type and a number of units.
- Epoch(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Constructs a timestamp relative to the epoch "1970-01-01T00:00:00Z" given a unit type and a number of units.
- Epoch(Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Constructs a timestamp relative to the epoch "1970-01-01T00:00:00Z" given a unit type and a number of units.
- Epoch(Expr, String) - Static method in class com.faunadb.client.query.Language
-
Constructs a timestamp relative to the epoch "1970-01-01T00:00:00Z" given a unit type and a number of units.
- equals(Object) - Method in class com.faunadb.client.types.Field
- equals(Object) - Method in class com.faunadb.client.types.Value.ArrayV
- equals(Object) - Method in class com.faunadb.client.types.Value.BytesV
- equals(Object) - Method in class com.faunadb.client.types.Value.NullV
- equals(Object) - Method in class com.faunadb.client.types.Value.ObjectV
- equals(Object) - Method in class com.faunadb.client.types.Value.QueryV
- equals(Object) - Method in class com.faunadb.client.types.Value.RefID
- equals(Object) - Method in class com.faunadb.client.types.Value.RefV
- Equals(Expr...) - Static method in class com.faunadb.client.query.Language
-
Tests equivalence between a list of values.
- Equals(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Tests equivalence between a list of values.
- errors() - Method in exception com.faunadb.client.errors.FaunaException
-
Gets the list of errors that caused the query to fail.
- errors() - Method in class com.faunadb.client.HttpResponses.QueryErrorResponse
- EventField - Class in com.faunadb.client.streaming
- EventField() - Constructor for class com.faunadb.client.streaming.EventField
- EventFields - Class in com.faunadb.client.streaming
- EventFields() - Constructor for class com.faunadb.client.streaming.EventFields
- events(boolean) - Method in class com.faunadb.client.query.Pagination
-
Define if the pagination should return events or not.
- events(Expr) - Method in class com.faunadb.client.query.Pagination
-
Define if the pagination should return events or not.
- Events(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the history of an document's data for the given reference.
- Exists(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the provided reference exists, or false otherwise.
- Exists(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the provided reference exists at a specific point in time, or false otherwise.
- Exp(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the exp of a numbers.
- Exp(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the exp of a numbers.
- Exp(Long) - Static method in class com.faunadb.client.query.Language
-
Computes the exp of a numbers.
- Expr - Class in com.faunadb.client.query
-
A query language expression.
- Expr() - Constructor for class com.faunadb.client.query.Expr
F
- fail(String) - Static method in class com.faunadb.client.types.Result
-
Creates failure result
- fail(String, Throwable) - Static method in class com.faunadb.client.types.Result
-
Creates failure result with an exception
- failures() - Method in class com.faunadb.client.HttpResponses.QueryError
- FALSE - Static variable in class com.faunadb.client.types.Value.BooleanV
- 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
- FaunaConstructor - Annotation Type in com.faunadb.client.types
-
Specifies which constructor to use when decoding an object with a
Decoder
. - FAUNADB_BUILD - com.faunadb.client.types.MetricsResponse.Metrics
- FaunaEnum - Annotation Type in com.faunadb.client.types
-
Instruct the encoder/decoder to rename the annotated enum field.
- FaunaException - Exception in com.faunadb.client.errors
-
The base type for all FaunaDB exceptions.
- FaunaException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.FaunaException
- FaunaException(String) - Constructor for exception com.faunadb.client.errors.FaunaException
- FaunaException(String, Throwable) - Constructor for exception com.faunadb.client.errors.FaunaException
- FaunaField - Annotation Type in com.faunadb.client.types
-
Maps a field, getter, or constructor parameter to an object field in FaunaDB when encoding or decoding an object.
- FaunaIgnore - Annotation Type in com.faunadb.client.types
-
Instructs the encoder/decoder to not encode/decode the annotated member.
- field() - Method in class com.faunadb.client.HttpResponses.ValidationFailure
- Field<T> - Class in com.faunadb.client.types
-
A field extractor for a FaunaDB
Value
. - Filter(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Applies the given lambda to each element of the collection provided, and returns a new collection containing only the elements for which the lambda returns true.
- Filter(Expr, UnaryOperator<Expr>) - Static method in class com.faunadb.client.query.Language
-
Applies the given lambda to each element of the collection provided, and returns a new collection containing only the elements for which the lambda returns true.
- FindStr(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(Expr, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStr function returns FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(Expr, String) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStr function used to searches a string for a substring and locates the location of the substring in the string
- FindStr(String, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(String, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(String, String) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(String, String, long) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStr(String, String, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStr function searches a string for a substring and locates the location of the substring in the string
- FindStrRegex(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, Expr, long, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, Expr, long, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, Expr, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, String) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, String, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, String, long, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, String, long, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, String, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(Expr, String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, Expr, long, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, Expr, long, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, Expr, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, String) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, String, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, String, long, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, String, long, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, String, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, String, Expr, long) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- FindStrRegex(String, String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
FindStrRegex function searches a string for a java pattern and locates all the locations of the pattern in the string
- flatMap(Function<T, Result<U>>) - Method in class com.faunadb.client.types.Result
-
Apply the function passed on the result value.
- FLOAT - Static variable in interface com.faunadb.client.types.Codec
- Floor(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the floor of a numbers.
- Floor(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the floor of a numbers.
- Floor(Long) - Static method in class com.faunadb.client.query.Language
-
Computes the floor of a numbers.
- Foreach(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Applies the given lambda to each element of the provided collection.
- Foreach(Expr, UnaryOperator<Expr>) - Static method in class com.faunadb.client.query.Language
-
Applies the given lambda to each element of the provided collection.
- Format(Expr, Expr...) - Static method in class com.faunadb.client.query.Language
-
Format values into a string.
- Format(String, Expr...) - Static method in class com.faunadb.client.query.Language
-
Format values into a string.
- from(T) - Static method in class com.faunadb.client.types.Value
- fromName(String) - Static method in class com.faunadb.client.types.Value.Native
- Function(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given user defined function name.
- Function(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given user defined function name, scoped to the database provided.
- Function(String) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given user defined function name.
- Function(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given user defined function name, scoped to the database provided.
- Functions() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all user defined functions in the database.
- Functions(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all user defined functions in the specified database.
- FUNCTIONS - Static variable in class com.faunadb.client.types.Value.Native
G
- genSym(String) - Static method in class com.faunadb.client.util.SymbolGenerator
-
Generate a new symbol with the provided prefix.
- get() - Method in class com.faunadb.client.types.Result
-
Extracts the resulting value or throw an exception if the operation has failed.
- get(Field<T>) - Method in class com.faunadb.client.types.Value
-
Extract a
Field
from the value. - get(Class<T>) - Method in class com.faunadb.client.types.Value
-
Attempts to decode the value using the reflection
Decoder
. - Get(Expr) - Static method in class com.faunadb.client.query.Language
-
Retrieves the document identified by the given reference.
- Get(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Retrieves the document identified by the given reference at a specific point in time.
- Get(Expr, Instant) - Static method in class com.faunadb.client.query.Language
-
Retrieves the document identified by the given reference at a specific point in time.
- getClazz() - Method in class com.faunadb.client.types.Value.RefV
-
Deprecated.
- getCollection() - Method in class com.faunadb.client.types.Value.RefV
- getDatabase() - Method in class com.faunadb.client.types.Value.RefV
- getId() - Method in class com.faunadb.client.types.Value.RefV
- getLastTxnTime() - Method in class com.faunadb.client.FaunaClient
-
Get the freshest timestamp reported to this client.
- getMetric() - Method in enum com.faunadb.client.types.MetricsResponse.Metrics
- getMetric(MetricsResponse.Metrics) - Method in class com.faunadb.client.types.MetricsResponse
-
Gets a specified metric
- getOptional() - Method in class com.faunadb.client.types.Result
-
Gets an
Optional
type containing the result value if the operation was successful. - getOptional() - Method in class com.faunadb.client.types.Value
-
Converts this into an
Optional
. - getOptional() - Method in class com.faunadb.client.types.Value.NullV
- getOptional(Field<T>) - Method in class com.faunadb.client.types.Value
-
Safely attempts to extract a
Field
from this value. - getOrElse(Supplier<T>) - Method in class com.faunadb.client.types.Result
-
Gets the result value or return the a default value if the operation has failed
- getValue() - Method in class com.faunadb.client.types.MetricsResponse
-
Gets the
Value
part - GT(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is greater than the ones following, and false otherwise.
- GT(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is greater than the ones following, and false otherwise.
- GTE(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is greater than or equal to the ones following, and false otherwise.
- GTE(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is greater than or equal to the ones following, and false otherwise.
H
- HALF_DAY - com.faunadb.client.query.Language.TimeUnit
- HasCurrentIdentity() - Static method in class com.faunadb.client.query.Language
-
Returns true if the authentication used for the request has an identity.
- HasCurrentToken() - Static method in class com.faunadb.client.query.Language
-
Returns true if the authentication used for the request has a token.
- hashCode() - Method in class com.faunadb.client.types.Field
- hashCode() - Method in class com.faunadb.client.types.Value.ArrayV
- hashCode() - Method in class com.faunadb.client.types.Value.BytesV
- hashCode() - Method in class com.faunadb.client.types.Value.NullV
- hashCode() - Method in class com.faunadb.client.types.Value.ObjectV
- hashCode() - Method in class com.faunadb.client.types.Value.QueryV
- hashCode() - Method in class com.faunadb.client.types.Value.RefID
- hashCode() - Method in class com.faunadb.client.types.Value.RefV
- hashMapOf(Type) - Static method in class com.faunadb.client.types.Types
-
Creates a map type specialized for
HashMap
- hashSetOf(Type) - Static method in class com.faunadb.client.types.Types
-
Creates a collection type specialized for
HashSet
- HasIdentity() - Static method in class com.faunadb.client.query.Language
-
Deprecated.Use HasCurrentIdentity() instead.
- Hour(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a time expression's hour of the day, from 0 to 23.
- HOUR - com.faunadb.client.query.Language.TimeUnit
- HttpResponses - Class in com.faunadb.client
- HttpResponses() - Constructor for class com.faunadb.client.HttpResponses
- HttpResponses.QueryError - Class in com.faunadb.client
- HttpResponses.QueryErrorResponse - Class in com.faunadb.client
- HttpResponses.ValidationFailure - Class in com.faunadb.client
- Hypot(Expr) - Static method in class com.faunadb.client.query.Language
-
Hypot to calculate a hypotenuse of a isosceles right triangle give side
- Hypot(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Hypot to calculate a hypotenuse of a right triangle give the 2 sides
- Hypot(Expr, Double) - Static method in class com.faunadb.client.query.Language
-
Hypot to calculate a hypotenuse of a right triangle give the 2 sides
- Hypot(Double) - Static method in class com.faunadb.client.query.Language
-
Hypot to calculate a hypotenuse of a isosceles right triangle give side
- Hypot(Double, Expr) - Static method in class com.faunadb.client.query.Language
-
Hypot to calculate a hypotenuse of a right triangle give the 2 sides
- Hypot(Double, Double) - Static method in class com.faunadb.client.query.Language
-
Hypot to calculate a hypotenuse of a right triangle give the 2 sides
I
- Identify(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Checks the given password against the reference's credentials, retuning true if valid, or false otherwise.
- Identify(Expr, String) - Static method in class com.faunadb.client.query.Language
-
Checks the given password against the reference's credentials, retuning true if valid, or false otherwise.
- Identity() - Static method in class com.faunadb.client.query.Language
-
Deprecated.Use CurrentIdentity() instead.
- If(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Evaluates the then or else branch according to the given condition.
- in(Expr) - Method in class com.faunadb.client.query.Language.LetBinding
-
Defines the scope where the let bindings will apply.
- Index(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given index name.
- Index(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given index name, scoped to the database provided.
- Index(String) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given index name.
- Index(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given index name, scoped to the database provided.
- Indexes() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all indexes in the database.
- Indexes(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all indexes in the specified database.
- INDEXES - Static variable in class com.faunadb.client.types.Value.Native
- Insert(Expr, Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Inserts a new event in the document's history.
- Insert(Expr, Expr, Language.Action, Expr) - Static method in class com.faunadb.client.query.Language
-
Inserts a new event in the document's history.
- INTEGER - Static variable in interface com.faunadb.client.types.Codec
- InternalException - Exception in com.faunadb.client.errors
-
An exception thrown if a HTTP 500 (Internal Server Error) occurs when making a request to FaunaDB.
- InternalException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.InternalException
- Intersection(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources present in all sets provided.
- Intersection(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources present in all sets provided.
- IsArray(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is an array.
- IsBoolean(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a boolean.
- IsBytes(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a byte array.
- IsCollection(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a collection.
- IsCredentials(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a credentials.
- IsDatabase(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a database.
- IsDate(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a date.
- IsDoc(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a document (either a reference or an instance).
- IsDouble(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a double.
- IsEmpty(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the given collection is empty, or false otherwise.
- isFailure() - Method in class com.faunadb.client.types.Result
- IsFunction(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a function.
- IsIndex(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is an index.
- IsInteger(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is an integer.
- IsKey(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a key.
- IsLambda(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a lambda.
- IsNonEmpty(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the given collection is not empty, or false otherwise.
- IsNull(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is null.
- IsNumber(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a number.
- IsObject(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is an object.
- IsRef(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a reference.
- IsRole(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a role.
- IsSet(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a set.
- IsString(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a string.
- isSuccess() - Method in class com.faunadb.client.types.Result
- IsTimestamp(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a timestamp.
- IsToken(Expr) - Static method in class com.faunadb.client.query.Language
-
Check if the expression is a token.
J
- Join(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Derives a set of resources from applying each document of the source set to the target parameter.
- Join(Expr, UnaryOperator<Expr>) - Static method in class com.faunadb.client.query.Language
-
Derives a set of resources from applying each document of the source set to the target parameter.
K
- KeyFromSecret(Expr) - Static method in class com.faunadb.client.query.Language
-
Retrieves the key object given the key's secret string.
- KeyFromSecret(String) - Static method in class com.faunadb.client.query.Language
-
Retrieves the key object given the key's secret string.
- Keys() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all keys in the database.
- Keys(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all keys in the specified database.
- KEYS - Static variable in class com.faunadb.client.types.Value.Native
L
- Lambda(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates an anonymous function that binds one or more variables in the expression provided.
- Lambda(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates an anonymous function that binds one or more variables in the expression provided.
- Language - Class in com.faunadb.client.query
-
The
Language
class contains static constructors for the FaunaDB Query Language expressions. - Language.Action - Enum in com.faunadb.client.query
-
Enumeration for event action types.
- Language.LetBinding - Class in com.faunadb.client.query
-
Builder for let expressions.
- Language.Normalizer - Enum in com.faunadb.client.query
-
Enumeration for casefold normalizers.
- Language.Path - Class in com.faunadb.client.query
-
Builder for path selectors.
- Language.TimeUnit - Enum in com.faunadb.client.query
-
Enumeration for time units.
- Length(Expr) - Static method in class com.faunadb.client.query.Language
-
Length function returns the number of characters (codepoints) in the string
- Length(String) - Static method in class com.faunadb.client.query.Language
-
Length function returns the number of characters (codepoints) in the string
- Let(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(String, Expr, String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(String, Expr, String, Expr, String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(String, Expr, String, Expr, String, Expr, String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(String, Expr, String, Expr, String, Expr, String, Expr, String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Bind values to one or more variables.
- Let(Map<String, ? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Deprecated.As of release 2.6.0, use alternate Let forms.
- Ln(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the ln of a numbers.
- Ln(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the ln of a numbers.
- Log(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the log of a numbers.
- Log(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the log of a numbers.
- Login(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new authentication token for the provided reference.
- Logout(boolean) - Static method in class com.faunadb.client.query.Language
-
Delete authentication tokens.
- Logout(Expr) - Static method in class com.faunadb.client.query.Language
-
Delete authentication tokens.
- LONG - Static variable in interface com.faunadb.client.types.Codec
- LongV(long) - Constructor for class com.faunadb.client.types.Value.LongV
- LowerCase(Expr) - Static method in class com.faunadb.client.query.Language
-
Lower function returns all letters in the string in lowercase
- LowerCase(String) - Static method in class com.faunadb.client.query.Language
-
Lower function returns all letters in the string in lowercase
- LT(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is less than the ones following, and false otherwise.
- LT(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is less than the ones following, and false otherwise.
- LTE(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is less than or equal to the ones following, and false otherwise.
- LTE(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns true if the first element of the given collection is less than or equal to the ones following, and false otherwise.
- LTrim(Expr) - Static method in class com.faunadb.client.query.Language
-
LTrim function returns a new string with leading white space removed
- LTrim(String) - Static method in class com.faunadb.client.query.Language
-
LTrim function returns a new string with leading white space removed
M
- map(Function<T, U>) - Method in class com.faunadb.client.types.Result
-
Apply the function passed on the result value.
- Map(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Applies the given lambda to each element of the provided collection, and returns the results of each application in a new collection of the same type.
- Map(Expr, UnaryOperator<Expr>) - Static method in class com.faunadb.client.query.Language
-
Applies the given lambda to each element of the provided collections, and returns the results of each application in a new collection of the same type.
- mapOf(Class<? extends Map>, Type) - Static method in class com.faunadb.client.types.Types
-
Creates a generic map type representation where the key is a string
- Match(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources for the given index.
- Match(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources that match the terms for the given index.
- Max(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the max in a list of numbers.
- Max(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the max in a list of numbers.
- Mean(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the mean of all elements in the collection.
- Merge(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Merge two or more objects.
- Merge(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Merge two or more objects.
- MetricsResponse - Class in com.faunadb.client.types
-
An aggregation type which consists of
Value
instance and extra information of response. - MetricsResponse.Metrics - Enum in com.faunadb.client.types
-
Different header names that indicate the resources used in any query to faunadb server
- MICROSECOND - com.faunadb.client.query.Language.TimeUnit
- MILLISECOND - com.faunadb.client.query.Language.TimeUnit
- Min(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the min in a list of numbers.
- Min(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the min in a list of numbers.
- Minute(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a time expression's minute of the hour, from 0 to 59.
- MINUTE - com.faunadb.client.query.Language.TimeUnit
- Modulo(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the remainder after division of a list of numbers.
- Modulo(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the remainder after division of a list of numbers.
- Month(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a time expression's month of the year, from 1 to 12.
- MoveDatabase(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Move database to a new hierarchy.
- Multiply(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the product of a list of numbers.
- Multiply(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the product of a list of numbers.
N
- NANOSECOND - com.faunadb.client.query.Language.TimeUnit
- NewId() - Static method in class com.faunadb.client.query.Language
-
Returns a new string identifier suitable for use when constructing references.
- newSessionClient(String) - Method in class com.faunadb.client.FaunaClient
-
Creates a session client with the user secret provided.
- NextId() - Static method in class com.faunadb.client.query.Language
-
Deprecated.Use NewId() instead.
- NFC - com.faunadb.client.query.Language.Normalizer
- NFD - com.faunadb.client.query.Language.Normalizer
- NFKC - com.faunadb.client.query.Language.Normalizer
- NFKCCaseFold - com.faunadb.client.query.Language.Normalizer
- NFKD - com.faunadb.client.query.Language.Normalizer
- NGram(Expr) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the 1 and 2 elements in size.
- NGram(Expr, long, long) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(Expr, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(Expr, Expr, long) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(String) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the 1 and 2 elements in size.
- NGram(String, long, long) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(String, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(String, Expr, long) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- NGram(List<Expr>) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the 1 and 2 elements in size.
- NGram(List<Expr>, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Tokenize the input into n-grams of the given sizes.
- Not(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the given boolean parameter is false, or false if the boolean parameter is true.
- NotFoundException - Exception in com.faunadb.client.errors
-
An exception thrown if a HTTP 404 (Not Found) is returned from FaunaDB.
- NotFoundException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.NotFoundException
- NotFoundException(String) - Constructor for exception com.faunadb.client.errors.NotFoundException
- Now() - Static method in class com.faunadb.client.query.Language
-
Returns the current snapshot time.
- Null() - Static method in class com.faunadb.client.query.Language
-
Creates a new expression representing a null value.
- NULL - Static variable in class com.faunadb.client.types.Value.NullV
O
- Obj() - Static method in class com.faunadb.client.query.Language
-
Creates an empty object.
- Obj(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new object with the provided key and value.
- Obj(String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new object with two key/value pairs.
- Obj(String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new object with three key/value pairs.
- Obj(String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new object with four key/value pairs.
- Obj(String, Expr, String, Expr, String, Expr, String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new object with five key/value pairs.
- Obj(Map<String, ? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Creates a new object wrapping the
Map
provided. - OBJECT - Static variable in interface com.faunadb.client.types.Codec
- ObjectV(Map<String, ? extends Value>) - Constructor for class com.faunadb.client.types.Value.ObjectV
- of(Value, Map<MetricsResponse.Metrics, String>) - Static method in class com.faunadb.client.types.MetricsResponse
- onComplete() - Method in class com.faunadb.client.streaming.BodyValueFlowProcessor
- onComplete() - Method in class com.faunadb.client.streaming.SnapshotEventFlowProcessor
- onError(Throwable) - Method in class com.faunadb.client.streaming.BodyValueFlowProcessor
- onError(Throwable) - Method in class com.faunadb.client.streaming.SnapshotEventFlowProcessor
- onNext(Value) - Method in class com.faunadb.client.streaming.SnapshotEventFlowProcessor
- onNext(List<ByteBuffer>) - Method in class com.faunadb.client.streaming.BodyValueFlowProcessor
- onSubscribe(Flow.Subscription) - Method in class com.faunadb.client.streaming.BodyValueFlowProcessor
- onSubscribe(Flow.Subscription) - Method in class com.faunadb.client.streaming.SnapshotEventFlowProcessor
- Or(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns true if any element in the given collection is true, and false otherwise.
- Or(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns true if any element in the given collection is true, and false otherwise.
- orElseGet(Supplier<T>) - Method in class com.faunadb.client.types.Result
-
Gets the result value or return the a default value if the operation has failed
- orNull() - Method in class com.faunadb.client.types.Result
-
Extracts the resulting value or returns null if the operation has failed.
- orNull() - Method in class com.faunadb.client.types.Value
-
Returns this value, or returns null if no value is present.
P
- Paginate(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a Page object that groups a page of results and cursors for retrieving pages before or after the current page.
- Pagination - Class in com.faunadb.client.query
-
A pagination expression.
- parameters() - Method in class com.faunadb.client.types.Value.SetRefV
-
Extract SetRefV structure
- Path(int...) - Static method in class com.faunadb.client.query.Language
-
Constructs a path matching array indexes.
- Path(String...) - Static method in class com.faunadb.client.query.Language
-
Constructs a path matching object keys.
- PermissionDeniedException - Exception in com.faunadb.client.errors
-
An exception thrown if a HTTP 403 (Forbidden) is returned from FaunaDB.
- PermissionDeniedException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.PermissionDeniedException
- PermissionDeniedException(String) - Constructor for exception com.faunadb.client.errors.PermissionDeniedException
- position() - Method in class com.faunadb.client.HttpResponses.QueryError
- Pow(Expr) - Static method in class com.faunadb.client.query.Language
-
Pow to calculate a number raise to the power of some other number
- Pow(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Pow to calculate a number raise to the power of some other number
- Pow(Expr, Double) - Static method in class com.faunadb.client.query.Language
-
Pow to calculate a number raise to the power of some other number
- Pow(Double, Expr) - Static method in class com.faunadb.client.query.Language
-
Pow to calculate a number raise to the power of some other number
- Pow(Double, Double) - Static method in class com.faunadb.client.query.Language
-
Pow to calculate a number raise to the power of some other number
- Prepend(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new collection with the given elements prepended to the provided collection.
- PrevField - Static variable in class com.faunadb.client.streaming.EventFields
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(Expr, Duration) - Method in class com.faunadb.client.FaunaClient
-
Issues a Query to FaunaDB.
- query(Expr, Optional<Duration>) - Method in class com.faunadb.client.FaunaClient
-
Issues a Query to FaunaDB.
- query(List<? extends Expr>) - Method in class com.faunadb.client.FaunaClient
-
Issues multiple queries to FaunaDB.
- query(List<? extends Expr>, Duration) - Method in class com.faunadb.client.FaunaClient
-
Issues multiple queries to FaunaDB.
- query(List<? extends Expr>, Optional<Duration>) - Method in class com.faunadb.client.FaunaClient
-
Issues multiple queries to FaunaDB.
- Query(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new query expression with the given lambda.
- QUERY_BYTES_IN - com.faunadb.client.types.MetricsResponse.Metrics
- QUERY_BYTES_OUT - com.faunadb.client.types.MetricsResponse.Metrics
- QUERY_TIME - com.faunadb.client.types.MetricsResponse.Metrics
- QueryError(List<String>, String, String, List<HttpResponses.ValidationFailure>) - Constructor for class com.faunadb.client.HttpResponses.QueryError
- QueryErrorResponse(int, List<HttpResponses.QueryError>) - Constructor for class com.faunadb.client.HttpResponses.QueryErrorResponse
- queryWithMetrics(Expr, Optional<Duration>) - Method in class com.faunadb.client.FaunaClient
-
Issues a Query to FaunaDB with extra information
R
- Radians(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the radians of a number.
- Radians(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the radians of a number.
- Range(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Filter the set based on the lower/upper bounds (inclusive).
- READ_OPS - com.faunadb.client.types.MetricsResponse.Metrics
- Reduce(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Reduce the collection.
- Ref(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new scoped reference.
- Ref(Expr, String) - Static method in class com.faunadb.client.query.Language
-
Creates a new scoped reference.
- Ref(String) - Static method in class com.faunadb.client.query.Language
-
Creates a new reference.
- REF - Static variable in interface com.faunadb.client.types.Codec
-
Converts a
Value
to aValue.RefV
- RefV(String, Value.RefV) - Constructor for class com.faunadb.client.types.Value.RefV
- RefV(String, Value.RefV, Value.RefV) - Constructor for class com.faunadb.client.types.Value.RefV
- RegexEscape(Expr) - Static method in class com.faunadb.client.query.Language
-
It takes a string and returns a regex which matches the input string verbatim.
- RegexEscape(String) - Static method in class com.faunadb.client.query.Language
-
It takes a string and returns a regex which matches the input string verbatim.
- Remove(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Removes an event from an document's history.
- Remove(Expr, Expr, Language.Action) - Static method in class com.faunadb.client.query.Language
-
Removes an event from an document's history.
- Repeat(Expr) - Static method in class com.faunadb.client.query.Language
-
Repeat function returns a string the specified number of times
- Repeat(Expr, long) - Static method in class com.faunadb.client.query.Language
-
Repeat function returns a string concatenanted the specified number of times
- Repeat(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Repeat function returns a string concatenanted the specified number of times
- Repeat(String) - Static method in class com.faunadb.client.query.Language
-
Repeat function returns a string the specified number of times
- Repeat(String, long) - Static method in class com.faunadb.client.query.Language
-
Repeat function returns a string concatenanted the specified number of times
- Repeat(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Repeat function returns a string concatenanted the specified number of times
- Replace(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Replaces the resource identified by the given reference.
- ReplaceStr(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStr(Expr, Expr, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStr(Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStr(Expr, String, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStr(String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStr(String, Expr, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStr(String, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStr(String, String, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStr returns a string with every occurence of the "find" string changed to "replace" string
- ReplaceStrRegex(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, Expr, Expr, Boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, Expr, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, Expr, String, boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, String, Expr, boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, String, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, String, String, boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(Expr, String, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, Expr, Expr, boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, Expr, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, Expr, String, boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, Expr, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, String, Expr, boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, String, String) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, String, String, boolean) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- ReplaceStrRegex(String, String, String, Expr) - Static method in class com.faunadb.client.query.Language
-
ReplaceStrRegex returns a string with occurence(s) of the java regular expression "pattern" changed to "replace" string
- Result<T> - Class in com.faunadb.client.types
-
Represents the result of an operation.
- Reverse(Expr) - Static method in class com.faunadb.client.query.Language
-
Reverse the order of the given source.
- Role(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given role name.
- Role(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given role name, scoped to the database provided.
- Role(String) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given role name.
- Role(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a reference for the given role name, scoped to the database provided.
- Roles() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all roles in the database.
- Roles(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all roles in the specified database.
- ROLES - Static variable in class com.faunadb.client.types.Value.Native
- Round(Expr) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- Round(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- Round(Expr, Long) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- Round(Double) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- Round(Double, Expr) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- Round(Double, Long) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- Round(Long, Expr) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- Round(Long, Long) - Static method in class com.faunadb.client.query.Language
-
Round to a given precision
- RTrim(Expr) - Static method in class com.faunadb.client.query.Language
-
RTrim function returns a new string with trailing whitespace removed
- RTrim(String) - Static method in class com.faunadb.client.query.Language
-
RTrim function returns a new string with trailing whitespace removed
S
- Second(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a time expression's second of the minute, from 0 to 59.
- SECOND - com.faunadb.client.query.Language.TimeUnit
- Select(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Traverses target resource returning the value under the given path.
- Select(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Traverses target resource returning the value under the given path.
- Select(Language.Path, Expr) - Static method in class com.faunadb.client.query.Language
-
Traverses target resource returning the value under the given path.
- Select(Language.Path, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Traverses target resource returning the value under the given path.
- SelectAll(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use SelectAsIndex instead
- SelectAll(Language.Path, Expr) - Static method in class com.faunadb.client.query.Language
-
Deprecated.use SelectAsIndex instead
- SelectAsIndex(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Selects the desired path for each element in the given array.
- SelectAsIndex(Language.Path, Expr) - Static method in class com.faunadb.client.query.Language
-
Selects the desired path for each element in the given array.
- SET_REF - Static variable in interface com.faunadb.client.types.Codec
-
Converts a
Value
to aValue.SetRefV
- SetRefV(Map<String, Value>) - Constructor for class com.faunadb.client.types.Value.SetRefV
- SHORT - Static variable in interface com.faunadb.client.types.Codec
- Sign(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the sign of a number.
- Sign(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the sign of a number.
- Sign(Long) - Static method in class com.faunadb.client.query.Language
-
Computes the sign of a number.
- Sin(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the Sin of a number.
- Sin(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the Sin of a number.
- Singleton(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the history of an instance's presence for the given reference.
- Sinh(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the Sinh of a number.
- Sinh(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the Sinh of a number.
- size(Expr) - Method in class com.faunadb.client.query.Pagination
-
Sets the maximum number of elements per page to return.
- size(Integer) - Method in class com.faunadb.client.query.Pagination
-
Sets the maximum number of elements per page to return.
- SnapshotEventFlowProcessor - Class in com.faunadb.client.streaming
- SnapshotEventFlowProcessor(Expr, Function<Expr, CompletableFuture<Value>>) - Constructor for class com.faunadb.client.streaming.SnapshotEventFlowProcessor
- sources(boolean) - Method in class com.faunadb.client.query.Pagination
-
Define if the pagination should return source information or not.
- sources(Expr) - Method in class com.faunadb.client.query.Pagination
-
Define if the pagination should return source information or not.
- Space(Expr) - Static method in class com.faunadb.client.query.Language
-
Space function returns "N" number of spaces
- Space(Integer) - Static method in class com.faunadb.client.query.Language
-
Space function returns
- Space(Long) - Static method in class com.faunadb.client.query.Language
-
Space function returns "N" number of spaces
- Sqrt(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the square root of a numbers.
- Sqrt(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the square root of a numbers.
- StartsWith(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string starts with the given prefix value, or false if otherwise
- StartsWith(Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string starts with the given prefix value, or false if otherwise
- StartsWith(String, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string starts with the given prefix value, or false if otherwise
- StartsWith(String, String) - Static method in class com.faunadb.client.query.Language
-
Returns true if the string starts with the given prefix value, or false if otherwise
- status() - Method in exception com.faunadb.client.errors.FaunaException
-
Gets the HTTP status code of the underlying error response.
- status() - Method in class com.faunadb.client.HttpResponses.QueryErrorResponse
- STORAGE_BYTES_READ - com.faunadb.client.types.MetricsResponse.Metrics
- STORAGE_BYTES_WRITE - com.faunadb.client.types.MetricsResponse.Metrics
- stream(Expr) - Method in class com.faunadb.client.FaunaClient
-
Creates a subscription to the result of the given read-only expression.
- stream(Expr, List<EventField>, boolean) - Method in class com.faunadb.client.FaunaClient
-
Creates a subscription to the result of the given read-only expression.
- StreamingException - Exception in com.faunadb.client.errors
-
An exception thrown if an error event is receiving on a stream.
- StreamingException(HttpResponses.QueryError) - Constructor for exception com.faunadb.client.errors.StreamingException
- STRING - Static variable in interface com.faunadb.client.types.Codec
- StringV(String) - Constructor for class com.faunadb.client.types.Value.StringV
- subscribe(Flow.Subscriber<? super Value>) - Method in class com.faunadb.client.streaming.BodyValueFlowProcessor
- subscribe(Flow.Subscriber<? super Value>) - Method in class com.faunadb.client.streaming.SnapshotEventFlowProcessor
- SubString(Expr) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(Expr, long) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(Expr, long, long) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(Expr, long, Expr) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(Expr, Expr, long) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(String) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(String, long) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(String, long, long) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(String, long, Expr) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(String, Expr) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(String, Expr, long) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- SubString(String, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
SubString function returns a subset of the source string
- Subtract(Expr...) - Static method in class com.faunadb.client.query.Language
-
Computes the difference of a list of numbers.
- Subtract(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Computes the difference of a list of numbers.
- success(T) - Static method in class com.faunadb.client.types.Result
-
Creates a successful result
- Sum(Expr) - Static method in class com.faunadb.client.query.Language
-
Sum the elements in the collection.
- SymbolGenerator - Class in com.faunadb.client.util
-
The singleton SymbolGenerator is used to automatically generate symbol names when a Java lambda function is provided where a FaunaDB lambda expression is accepted.
- syncLastTxnTime(long) - Method in class com.faunadb.client.FaunaClient
-
Sync the freshest timestamp seen by this client.
T
- Take(long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new collection containing the given number of elements taken from the provided collection.
- Take(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new collection containing the given number of elements taken from the provided collection.
- Tan(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the tangent of a numbers.
- Tan(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the tangent of a numbers.
- Tanh(Expr) - Static method in class com.faunadb.client.query.Language
-
Computes the hyperbolic tangent of a numbers.
- Tanh(Double) - Static method in class com.faunadb.client.query.Language
-
Computes the hyperbolic tangent of a numbers.
- Time(Expr) - Static method in class com.faunadb.client.query.Language
-
Creates a new timestamp from an ISO-8601 offset date/time string.
- Time(String) - Static method in class com.faunadb.client.query.Language
-
Creates a new timestamp from an ISO-8601 offset date/time string.
- TIME - Static variable in interface com.faunadb.client.types.Codec
- TimeAdd(Expr, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Expr, long, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Expr, long, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Expr, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Expr, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Instant, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Instant, long, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Instant, long, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Instant, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Instant, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(Instant, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(LocalDate, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(LocalDate, long, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(LocalDate, long, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(LocalDate, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(LocalDate, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeAdd(LocalDate, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit added.
- TimeDiff(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times or dates.
- TimeDiff(Expr, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times or dates.
- TimeDiff(Expr, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times or dates.
- TimeDiff(Instant, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times.
- TimeDiff(Instant, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times.
- TimeDiff(Instant, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times.
- TimeDiff(Instant, Instant, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times.
- TimeDiff(Instant, Instant, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times.
- TimeDiff(Instant, Instant, String) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two times.
- TimeDiff(LocalDate, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two dates.
- TimeDiff(LocalDate, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two dates.
- TimeDiff(LocalDate, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two dates.
- TimeDiff(LocalDate, LocalDate, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two dates.
- TimeDiff(LocalDate, LocalDate, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two dates.
- TimeDiff(LocalDate, LocalDate, String) - Static method in class com.faunadb.client.query.Language
-
Returns the number of intervals in terms of the unit between two dates.
- TimeSubtract(Expr, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Expr, long, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Expr, long, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Expr, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Expr, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Expr, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Instant, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Instant, long, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Instant, long, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Instant, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Instant, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(Instant, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(LocalDate, long, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(LocalDate, long, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(LocalDate, long, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(LocalDate, Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(LocalDate, Expr, Language.TimeUnit) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeSubtract(LocalDate, Expr, String) - Static method in class com.faunadb.client.query.Language
-
Returns a new time or date with the offset in terms of the unit subtracted.
- TimeV(Instant) - Constructor for class com.faunadb.client.types.Value.TimeV
- TitleCase(Expr) - Static method in class com.faunadb.client.query.Language
-
TitleCase function returns a string with the first letter in each word capitalized
- TitleCase(String) - Static method in class com.faunadb.client.query.Language
-
TitleCase function returns a string with the first letter in each word capitalized
- to(Codec<A>) - Method in class com.faunadb.client.types.Field
-
Creates a field extractor that converts its value using the codec provided.
- to(Codec<T>) - Method in class com.faunadb.client.types.Value
-
Attempts to convert the value using the
Codec
passed. - to(Class<A>) - Method in class com.faunadb.client.types.Field
-
Creates a field extractor that converts its value to the class provided.
- to(Class<T>) - Method in class com.faunadb.client.types.Value
-
Attempts to decode the value using the reflection
Decoder
. - ToArray(Expr) - Static method in class com.faunadb.client.query.Language
-
Try to convert an object into an array of (field, value).
- ToDate(Expr) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a date value, if possible.
- ToDouble(double) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a double value, if possible.
- ToDouble(long) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a double value, if possible.
- ToDouble(Expr) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a double value, if possible.
- ToDouble(String) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a double value, if possible.
- ToInteger(double) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to an integer value, if possible.
- ToInteger(long) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to an integer value, if possible.
- ToInteger(Expr) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to an integer value, if possible.
- ToInteger(String) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to an integer value, if possible.
- toJson() - Method in class com.faunadb.client.query.Expr
- toJson() - Method in class com.faunadb.client.query.Pagination
- toJson() - Method in class com.faunadb.client.types.Value.ArrayV
- toJson() - Method in class com.faunadb.client.types.Value.BooleanV
- toJson() - Method in class com.faunadb.client.types.Value.BytesV
- toJson() - Method in class com.faunadb.client.types.Value.DateV
- toJson() - Method in class com.faunadb.client.types.Value.DoubleV
- toJson() - Method in class com.faunadb.client.types.Value.LongV
- toJson() - Method in class com.faunadb.client.types.Value.NullV
- toJson() - Method in class com.faunadb.client.types.Value.ObjectV
- toJson() - Method in class com.faunadb.client.types.Value.QueryV
- toJson() - Method in class com.faunadb.client.types.Value.RefV
- toJson() - Method in class com.faunadb.client.types.Value.SetRefV
- toJson() - Method in class com.faunadb.client.types.Value.StringV
- toJson() - Method in class com.faunadb.client.types.Value.TimeV
- Tokens() - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all tokens in the database.
- Tokens(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns a reference to a set of all tokens in the specified database.
- toMap(Class<T>) - Method in class com.faunadb.client.types.Value
-
Attempts to convert the value to a
Map
. - ToMicros(Expr) - Static method in class com.faunadb.client.query.Language
-
Converts a time expression to microseconds since the UNIX epoch.
- ToMillis(Expr) - Static method in class com.faunadb.client.query.Language
-
Converts a time expression to milliseconds since the UNIX epoch.
- ToNumber(Expr) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a numeric value, if possible.
- ToObject(Expr) - Static method in class com.faunadb.client.query.Language
-
Try to convert an array of (field, value) into an object.
- ToSeconds(Expr) - Static method in class com.faunadb.client.query.Language
-
Converts a time expression to seconds since the UNIX epoch.
- toString() - Method in class com.faunadb.client.query.Expr
- toString() - Method in class com.faunadb.client.types.Field
- toString() - Method in class com.faunadb.client.types.Value.ArrayV
- toString() - Method in class com.faunadb.client.types.Value.BytesV
- toString() - Method in class com.faunadb.client.types.Value.NullV
- toString() - Method in class com.faunadb.client.types.Value.ObjectV
- toString() - Method in class com.faunadb.client.types.Value.RefV
- toString() - Method in class com.faunadb.client.types.Value.SetRefV
- toString() - Method in class com.faunadb.client.types.Value.StringV
- ToString(Expr) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a string value, if possible.
- ToTime(Expr) - Static method in class com.faunadb.client.query.Language
-
Casts an expression to a time value, if possible.
- Trim(Expr) - Static method in class com.faunadb.client.query.Language
-
Trim function returns a new string with leading and trailing whitespace removed
- Trim(String) - Static method in class com.faunadb.client.query.Language
-
Trim function returns a new string with leading and trailing whitespace removed
- TRUE - Static variable in class com.faunadb.client.types.Value.BooleanV
- Trunc(Expr) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- Trunc(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- Trunc(Expr, Long) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- Trunc(Double) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- Trunc(Double, Expr) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- Trunc(Double, Long) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- Trunc(Long, Expr) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- Trunc(Long, Long) - Static method in class com.faunadb.client.query.Language
-
Truncate to a given precision
- ts(Expr) - Method in class com.faunadb.client.query.Pagination
-
Sets the timestamp for the pagination.
- ts(Long) - Method in class com.faunadb.client.query.Pagination
-
Sets the timestamp for the pagination.
- TXN_RETRIES - com.faunadb.client.types.MetricsResponse.Metrics
- TXN_TIME - com.faunadb.client.types.MetricsResponse.Metrics
- Types - Class in com.faunadb.client.types
-
Helper class which contains convenience methods for creating types used to decode types.
U
- UnauthorizedException - Exception in com.faunadb.client.errors
-
An exception thrown if FaunaDB responds with an HTTP 401 (Unauthorized).
- UnauthorizedException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.UnauthorizedException
- UnavailableException - Exception in com.faunadb.client.errors
-
An exception thrown if a FaunaDB host is unavailable for any reason.
- UnavailableException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.UnavailableException
- UnavailableException(String, Throwable) - Constructor for exception com.faunadb.client.errors.UnavailableException
- Union(Expr...) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources present in at least on of the sets provided.
- Union(List<? extends Expr>) - Static method in class com.faunadb.client.query.Language
-
Returns the set of resources present in at least on of the sets provided.
- UnknownException - Exception in com.faunadb.client.errors
-
An exception thrown if a FaunaDB response is unknown or unparseable by the client.
- UnknownException(HttpResponses.QueryErrorResponse) - Constructor for exception com.faunadb.client.errors.UnknownException
- UnknownException(String, Throwable) - Constructor for exception com.faunadb.client.errors.UnknownException
- Update(Expr, Expr) - Static method in class com.faunadb.client.query.Language
-
Updates the resource identified by the given reference.
- UpperCase(Expr) - Static method in class com.faunadb.client.query.Language
-
UpperCase function returns all letters in the string in uppercase
- UpperCase(String) - Static method in class com.faunadb.client.query.Language
-
UpperCase function returns all letters in the string in uppercase
V
- ValidationFailure(List<String>, String, String) - Constructor for class com.faunadb.client.HttpResponses.ValidationFailure
- vals() - Static method in enum com.faunadb.client.types.MetricsResponse.Metrics
- value() - Method in class com.faunadb.client.streaming.EventField
- value() - Method in annotation type com.faunadb.client.types.FaunaEnum
- value() - Method in annotation type com.faunadb.client.types.FaunaField
- Value - Class in com.faunadb.client.types
-
Value
represents query responses from FaunaDB. - Value(boolean) - Static method in class com.faunadb.client.query.Language
- Value(byte[]) - Static method in class com.faunadb.client.query.Language
- Value(double) - Static method in class com.faunadb.client.query.Language
- Value(long) - Static method in class com.faunadb.client.query.Language
- Value(Object) - Static method in class com.faunadb.client.query.Language
-
Encodes the given object using the reflection
Encoder
. - Value(String) - Static method in class com.faunadb.client.query.Language
- Value(Instant) - Static method in class com.faunadb.client.query.Language
- Value(LocalDate) - Static method in class com.faunadb.client.query.Language
- VALUE - Static variable in interface com.faunadb.client.types.Codec
-
Convert a
Value
to itself. - Value.ArrayV - Class in com.faunadb.client.types
-
Represents an array value in the FaunaDB query language.
- Value.BooleanV - Class in com.faunadb.client.types
-
Represents a boolean value in the FaunaDB query language.
- Value.BytesV - Class in com.faunadb.client.types
-
Represents a blob value in the FaunaDB query language.
- Value.DateV - Class in com.faunadb.client.types
-
Represents a date value in the FaunaDB query language.
- Value.DoubleV - Class in com.faunadb.client.types
-
Represents a double value in the FaunaDB query language.
- Value.LongV - Class in com.faunadb.client.types
-
Represents a long value in the FaunaDB query language.
- Value.Native - Class in com.faunadb.client.types
-
Builtin reference types.
- Value.NullV - Class in com.faunadb.client.types
-
Represents a null value in the FaunaDB query language.
- Value.ObjectV - Class in com.faunadb.client.types
-
Represents an Object value in the FaunaDB query language.
- Value.QueryV - Class in com.faunadb.client.types
-
Represents a query value in the FaunaDB query language.
- Value.RefID - Class in com.faunadb.client.types
-
The
Value.RefV
internal ID representation. - Value.RefV - Class in com.faunadb.client.types
-
A FaunaDB reference type.
- Value.SetRefV - Class in com.faunadb.client.types
-
A FaunaDB set literal.
- Value.StringV - Class in com.faunadb.client.types
-
Represents a string value in the FaunaDB query language.
- Value.TimeV - Class in com.faunadb.client.types
-
Represents a timestamp value in the FaunaDB query language.
- valueOf(boolean) - Static method in class com.faunadb.client.types.Value.BooleanV
- valueOf(String) - Static method in enum com.faunadb.client.query.Language.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.faunadb.client.query.Language.Normalizer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.faunadb.client.query.Language.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.faunadb.client.types.MetricsResponse.Metrics
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.faunadb.client.query.Language.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.faunadb.client.query.Language.Normalizer
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.faunadb.client.query.Language.TimeUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.faunadb.client.types.MetricsResponse.Metrics
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Var(String) - Static method in class com.faunadb.client.query.Language
-
Creates a expression that refers to the value of the given variable name in the current lexical scope.
W
- withEndpoint(String) - Method in class com.faunadb.client.FaunaClient.Builder
-
Sets the FaunaDB endpoint url for the
FaunaClient
instance. - withMetrics(MetricRegistry) - Method in class com.faunadb.client.FaunaClient.Builder
-
Sets a
MetricRegistry
that theFaunaClient
will use to register and track Connection-level statistics. - withQueryTimeout(Duration) - Method in class com.faunadb.client.FaunaClient.Builder
-
Sets a global timeout for all the Queries issued by this client.
- withSecret(String) - Method in class com.faunadb.client.FaunaClient.Builder
-
Sets the secret to be passed to FaunaDB as a authentication token
- withUserAgent(String) - Method in class com.faunadb.client.FaunaClient.Builder
-
Sets the User-Agent header for all the Queries issued by this client.
- WRITE_OPS - com.faunadb.client.types.MetricsResponse.Metrics
Y
- Year(Expr) - Static method in class com.faunadb.client.query.Language
-
Returns the time expression's year, following the ISO-8601 standard.
All Classes All Packages