diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/0.1.0/allclasses-index.html b/0.1.0/allclasses-index.html deleted file mode 100644 index 0d37dde0..00000000 --- a/0.1.0/allclasses-index.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - -All Classes and Interfaces (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

All Classes and Interfaces

-
-
-
-
-
-
Class
-
Description
- -
 
- -
 
- -
 
- -
 
- -
-
Represents the base structure of a document.
-
- -
-
Represents a key-value pair in the document.
-
- -
-
Deserializer that checks the deserialized value against a specified type.
-
- -
 
- -
 
- -
 
- -
 
- -
-
Represents methods for deserializing objects to and from Fauna's value format.
-
- -
-
Represents a document.
-
- -
-
Represents a document ref.
-
- -
 
- -
 
- -
-
Deserializer that dynamically deserializes objects of various types.
-
- -
 
- -
 
- -
 
- -
-
Build a new ExponentialBackoffStrategy.
-
- -
-
FaunaClient is the main client for interacting with Fauna.
-
- -
-
FaunaConfig is a configuration class used to set up and configure a connection to Fauna.
-
- -
-
Builder class for FaunaConfig.
-
- -
 
- -
-
This class handles reading Fauna environment variables for the client.
-
- -
 
- -
-
Attribute used to specify properties of a field in a Fauna object.
-
- -
 
- -
-
Attribute used to indicate that a class represents a Fauna object.
-
- -
-
This class represents a Fauna POST request body that can be serialized.
-
- -
-
Represents a template for constructing Fauna queries with placeholders - for variable interpolation.
-
- -
-
Represents a part of the template, which can either be a literal string - or a variable placeholder.
-
- -
-
Enumeration representing token types for Fauna serialization.
-
- -
 
- -
 
- -
 
- -
-
An abstract class serving as a base for different types of query fragments.
-
- -
 
- -
 
- -
 
- -
 
- -
 
- -
-
Represents a literal fragment of a Fauna query.
-
- -
 
- -
 
- -
 
- -
 
- -
 
- -
-
Represents a document that has a "name" instead of an "id".
-
- -
-
Represents a document ref that has a "name" instead of an "id".
-
- -
 
- -
 
- -
-
Represents a null reference to a document, including a reason for its null state.
-
- -
-
Represents a reference to a named document that is null, including a reason for its null state.
-
- -
-
Represents a page in a dataset for pagination.
-
- -
 
- -
 
- -
 
- -
-
Represents a Fauna query that is constructed from fragments.
-
- -
 
- -
 
- -
 
- -
 
- -
 
- -
 
- -
 
- -
 
- -
 
- -
-
The RequestBuilder class is responsible for building HTTP requests for communicating with Fauna.
-
- -
 
- -
 
- -
 
- -
-
A retry handler controls the retries for a particular request.
-
- -
-
This client comes with an ExponentialRetryStrategy, and it is recommended that users stick with that.
-
- -
 
- -
 
- -
 
- -
-
Represents the type of template part within a FaunaTemplate.
-
- -
 
- -
 
- -
-
Represents a reader that provides fast, non-cached, forward-only access to serialized data.
-
- -
-
Represents a value fragment of a Fauna query.
-
-
-
-
-
-
-
- - diff --git a/0.1.0/allpackages-index.html b/0.1.0/allpackages-index.html deleted file mode 100644 index 2d3e30e8..00000000 --- a/0.1.0/allpackages-index.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - -All Packages (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

All Packages

-
-
Package Summary
- -
-
-
- - diff --git a/0.1.0/com/fauna/annotation/FaunaField.html b/0.1.0/com/fauna/annotation/FaunaField.html deleted file mode 100644 index 8502b686..00000000 --- a/0.1.0/com/fauna/annotation/FaunaField.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - -FaunaField (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Annotation Interface FaunaField

-
-
-
-
@Retention(RUNTIME) -@Target(FIELD) -public @interface FaunaField
-
Attribute used to specify properties of a field in a Fauna object.
-
-
-
    - -
  • -
    -

    Optional Element Summary

    -
    Optional Elements
    -
    -
    Modifier and Type
    -
    Optional Element
    -
    Description
    - - -
     
    -
    boolean
    - -
     
    - - -
     
    -
    -
    -
  • -
-
-
-
    - -
  • -
    -

    Element Details

    -
      -
    • -
      -

      name

      -
      String name
      -
      -
      Default:
      -
      ""
      -
      -
      -
    • -
    • -
      -

      nullable

      -
      boolean nullable
      -
      -
      Default:
      -
      false
      -
      -
      -
    • -
    • -
      -

      type

      -
      FaunaType type
      -
      -
      Default:
      -
      STRING
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/annotation/FaunaFieldImpl.html b/0.1.0/com/fauna/annotation/FaunaFieldImpl.html deleted file mode 100644 index ab719622..00000000 --- a/0.1.0/com/fauna/annotation/FaunaFieldImpl.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - -FaunaFieldImpl (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaFieldImpl

-
-
java.lang.Object -
com.fauna.annotation.FaunaFieldImpl
-
-
-
-
All Implemented Interfaces:
-
Annotation
-
-
-
public class FaunaFieldImpl -extends Object -implements FaunaField
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FaunaFieldImpl

      -
      public FaunaFieldImpl(Field field, - FaunaField annotation)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/annotation/FaunaObject.html b/0.1.0/com/fauna/annotation/FaunaObject.html deleted file mode 100644 index c84defa7..00000000 --- a/0.1.0/com/fauna/annotation/FaunaObject.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - -FaunaObject (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Annotation Interface FaunaObject

-
-
-
-
@Retention(RUNTIME) -@Target(TYPE) -public @interface FaunaObject
-
Attribute used to indicate that a class represents a Fauna object.
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/annotation/package-summary.html b/0.1.0/com/fauna/annotation/package-summary.html deleted file mode 100644 index d314c037..00000000 --- a/0.1.0/com/fauna/annotation/package-summary.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - -com.fauna.annotation (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.annotation

-
-
-
package com.fauna.annotation
-
-
    -
  • -
    -
    -
    -
    -
    Class
    -
    Description
    - -
    -
    Attribute used to specify properties of a field in a Fauna object.
    -
    - -
     
    - -
    -
    Attribute used to indicate that a class represents a Fauna object.
    -
    -
    -
    -
    -
  • -
-
-
-
-
- - diff --git a/0.1.0/com/fauna/annotation/package-tree.html b/0.1.0/com/fauna/annotation/package-tree.html deleted file mode 100644 index ed832204..00000000 --- a/0.1.0/com/fauna/annotation/package-tree.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - -com.fauna.annotation Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.annotation

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Annotation Interface Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/client/ExponentialBackoffStrategy.Builder.html b/0.1.0/com/fauna/client/ExponentialBackoffStrategy.Builder.html deleted file mode 100644 index 3045ba99..00000000 --- a/0.1.0/com/fauna/client/ExponentialBackoffStrategy.Builder.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -ExponentialBackoffStrategy.Builder (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ExponentialBackoffStrategy.Builder

-
-
java.lang.Object -
com.fauna.client.ExponentialBackoffStrategy.Builder
-
-
-
-
Enclosing class:
-
ExponentialBackoffStrategy
-
-
-
public static class ExponentialBackoffStrategy.Builder -extends Object
-
Build a new ExponentialBackoffStrategy. This builder only supports setting maxAttempts, because that's the only - variable that we recommend users change in production. If you need to modify other values for debugging, or other - purposes, then you can use the constructor directly.
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/ExponentialBackoffStrategy.html b/0.1.0/com/fauna/client/ExponentialBackoffStrategy.html deleted file mode 100644 index a113cb63..00000000 --- a/0.1.0/com/fauna/client/ExponentialBackoffStrategy.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - -ExponentialBackoffStrategy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ExponentialBackoffStrategy

-
-
java.lang.Object -
com.fauna.client.ExponentialBackoffStrategy
-
-
-
-
All Implemented Interfaces:
-
RetryStrategy
-
-
-
public class ExponentialBackoffStrategy -extends Object -implements RetryStrategy
-
-
- -
-
-
    - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      canRetry

      -
      public boolean canRetry(int retryAttempt)
      -
      Description copied from interface: RetryStrategy
      -
      Returns true if the given retry attempt will be allowed by this strategy.
      -
      -
      Specified by:
      -
      canRetry in interface RetryStrategy
      -
      Parameters:
      -
      retryAttempt - The retry attempt number, starting at 1 (i.e. the second overall attempt, or first retry is attempt 1).
      -
      Returns:
      -
      True if this attempt can be retried, otherwise false.
      -
      -
      -
    • -
    • -
      -

      getDelayMillis

      -
      public int getDelayMillis(int retryAttempt)
      -
      Description copied from interface: RetryStrategy
      -
      Return the number of milliseconds to delay the next attempt.
      -
      -
      Specified by:
      -
      getDelayMillis in interface RetryStrategy
      -
      Parameters:
      -
      retryAttempt - The retry attempt number, starting at 1 (i.e. the second overall attempt, or first retry is attempt 1).
      -
      Returns:
      -
      -
      -
    • -
    • -
      -

      getMaxRetryAttempts

      -
      public int getMaxRetryAttempts()
      -
      -
      Specified by:
      -
      getMaxRetryAttempts in interface RetryStrategy
      -
      -
      -
    • -
    • -
      -

      builder

      -
      public static ExponentialBackoffStrategy.Builder builder()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/FaunaClient.html b/0.1.0/com/fauna/client/FaunaClient.html deleted file mode 100644 index a2080a5a..00000000 --- a/0.1.0/com/fauna/client/FaunaClient.html +++ /dev/null @@ -1,322 +0,0 @@ - - - - -FaunaClient (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaClient

-
-
java.lang.Object -
com.fauna.client.FaunaClient
-
-
-
-
public class FaunaClient -extends Object
-
FaunaClient is the main client for interacting with Fauna. - It provides functionality to send queries and receive responses.
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      DEFAULT_RETRY_STRATEGY

      -
      public static final RetryStrategy DEFAULT_RETRY_STRATEGY
      -
      -
    • -
    • -
      -

      NO_RETRY_STRATEGY

      -
      public static final RetryStrategy NO_RETRY_STRATEGY
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FaunaClient

      -
      public FaunaClient(FaunaConfig faunaConfig, - HttpClient httpClient)
      -
      Construct a new FaunaClient instance with the provided FaunaConfig and HttpClient. This allows - the user to have complete control over HTTP Configuration, like timeouts, thread pool size, - and so-on.
      -
      -
      Parameters:
      -
      faunaConfig - The Fauna configuration settings.
      -
      httpClient - A Java HTTP client instance.
      -
      -
      -
    • -
    • -
      -

      FaunaClient

      -
      public FaunaClient(FaunaConfig faunaConfig)
      -
      Construct a new FaunaClient instance with the provided FaunaConfig, uses a default HTTP client configuration.
      -
      -
      Parameters:
      -
      faunaConfig - The Fauna configuration settings.
      -
      -
      -
    • -
    • -
      -

      FaunaClient

      -
      public FaunaClient()
      -
      Construct a new FaunaClient instance with default Fauna and HTTP configuration.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/FaunaConfig.Builder.html b/0.1.0/com/fauna/client/FaunaConfig.Builder.html deleted file mode 100644 index cfaca5ab..00000000 --- a/0.1.0/com/fauna/client/FaunaConfig.Builder.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - -FaunaConfig.Builder (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaConfig.Builder

-
-
java.lang.Object -
com.fauna.client.FaunaConfig.Builder
-
-
-
-
Enclosing class:
-
FaunaConfig
-
-
-
public static class FaunaConfig.Builder -extends Object
-
Builder class for FaunaConfig. Follows the Builder Design Pattern.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Builder

      -
      public Builder()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      endpoint

      -
      public FaunaConfig.Builder endpoint(String endpoint)
      -
      Sets the endpoint URL.
      -
      -
      Parameters:
      -
      endpoint - A String representing the endpoint URL.
      -
      Returns:
      -
      The current Builder instance.
      -
      -
      -
    • -
    • -
      -

      secret

      -
      public FaunaConfig.Builder secret(String secret)
      -
      Sets the secret key.
      -
      -
      Parameters:
      -
      secret - A String representing the secret key.
      -
      Returns:
      -
      The current Builder instance.
      -
      -
      -
    • -
    • -
      -

      build

      -
      public FaunaConfig build()
      -
      Builds and returns a new FaunaConfig instance.
      -
      -
      Returns:
      -
      A new instance of FaunaConfig.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/FaunaConfig.FaunaEndpoint.html b/0.1.0/com/fauna/client/FaunaConfig.FaunaEndpoint.html deleted file mode 100644 index 4160b8a2..00000000 --- a/0.1.0/com/fauna/client/FaunaConfig.FaunaEndpoint.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - -FaunaConfig.FaunaEndpoint (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaConfig.FaunaEndpoint

-
-
java.lang.Object -
com.fauna.client.FaunaConfig.FaunaEndpoint
-
-
-
-
Enclosing class:
-
FaunaConfig
-
-
-
public static class FaunaConfig.FaunaEndpoint -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      DEFAULT

      -
      public static String DEFAULT
      -
      -
    • -
    • -
      -

      LOCAL

      -
      public static String LOCAL
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FaunaEndpoint

      -
      public FaunaEndpoint()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/FaunaConfig.FaunaEnvironment.html b/0.1.0/com/fauna/client/FaunaConfig.FaunaEnvironment.html deleted file mode 100644 index 75300064..00000000 --- a/0.1.0/com/fauna/client/FaunaConfig.FaunaEnvironment.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - -FaunaConfig.FaunaEnvironment (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaConfig.FaunaEnvironment

-
-
java.lang.Object -
com.fauna.client.FaunaConfig.FaunaEnvironment
-
-
-
-
Enclosing class:
-
FaunaConfig
-
-
-
public static class FaunaConfig.FaunaEnvironment -extends Object
-
This class handles reading Fauna environment variables for the client.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FaunaEnvironment

      -
      public FaunaEnvironment()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      faunaSecret

      -
      public static Optional<String> faunaSecret()
      -
      -
      Returns:
      -
      The (non-empty, non-blank) value of the FAUNA_SECRET environment variable, or Optional.empty().
      -
      -
      -
    • -
    • -
      -

      faunaEndpoint

      -
      public static Optional<String> faunaEndpoint()
      -
      -
      Returns:
      -
      The (non-empty, non-blank) value of the FAUNA_ENDPOINT environment variable, or Optional.empty().
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/FaunaConfig.html b/0.1.0/com/fauna/client/FaunaConfig.html deleted file mode 100644 index 97e58c46..00000000 --- a/0.1.0/com/fauna/client/FaunaConfig.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - -FaunaConfig (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaConfig

-
-
java.lang.Object -
com.fauna.client.FaunaConfig
-
-
-
-
public class FaunaConfig -extends Object
-
FaunaConfig is a configuration class used to set up and configure a connection to Fauna. - It encapsulates various settings such as the endpoint URL, secret key, query timeout, and others.
-
-
- -
-
-
    - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getEndpoint

      -
      public String getEndpoint()
      -
      Gets the Fauna endpoint URL.
      -
      -
      Returns:
      -
      A String representing the endpoint URL. - The default is https://db.fauna.com
      -
      -
      -
    • -
    • -
      -

      getSecret

      -
      public String getSecret()
      -
      Gets the secret key used for authentication.
      -
      -
      Returns:
      -
      A String representing the secret key.
      -
      -
      -
    • -
    • -
      -

      builder

      -
      public static FaunaConfig.Builder builder()
      -
      Creates a new builder for FaunaConfig.
      -
      -
      Returns:
      -
      A new instance of Builder.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/FaunaRequest.html b/0.1.0/com/fauna/client/FaunaRequest.html deleted file mode 100644 index b23a0e1b..00000000 --- a/0.1.0/com/fauna/client/FaunaRequest.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - -FaunaRequest (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaRequest

-
-
java.lang.Object -
com.fauna.client.FaunaRequest
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class FaunaRequest -extends Object -implements Serializable
-
This class represents a Fauna POST request body that can be serialized.
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FaunaRequest

      -
      public FaunaRequest(Query query)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getQuery

      -
      public Query getQuery()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/NoRetryStrategy.html b/0.1.0/com/fauna/client/NoRetryStrategy.html deleted file mode 100644 index 286f7a78..00000000 --- a/0.1.0/com/fauna/client/NoRetryStrategy.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - -NoRetryStrategy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NoRetryStrategy

-
-
java.lang.Object -
com.fauna.client.NoRetryStrategy
-
-
-
-
All Implemented Interfaces:
-
RetryStrategy
-
-
-
public class NoRetryStrategy -extends Object -implements RetryStrategy
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NoRetryStrategy

      -
      public NoRetryStrategy()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      canRetry

      -
      public boolean canRetry(int retryAttempt)
      -
      Description copied from interface: RetryStrategy
      -
      Returns true if the given retry attempt will be allowed by this strategy.
      -
      -
      Specified by:
      -
      canRetry in interface RetryStrategy
      -
      Parameters:
      -
      retryAttempt - The retry attempt number, starting at 1 (i.e. the second overall attempt, or first retry is attempt 1).
      -
      Returns:
      -
      True if this attempt can be retried, otherwise false.
      -
      -
      -
    • -
    • -
      -

      getDelayMillis

      -
      public int getDelayMillis(int retryAttempt)
      -
      Description copied from interface: RetryStrategy
      -
      Return the number of milliseconds to delay the next attempt.
      -
      -
      Specified by:
      -
      getDelayMillis in interface RetryStrategy
      -
      Parameters:
      -
      retryAttempt - The retry attempt number, starting at 1 (i.e. the second overall attempt, or first retry is attempt 1).
      -
      Returns:
      -
      -
      -
    • -
    • -
      -

      getMaxRetryAttempts

      -
      public int getMaxRetryAttempts()
      -
      -
      Specified by:
      -
      getMaxRetryAttempts in interface RetryStrategy
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/RequestBuilder.QueryTags.html b/0.1.0/com/fauna/client/RequestBuilder.QueryTags.html deleted file mode 100644 index 4e29a7f2..00000000 --- a/0.1.0/com/fauna/client/RequestBuilder.QueryTags.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - -RequestBuilder.QueryTags (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class RequestBuilder.QueryTags

-
-
java.lang.Object -
com.fauna.client.RequestBuilder.QueryTags
-
-
-
-
Enclosing class:
-
RequestBuilder
-
-
-
public static class RequestBuilder.QueryTags -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      QueryTags

      -
      public QueryTags()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/RequestBuilder.html b/0.1.0/com/fauna/client/RequestBuilder.html deleted file mode 100644 index 282d745e..00000000 --- a/0.1.0/com/fauna/client/RequestBuilder.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - -RequestBuilder (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class RequestBuilder

-
-
java.lang.Object -
com.fauna.client.RequestBuilder
-
-
-
-
public class RequestBuilder -extends Object
-
The RequestBuilder class is responsible for building HTTP requests for communicating with Fauna.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      RequestBuilder

      -
      public RequestBuilder(FaunaConfig config, - String suffix)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      queryRequestBuilder

      -
      public static RequestBuilder queryRequestBuilder(FaunaConfig config)
      -
      -
    • -
    • -
      -

      buildRequest

      -
      public HttpRequest buildRequest(Query fql, - QueryOptions options)
      -
      Builds and returns an HTTP request for a given Fauna query string (FQL).
      -
      -
      Parameters:
      -
      fql - The Fauna query string.
      -
      Returns:
      -
      An HttpRequest object configured for the Fauna query.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/RetryHandler.html b/0.1.0/com/fauna/client/RetryHandler.html deleted file mode 100644 index 355428d2..00000000 --- a/0.1.0/com/fauna/client/RetryHandler.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - -RetryHandler (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class RetryHandler<T>

-
-
java.lang.Object -
com.fauna.client.RetryHandler<T>
-
-
-
-
public class RetryHandler<T> -extends Object
-
A retry handler controls the retries for a particular request.
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/RetryStrategy.html b/0.1.0/com/fauna/client/RetryStrategy.html deleted file mode 100644 index e4b4cbb9..00000000 --- a/0.1.0/com/fauna/client/RetryStrategy.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - -RetryStrategy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Interface RetryStrategy

-
-
-
-
All Known Implementing Classes:
-
ExponentialBackoffStrategy, NoRetryStrategy
-
-
-
public interface RetryStrategy
-
This client comes with an ExponentialRetryStrategy, and it is recommended that users stick with that. If you choose - to implement your own RetryStrategy, then it should implement this interface, and be thread-safe - (or not store state).
-
-
-
    - -
  • -
    -

    Method Summary

    -
    -
    -
    -
    -
    Modifier and Type
    -
    Method
    -
    Description
    -
    boolean
    -
    canRetry(int retryAttempt)
    -
    -
    Returns true if the given retry attempt will be allowed by this strategy.
    -
    -
    int
    -
    getDelayMillis(int retryAttempt)
    -
    -
    Return the number of milliseconds to delay the next attempt.
    -
    -
    int
    - -
     
    -
    -
    -
    -
    -
  • -
-
-
-
    - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      canRetry

      -
      boolean canRetry(int retryAttempt)
      -
      Returns true if the given retry attempt will be allowed by this strategy.
      -
      -
      Parameters:
      -
      retryAttempt - The retry attempt number, starting at 1 (i.e. the second overall attempt, or first retry is attempt 1).
      -
      Returns:
      -
      True if this attempt can be retried, otherwise false.
      -
      -
      -
    • -
    • -
      -

      getDelayMillis

      -
      int getDelayMillis(int retryAttempt)
      -
      Return the number of milliseconds to delay the next attempt.
      -
      -
      Parameters:
      -
      retryAttempt - The retry attempt number, starting at 1 (i.e. the second overall attempt, or first retry is attempt 1).
      -
      Returns:
      -
      -
      -
    • -
    • -
      -

      getMaxRetryAttempts

      -
      int getMaxRetryAttempts()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/client/package-summary.html b/0.1.0/com/fauna/client/package-summary.html deleted file mode 100644 index f53adafb..00000000 --- a/0.1.0/com/fauna/client/package-summary.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - -com.fauna.client (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.client

-
-
-
package com.fauna.client
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/client/package-tree.html b/0.1.0/com/fauna/client/package-tree.html deleted file mode 100644 index d0f2b286..00000000 --- a/0.1.0/com/fauna/client/package-tree.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - -com.fauna.client Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.client

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/constants/ResponseFields.html b/0.1.0/com/fauna/constants/ResponseFields.html deleted file mode 100644 index cb0e9950..00000000 --- a/0.1.0/com/fauna/constants/ResponseFields.html +++ /dev/null @@ -1,486 +0,0 @@ - - - - -ResponseFields (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ResponseFields

-
-
java.lang.Object -
com.fauna.constants.ResponseFields
-
-
-
-
public final class ResponseFields -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    - -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ResponseFields

      -
      public ResponseFields()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/constants/package-summary.html b/0.1.0/com/fauna/constants/package-summary.html deleted file mode 100644 index 98c3b308..00000000 --- a/0.1.0/com/fauna/constants/package-summary.html +++ /dev/null @@ -1,81 +0,0 @@ - - - - -com.fauna.constants (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.constants

-
-
-
package com.fauna.constants
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/constants/package-tree.html b/0.1.0/com/fauna/constants/package-tree.html deleted file mode 100644 index 8cc88f86..00000000 --- a/0.1.0/com/fauna/constants/package-tree.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - -com.fauna.constants Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.constants

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/enums/FaunaTokenType.html b/0.1.0/com/fauna/enums/FaunaTokenType.html deleted file mode 100644 index f1ce127e..00000000 --- a/0.1.0/com/fauna/enums/FaunaTokenType.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - -FaunaTokenType (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class FaunaTokenType

-
-
java.lang.Object -
java.lang.Enum<FaunaTokenType> -
com.fauna.enums.FaunaTokenType
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<FaunaTokenType>, Constable
-
-
-
public enum FaunaTokenType -extends Enum<FaunaTokenType>
-
Enumeration representing token types for Fauna serialization.
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static FaunaTokenType[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      public static FaunaTokenType valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
    • -
    • -
      -

      getEndToken

      -
      public FaunaTokenType getEndToken() - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/enums/FaunaType.html b/0.1.0/com/fauna/enums/FaunaType.html deleted file mode 100644 index 0dc89466..00000000 --- a/0.1.0/com/fauna/enums/FaunaType.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - -FaunaType (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class FaunaType

-
-
java.lang.Object -
java.lang.Enum<FaunaType> -
com.fauna.enums.FaunaType
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<FaunaType>, Constable
-
-
-
public enum FaunaType -extends Enum<FaunaType>
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      INT

      -
      public static final FaunaType INT
      -
      -
    • -
    • -
      -

      LONG

      -
      public static final FaunaType LONG
      -
      -
    • -
    • -
      -

      DOUBLE

      -
      public static final FaunaType DOUBLE
      -
      -
    • -
    • -
      -

      STRING

      -
      public static final FaunaType STRING
      -
      -
    • -
    • -
      -

      DATE

      -
      public static final FaunaType DATE
      -
      -
    • -
    • -
      -

      TIME

      -
      public static final FaunaType TIME
      -
      -
    • -
    • -
      -

      BOOLEAN

      -
      public static final FaunaType BOOLEAN
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static FaunaType[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      public static FaunaType valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/enums/package-summary.html b/0.1.0/com/fauna/enums/package-summary.html deleted file mode 100644 index c41c880a..00000000 --- a/0.1.0/com/fauna/enums/package-summary.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - -com.fauna.enums (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.enums

-
-
-
package com.fauna.enums
-
-
    -
  • -
    -
    Enum Classes
    -
    -
    Class
    -
    Description
    - -
    -
    Enumeration representing token types for Fauna serialization.
    -
    - -
     
    -
    -
    -
  • -
-
-
-
-
- - diff --git a/0.1.0/com/fauna/enums/package-tree.html b/0.1.0/com/fauna/enums/package-tree.html deleted file mode 100644 index 2fd3c864..00000000 --- a/0.1.0/com/fauna/enums/package-tree.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -com.fauna.enums Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.enums

-Package Hierarchies: - -
-
-

Enum Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/env/DriverEnvironment.JvmDriver.html b/0.1.0/com/fauna/env/DriverEnvironment.JvmDriver.html deleted file mode 100644 index 1d4cf56e..00000000 --- a/0.1.0/com/fauna/env/DriverEnvironment.JvmDriver.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - -DriverEnvironment.JvmDriver (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
-
Package com.fauna.env
-

Enum Class DriverEnvironment.JvmDriver

-
-
java.lang.Object -
java.lang.Enum<DriverEnvironment.JvmDriver> -
com.fauna.env.DriverEnvironment.JvmDriver
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<DriverEnvironment.JvmDriver>, Constable
-
-
-
Enclosing class:
-
DriverEnvironment
-
-
-
public static enum DriverEnvironment.JvmDriver -extends Enum<DriverEnvironment.JvmDriver>
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static DriverEnvironment.JvmDriver[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      public static DriverEnvironment.JvmDriver valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/env/DriverEnvironment.html b/0.1.0/com/fauna/env/DriverEnvironment.html deleted file mode 100644 index 6785861b..00000000 --- a/0.1.0/com/fauna/env/DriverEnvironment.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - -DriverEnvironment (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
-
Package com.fauna.env
-

Class DriverEnvironment

-
-
java.lang.Object -
com.fauna.env.DriverEnvironment
-
-
-
-
public class DriverEnvironment -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getVersion

      -
      public static String getVersion()
      -
      Retrieves the software version from the "version.properties" file.
      -
      -
      Returns:
      -
      A String representing the software version.
      -
      Throws:
      -
      RuntimeException - If the "version.properties" file is not found or if there is an issue reading the file.
      -
      -
      -
    • -
    • -
      -

      toString

      -
      public String toString()
      -
      -
      Overrides:
      -
      toString in class Object
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/env/package-summary.html b/0.1.0/com/fauna/env/package-summary.html deleted file mode 100644 index ee43430e..00000000 --- a/0.1.0/com/fauna/env/package-summary.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - -com.fauna.env (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.env

-
-
-
package com.fauna.env
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/env/package-tree.html b/0.1.0/com/fauna/env/package-tree.html deleted file mode 100644 index 055795dd..00000000 --- a/0.1.0/com/fauna/env/package-tree.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - -com.fauna.env Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.env

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/exception/AbortException.html b/0.1.0/com/fauna/exception/AbortException.html deleted file mode 100644 index e4a9540e..00000000 --- a/0.1.0/com/fauna/exception/AbortException.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - -AbortException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class AbortException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class AbortException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      AbortException

      -
      public AbortException(QueryFailure response)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getAbort

      -
      public Object getAbort()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/AuthenticationException.html b/0.1.0/com/fauna/exception/AuthenticationException.html deleted file mode 100644 index c166e61d..00000000 --- a/0.1.0/com/fauna/exception/AuthenticationException.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - -AuthenticationException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class AuthenticationException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class AuthenticationException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      AuthenticationException

      -
      public AuthenticationException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/AuthorizationException.html b/0.1.0/com/fauna/exception/AuthorizationException.html deleted file mode 100644 index 4ee46625..00000000 --- a/0.1.0/com/fauna/exception/AuthorizationException.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - -AuthorizationException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class AuthorizationException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class AuthorizationException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    - -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      AuthorizationException

      -
      public AuthorizationException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ClientException.html b/0.1.0/com/fauna/exception/ClientException.html deleted file mode 100644 index 7faa2250..00000000 --- a/0.1.0/com/fauna/exception/ClientException.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - -ClientException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ClientException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class ClientException -extends FaunaException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ClientException

      -
      public ClientException(String message)
      -
      -
    • -
    • -
      -

      ClientException

      -
      public ClientException(String message, - Throwable cause)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ConstraintFailureException.html b/0.1.0/com/fauna/exception/ConstraintFailureException.html deleted file mode 100644 index 44397c80..00000000 --- a/0.1.0/com/fauna/exception/ConstraintFailureException.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - -ConstraintFailureException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ConstraintFailureException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class ConstraintFailureException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ConstraintFailureException

      -
      public ConstraintFailureException(QueryFailure failure)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ContendedTransactionException.html b/0.1.0/com/fauna/exception/ContendedTransactionException.html deleted file mode 100644 index 62abb72c..00000000 --- a/0.1.0/com/fauna/exception/ContendedTransactionException.html +++ /dev/null @@ -1,191 +0,0 @@ - - - - -ContendedTransactionException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ContendedTransactionException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class ContendedTransactionException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    - -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ContendedTransactionException

      -
      public ContendedTransactionException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ErrorHandler.html b/0.1.0/com/fauna/exception/ErrorHandler.html deleted file mode 100644 index 49c070fa..00000000 --- a/0.1.0/com/fauna/exception/ErrorHandler.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - -ErrorHandler (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ErrorHandler

-
-
java.lang.Object -
com.fauna.exception.ErrorHandler
-
-
-
-
public class ErrorHandler -extends Object
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/FaunaException.html b/0.1.0/com/fauna/exception/FaunaException.html deleted file mode 100644 index a0ef235c..00000000 --- a/0.1.0/com/fauna/exception/FaunaException.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - -FaunaException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
Direct Known Subclasses:
-
ClientException, ProtocolException, ServiceException
-
-
-
public class FaunaException -extends RuntimeException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FaunaException

      -
      public FaunaException(String message)
      -
      -
    • -
    • -
      -

      FaunaException

      -
      public FaunaException(String message, - Throwable err)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/InvalidRequestException.html b/0.1.0/com/fauna/exception/InvalidRequestException.html deleted file mode 100644 index b105d387..00000000 --- a/0.1.0/com/fauna/exception/InvalidRequestException.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - -InvalidRequestException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class InvalidRequestException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class InvalidRequestException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      InvalidRequestException

      -
      public InvalidRequestException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ProtocolException.html b/0.1.0/com/fauna/exception/ProtocolException.html deleted file mode 100644 index 23f85267..00000000 --- a/0.1.0/com/fauna/exception/ProtocolException.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - -ProtocolException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ProtocolException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class ProtocolException -extends FaunaException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ProtocolException

      -
      public ProtocolException(Throwable exc, - int statusCode, - String body)
      -
      -
    • -
    • -
      -

      ProtocolException

      -
      public ProtocolException(int statusCode, - String body)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getStatusCode

      -
      public int getStatusCode()
      -
      -
    • -
    • -
      -

      getBody

      -
      public String getBody()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/QueryCheckException.html b/0.1.0/com/fauna/exception/QueryCheckException.html deleted file mode 100644 index 809bf748..00000000 --- a/0.1.0/com/fauna/exception/QueryCheckException.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - -QueryCheckException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryCheckException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class QueryCheckException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      QueryCheckException

      -
      public QueryCheckException(QueryFailure failure)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/QueryRuntimeException.html b/0.1.0/com/fauna/exception/QueryRuntimeException.html deleted file mode 100644 index 9fbfeff4..00000000 --- a/0.1.0/com/fauna/exception/QueryRuntimeException.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - -QueryRuntimeException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryRuntimeException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class QueryRuntimeException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      QueryRuntimeException

      -
      public QueryRuntimeException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/QueryTimeoutException.html b/0.1.0/com/fauna/exception/QueryTimeoutException.html deleted file mode 100644 index 3b38d28b..00000000 --- a/0.1.0/com/fauna/exception/QueryTimeoutException.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - -QueryTimeoutException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryTimeoutException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class QueryTimeoutException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      QueryTimeoutException

      -
      public QueryTimeoutException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/RetryableException.html b/0.1.0/com/fauna/exception/RetryableException.html deleted file mode 100644 index 3e8eeaba..00000000 --- a/0.1.0/com/fauna/exception/RetryableException.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - -RetryableException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Interface RetryableException

-
-
-
-
All Known Implementing Classes:
-
ThrottlingException
-
-
-
public interface RetryableException
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ServiceException.html b/0.1.0/com/fauna/exception/ServiceException.html deleted file mode 100644 index 196eec00..00000000 --- a/0.1.0/com/fauna/exception/ServiceException.html +++ /dev/null @@ -1,247 +0,0 @@ - - - - -ServiceException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ServiceException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
Direct Known Subclasses:
-
AbortException, AuthenticationException, AuthorizationException, ConstraintFailureException, ContendedTransactionException, InvalidRequestException, QueryCheckException, QueryRuntimeException, QueryTimeoutException, ServiceInternalException, ThrottlingException
-
-
-
public class ServiceException -extends FaunaException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ServiceException

      -
      public ServiceException(QueryFailure response)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getResponse

      -
      public QueryFailure getResponse()
      -
      -
    • -
    • -
      -

      getStatusCode

      -
      public int getStatusCode()
      -
      -
    • -
    • -
      -

      getErrorCode

      -
      public String getErrorCode()
      -
      -
    • -
    • -
      -

      getSummary

      -
      public String getSummary()
      -
      -
    • -
    • -
      -

      getStats

      -
      public QueryStats getStats()
      -
      -
    • -
    • -
      -

      getTxnTs

      -
      public long getTxnTs()
      -
      -
    • -
    • -
      -

      getSchemaVersion

      -
      public long getSchemaVersion()
      -
      -
    • -
    • -
      -

      getQueryTags

      -
      public Map<String,String> getQueryTags()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ServiceInternalException.html b/0.1.0/com/fauna/exception/ServiceInternalException.html deleted file mode 100644 index 1cd5bdd2..00000000 --- a/0.1.0/com/fauna/exception/ServiceInternalException.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - -ServiceInternalException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ServiceInternalException

-
- -
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class ServiceInternalException -extends ServiceException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ServiceInternalException

      -
      public ServiceInternalException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/ThrottlingException.html b/0.1.0/com/fauna/exception/ThrottlingException.html deleted file mode 100644 index a31cfb89..00000000 --- a/0.1.0/com/fauna/exception/ThrottlingException.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - -ThrottlingException (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ThrottlingException

-
- -
-
-
All Implemented Interfaces:
-
RetryableException, Serializable
-
-
-
public class ThrottlingException -extends ServiceException -implements RetryableException
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ThrottlingException

      -
      public ThrottlingException(QueryFailure response)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/exception/package-summary.html b/0.1.0/com/fauna/exception/package-summary.html deleted file mode 100644 index 060aeafe..00000000 --- a/0.1.0/com/fauna/exception/package-summary.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - -com.fauna.exception (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.exception

-
-
-
package com.fauna.exception
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/exception/package-tree.html b/0.1.0/com/fauna/exception/package-tree.html deleted file mode 100644 index cb83a422..00000000 --- a/0.1.0/com/fauna/exception/package-tree.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -com.fauna.exception Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.exception

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/helper/ListOf.html b/0.1.0/com/fauna/helper/ListOf.html deleted file mode 100644 index bfff37dc..00000000 --- a/0.1.0/com/fauna/helper/ListOf.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - -ListOf (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ListOf

-
-
java.lang.Object -
com.fauna.helper.ListOf
-
-
-
-
All Implemented Interfaces:
-
ParameterizedType, Type
-
-
-
public class ListOf -extends Object -implements ParameterizedType
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/helper/MapOf.html b/0.1.0/com/fauna/helper/MapOf.html deleted file mode 100644 index 90aab74c..00000000 --- a/0.1.0/com/fauna/helper/MapOf.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - -MapOf (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class MapOf<T>

-
-
java.lang.Object -
com.fauna.helper.MapOf<T>
-
-
-
-
All Implemented Interfaces:
-
ParameterizedType, Type
-
-
-
public class MapOf<T> -extends Object -implements ParameterizedType
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/helper/PageOf.html b/0.1.0/com/fauna/helper/PageOf.html deleted file mode 100644 index 3690fa20..00000000 --- a/0.1.0/com/fauna/helper/PageOf.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - -PageOf (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class PageOf

-
-
java.lang.Object -
com.fauna.helper.PageOf
-
-
-
-
All Implemented Interfaces:
-
ParameterizedType, Type
-
-
-
public class PageOf -extends Object -implements ParameterizedType
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/helper/package-summary.html b/0.1.0/com/fauna/helper/package-summary.html deleted file mode 100644 index d98950bd..00000000 --- a/0.1.0/com/fauna/helper/package-summary.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - -com.fauna.helper (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.helper

-
-
-
package com.fauna.helper
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/helper/package-tree.html b/0.1.0/com/fauna/helper/package-tree.html deleted file mode 100644 index 154e6a3d..00000000 --- a/0.1.0/com/fauna/helper/package-tree.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - -com.fauna.helper Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.helper

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/interfaces/IClassDeserializer.html b/0.1.0/com/fauna/interfaces/IClassDeserializer.html deleted file mode 100644 index a93b3486..00000000 --- a/0.1.0/com/fauna/interfaces/IClassDeserializer.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - -IClassDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Interface IClassDeserializer<T>

-
-
-
-
All Superinterfaces:
-
IDeserializer<T>
-
-
-
All Known Implementing Classes:
-
ClassDeserializer
-
-
-
public interface IClassDeserializer<T> -extends IDeserializer<T>
-
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/interfaces/IDeserializer.html b/0.1.0/com/fauna/interfaces/IDeserializer.html deleted file mode 100644 index 001b611c..00000000 --- a/0.1.0/com/fauna/interfaces/IDeserializer.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - -IDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Interface IDeserializer<T>

-
-
-
-
All Known Subinterfaces:
-
IClassDeserializer<T>
-
-
-
All Known Implementing Classes:
-
BaseDeserializer, CheckedDeserializer, ClassDeserializer, DynamicDeserializer, ListDeserializer, MapDeserializer, NullableDeserializer, PageDeserializer
-
-
-
public interface IDeserializer<T>
-
-
-
    - -
  • -
    -

    Method Summary

    -
    -
    -
    -
    -
    Modifier and Type
    -
    Method
    -
    Description
    - - -
     
    -
    -
    -
    -
    -
  • -
-
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/interfaces/package-summary.html b/0.1.0/com/fauna/interfaces/package-summary.html deleted file mode 100644 index 0c657080..00000000 --- a/0.1.0/com/fauna/interfaces/package-summary.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - -com.fauna.interfaces (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.interfaces

-
-
-
package com.fauna.interfaces
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/interfaces/package-tree.html b/0.1.0/com/fauna/interfaces/package-tree.html deleted file mode 100644 index fa8e1b79..00000000 --- a/0.1.0/com/fauna/interfaces/package-tree.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - -com.fauna.interfaces Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.interfaces

-Package Hierarchies: - -
-
-

Interface Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/mapping/FieldInfo.html b/0.1.0/com/fauna/mapping/FieldInfo.html deleted file mode 100644 index 43ac7005..00000000 --- a/0.1.0/com/fauna/mapping/FieldInfo.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - -FieldInfo (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FieldInfo

-
-
java.lang.Object -
com.fauna.mapping.FieldInfo
-
-
-
-
public final class FieldInfo -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getName

      -
      public String getName()
      -
      -
    • -
    • -
      -

      getProperty

      -
      public Field getProperty()
      -
      -
    • -
    • -
      -

      getFaunaTypeHint

      -
      public FaunaType getFaunaTypeHint()
      -
      -
    • -
    • -
      -

      getType

      -
      public Class<?> getType()
      -
      -
    • -
    • -
      -

      isNullable

      -
      public boolean isNullable()
      -
      -
    • -
    • -
      -

      getDeserializer

      -
      public IDeserializer<?> getDeserializer()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/mapping/FieldName.html b/0.1.0/com/fauna/mapping/FieldName.html deleted file mode 100644 index 5cfa784c..00000000 --- a/0.1.0/com/fauna/mapping/FieldName.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - -FieldName (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FieldName

-
-
java.lang.Object -
com.fauna.mapping.FieldName
-
-
-
-
public class FieldName -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FieldName

      -
      public FieldName()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      canonical

      -
      public static String canonical(String name)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/mapping/MappingContext.html b/0.1.0/com/fauna/mapping/MappingContext.html deleted file mode 100644 index ea183a7a..00000000 --- a/0.1.0/com/fauna/mapping/MappingContext.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - -MappingContext (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class MappingContext

-
-
java.lang.Object -
com.fauna.mapping.MappingContext
-
-
-
-
public final class MappingContext -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      MappingContext

      -
      public MappingContext()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/mapping/MappingInfo.html b/0.1.0/com/fauna/mapping/MappingInfo.html deleted file mode 100644 index c2a04d99..00000000 --- a/0.1.0/com/fauna/mapping/MappingInfo.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - -MappingInfo (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class MappingInfo

-
-
java.lang.Object -
com.fauna.mapping.MappingInfo
-
-
-
-
public final class MappingInfo -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getType

      -
      public Type getType()
      -
      -
    • -
    • -
      -

      getFields

      -
      public List<FieldInfo> getFields()
      -
      -
    • -
    • -
      -

      getFieldsByName

      -
      public Map<String,FieldInfo> getFieldsByName()
      -
      -
    • -
    • -
      -

      shouldEscapeObject

      -
      public boolean shouldEscapeObject()
      -
      -
    • -
    • -
      -

      getDeserializer

      -
      public IClassDeserializer getDeserializer()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/mapping/package-summary.html b/0.1.0/com/fauna/mapping/package-summary.html deleted file mode 100644 index 0b5304b2..00000000 --- a/0.1.0/com/fauna/mapping/package-summary.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - -com.fauna.mapping (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.mapping

-
-
-
package com.fauna.mapping
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/mapping/package-tree.html b/0.1.0/com/fauna/mapping/package-tree.html deleted file mode 100644 index a621c3de..00000000 --- a/0.1.0/com/fauna/mapping/package-tree.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - -com.fauna.mapping Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.mapping

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/query/QueryOptions.Builder.html b/0.1.0/com/fauna/query/QueryOptions.Builder.html deleted file mode 100644 index 921bb306..00000000 --- a/0.1.0/com/fauna/query/QueryOptions.Builder.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - -QueryOptions.Builder (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryOptions.Builder

-
-
java.lang.Object -
com.fauna.query.QueryOptions.Builder
-
-
-
-
Enclosing class:
-
QueryOptions
-
-
-
public static class QueryOptions.Builder -extends Object
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/QueryOptions.html b/0.1.0/com/fauna/query/QueryOptions.html deleted file mode 100644 index 8254a3fc..00000000 --- a/0.1.0/com/fauna/query/QueryOptions.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - -QueryOptions (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryOptions

-
-
java.lang.Object -
com.fauna.query.QueryOptions
-
-
-
-
public class QueryOptions -extends Object
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/builder/Fragment.html b/0.1.0/com/fauna/query/builder/Fragment.html deleted file mode 100644 index bcca248b..00000000 --- a/0.1.0/com/fauna/query/builder/Fragment.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - -Fragment (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Fragment

-
-
java.lang.Object -
com.fauna.query.builder.Fragment
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
Direct Known Subclasses:
-
LiteralFragment, ValueFragment
-
-
-
public abstract class Fragment -extends Object -implements Serializable
-
An abstract class serving as a base for different types of query fragments.
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Fragment

      -
      public Fragment()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      get

      -
      public abstract Object get()
      -
      Retrieves the value represented by this fragment.
      -
      -
      Returns:
      -
      the value of this fragment.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/builder/LiteralFragment.html b/0.1.0/com/fauna/query/builder/LiteralFragment.html deleted file mode 100644 index e8a313cf..00000000 --- a/0.1.0/com/fauna/query/builder/LiteralFragment.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - -LiteralFragment (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class LiteralFragment

-
-
java.lang.Object -
com.fauna.query.builder.Fragment -
com.fauna.query.builder.LiteralFragment
-
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class LiteralFragment -extends Fragment
-
Represents a literal fragment of a Fauna query. - This class encapsulates a fixed string that does not contain any variables.
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      LiteralFragment

      -
      public LiteralFragment(String value)
      -
      Constructs a new LiteralFragment with the given literal value.
      -
      -
      Parameters:
      -
      value - the string value of this fragment; must not be null.
      -
      Throws:
      -
      IllegalArgumentException - if value is null.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      get

      -
      public String get()
      -
      Retrieves the string value of this fragment.
      -
      -
      Specified by:
      -
      get in class Fragment
      -
      Returns:
      -
      the string value.
      -
      -
      -
    • -
    • -
      -

      equals

      -
      public boolean equals(Object o)
      -
      -
      Overrides:
      -
      equals in class Object
      -
      -
      -
    • -
    • -
      -

      hashCode

      -
      public int hashCode()
      -
      -
      Overrides:
      -
      hashCode in class Object
      -
      -
      -
    • -
    • -
      -

      getValue

      -
      public String getValue()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/builder/Query.html b/0.1.0/com/fauna/query/builder/Query.html deleted file mode 100644 index b960fbc1..00000000 --- a/0.1.0/com/fauna/query/builder/Query.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - -Query (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Query

-
-
java.lang.Object -
com.fauna.query.builder.Query
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class Query -extends Object -implements Serializable
-
Represents a Fauna query that is constructed from fragments. - This class allows the building of queries from literal and variable parts.
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      fql

      -
      public static Query fql(String query, - Map<String,Object> args) - throws IllegalArgumentException
      -
      Creates a Query instance from a String and arguments. - The template strings can contain literals and variable placeholders.
      -
      -
      Parameters:
      -
      query - A Fauna Query Language (FQL) v10 template string.
      -
      args - A map of variable names -> values.
      -
      Returns:
      -
      a Query instance representing the complete query.
      -
      Throws:
      -
      IllegalArgumentException - if a template variable does not have a corresponding entry in the provided args.
      -
      -
      -
    • -
    • -
      -

      fql

      -
      public static Query fql(String query) - throws IllegalArgumentException
      -
      Creates a Query instance from a String. Without any args, the template string cannot contain variables.
      -
      -
      Parameters:
      -
      query - the string template of the query.
      -
      Returns:
      -
      a Query instance representing the complete query.
      -
      Throws:
      -
      IllegalArgumentException - if a template variable does not have a corresponding entry in the provided args.
      -
      -
      -
    • -
    • -
      -

      getFql

      -
      public Fragment[] getFql()
      -
      Retrieves the list of fragments that make up this query.
      -
      -
      Returns:
      -
      a list of Fragments.
      -
      Throws:
      -
      IllegalArgumentException - if a template variable does not have a corresponding entry in the provided args.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/builder/ValueFragment.html b/0.1.0/com/fauna/query/builder/ValueFragment.html deleted file mode 100644 index 062e1447..00000000 --- a/0.1.0/com/fauna/query/builder/ValueFragment.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - -ValueFragment (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ValueFragment

-
-
java.lang.Object -
com.fauna.query.builder.Fragment -
com.fauna.query.builder.ValueFragment
-
-
-
-
-
All Implemented Interfaces:
-
Serializable
-
-
-
public class ValueFragment -extends Fragment
-
Represents a value fragment of a Fauna query. - This class encapsulates a value that can be a variable in the query.
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ValueFragment

      -
      public ValueFragment(Object value)
      -
      Constructs a ValueFragment with the specified value.
      -
      -
      Parameters:
      -
      value - the value to encapsulate, which can be any object.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      get

      -
      public Object get()
      -
      Retrieves the encapsulated value of this fragment.
      -
      -
      Specified by:
      -
      get in class Fragment
      -
      Returns:
      -
      the encapsulated object.
      -
      -
      -
    • -
    • -
      -

      equals

      -
      public boolean equals(Object o)
      -
      -
      Overrides:
      -
      equals in class Object
      -
      -
      -
    • -
    • -
      -

      hashCode

      -
      public int hashCode()
      -
      -
      Overrides:
      -
      hashCode in class Object
      -
      -
      -
    • -
    • -
      -

      getValue

      -
      public Object getValue()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/builder/package-summary.html b/0.1.0/com/fauna/query/builder/package-summary.html deleted file mode 100644 index 3481fe8d..00000000 --- a/0.1.0/com/fauna/query/builder/package-summary.html +++ /dev/null @@ -1,108 +0,0 @@ - - - - -com.fauna.query.builder (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.query.builder

-
-
-
package com.fauna.query.builder
-
-
    -
  • - -
  • -
  • -
    -
    Classes
    -
    -
    Class
    -
    Description
    - -
    -
    An abstract class serving as a base for different types of query fragments.
    -
    - -
    -
    Represents a literal fragment of a Fauna query.
    -
    - -
    -
    Represents a Fauna query that is constructed from fragments.
    -
    - -
    -
    Represents a value fragment of a Fauna query.
    -
    -
    -
    -
  • -
-
-
-
-
- - diff --git a/0.1.0/com/fauna/query/builder/package-tree.html b/0.1.0/com/fauna/query/builder/package-tree.html deleted file mode 100644 index 636837a2..00000000 --- a/0.1.0/com/fauna/query/builder/package-tree.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - -com.fauna.query.builder Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.query.builder

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/query/package-summary.html b/0.1.0/com/fauna/query/package-summary.html deleted file mode 100644 index bd4811b9..00000000 --- a/0.1.0/com/fauna/query/package-summary.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - -com.fauna.query (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.query

-
-
-
package com.fauna.query
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/query/package-tree.html b/0.1.0/com/fauna/query/package-tree.html deleted file mode 100644 index f000ad04..00000000 --- a/0.1.0/com/fauna/query/package-tree.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - -com.fauna.query Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.query

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/query/template/FaunaTemplate.TemplatePart.html b/0.1.0/com/fauna/query/template/FaunaTemplate.TemplatePart.html deleted file mode 100644 index eaa44e29..00000000 --- a/0.1.0/com/fauna/query/template/FaunaTemplate.TemplatePart.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - -FaunaTemplate.TemplatePart (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaTemplate.TemplatePart

-
-
java.lang.Object -
com.fauna.query.template.FaunaTemplate.TemplatePart
-
-
-
-
Enclosing class:
-
FaunaTemplate
-
-
-
public static class FaunaTemplate.TemplatePart -extends Object
-
Represents a part of the template, which can either be a literal string - or a variable placeholder.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      TemplatePart

      -
      public TemplatePart(String part, - TemplatePartType type)
      -
      Constructs a new TemplatePart with the given text and type.
      -
      -
      Parameters:
      -
      part - the text of this part of the template.
      -
      type - the type of this part of the template.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getPart

      -
      public String getPart()
      -
      Retrieves the text of this part of the template.
      -
      -
      Returns:
      -
      the text of this template part.
      -
      -
      -
    • -
    • -
      -

      getType

      -
      public TemplatePartType getType()
      -
      Retrieves the type of this part of the template.
      -
      -
      Returns:
      -
      the type of this template part.
      -
      -
      -
    • -
    • -
      -

      toFragment

      -
      public Fragment toFragment(Map<String,Object> args)
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/template/FaunaTemplate.html b/0.1.0/com/fauna/query/template/FaunaTemplate.html deleted file mode 100644 index 8c2151ac..00000000 --- a/0.1.0/com/fauna/query/template/FaunaTemplate.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - -FaunaTemplate (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class FaunaTemplate

-
-
java.lang.Object -
com.fauna.query.template.FaunaTemplate
-
-
-
-
All Implemented Interfaces:
-
Iterable<FaunaTemplate.TemplatePart>
-
-
-
public class FaunaTemplate -extends Object -implements Iterable<FaunaTemplate.TemplatePart>
-
Represents a template for constructing Fauna queries with placeholders - for variable interpolation.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      FaunaTemplate

      -
      public FaunaTemplate(String template)
      -
      Constructs a new FaunaTemplate with the given string template.
      -
      -
      Parameters:
      -
      template - the string template containing literals and placeholders.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/template/TemplatePartType.html b/0.1.0/com/fauna/query/template/TemplatePartType.html deleted file mode 100644 index 93995f69..00000000 --- a/0.1.0/com/fauna/query/template/TemplatePartType.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - -TemplatePartType (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class TemplatePartType

-
-
java.lang.Object -
java.lang.Enum<TemplatePartType> -
com.fauna.query.template.TemplatePartType
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<TemplatePartType>, Constable
-
-
-
public enum TemplatePartType -extends Enum<TemplatePartType>
-
Represents the type of template part within a FaunaTemplate.
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      LITERAL

      -
      public static final TemplatePartType LITERAL
      -
      Indicates a literal text part of the template.
      -
      -
    • -
    • -
      -

      VARIABLE

      -
      public static final TemplatePartType VARIABLE
      -
      Indicates a variable placeholder part of the template.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static TemplatePartType[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      public static TemplatePartType valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/query/template/package-summary.html b/0.1.0/com/fauna/query/template/package-summary.html deleted file mode 100644 index d4daff42..00000000 --- a/0.1.0/com/fauna/query/template/package-summary.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - -com.fauna.query.template (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.query.template

-
-
-
package com.fauna.query.template
-
-
    -
  • - -
  • -
  • -
    -
    -
    -
    -
    Class
    -
    Description
    - -
    -
    Represents a template for constructing Fauna queries with placeholders - for variable interpolation.
    -
    - -
    -
    Represents a part of the template, which can either be a literal string - or a variable placeholder.
    -
    - -
    -
    Represents the type of template part within a FaunaTemplate.
    -
    -
    -
    -
    -
  • -
-
-
-
-
- - diff --git a/0.1.0/com/fauna/query/template/package-tree.html b/0.1.0/com/fauna/query/template/package-tree.html deleted file mode 100644 index cf6266fb..00000000 --- a/0.1.0/com/fauna/query/template/package-tree.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - -com.fauna.query.template Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.query.template

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/response/ErrorInfo.html b/0.1.0/com/fauna/response/ErrorInfo.html deleted file mode 100644 index 11a0d09b..00000000 --- a/0.1.0/com/fauna/response/ErrorInfo.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - -ErrorInfo (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ErrorInfo

-
-
java.lang.Object -
com.fauna.response.ErrorInfo
-
-
-
-
public class ErrorInfo -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ErrorInfo

      -
      public ErrorInfo(String code, - String message, - Object constraintFailures, - Object abort)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getCode

      -
      public String getCode()
      -
      -
    • -
    • -
      -

      getMessage

      -
      public String getMessage()
      -
      -
    • -
    • -
      -

      getConstraintFailures

      -
      public Object getConstraintFailures()
      -
      -
    • -
    • -
      -

      getAbort

      -
      public Optional<Object> getAbort()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/response/QueryFailure.html b/0.1.0/com/fauna/response/QueryFailure.html deleted file mode 100644 index 158883d5..00000000 --- a/0.1.0/com/fauna/response/QueryFailure.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - -QueryFailure (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryFailure

-
-
java.lang.Object -
com.fauna.response.QueryResponse -
com.fauna.response.QueryFailure
-
-
-
-
-
public final class QueryFailure -extends QueryResponse
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      QueryFailure

      -
      public QueryFailure(int statusCode, - com.fasterxml.jackson.databind.JsonNode json, - QueryStats stats) - throws com.fasterxml.jackson.core.JsonProcessingException
      -
      Initializes a new instance of the QueryFailure class, parsing the provided raw - response text to extract error information.
      -
      -
      Parameters:
      -
      statusCode - The HTTP status code.
      -
      json - The JSON response body.
      -
      Throws:
      -
      com.fasterxml.jackson.core.JsonProcessingException
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      fallback

      -
      public static QueryFailure fallback()
      -
      -
    • -
    • -
      -

      getStatusCode

      -
      public int getStatusCode()
      -
      -
    • -
    • -
      -

      getErrorCode

      -
      public String getErrorCode()
      -
      -
    • -
    • -
      -

      getMessage

      -
      public String getMessage()
      -
      -
    • -
    • -
      -

      getConstraintFailures

      -
      public Object getConstraintFailures()
      -
      -
    • -
    • -
      -

      getAbort

      -
      public Optional<Object> getAbort()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/response/QueryResponse.html b/0.1.0/com/fauna/response/QueryResponse.html deleted file mode 100644 index 09ab5e02..00000000 --- a/0.1.0/com/fauna/response/QueryResponse.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - -QueryResponse (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryResponse

-
-
java.lang.Object -
com.fauna.response.QueryResponse
-
-
-
-
Direct Known Subclasses:
-
QueryFailure, QuerySuccess
-
-
-
public abstract class QueryResponse -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      DEFAULT_STATS

      -
      public static final QueryStats DEFAULT_STATS
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      handleResponse

      -
      public static QueryResponse handleResponse(HttpResponse<String> response) - throws FaunaException
      -
      -
      Throws:
      -
      FaunaException
      -
      -
      -
    • -
    • -
      -

      getRawJson

      -
      public com.fasterxml.jackson.databind.JsonNode getRawJson()
      -
      -
    • -
    • -
      -

      getLastSeenTxn

      -
      public long getLastSeenTxn()
      -
      -
    • -
    • -
      -

      getSchemaVersion

      -
      public long getSchemaVersion()
      -
      -
    • -
    • -
      -

      getSummary

      -
      public String getSummary()
      -
      -
    • -
    • -
      -

      getQueryTags

      -
      public Map<String,String> getQueryTags()
      -
      -
    • -
    • -
      -

      getStats

      -
      public QueryStats getStats()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/response/QueryStats.html b/0.1.0/com/fauna/response/QueryStats.html deleted file mode 100644 index 77de8c82..00000000 --- a/0.1.0/com/fauna/response/QueryStats.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - -QueryStats (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QueryStats

-
-
java.lang.Object -
com.fauna.response.QueryStats
-
-
-
-
public final class QueryStats -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      computeOps

      -
      public final int computeOps
      -
      -
    • -
    • -
      -

      readOps

      -
      public final int readOps
      -
      -
    • -
    • -
      -

      writeOps

      -
      public final int writeOps
      -
      -
    • -
    • -
      -

      queryTimeMs

      -
      public final int queryTimeMs
      -
      -
    • -
    • -
      -

      contentionRetries

      -
      public final int contentionRetries
      -
      -
    • -
    • -
      -

      storageBytesRead

      -
      public final int storageBytesRead
      -
      -
    • -
    • -
      -

      storageBytesWrite

      -
      public final int storageBytesWrite
      -
      -
    • -
    • -
      -

      rateLimitsHit

      -
      public final List<String> rateLimitsHit
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      QueryStats

      -
      public QueryStats(int computeOps, - int readOps, - int writeOps, - int queryTimeMs, - int contentionRetries, - int storageBytesRead, - int storageBytesWrite, - List<String> rateLimitsHit)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/response/QuerySuccess.html b/0.1.0/com/fauna/response/QuerySuccess.html deleted file mode 100644 index 479d042f..00000000 --- a/0.1.0/com/fauna/response/QuerySuccess.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - -QuerySuccess (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class QuerySuccess<T>

-
-
java.lang.Object -
com.fauna.response.QueryResponse -
com.fauna.response.QuerySuccess<T>
-
-
-
-
-
public final class QuerySuccess<T> -extends QueryResponse
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      QuerySuccess

      -
      public QuerySuccess(IDeserializer<T> deserializer, - com.fasterxml.jackson.databind.JsonNode json, - QueryStats stats) - throws IOException
      -
      Initializes a new instance of the QuerySuccess class, deserializing the query - response into the specified type.
      -
      -
      Parameters:
      -
      deserializer - A deserializer for the response data type.
      -
      json - The parsed JSON response body.
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getData

      -
      public T getData()
      -
      -
    • -
    • -
      -

      getStaticType

      -
      public String getStaticType()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/response/package-summary.html b/0.1.0/com/fauna/response/package-summary.html deleted file mode 100644 index 78f2a614..00000000 --- a/0.1.0/com/fauna/response/package-summary.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - -com.fauna.response (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.response

-
-
-
package com.fauna.response
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/response/package-tree.html b/0.1.0/com/fauna/response/package-tree.html deleted file mode 100644 index 91e3c8fa..00000000 --- a/0.1.0/com/fauna/response/package-tree.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - -com.fauna.response Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.response

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/serialization/BaseDeserializer.html b/0.1.0/com/fauna/serialization/BaseDeserializer.html deleted file mode 100644 index d6398aa8..00000000 --- a/0.1.0/com/fauna/serialization/BaseDeserializer.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - -BaseDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class BaseDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<T>
-
-
-
-
All Implemented Interfaces:
-
IDeserializer<T>
-
-
-
Direct Known Subclasses:
-
CheckedDeserializer, ClassDeserializer, DynamicDeserializer, ListDeserializer, MapDeserializer, NullableDeserializer, PageDeserializer
-
-
-
public abstract class BaseDeserializer<T> -extends Object -implements IDeserializer<T>
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/CheckedDeserializer.html b/0.1.0/com/fauna/serialization/CheckedDeserializer.html deleted file mode 100644 index 103f8258..00000000 --- a/0.1.0/com/fauna/serialization/CheckedDeserializer.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - -CheckedDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class CheckedDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<T> -
com.fauna.serialization.CheckedDeserializer<T>
-
-
-
-
-
Type Parameters:
-
T - The type of object being deserialized.
-
-
-
All Implemented Interfaces:
-
IDeserializer<T>
-
-
-
public class CheckedDeserializer<T> -extends BaseDeserializer<T>
-
Deserializer that checks the deserialized value against a specified type.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      CheckedDeserializer

      -
      public CheckedDeserializer(Class<T> type)
      -
      Constructs a new CheckedDeserializer with the specified type.
      -
      -
      Parameters:
      -
      type - The type to check against during deserialization.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      doDeserialize

      -
      public T doDeserialize(UTF8FaunaParser reader) - throws IOException
      -
      Deserializes the value from the FaunaParser and checks if it matches the specified type.
      -
      -
      Specified by:
      -
      doDeserialize in class BaseDeserializer<T>
      -
      Parameters:
      -
      reader - The FaunaParser instance to read from.
      -
      Returns:
      -
      The deserialized value.
      -
      Throws:
      -
      ClientException - If the deserialized value does not match the specified type.
      -
      IOException
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/ClassDeserializer.html b/0.1.0/com/fauna/serialization/ClassDeserializer.html deleted file mode 100644 index 7b040444..00000000 --- a/0.1.0/com/fauna/serialization/ClassDeserializer.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - -ClassDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ClassDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<T> -
com.fauna.serialization.ClassDeserializer<T>
-
-
-
-
-
All Implemented Interfaces:
-
IClassDeserializer<T>, IDeserializer<T>
-
-
-
public class ClassDeserializer<T> -extends BaseDeserializer<T> -implements IClassDeserializer<T>
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/Deserializer.html b/0.1.0/com/fauna/serialization/Deserializer.html deleted file mode 100644 index e5894688..00000000 --- a/0.1.0/com/fauna/serialization/Deserializer.html +++ /dev/null @@ -1,229 +0,0 @@ - - - - -Deserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Deserializer

-
-
java.lang.Object -
com.fauna.serialization.Deserializer
-
-
-
-
public class Deserializer -extends Object
-
Represents methods for deserializing objects to and from Fauna's value format.
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      DYNAMIC

      -
      public static final IDeserializer<Object> DYNAMIC
      -
      The dynamic data deserializer.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Deserializer

      -
      public Deserializer()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      generate

      -
      public static <T> IDeserializer<T> generate(MappingContext context, - Type type)
      -
      Generates a deserializer for the specified non-nullable Java type.
      -
      -
      Type Parameters:
      -
      T - The type of the object to deserialize to.
      -
      Parameters:
      -
      context - The serialization context.
      -
      type - The Java type to generate a deserializer for.
      -
      Returns:
      -
      An IDeserializer<T>.
      -
      -
      -
    • -
    • -
      -

      generateNullable

      -
      public static <T> IDeserializer<T> generateNullable(MappingContext context, - Type type)
      -
      Generates a deserializer which returns values of the specified Java type, or the default if - the underlying query value is null.
      -
      -
      Type Parameters:
      -
      T - The type of the object to deserialize to.
      -
      Parameters:
      -
      context - The serialization context.
      -
      type - The Java type to generate a deserializer for.
      -
      Returns:
      -
      An IDeserializer<T>.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/DynamicDeserializer.html b/0.1.0/com/fauna/serialization/DynamicDeserializer.html deleted file mode 100644 index fb6bf8d7..00000000 --- a/0.1.0/com/fauna/serialization/DynamicDeserializer.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - -DynamicDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class DynamicDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<T> -
com.fauna.serialization.DynamicDeserializer<T>
-
-
-
-
-
Type Parameters:
-
T - The type of object being deserialized.
-
-
-
All Implemented Interfaces:
-
IDeserializer<T>
-
-
-
public class DynamicDeserializer<T> -extends BaseDeserializer<T>
-
Deserializer that dynamically deserializes objects of various types.
-
-
- -
-
-
    - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getInstance

      -
      public static <T> DynamicDeserializer<T> getInstance()
      -
      Returns the singleton instance of DynamicDeserializer.
      -
      -
      Type Parameters:
      -
      T - The type of object being deserialized.
      -
      Returns:
      -
      The singleton instance of DynamicDeserializer.
      -
      -
      -
    • -
    • -
      -

      doDeserialize

      -
      public T doDeserialize(UTF8FaunaParser reader) - throws IOException
      -
      -
      Specified by:
      -
      doDeserialize in class BaseDeserializer<T>
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      checkedDeserialize

      -
      public T checkedDeserialize(UTF8FaunaParser reader, - Type type) - throws IOException
      -
      Deserializes the value from the FaunaParser.
      -
      -
      Parameters:
      -
      reader - The FaunaParser instance to read from.
      -
      Returns:
      -
      The deserialized value.
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/ListDeserializer.html b/0.1.0/com/fauna/serialization/ListDeserializer.html deleted file mode 100644 index 5c27e532..00000000 --- a/0.1.0/com/fauna/serialization/ListDeserializer.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -ListDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ListDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<List<T>> -
com.fauna.serialization.ListDeserializer<T>
-
-
-
-
-
All Implemented Interfaces:
-
IDeserializer<List<T>>
-
-
-
public class ListDeserializer<T> -extends BaseDeserializer<List<T>>
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/MapDeserializer.html b/0.1.0/com/fauna/serialization/MapDeserializer.html deleted file mode 100644 index e2a7867e..00000000 --- a/0.1.0/com/fauna/serialization/MapDeserializer.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -MapDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class MapDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<Map<String,T>> -
com.fauna.serialization.MapDeserializer<T>
-
-
-
-
-
All Implemented Interfaces:
-
IDeserializer<Map<String,T>>
-
-
-
public class MapDeserializer<T> -extends BaseDeserializer<Map<String,T>>
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/NullableDeserializer.html b/0.1.0/com/fauna/serialization/NullableDeserializer.html deleted file mode 100644 index 90559923..00000000 --- a/0.1.0/com/fauna/serialization/NullableDeserializer.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -NullableDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NullableDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<T> -
com.fauna.serialization.NullableDeserializer<T>
-
-
-
-
-
All Implemented Interfaces:
-
IDeserializer<T>
-
-
-
public class NullableDeserializer<T> -extends BaseDeserializer<T>
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/PageDeserializer.html b/0.1.0/com/fauna/serialization/PageDeserializer.html deleted file mode 100644 index f8969dce..00000000 --- a/0.1.0/com/fauna/serialization/PageDeserializer.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -PageDeserializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class PageDeserializer<T>

-
-
java.lang.Object -
com.fauna.serialization.BaseDeserializer<Page<T>> -
com.fauna.serialization.PageDeserializer<T>
-
-
-
-
-
All Implemented Interfaces:
-
IDeserializer<Page<T>>
-
-
-
public class PageDeserializer<T> -extends BaseDeserializer<Page<T>>
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/Serializer.html b/0.1.0/com/fauna/serialization/Serializer.html deleted file mode 100644 index e2beb762..00000000 --- a/0.1.0/com/fauna/serialization/Serializer.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - -Serializer (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Serializer

-
-
java.lang.Object -
com.fauna.serialization.Serializer
-
-
-
-
public class Serializer -extends Object
-
-
- -
-
- -
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/UTF8FaunaGenerator.html b/0.1.0/com/fauna/serialization/UTF8FaunaGenerator.html deleted file mode 100644 index 8ca1719f..00000000 --- a/0.1.0/com/fauna/serialization/UTF8FaunaGenerator.html +++ /dev/null @@ -1,777 +0,0 @@ - - - - -UTF8FaunaGenerator (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UTF8FaunaGenerator

-
-
java.lang.Object -
com.fauna.serialization.UTF8FaunaGenerator
-
-
-
-
All Implemented Interfaces:
-
AutoCloseable
-
-
-
public class UTF8FaunaGenerator -extends Object -implements AutoCloseable
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UTF8FaunaGenerator

      -
      public UTF8FaunaGenerator() - throws IOException
      -
      Initializes a new instance of the FaunaGenerator class with a specified stream.
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      flush

      -
      public void flush() - throws IOException
      -
      Flushes the written data to the underlying buffer or stream.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      serialize

      -
      public String serialize() - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      writeStartObject

      -
      public void writeStartObject() - throws IOException
      -
      Writes the beginning of an object.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeEndObject

      -
      public void writeEndObject() - throws IOException
      -
      Writes the end of an object.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeStartEscapedObject

      -
      public void writeStartEscapedObject() - throws IOException
      -
      Writes the beginning of a specially tagged object.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeEndEscapedObject

      -
      public void writeEndEscapedObject() - throws IOException
      -
      Writes the end of a specially tagged object.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeStartArray

      -
      public void writeStartArray() - throws IOException
      -
      Writes the beginning of an array.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeEndArray

      -
      public void writeEndArray() - throws IOException
      -
      Writes the end of an array.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeStartRef

      -
      public void writeStartRef() - throws IOException
      -
      Writes the beginning of a reference object.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeEndRef

      -
      public void writeEndRef() - throws IOException
      -
      Writes the end of a reference object.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeDouble

      -
      public void writeDouble(String fieldName, - double value) - throws IOException
      -
      Writes a double value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The double value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeInt

      -
      public void writeInt(String fieldName, - int value) - throws IOException
      -
      Writes an integer value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The integer value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeLong

      -
      public void writeLong(String fieldName, - long value) - throws IOException
      -
      Writes a long integer value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The long integer value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeString

      -
      public void writeString(String fieldName, - String value) - throws IOException
      -
      Writes a string value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The string value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeDate

      -
      public void writeDate(String fieldName, - LocalDate value) - throws IOException
      -
      Writes a date value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The LocalDateTime value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeTime

      -
      public void writeTime(String fieldName, - Instant value) - throws IOException
      -
      Writes a time value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The LocalDateTime value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeBoolean

      -
      public void writeBoolean(String fieldName, - boolean value) - throws IOException
      -
      Writes a boolean value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The boolean value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeNull

      -
      public void writeNull(String fieldName) - throws IOException
      -
      Writes a null value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeModule

      -
      public void writeModule(String fieldName, - Module value) - throws IOException
      -
      Writes a module value with a specific field name.
      -
      -
      Parameters:
      -
      fieldName - The name of the field.
      -
      value - The Module value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeFieldName

      -
      public void writeFieldName(String value) - throws IOException
      -
      Writes a field name for the next value.
      -
      -
      Parameters:
      -
      value - The name of the field.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeTaggedValue

      -
      public void writeTaggedValue(String tag, - String value) - throws IOException
      -
      Writes a tagged value in an object.
      -
      -
      Parameters:
      -
      tag - The tag to use for the value.
      -
      value - The value associated with the tag.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeByteArray

      -
      public void writeByteArray(byte[] bytes) - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      writeDoubleValue

      -
      public void writeDoubleValue(double value) - throws IOException
      -
      Writes a double value as a tagged element.
      -
      -
      Parameters:
      -
      value - The double value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeIntValue

      -
      public void writeIntValue(int value) - throws IOException
      -
      Writes an integer value as a tagged element.
      -
      -
      Parameters:
      -
      value - The integer value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeLongValue

      -
      public void writeLongValue(long value) - throws IOException
      -
      Writes a long integer value as a tagged element.
      -
      -
      Parameters:
      -
      value - The long integer value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeStringValue

      -
      public void writeStringValue(String value) - throws IOException
      -
      Writes a string value as a tagged element.
      -
      -
      Parameters:
      -
      value - The string value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeDateValue

      -
      public void writeDateValue(LocalDate value) - throws IOException
      -
      Writes a date value as a tagged element.
      -
      -
      Parameters:
      -
      value - The date value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeTimeValue

      -
      public void writeTimeValue(Instant value) - throws IOException
      -
      Writes a time value as a tagged element.
      -
      -
      Parameters:
      -
      value - The time value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeBooleanValue

      -
      public void writeBooleanValue(boolean value) - throws IOException
      -
      Writes a boolean value to the stream.
      -
      -
      Parameters:
      -
      value - The boolean value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeCharValue

      -
      public void writeCharValue(Character value) - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      writeNullValue

      -
      public void writeNullValue() - throws IOException
      -
      Writes a null value to the stream.
      -
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      writeModuleValue

      -
      public void writeModuleValue(Module value) - throws IOException
      -
      Writes a module value as a tagged element.
      -
      -
      Parameters:
      -
      value - The module value to write.
      -
      Throws:
      -
      IOException - If an I/O error occurs.
      -
      -
      -
    • -
    • -
      -

      close

      -
      public void close() - throws IOException
      -
      -
      Specified by:
      -
      close in interface AutoCloseable
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/UTF8FaunaParser.html b/0.1.0/com/fauna/serialization/UTF8FaunaParser.html deleted file mode 100644 index fc862020..00000000 --- a/0.1.0/com/fauna/serialization/UTF8FaunaParser.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - -UTF8FaunaParser (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UTF8FaunaParser

-
-
java.lang.Object -
com.fauna.serialization.UTF8FaunaParser
-
-
-
-
public class UTF8FaunaParser -extends Object
-
Represents a reader that provides fast, non-cached, forward-only access to serialized data.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UTF8FaunaParser

      -
      public UTF8FaunaParser(String str) - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      UTF8FaunaParser

      -
      public UTF8FaunaParser(InputStream body) - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      UTF8FaunaParser

      -
      public UTF8FaunaParser(com.fasterxml.jackson.core.JsonParser jsonParser)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getCurrentTokenType

      -
      public FaunaTokenType getCurrentTokenType()
      -
      -
    • -
    • -
      -

      skip

      -
      public void skip() - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      read

      -
      public boolean read() - throws IOException
      -
      -
      Throws:
      -
      IOException
      -
      -
      -
    • -
    • -
      -

      getValueAsCharacter

      -
      public Character getValueAsCharacter()
      -
      -
    • -
    • -
      -

      getValueAsString

      -
      public String getValueAsString()
      -
      -
    • -
    • -
      -

      getValueAsByte

      -
      public Byte getValueAsByte()
      -
      -
    • -
    • -
      -

      getValueAsShort

      -
      public Short getValueAsShort()
      -
      -
    • -
    • -
      -

      getValueAsInt

      -
      public Integer getValueAsInt()
      -
      -
    • -
    • -
      -

      getValueAsBoolean

      -
      public Boolean getValueAsBoolean()
      -
      -
    • -
    • -
      -

      getValueAsLocalDate

      -
      public LocalDate getValueAsLocalDate()
      -
      -
    • -
    • -
      -

      getValueAsTime

      -
      public Instant getValueAsTime()
      -
      -
    • -
    • -
      -

      getValueAsFloat

      -
      public Float getValueAsFloat()
      -
      -
    • -
    • -
      -

      getValueAsDouble

      -
      public Double getValueAsDouble()
      -
      -
    • -
    • -
      -

      getValueAsLong

      -
      public Long getValueAsLong()
      -
      -
    • -
    • -
      -

      getValueAsModule

      -
      public Module getValueAsModule()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/serialization/package-summary.html b/0.1.0/com/fauna/serialization/package-summary.html deleted file mode 100644 index 4f6093b7..00000000 --- a/0.1.0/com/fauna/serialization/package-summary.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - -com.fauna.serialization (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.serialization

-
-
-
package com.fauna.serialization
-
- -
-
-
-
- - diff --git a/0.1.0/com/fauna/serialization/package-tree.html b/0.1.0/com/fauna/serialization/package-tree.html deleted file mode 100644 index 3d635874..00000000 --- a/0.1.0/com/fauna/serialization/package-tree.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - -com.fauna.serialization Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.serialization

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/com/fauna/types/BaseDocument.Entry.html b/0.1.0/com/fauna/types/BaseDocument.Entry.html deleted file mode 100644 index a47f29ed..00000000 --- a/0.1.0/com/fauna/types/BaseDocument.Entry.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -BaseDocument.Entry (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class BaseDocument.Entry

-
-
java.lang.Object -
com.fauna.types.BaseDocument.Entry
-
-
-
-
Enclosing class:
-
BaseDocument
-
-
-
public static class BaseDocument.Entry -extends Object
-
Represents a key-value pair in the document.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Entry

      -
      public Entry(String key, - Object value)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getKey

      -
      public String getKey()
      -
      -
    • -
    • -
      -

      getValue

      -
      public Object getValue()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/BaseDocument.html b/0.1.0/com/fauna/types/BaseDocument.html deleted file mode 100644 index 811e9ade..00000000 --- a/0.1.0/com/fauna/types/BaseDocument.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - -BaseDocument (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class BaseDocument

-
-
java.lang.Object -
com.fauna.types.BaseDocument
-
-
-
-
All Implemented Interfaces:
-
Iterable<BaseDocument.Entry>
-
-
-
Direct Known Subclasses:
-
Document, NamedDocument
-
-
-
public class BaseDocument -extends Object -implements Iterable<BaseDocument.Entry>
-
Represents the base structure of a document.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      BaseDocument

      -
      public BaseDocument(Module coll, - Instant ts)
      -
      Initializes a new instance of the BaseDocument class with the specified collection - and timestamp.
      -
      -
      Parameters:
      -
      coll - The collection to which the document belongs.
      -
      ts - The timestamp of the document.
      -
      -
      -
    • -
    • -
      -

      BaseDocument

      -
      public BaseDocument(Module coll, - Instant ts, - Map<String,Object> data)
      -
      Initializes a new instance of the BaseDocument class with the specified collection, - timestamp, and initial data.
      -
      -
      Parameters:
      -
      coll - The collection to which the document belongs.
      -
      ts - The timestamp of the document.
      -
      data - Initial data for the document in key-value pairs.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      iterator

      -
      public Iterator<BaseDocument.Entry> iterator()
      -
      Returns an iterator over the elements in this document.
      -
      -
      Specified by:
      -
      iterator in interface Iterable<BaseDocument.Entry>
      -
      Returns:
      -
      an iterator over the elements in this document.
      -
      -
      -
    • -
    • -
      -

      getTs

      -
      public Instant getTs()
      -
      Gets the timestamp of the document.
      -
      -
      Returns:
      -
      The Instant of the document.
      -
      -
      -
    • -
    • -
      -

      getCollection

      -
      public Module getCollection()
      -
      Gets the collection to which the document belongs.
      -
      -
      Returns:
      -
      The collection to which the document belongs.
      -
      -
      -
    • -
    • -
      -

      getCount

      -
      public int getCount()
      -
      Gets the count of key-value pairs contained in the document.
      -
      -
      Returns:
      -
      The number of key-value pairs.
      -
      -
      -
    • -
    • -
      -

      containsKey

      -
      public boolean containsKey(String key)
      -
      Determines whether the document contains the specified key.
      -
      -
      Parameters:
      -
      key - The key to locate in the document.
      -
      Returns:
      -
      true if the document contains an element with the specified key; otherwise, - false.
      -
      -
      -
    • -
    • -
      -

      get

      -
      public Object get(String key)
      -
      Gets the value associated with the specified key.
      -
      -
      Parameters:
      -
      key - The key of the value to get.
      -
      Returns:
      -
      The value associated with the specified key, or null if the key is not found.
      -
      -
      -
    • -
    • -
      -

      getKeys

      -
      public Enumeration<String> getKeys()
      -
      Gets a collection containing the keys of the data in the document.
      -
      -
      Returns:
      -
      A collection containing the keys of the data in the document.
      -
      -
      -
    • -
    • -
      -

      getValues

      -
      public Enumeration<Object> getValues()
      -
      Gets a collection containing the values of the data in the document.
      -
      -
      Returns:
      -
      A collection containing the values of the data in the document.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/Document.html b/0.1.0/com/fauna/types/Document.html deleted file mode 100644 index ff3f540d..00000000 --- a/0.1.0/com/fauna/types/Document.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - -Document (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Document

-
-
java.lang.Object -
com.fauna.types.BaseDocument -
com.fauna.types.Document
-
-
-
-
-
All Implemented Interfaces:
-
Iterable<BaseDocument.Entry>
-
-
-
public final class Document -extends BaseDocument
-
Represents a document.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Document

      -
      public Document(String id, - Module coll, - Instant ts)
      -
      Initializes a new instance of the Document class with the specified id, coll, and ts.
      -
      -
      Parameters:
      -
      id - The string value of the document id.
      -
      coll - The module to which the document belongs.
      -
      ts - The timestamp of the document.
      -
      -
      -
    • -
    • -
      -

      Document

      -
      public Document(String id, - Module coll, - Instant ts, - Map<String,Object> data)
      -
      Initializes a new instance of the Document class with the specified id, coll, ts, and - additional data stored as key/value pairs on the instance.
      -
      -
      Parameters:
      -
      id - The string value of the document id.
      -
      coll - The module to which the document belongs.
      -
      ts - The timestamp of the document.
      -
      data - Additional data on the document.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getId

      -
      public String getId()
      -
      Gets the string value of the document id.
      -
      -
      Returns:
      -
      The string value of the document id.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/DocumentRef.html b/0.1.0/com/fauna/types/DocumentRef.html deleted file mode 100644 index bffdb994..00000000 --- a/0.1.0/com/fauna/types/DocumentRef.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - -DocumentRef (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class DocumentRef

-
-
java.lang.Object -
com.fauna.types.DocumentRef
-
-
-
-
Direct Known Subclasses:
-
NullDocumentRef
-
-
-
public class DocumentRef -extends Object
-
Represents a document ref.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      DocumentRef

      -
      public DocumentRef(String id, - Module coll)
      -
      Constructs a new DocumentRef object with the specified id and collection.
      -
      -
      Parameters:
      -
      id - The string value of the document ref id.
      -
      coll - The module to which the document ref belongs.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getId

      -
      public String getId()
      -
      Gets the string value of the ref id.
      -
      -
      Returns:
      -
      The string value of the ref id.
      -
      -
      -
    • -
    • -
      -

      setId

      -
      public void setId(String id)
      -
      Sets the string value of the ref id.
      -
      -
      Parameters:
      -
      id - The string value of the ref id.
      -
      -
      -
    • -
    • -
      -

      getCollection

      -
      public Module getCollection()
      -
      Gets the collection to which the ref belongs.
      -
      -
      Returns:
      -
      The collection to which the ref belongs.
      -
      -
      -
    • -
    • -
      -

      setCollection

      -
      public void setCollection(Module collection)
      -
      Sets the collection to which the ref belongs.
      -
      -
      Parameters:
      -
      collection - The collection to which the ref belongs.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/Module.html b/0.1.0/com/fauna/types/Module.html deleted file mode 100644 index 486eafd2..00000000 --- a/0.1.0/com/fauna/types/Module.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - -Module (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Module

-
-
java.lang.Object -
com.fauna.types.Module
-
-
-
-
public final class Module -extends Object
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Module

      -
      public Module(String name)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getName

      -
      public String getName()
      -
      -
    • -
    • -
      -

      equals

      -
      public boolean equals(Object obj)
      -
      -
      Overrides:
      -
      equals in class Object
      -
      -
      -
    • -
    • -
      -

      hashCode

      -
      public int hashCode()
      -
      -
      Overrides:
      -
      hashCode in class Object
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/NamedDocument.html b/0.1.0/com/fauna/types/NamedDocument.html deleted file mode 100644 index 67b76062..00000000 --- a/0.1.0/com/fauna/types/NamedDocument.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - -NamedDocument (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NamedDocument

-
-
java.lang.Object -
com.fauna.types.BaseDocument -
com.fauna.types.NamedDocument
-
-
-
-
-
All Implemented Interfaces:
-
Iterable<BaseDocument.Entry>
-
-
-
public final class NamedDocument -extends BaseDocument
-
Represents a document that has a "name" instead of an "id". For example, a Role document is - represented as a NamedDocument.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NamedDocument

      -
      public NamedDocument(String name, - Module coll, - Instant ts)
      -
      Initializes a new instance of the NamedDocument class with the specified name, coll, and ts.
      -
      -
      Parameters:
      -
      name - The string value of the document name.
      -
      coll - The module to which the document belongs.
      -
      ts - The timestamp of the document.
      -
      -
      -
    • -
    • -
      -

      NamedDocument

      -
      public NamedDocument(String name, - Module coll, - Instant ts, - Map<String,Object> data)
      -
      Initializes a new instance of the NamedDocument class with the specified name, coll, ts, and - additional data stored as key/value pairs on the instance.
      -
      -
      Parameters:
      -
      name - The string value of the document name.
      -
      coll - The module to which the document belongs.
      -
      ts - The timestamp of the document.
      -
      data - Additional data on the document.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getName

      -
      public String getName()
      -
      Gets the string value of the document name.
      -
      -
      Returns:
      -
      The name of the document.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/NamedDocumentRef.html b/0.1.0/com/fauna/types/NamedDocumentRef.html deleted file mode 100644 index 17d991ea..00000000 --- a/0.1.0/com/fauna/types/NamedDocumentRef.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - -NamedDocumentRef (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NamedDocumentRef

-
-
java.lang.Object -
com.fauna.types.NamedDocumentRef
-
-
-
-
Direct Known Subclasses:
-
NullNamedDocumentRef
-
-
-
public class NamedDocumentRef -extends Object
-
Represents a document ref that has a "name" instead of an "id". For example, a Role document - reference is represented as a NamedDocumentRef.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NamedDocumentRef

      -
      public NamedDocumentRef(String name, - Module coll)
      -
      Constructs a new NamedDocumentRef object with the specified name and collection.
      -
      -
      Parameters:
      -
      name - The string value of the named document ref name.
      -
      coll - The module to which the named document ref belongs.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getName

      -
      public String getName()
      -
      Gets the string value of the ref name.
      -
      -
      Returns:
      -
      The string value of the ref name.
      -
      -
      -
    • -
    • -
      -

      setName

      -
      public void setName(String name)
      -
      Sets the string value of the ref name.
      -
      -
      Parameters:
      -
      name - The string value of the ref name.
      -
      -
      -
    • -
    • -
      -

      getCollection

      -
      public Module getCollection()
      -
      Gets the collection to which the ref belongs.
      -
      -
      Returns:
      -
      The collection to which the ref belongs.
      -
      -
      -
    • -
    • -
      -

      setCollection

      -
      public void setCollection(Module collection)
      -
      Sets the collection to which the ref belongs.
      -
      -
      Parameters:
      -
      collection - The collection to which the ref belongs.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/NullDocumentRef.html b/0.1.0/com/fauna/types/NullDocumentRef.html deleted file mode 100644 index 34fc4ba5..00000000 --- a/0.1.0/com/fauna/types/NullDocumentRef.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - -NullDocumentRef (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NullDocumentRef

-
-
java.lang.Object -
com.fauna.types.DocumentRef -
com.fauna.types.NullDocumentRef
-
-
-
-
-
public class NullDocumentRef -extends DocumentRef
-
Represents a null reference to a document, including a reason for its null state.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NullDocumentRef

      -
      public NullDocumentRef(String id, - Module coll, - String cause)
      -
      Constructs a new DocumentRef object with the specified id and collection.
      -
      -
      Parameters:
      -
      id - The string value of the document ref id.
      -
      coll - The module to which the document ref belongs.
      -
      cause - The cause to the name of the document ref be null.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getCause

      -
      public String getCause()
      -
      Gets the cause that the document is null.
      -
      -
      Returns:
      -
      A string representing the cause that the document is null.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/NullNamedDocumentRef.html b/0.1.0/com/fauna/types/NullNamedDocumentRef.html deleted file mode 100644 index 6ebd2c47..00000000 --- a/0.1.0/com/fauna/types/NullNamedDocumentRef.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - -NullNamedDocumentRef (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class NullNamedDocumentRef

-
-
java.lang.Object -
com.fauna.types.NamedDocumentRef -
com.fauna.types.NullNamedDocumentRef
-
-
-
-
-
public class NullNamedDocumentRef -extends NamedDocumentRef
-
Represents a reference to a named document that is null, including a reason for its null state. - This class extends NamedDocumentRef to provide additional context for null references in the - database.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      NullNamedDocumentRef

      -
      public NullNamedDocumentRef(String name, - Module coll, - String cause)
      -
      Constructs a new NamedDocumentRef object with the specified name and collection.
      -
      -
      Parameters:
      -
      name - The string value of the named document ref name.
      -
      coll - The module to which the named document ref belongs.
      -
      cause - The cause to the name of the named document be null.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getCause

      -
      public String getCause()
      -
      Gets the cause that the document is null.
      -
      -
      Returns:
      -
      A string representing the cause that the document is null.
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/Page.html b/0.1.0/com/fauna/types/Page.html deleted file mode 100644 index 0be33176..00000000 --- a/0.1.0/com/fauna/types/Page.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -Page (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Page<T>

-
-
java.lang.Object -
com.fauna.types.Page<T>
-
-
-
-
Type Parameters:
-
T - The type of data contained in the page.
-
-
-
public class Page<T> -extends Object
-
Represents a page in a dataset for pagination.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Page

      -
      public Page(List<T> data, - String after)
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      data

      -
      public List<T> data()
      -
      -
    • -
    • -
      -

      after

      -
      public String after()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/0.1.0/com/fauna/types/package-summary.html b/0.1.0/com/fauna/types/package-summary.html deleted file mode 100644 index 45b2296a..00000000 --- a/0.1.0/com/fauna/types/package-summary.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - -com.fauna.types (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package com.fauna.types

-
-
-
package com.fauna.types
-
-
    -
  • -
    -
    Classes
    -
    -
    Class
    -
    Description
    - -
    -
    Represents the base structure of a document.
    -
    - -
    -
    Represents a key-value pair in the document.
    -
    - -
    -
    Represents a document.
    -
    - -
    -
    Represents a document ref.
    -
    - -
     
    - -
    -
    Represents a document that has a "name" instead of an "id".
    -
    - -
    -
    Represents a document ref that has a "name" instead of an "id".
    -
    - -
    -
    Represents a null reference to a document, including a reason for its null state.
    -
    - -
    -
    Represents a reference to a named document that is null, including a reason for its null state.
    -
    -
    Page<T>
    -
    -
    Represents a page in a dataset for pagination.
    -
    -
    -
    -
  • -
-
-
-
-
- - diff --git a/0.1.0/com/fauna/types/package-tree.html b/0.1.0/com/fauna/types/package-tree.html deleted file mode 100644 index caaaf45f..00000000 --- a/0.1.0/com/fauna/types/package-tree.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - -com.fauna.types Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.fauna.types

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/constant-values.html b/0.1.0/constant-values.html deleted file mode 100644 index 822704eb..00000000 --- a/0.1.0/constant-values.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - -Constant Field Values (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Constant Field Values

-
-

Contents

- -
-
-
-

com.fauna.*

- - -
-
-
-
- - diff --git a/0.1.0/element-list b/0.1.0/element-list deleted file mode 100644 index 934d9668..00000000 --- a/0.1.0/element-list +++ /dev/null @@ -1,15 +0,0 @@ -com.fauna.annotation -com.fauna.client -com.fauna.constants -com.fauna.enums -com.fauna.env -com.fauna.exception -com.fauna.helper -com.fauna.interfaces -com.fauna.mapping -com.fauna.query -com.fauna.query.builder -com.fauna.query.template -com.fauna.response -com.fauna.serialization -com.fauna.types diff --git a/0.1.0/help-doc.html b/0.1.0/help-doc.html deleted file mode 100644 index 2534298c..00000000 --- a/0.1.0/help-doc.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - -API Help (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-

JavaDoc Help

- -
-
-

Navigation

-Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces - -
-
-
-

Kinds of Pages

-The following sections describe the different kinds of pages in this collection. -
-

Overview

-

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

-
-
-

Package

-

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

-
    -
  • Interfaces
  • -
  • Classes
  • -
  • Enum Classes
  • -
  • Exceptions
  • -
  • Errors
  • -
  • Annotation Interfaces
  • -
-
-
-

Class or Interface

-

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

-
    -
  • Class Inheritance Diagram
  • -
  • Direct Subclasses
  • -
  • All Known Subinterfaces
  • -
  • All Known Implementing Classes
  • -
  • Class or Interface Declaration
  • -
  • Class or Interface Description
  • -
-
-
    -
  • Nested Class Summary
  • -
  • Enum Constant Summary
  • -
  • Field Summary
  • -
  • Property Summary
  • -
  • Constructor Summary
  • -
  • Method Summary
  • -
  • Required Element Summary
  • -
  • Optional Element Summary
  • -
-
-
    -
  • Enum Constant Details
  • -
  • Field Details
  • -
  • Property Details
  • -
  • Constructor Details
  • -
  • Method Details
  • -
  • Element Details
  • -
-

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

-

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

-
-
-

Other Files

-

Packages and modules may contain pages with additional information related to the declarations nearby.

-
-
-

Tree (Class Hierarchy)

-

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

-
    -
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • -
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • -
-
-
-

Constant Field Values

-

The Constant Field Values page lists the static final fields and their values.

-
-
-

Serialized Form

-

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

-
-
-

All Packages

-

The All Packages page contains an alphabetic index of all packages contained in the documentation.

-
-
-

All Classes and Interfaces

-

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

-
-
-

Index

-

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

-
-
-
-This help file applies to API documentation generated by the standard doclet.
-
-
- - diff --git a/0.1.0/index-all.html b/0.1.0/index-all.html deleted file mode 100644 index e69e61bb..00000000 --- a/0.1.0/index-all.html +++ /dev/null @@ -1,1386 +0,0 @@ - - - - -Index (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A B C D E F G H I J L M N P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

A

-
-
AbortException - Exception in com.fauna.exception
-
 
-
AbortException(QueryFailure) - Constructor for exception com.fauna.exception.AbortException
-
 
-
after() - Method in class com.fauna.types.Page
-
 
-
annotationType() - Method in class com.fauna.annotation.FaunaFieldImpl
-
 
-
asyncQuery(Query) - Method in class com.fauna.client.FaunaClient
-
-
Sends a Fauna Query Language (FQL) query to Fauna.
-
-
asyncQuery(Query, QueryOptions) - Method in class com.fauna.client.FaunaClient
-
 
-
asyncQuery(Query, QueryOptions, RetryStrategy) - Method in class com.fauna.client.FaunaClient
-
-
Sends a Fauna Query Language (FQL) query to Fauna.
-
-
AuthenticationException - Exception in com.fauna.exception
-
 
-
AuthenticationException(QueryFailure) - Constructor for exception com.fauna.exception.AuthenticationException
-
 
-
AuthorizationException - Exception in com.fauna.exception
-
 
-
AuthorizationException(QueryFailure) - Constructor for exception com.fauna.exception.AuthorizationException
-
 
-
-

B

-
-
BaseDeserializer<T> - Class in com.fauna.serialization
-
 
-
BaseDeserializer() - Constructor for class com.fauna.serialization.BaseDeserializer
-
 
-
BaseDocument - Class in com.fauna.types
-
-
Represents the base structure of a document.
-
-
BaseDocument(Module, Instant) - Constructor for class com.fauna.types.BaseDocument
-
-
Initializes a new instance of the BaseDocument class with the specified collection - and timestamp.
-
-
BaseDocument(Module, Instant, Map<String, Object>) - Constructor for class com.fauna.types.BaseDocument
-
-
Initializes a new instance of the BaseDocument class with the specified collection, - timestamp, and initial data.
-
-
BaseDocument.Entry - Class in com.fauna.types
-
-
Represents a key-value pair in the document.
-
-
BOOLEAN - Enum constant in enum class com.fauna.enums.FaunaType
-
 
-
build() - Method in class com.fauna.client.ExponentialBackoffStrategy.Builder
-
 
-
build() - Method in class com.fauna.client.FaunaConfig.Builder
-
-
Builds and returns a new FaunaConfig instance.
-
-
build() - Method in class com.fauna.query.QueryOptions.Builder
-
 
-
builder() - Static method in class com.fauna.client.ExponentialBackoffStrategy
-
 
-
builder() - Static method in class com.fauna.client.FaunaConfig
-
-
Creates a new builder for FaunaConfig.
-
-
builder() - Static method in class com.fauna.query.QueryOptions
-
 
-
Builder() - Constructor for class com.fauna.client.ExponentialBackoffStrategy.Builder
-
 
-
Builder() - Constructor for class com.fauna.client.FaunaConfig.Builder
-
 
-
Builder() - Constructor for class com.fauna.query.QueryOptions.Builder
-
 
-
buildRequest(Query, QueryOptions) - Method in class com.fauna.client.RequestBuilder
-
-
Builds and returns an HTTP request for a given Fauna query string (FQL).
-
-
-

C

-
-
canonical(String) - Static method in class com.fauna.mapping.FieldName
-
 
-
canRetry(int) - Method in class com.fauna.client.ExponentialBackoffStrategy
-
 
-
canRetry(int) - Method in class com.fauna.client.NoRetryStrategy
-
 
-
canRetry(int) - Method in interface com.fauna.client.RetryStrategy
-
-
Returns true if the given retry attempt will be allowed by this strategy.
-
-
checkedDeserialize(UTF8FaunaParser, Type) - Method in class com.fauna.serialization.DynamicDeserializer
-
-
Deserializes the value from the FaunaParser.
-
-
CheckedDeserializer<T> - Class in com.fauna.serialization
-
-
Deserializer that checks the deserialized value against a specified type.
-
-
CheckedDeserializer(Class<T>) - Constructor for class com.fauna.serialization.CheckedDeserializer
-
-
Constructs a new CheckedDeserializer with the specified type.
-
-
ClassDeserializer<T> - Class in com.fauna.serialization
-
 
-
ClassDeserializer(MappingInfo) - Constructor for class com.fauna.serialization.ClassDeserializer
-
 
-
ClientException - Exception in com.fauna.exception
-
 
-
ClientException(String) - Constructor for exception com.fauna.exception.ClientException
-
 
-
ClientException(String, Throwable) - Constructor for exception com.fauna.exception.ClientException
-
 
-
close() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
 
-
com.fauna.annotation - package com.fauna.annotation
-
 
-
com.fauna.client - package com.fauna.client
-
 
-
com.fauna.constants - package com.fauna.constants
-
 
-
com.fauna.enums - package com.fauna.enums
-
 
-
com.fauna.env - package com.fauna.env
-
 
-
com.fauna.exception - package com.fauna.exception
-
 
-
com.fauna.helper - package com.fauna.helper
-
 
-
com.fauna.interfaces - package com.fauna.interfaces
-
 
-
com.fauna.mapping - package com.fauna.mapping
-
 
-
com.fauna.query - package com.fauna.query
-
 
-
com.fauna.query.builder - package com.fauna.query.builder
-
 
-
com.fauna.query.template - package com.fauna.query.template
-
 
-
com.fauna.response - package com.fauna.response
-
 
-
com.fauna.serialization - package com.fauna.serialization
-
 
-
com.fauna.types - package com.fauna.types
-
 
-
computeOps - Variable in class com.fauna.response.QueryStats
-
 
-
ConstraintFailureException - Exception in com.fauna.exception
-
 
-
ConstraintFailureException(QueryFailure) - Constructor for exception com.fauna.exception.ConstraintFailureException
-
 
-
containsKey(String) - Method in class com.fauna.types.BaseDocument
-
-
Determines whether the document contains the specified key.
-
-
ContendedTransactionException - Exception in com.fauna.exception
-
 
-
ContendedTransactionException(QueryFailure) - Constructor for exception com.fauna.exception.ContendedTransactionException
-
 
-
contentionRetries - Variable in class com.fauna.response.QueryStats
-
 
-
-

D

-
-
data() - Method in class com.fauna.types.Page
-
 
-
DATA_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
DATE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
DATE - Enum constant in enum class com.fauna.enums.FaunaType
-
 
-
DEFAULT - Static variable in class com.fauna.client.FaunaConfig.FaunaEndpoint
-
 
-
DEFAULT - Static variable in class com.fauna.query.QueryOptions
-
 
-
DEFAULT_RETRY_STRATEGY - Static variable in class com.fauna.client.FaunaClient
-
 
-
DEFAULT_STATS - Static variable in class com.fauna.response.QueryResponse
-
 
-
delayRequest(Supplier<CompletableFuture<T>>, int) - Method in class com.fauna.client.RetryHandler
-
 
-
deserialize(UTF8FaunaParser) - Method in interface com.fauna.interfaces.IDeserializer
-
 
-
deserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.BaseDeserializer
-
 
-
Deserializer - Class in com.fauna.serialization
-
-
Represents methods for deserializing objects to and from Fauna's value format.
-
-
Deserializer() - Constructor for class com.fauna.serialization.Deserializer
-
 
-
Document - Class in com.fauna.types
-
-
Represents a document.
-
-
Document(String, Module, Instant) - Constructor for class com.fauna.types.Document
-
-
Initializes a new instance of the Document class with the specified id, coll, and ts.
-
-
Document(String, Module, Instant, Map<String, Object>) - Constructor for class com.fauna.types.Document
-
-
Initializes a new instance of the Document class with the specified id, coll, ts, and - additional data stored as key/value pairs on the instance.
-
-
DocumentRef - Class in com.fauna.types
-
-
Represents a document ref.
-
-
DocumentRef(String, Module) - Constructor for class com.fauna.types.DocumentRef
-
-
Constructs a new DocumentRef object with the specified id and collection.
-
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.BaseDeserializer
-
 
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.CheckedDeserializer
-
-
Deserializes the value from the FaunaParser and checks if it matches the specified type.
-
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.ClassDeserializer
-
 
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.DynamicDeserializer
-
 
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.ListDeserializer
-
 
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.MapDeserializer
-
 
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.NullableDeserializer
-
 
-
doDeserialize(UTF8FaunaParser) - Method in class com.fauna.serialization.PageDeserializer
-
 
-
DOUBLE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
DOUBLE - Enum constant in enum class com.fauna.enums.FaunaType
-
 
-
DriverEnvironment - Class in com.fauna.env
-
 
-
DriverEnvironment(DriverEnvironment.JvmDriver) - Constructor for class com.fauna.env.DriverEnvironment
-
 
-
DriverEnvironment.JvmDriver - Enum Class in com.fauna.env
-
 
-
DYNAMIC - Static variable in class com.fauna.serialization.Deserializer
-
-
The dynamic data deserializer.
-
-
DynamicDeserializer<T> - Class in com.fauna.serialization
-
-
Deserializer that dynamically deserializes objects of various types.
-
-
-

E

-
-
encode(Map<String, String>) - Static method in class com.fauna.client.RequestBuilder.QueryTags
-
 
-
END_ARRAY - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
END_DOCUMENT - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
END_OBJECT - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
END_PAGE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
END_REF - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
END_SET - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
endpoint(String) - Method in class com.fauna.client.FaunaConfig.Builder
-
-
Sets the endpoint URL.
-
-
Entry(String, Object) - Constructor for class com.fauna.types.BaseDocument.Entry
-
 
-
equals(Object) - Method in class com.fauna.query.builder.LiteralFragment
-
 
-
equals(Object) - Method in class com.fauna.query.builder.ValueFragment
-
 
-
equals(Object) - Method in class com.fauna.types.Module
-
 
-
ERROR_ABORT_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
ERROR_CODE - Static variable in exception com.fauna.exception.AuthorizationException
-
 
-
ERROR_CODE - Static variable in exception com.fauna.exception.ContendedTransactionException
-
 
-
ERROR_CODE_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
ERROR_CONSTRAINT_FAILURES_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
ERROR_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
ERROR_MESSAGE_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
ErrorHandler - Class in com.fauna.exception
-
 
-
ErrorHandler() - Constructor for class com.fauna.exception.ErrorHandler
-
 
-
ErrorInfo - Class in com.fauna.response
-
 
-
ErrorInfo(String, String, Object, Object) - Constructor for class com.fauna.response.ErrorInfo
-
 
-
execute(Supplier<CompletableFuture<T>>) - Method in class com.fauna.client.RetryHandler
-
 
-
ExponentialBackoffStrategy - Class in com.fauna.client
-
 
-
ExponentialBackoffStrategy.Builder - Class in com.fauna.client
-
-
Build a new ExponentialBackoffStrategy.
-
-
-

F

-
-
fallback() - Static method in class com.fauna.response.QueryFailure
-
 
-
FALSE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
FaunaClient - Class in com.fauna.client
-
-
FaunaClient is the main client for interacting with Fauna.
-
-
FaunaClient() - Constructor for class com.fauna.client.FaunaClient
-
-
Construct a new FaunaClient instance with default Fauna and HTTP configuration.
-
-
FaunaClient(FaunaConfig) - Constructor for class com.fauna.client.FaunaClient
-
-
Construct a new FaunaClient instance with the provided FaunaConfig, uses a default HTTP client configuration.
-
-
FaunaClient(FaunaConfig, HttpClient) - Constructor for class com.fauna.client.FaunaClient
-
-
Construct a new FaunaClient instance with the provided FaunaConfig and HttpClient.
-
-
FaunaConfig - Class in com.fauna.client
-
-
FaunaConfig is a configuration class used to set up and configure a connection to Fauna.
-
-
FaunaConfig.Builder - Class in com.fauna.client
-
-
Builder class for FaunaConfig.
-
-
FaunaConfig.FaunaEndpoint - Class in com.fauna.client
-
 
-
FaunaConfig.FaunaEnvironment - Class in com.fauna.client
-
-
This class handles reading Fauna environment variables for the client.
-
-
faunaEndpoint() - Static method in class com.fauna.client.FaunaConfig.FaunaEnvironment
-
 
-
FaunaEndpoint() - Constructor for class com.fauna.client.FaunaConfig.FaunaEndpoint
-
 
-
FaunaEnvironment() - Constructor for class com.fauna.client.FaunaConfig.FaunaEnvironment
-
 
-
FaunaException - Exception in com.fauna.exception
-
 
-
FaunaException(String) - Constructor for exception com.fauna.exception.FaunaException
-
 
-
FaunaException(String, Throwable) - Constructor for exception com.fauna.exception.FaunaException
-
 
-
FaunaField - Annotation Interface in com.fauna.annotation
-
-
Attribute used to specify properties of a field in a Fauna object.
-
-
FaunaFieldImpl - Class in com.fauna.annotation
-
 
-
FaunaFieldImpl(Field, FaunaField) - Constructor for class com.fauna.annotation.FaunaFieldImpl
-
 
-
FaunaObject - Annotation Interface in com.fauna.annotation
-
-
Attribute used to indicate that a class represents a Fauna object.
-
-
FaunaRequest - Class in com.fauna.client
-
-
This class represents a Fauna POST request body that can be serialized.
-
-
FaunaRequest(Query) - Constructor for class com.fauna.client.FaunaRequest
-
 
-
faunaSecret() - Static method in class com.fauna.client.FaunaConfig.FaunaEnvironment
-
 
-
FaunaTemplate - Class in com.fauna.query.template
-
-
Represents a template for constructing Fauna queries with placeholders - for variable interpolation.
-
-
FaunaTemplate(String) - Constructor for class com.fauna.query.template.FaunaTemplate
-
-
Constructs a new FaunaTemplate with the given string template.
-
-
FaunaTemplate.TemplatePart - Class in com.fauna.query.template
-
-
Represents a part of the template, which can either be a literal string - or a variable placeholder.
-
-
FaunaTokenType - Enum Class in com.fauna.enums
-
-
Enumeration representing token types for Fauna serialization.
-
-
FaunaType - Enum Class in com.fauna.enums
-
 
-
FIELD_NAME - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
FieldInfo - Class in com.fauna.mapping
-
 
-
FieldInfo(MappingContext, FaunaFieldImpl, Field) - Constructor for class com.fauna.mapping.FieldInfo
-
 
-
FieldName - Class in com.fauna.mapping
-
 
-
FieldName() - Constructor for class com.fauna.mapping.FieldName
-
 
-
flush() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Flushes the written data to the underlying buffer or stream.
-
-
fql(String) - Static method in class com.fauna.query.builder.Query
-
-
Creates a Query instance from a String.
-
-
fql(String, Map<String, Object>) - Static method in class com.fauna.query.builder.Query
-
-
Creates a Query instance from a String and arguments.
-
-
Fragment - Class in com.fauna.query.builder
-
-
An abstract class serving as a base for different types of query fragments.
-
-
Fragment() - Constructor for class com.fauna.query.builder.Fragment
-
 
-
-

G

-
-
generate(MappingContext, Type) - Static method in class com.fauna.serialization.Deserializer
-
-
Generates a deserializer for the specified non-nullable Java type.
-
-
generateNullable(MappingContext, Type) - Static method in class com.fauna.serialization.Deserializer
-
-
Generates a deserializer which returns values of the specified Java type, or the default if - the underlying query value is null.
-
-
get() - Method in class com.fauna.query.builder.Fragment
-
-
Retrieves the value represented by this fragment.
-
-
get() - Method in class com.fauna.query.builder.LiteralFragment
-
-
Retrieves the string value of this fragment.
-
-
get() - Method in class com.fauna.query.builder.ValueFragment
-
-
Retrieves the encapsulated value of this fragment.
-
-
get(String) - Method in class com.fauna.types.BaseDocument
-
-
Gets the value associated with the specified key.
-
-
getAbort() - Method in exception com.fauna.exception.AbortException
-
 
-
getAbort() - Method in class com.fauna.response.ErrorInfo
-
 
-
getAbort() - Method in class com.fauna.response.QueryFailure
-
 
-
getActualTypeArguments() - Method in class com.fauna.helper.ListOf
-
 
-
getActualTypeArguments() - Method in class com.fauna.helper.MapOf
-
 
-
getActualTypeArguments() - Method in class com.fauna.helper.PageOf
-
 
-
getBody() - Method in exception com.fauna.exception.ProtocolException
-
 
-
getCause() - Method in class com.fauna.types.NullDocumentRef
-
-
Gets the cause that the document is null.
-
-
getCause() - Method in class com.fauna.types.NullNamedDocumentRef
-
-
Gets the cause that the document is null.
-
-
getCode() - Method in class com.fauna.response.ErrorInfo
-
 
-
getCollection() - Method in class com.fauna.types.BaseDocument
-
-
Gets the collection to which the document belongs.
-
-
getCollection() - Method in class com.fauna.types.DocumentRef
-
-
Gets the collection to which the ref belongs.
-
-
getCollection() - Method in class com.fauna.types.NamedDocumentRef
-
-
Gets the collection to which the ref belongs.
-
-
getConstraintFailures() - Method in class com.fauna.response.ErrorInfo
-
 
-
getConstraintFailures() - Method in class com.fauna.response.QueryFailure
-
 
-
getCount() - Method in class com.fauna.types.BaseDocument
-
-
Gets the count of key-value pairs contained in the document.
-
-
getCurrentTokenType() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getData() - Method in class com.fauna.response.QuerySuccess
-
 
-
getDelayMillis(int) - Method in class com.fauna.client.ExponentialBackoffStrategy
-
 
-
getDelayMillis(int) - Method in class com.fauna.client.NoRetryStrategy
-
 
-
getDelayMillis(int) - Method in interface com.fauna.client.RetryStrategy
-
-
Return the number of milliseconds to delay the next attempt.
-
-
getDeserializer() - Method in class com.fauna.mapping.FieldInfo
-
 
-
getDeserializer() - Method in class com.fauna.mapping.MappingInfo
-
 
-
getEndpoint() - Method in class com.fauna.client.FaunaConfig
-
-
Gets the Fauna endpoint URL.
-
-
getEndToken() - Method in enum class com.fauna.enums.FaunaTokenType
-
 
-
getErrorCode() - Method in exception com.fauna.exception.ServiceException
-
 
-
getErrorCode() - Method in class com.fauna.response.QueryFailure
-
 
-
getFaunaTypeHint() - Method in class com.fauna.mapping.FieldInfo
-
 
-
getFields() - Method in class com.fauna.mapping.MappingInfo
-
 
-
getFieldsByName() - Method in class com.fauna.mapping.MappingInfo
-
 
-
getFql() - Method in class com.fauna.query.builder.Query
-
-
Retrieves the list of fragments that make up this query.
-
-
getId() - Method in class com.fauna.types.Document
-
-
Gets the string value of the document id.
-
-
getId() - Method in class com.fauna.types.DocumentRef
-
-
Gets the string value of the ref id.
-
-
getInfo(Type) - Method in class com.fauna.mapping.MappingContext
-
 
-
getInstance() - Static method in class com.fauna.serialization.DynamicDeserializer
-
-
Returns the singleton instance of DynamicDeserializer.
-
-
getKey() - Method in class com.fauna.types.BaseDocument.Entry
-
 
-
getKeys() - Method in class com.fauna.types.BaseDocument
-
-
Gets a collection containing the keys of the data in the document.
-
-
getLastSeenTxn() - Method in class com.fauna.response.QueryResponse
-
 
-
getLinearized() - Method in class com.fauna.query.QueryOptions
-
 
-
getMaxRetryAttempts() - Method in class com.fauna.client.ExponentialBackoffStrategy
-
 
-
getMaxRetryAttempts() - Method in class com.fauna.client.NoRetryStrategy
-
 
-
getMaxRetryAttempts() - Method in interface com.fauna.client.RetryStrategy
-
 
-
getMessage() - Method in class com.fauna.response.ErrorInfo
-
 
-
getMessage() - Method in class com.fauna.response.QueryFailure
-
 
-
getName() - Method in class com.fauna.mapping.FieldInfo
-
 
-
getName() - Method in class com.fauna.types.Module
-
 
-
getName() - Method in class com.fauna.types.NamedDocument
-
-
Gets the string value of the document name.
-
-
getName() - Method in class com.fauna.types.NamedDocumentRef
-
-
Gets the string value of the ref name.
-
-
getOwnerType() - Method in class com.fauna.helper.ListOf
-
 
-
getOwnerType() - Method in class com.fauna.helper.MapOf
-
 
-
getOwnerType() - Method in class com.fauna.helper.PageOf
-
 
-
getPart() - Method in class com.fauna.query.template.FaunaTemplate.TemplatePart
-
-
Retrieves the text of this part of the template.
-
-
getProperty() - Method in class com.fauna.mapping.FieldInfo
-
 
-
getQuery() - Method in class com.fauna.client.FaunaRequest
-
 
-
getQueryTags() - Method in exception com.fauna.exception.ServiceException
-
 
-
getQueryTags() - Method in class com.fauna.query.QueryOptions
-
 
-
getQueryTags() - Method in class com.fauna.response.QueryResponse
-
 
-
getRawJson() - Method in class com.fauna.response.QueryResponse
-
 
-
getRawType() - Method in class com.fauna.helper.ListOf
-
 
-
getRawType() - Method in class com.fauna.helper.MapOf
-
 
-
getRawType() - Method in class com.fauna.helper.PageOf
-
 
-
getResponse() - Method in exception com.fauna.exception.ServiceException
-
 
-
getSchemaVersion() - Method in exception com.fauna.exception.ServiceException
-
 
-
getSchemaVersion() - Method in class com.fauna.response.QueryResponse
-
 
-
getSecret() - Method in class com.fauna.client.FaunaConfig
-
-
Gets the secret key used for authentication.
-
-
getStaticType() - Method in class com.fauna.response.QuerySuccess
-
 
-
getStats() - Method in exception com.fauna.exception.ServiceException
-
 
-
getStats() - Method in class com.fauna.response.QueryResponse
-
 
-
getStatusCode() - Method in exception com.fauna.exception.ProtocolException
-
 
-
getStatusCode() - Method in exception com.fauna.exception.ServiceException
-
 
-
getStatusCode() - Method in class com.fauna.response.QueryFailure
-
 
-
getSummary() - Method in exception com.fauna.exception.ServiceException
-
 
-
getSummary() - Method in class com.fauna.response.QueryResponse
-
 
-
getTimeout() - Method in class com.fauna.query.QueryOptions
-
 
-
getTraceParent() - Method in class com.fauna.query.QueryOptions
-
 
-
getTs() - Method in class com.fauna.types.BaseDocument
-
-
Gets the timestamp of the document.
-
-
getTxnTs() - Method in exception com.fauna.exception.ServiceException
-
 
-
getType() - Method in class com.fauna.mapping.FieldInfo
-
 
-
getType() - Method in class com.fauna.mapping.MappingInfo
-
 
-
getType() - Method in class com.fauna.query.template.FaunaTemplate.TemplatePart
-
-
Retrieves the type of this part of the template.
-
-
getTypeCheck() - Method in class com.fauna.query.QueryOptions
-
 
-
getValue() - Method in class com.fauna.query.builder.LiteralFragment
-
 
-
getValue() - Method in class com.fauna.query.builder.ValueFragment
-
 
-
getValue() - Method in class com.fauna.types.BaseDocument.Entry
-
 
-
getValueAsBoolean() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsByte() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsCharacter() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsDouble() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsFloat() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsInt() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsLocalDate() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsLong() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsModule() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsShort() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsString() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValueAsTime() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
getValues() - Method in class com.fauna.types.BaseDocument
-
-
Gets a collection containing the values of the data in the document.
-
-
getVersion() - Static method in class com.fauna.env.DriverEnvironment
-
-
Retrieves the software version from the "version.properties" file.
-
-
-

H

-
-
handleErrorResponse(int, String, ObjectMapper) - Static method in class com.fauna.exception.ErrorHandler
-
-
Handles errors based on the HTTP status code and response body.
-
-
handleQueryFailure(int, QueryFailure) - Static method in class com.fauna.exception.ErrorHandler
-
-
Handles errors based on the HTTP status code and error code.
-
-
handleResponse(HttpResponse<String>) - Static method in class com.fauna.response.QueryResponse
-
 
-
hashCode() - Method in class com.fauna.query.builder.LiteralFragment
-
 
-
hashCode() - Method in class com.fauna.query.builder.ValueFragment
-
 
-
hashCode() - Method in class com.fauna.types.Module
-
 
-
-

I

-
-
IClassDeserializer<T> - Interface in com.fauna.interfaces
-
 
-
IDeserializer<T> - Interface in com.fauna.interfaces
-
 
-
INT - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
INT - Enum constant in enum class com.fauna.enums.FaunaType
-
 
-
InvalidRequestException - Exception in com.fauna.exception
-
 
-
InvalidRequestException(QueryFailure) - Constructor for exception com.fauna.exception.InvalidRequestException
-
 
-
isNullable() - Method in class com.fauna.mapping.FieldInfo
-
 
-
isRetryable(Throwable) - Static method in class com.fauna.client.RetryHandler
-
 
-
iterator() - Method in class com.fauna.query.template.FaunaTemplate
-
-
Creates an iterator over the parts of the template, distinguishing - between literals and variable placeholders.
-
-
iterator() - Method in class com.fauna.types.BaseDocument
-
-
Returns an iterator over the elements in this document.
-
-
-

J

-
-
JAVA - Enum constant in enum class com.fauna.env.DriverEnvironment.JvmDriver
-
 
-
-

L

-
-
LAST_SEEN_TXN_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
linearized - Variable in class com.fauna.query.QueryOptions.Builder
-
 
-
linearized(boolean) - Method in class com.fauna.query.QueryOptions.Builder
-
 
-
ListDeserializer<T> - Class in com.fauna.serialization
-
 
-
ListDeserializer(IDeserializer<T>) - Constructor for class com.fauna.serialization.ListDeserializer
-
 
-
ListOf - Class in com.fauna.helper
-
 
-
ListOf(Class) - Constructor for class com.fauna.helper.ListOf
-
 
-
LITERAL - Enum constant in enum class com.fauna.query.template.TemplatePartType
-
-
Indicates a literal text part of the template.
-
-
LiteralFragment - Class in com.fauna.query.builder
-
-
Represents a literal fragment of a Fauna query.
-
-
LiteralFragment(String) - Constructor for class com.fauna.query.builder.LiteralFragment
-
-
Constructs a new LiteralFragment with the given literal value.
-
-
LOCAL - Static variable in class com.fauna.client.FaunaConfig.FaunaEndpoint
-
 
-
LONG - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
LONG - Enum constant in enum class com.fauna.enums.FaunaType
-
 
-
-

M

-
-
makeAsyncRequest(HttpClient, HttpRequest) - Static method in class com.fauna.client.FaunaClient
-
 
-
MapDeserializer<T> - Class in com.fauna.serialization
-
 
-
MapDeserializer(IDeserializer<T>) - Constructor for class com.fauna.serialization.MapDeserializer
-
 
-
MapOf<T> - Class in com.fauna.helper
-
 
-
MapOf(Class) - Constructor for class com.fauna.helper.MapOf
-
 
-
MappingContext - Class in com.fauna.mapping
-
 
-
MappingContext() - Constructor for class com.fauna.mapping.MappingContext
-
 
-
MappingInfo - Class in com.fauna.mapping
-
 
-
MappingInfo(MappingContext, Type) - Constructor for class com.fauna.mapping.MappingInfo
-
 
-
Module - Class in com.fauna.types
-
 
-
Module(String) - Constructor for class com.fauna.types.Module
-
 
-
MODULE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
-

N

-
-
name() - Element in annotation interface com.fauna.annotation.FaunaField
-
 
-
name() - Method in class com.fauna.annotation.FaunaFieldImpl
-
 
-
NamedDocument - Class in com.fauna.types
-
-
Represents a document that has a "name" instead of an "id".
-
-
NamedDocument(String, Module, Instant) - Constructor for class com.fauna.types.NamedDocument
-
-
Initializes a new instance of the NamedDocument class with the specified name, coll, and ts.
-
-
NamedDocument(String, Module, Instant, Map<String, Object>) - Constructor for class com.fauna.types.NamedDocument
-
-
Initializes a new instance of the NamedDocument class with the specified name, coll, ts, and - additional data stored as key/value pairs on the instance.
-
-
NamedDocumentRef - Class in com.fauna.types
-
-
Represents a document ref that has a "name" instead of an "id".
-
-
NamedDocumentRef(String, Module) - Constructor for class com.fauna.types.NamedDocumentRef
-
-
Constructs a new NamedDocumentRef object with the specified name and collection.
-
-
NO_RETRY_STRATEGY - Static variable in class com.fauna.client.FaunaClient
-
 
-
NONE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
NoRetryStrategy - Class in com.fauna.client
-
 
-
NoRetryStrategy() - Constructor for class com.fauna.client.NoRetryStrategy
-
 
-
NULL - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
nullable() - Element in annotation interface com.fauna.annotation.FaunaField
-
 
-
nullable() - Method in class com.fauna.annotation.FaunaFieldImpl
-
 
-
NullableDeserializer<T> - Class in com.fauna.serialization
-
 
-
NullableDeserializer(IDeserializer<T>) - Constructor for class com.fauna.serialization.NullableDeserializer
-
 
-
NullDocumentRef - Class in com.fauna.types
-
-
Represents a null reference to a document, including a reason for its null state.
-
-
NullDocumentRef(String, Module, String) - Constructor for class com.fauna.types.NullDocumentRef
-
-
Constructs a new DocumentRef object with the specified id and collection.
-
-
NullNamedDocumentRef - Class in com.fauna.types
-
-
Represents a reference to a named document that is null, including a reason for its null state.
-
-
NullNamedDocumentRef(String, Module, String) - Constructor for class com.fauna.types.NullNamedDocumentRef
-
-
Constructs a new NamedDocumentRef object with the specified name and collection.
-
-
-

P

-
-
Page<T> - Class in com.fauna.types
-
-
Represents a page in a dataset for pagination.
-
-
Page(List<T>, String) - Constructor for class com.fauna.types.Page
-
 
-
PageDeserializer<T> - Class in com.fauna.serialization
-
 
-
PageDeserializer(IDeserializer<T>) - Constructor for class com.fauna.serialization.PageDeserializer
-
 
-
PageOf - Class in com.fauna.helper
-
 
-
PageOf(Class) - Constructor for class com.fauna.helper.PageOf
-
 
-
ProtocolException - Exception in com.fauna.exception
-
 
-
ProtocolException(int, String) - Constructor for exception com.fauna.exception.ProtocolException
-
 
-
ProtocolException(Throwable, int, String) - Constructor for exception com.fauna.exception.ProtocolException
-
 
-
-

Q

-
-
query(Query) - Method in class com.fauna.client.FaunaClient
-
 
-
query(Query, QueryOptions) - Method in class com.fauna.client.FaunaClient
-
 
-
Query - Class in com.fauna.query.builder
-
-
Represents a Fauna query that is constructed from fragments.
-
-
Query(String, Map<String, Object>) - Constructor for class com.fauna.query.builder.Query
-
-
Construct a Query from the given template String and args.
-
-
QUERY_TAGS_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
QueryCheckException - Exception in com.fauna.exception
-
 
-
QueryCheckException(QueryFailure) - Constructor for exception com.fauna.exception.QueryCheckException
-
 
-
QueryFailure - Class in com.fauna.response
-
 
-
QueryFailure(int, JsonNode, QueryStats) - Constructor for class com.fauna.response.QueryFailure
-
-
Initializes a new instance of the QueryFailure class, parsing the provided raw - response text to extract error information.
-
-
QueryOptions - Class in com.fauna.query
-
 
-
QueryOptions(QueryOptions.Builder) - Constructor for class com.fauna.query.QueryOptions
-
 
-
QueryOptions.Builder - Class in com.fauna.query
-
 
-
queryRequestBuilder(FaunaConfig) - Static method in class com.fauna.client.RequestBuilder
-
 
-
QueryResponse - Class in com.fauna.response
-
 
-
QueryRuntimeException - Exception in com.fauna.exception
-
 
-
QueryRuntimeException(QueryFailure) - Constructor for exception com.fauna.exception.QueryRuntimeException
-
 
-
QueryStats - Class in com.fauna.response
-
 
-
QueryStats(int, int, int, int, int, int, int, List<String>) - Constructor for class com.fauna.response.QueryStats
-
 
-
QuerySuccess<T> - Class in com.fauna.response
-
 
-
QuerySuccess(IDeserializer<T>, JsonNode, QueryStats) - Constructor for class com.fauna.response.QuerySuccess
-
-
Initializes a new instance of the QuerySuccess class, deserializing the query - response into the specified type.
-
-
queryTags - Variable in class com.fauna.query.QueryOptions.Builder
-
 
-
queryTags(Map<String, String>) - Method in class com.fauna.query.QueryOptions.Builder
-
 
-
QueryTags() - Constructor for class com.fauna.client.RequestBuilder.QueryTags
-
 
-
queryTimeMs - Variable in class com.fauna.response.QueryStats
-
 
-
QueryTimeoutException - Exception in com.fauna.exception
-
 
-
QueryTimeoutException(QueryFailure) - Constructor for exception com.fauna.exception.QueryTimeoutException
-
 
-
-

R

-
-
rateLimitsHit - Variable in class com.fauna.response.QueryStats
-
 
-
read() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
readOps - Variable in class com.fauna.response.QueryStats
-
 
-
RequestBuilder - Class in com.fauna.client
-
-
The RequestBuilder class is responsible for building HTTP requests for communicating with Fauna.
-
-
RequestBuilder(FaunaConfig, String) - Constructor for class com.fauna.client.RequestBuilder
-
 
-
RequestBuilder.QueryTags - Class in com.fauna.client
-
 
-
ResponseFields - Class in com.fauna.constants
-
 
-
ResponseFields() - Constructor for class com.fauna.constants.ResponseFields
-
 
-
rethrow(Throwable) - Method in class com.fauna.client.RetryHandler
-
 
-
RetryableException - Interface in com.fauna.exception
-
 
-
RetryHandler<T> - Class in com.fauna.client
-
-
A retry handler controls the retries for a particular request.
-
-
RetryHandler(RetryStrategy) - Constructor for class com.fauna.client.RetryHandler
-
-
Construct a new retry handler instance.
-
-
RetryStrategy - Interface in com.fauna.client
-
-
This client comes with an ExponentialRetryStrategy, and it is recommended that users stick with that.
-
-
-

S

-
-
SCALA - Enum constant in enum class com.fauna.env.DriverEnvironment.JvmDriver
-
 
-
SCHEMA_VERSION_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
secret(String) - Method in class com.fauna.client.FaunaConfig.Builder
-
-
Sets the secret key.
-
-
serialize() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
 
-
serialize(UTF8FaunaGenerator, Object, FaunaType) - Static method in class com.fauna.serialization.Serializer
-
 
-
serialize(Object) - Static method in class com.fauna.serialization.Serializer
-
 
-
Serializer - Class in com.fauna.serialization
-
 
-
Serializer() - Constructor for class com.fauna.serialization.Serializer
-
 
-
ServiceException - Exception in com.fauna.exception
-
 
-
ServiceException(QueryFailure) - Constructor for exception com.fauna.exception.ServiceException
-
 
-
ServiceInternalException - Exception in com.fauna.exception
-
 
-
ServiceInternalException(QueryFailure) - Constructor for exception com.fauna.exception.ServiceInternalException
-
 
-
setCollection(Module) - Method in class com.fauna.types.DocumentRef
-
-
Sets the collection to which the ref belongs.
-
-
setCollection(Module) - Method in class com.fauna.types.NamedDocumentRef
-
-
Sets the collection to which the ref belongs.
-
-
setId(String) - Method in class com.fauna.types.DocumentRef
-
-
Sets the string value of the ref id.
-
-
setMaxAttempts(int) - Method in class com.fauna.client.ExponentialBackoffStrategy.Builder
-
 
-
setName(String) - Method in class com.fauna.types.NamedDocumentRef
-
-
Sets the string value of the ref name.
-
-
shouldEscapeObject() - Method in class com.fauna.mapping.MappingInfo
-
 
-
skip() - Method in class com.fauna.serialization.UTF8FaunaParser
-
 
-
START_ARRAY - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
START_DOCUMENT - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
START_OBJECT - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
START_PAGE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
START_REF - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
START_SET - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
STATIC_TYPE_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_COMPUTE_OPS_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_CONTENTION_RETRIES - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_QUERY_TIME_MS - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_RATE_LIMITS_HIT - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_READ_OPS - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_STORAGE_BYTES_READ - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_STORAGE_BYTES_WRITE - Static variable in class com.fauna.constants.ResponseFields
-
 
-
STATS_WRITE_OPS - Static variable in class com.fauna.constants.ResponseFields
-
 
-
storageBytesRead - Variable in class com.fauna.response.QueryStats
-
 
-
storageBytesWrite - Variable in class com.fauna.response.QueryStats
-
 
-
STRING - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
STRING - Enum constant in enum class com.fauna.enums.FaunaType
-
 
-
SUMMARY_FIELD_NAME - Static variable in class com.fauna.constants.ResponseFields
-
 
-
-

T

-
-
TAGS - Static variable in class com.fauna.serialization.Serializer
-
 
-
TemplatePart(String, TemplatePartType) - Constructor for class com.fauna.query.template.FaunaTemplate.TemplatePart
-
-
Constructs a new TemplatePart with the given text and type.
-
-
TemplatePartType - Enum Class in com.fauna.query.template
-
-
Represents the type of template part within a FaunaTemplate.
-
-
ThrottlingException - Exception in com.fauna.exception
-
 
-
ThrottlingException(QueryFailure) - Constructor for exception com.fauna.exception.ThrottlingException
-
 
-
TIME - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
TIME - Enum constant in enum class com.fauna.enums.FaunaType
-
 
-
timeout - Variable in class com.fauna.query.QueryOptions.Builder
-
 
-
timeout(Duration) - Method in class com.fauna.query.QueryOptions.Builder
-
 
-
toFragment(Map<String, Object>) - Method in class com.fauna.query.template.FaunaTemplate.TemplatePart
-
 
-
toInstant(Object) - Static method in class com.fauna.serialization.Serializer
-
 
-
toLocalDate(Object) - Static method in class com.fauna.serialization.Serializer
-
 
-
toString() - Method in class com.fauna.env.DriverEnvironment
-
 
-
toString() - Method in class com.fauna.response.QueryStats
-
 
-
traceParent - Variable in class com.fauna.query.QueryOptions.Builder
-
 
-
traceParent(String) - Method in class com.fauna.query.QueryOptions.Builder
-
 
-
TRUE - Enum constant in enum class com.fauna.enums.FaunaTokenType
-
 
-
type() - Element in annotation interface com.fauna.annotation.FaunaField
-
 
-
type() - Method in class com.fauna.annotation.FaunaFieldImpl
-
 
-
typeCheck - Variable in class com.fauna.query.QueryOptions.Builder
-
 
-
typeCheck(boolean) - Method in class com.fauna.query.QueryOptions.Builder
-
 
-
-

U

-
-
UTF8FaunaGenerator - Class in com.fauna.serialization
-
 
-
UTF8FaunaGenerator() - Constructor for class com.fauna.serialization.UTF8FaunaGenerator
-
-
Initializes a new instance of the FaunaGenerator class with a specified stream.
-
-
UTF8FaunaParser - Class in com.fauna.serialization
-
-
Represents a reader that provides fast, non-cached, forward-only access to serialized data.
-
-
UTF8FaunaParser(JsonParser) - Constructor for class com.fauna.serialization.UTF8FaunaParser
-
 
-
UTF8FaunaParser(InputStream) - Constructor for class com.fauna.serialization.UTF8FaunaParser
-
 
-
UTF8FaunaParser(String) - Constructor for class com.fauna.serialization.UTF8FaunaParser
-
 
-
-

V

-
-
ValueFragment - Class in com.fauna.query.builder
-
-
Represents a value fragment of a Fauna query.
-
-
ValueFragment(Object) - Constructor for class com.fauna.query.builder.ValueFragment
-
-
Constructs a ValueFragment with the specified value.
-
-
valueOf(String) - Static method in enum class com.fauna.enums.FaunaTokenType
-
-
Returns the enum constant of this class with the specified name.
-
-
valueOf(String) - Static method in enum class com.fauna.enums.FaunaType
-
-
Returns the enum constant of this class with the specified name.
-
-
valueOf(String) - Static method in enum class com.fauna.env.DriverEnvironment.JvmDriver
-
-
Returns the enum constant of this class with the specified name.
-
-
valueOf(String) - Static method in enum class com.fauna.query.template.TemplatePartType
-
-
Returns the enum constant of this class with the specified name.
-
-
values() - Static method in enum class com.fauna.enums.FaunaTokenType
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
values() - Static method in enum class com.fauna.enums.FaunaType
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
values() - Static method in enum class com.fauna.env.DriverEnvironment.JvmDriver
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
values() - Static method in enum class com.fauna.query.template.TemplatePartType
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
VARIABLE - Enum constant in enum class com.fauna.query.template.TemplatePartType
-
-
Indicates a variable placeholder part of the template.
-
-
-

W

-
-
writeBoolean(String, boolean) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a boolean value with a specific field name.
-
-
writeBooleanValue(boolean) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a boolean value to the stream.
-
-
writeByteArray(byte[]) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
 
-
writeCharValue(Character) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
 
-
writeDate(String, LocalDate) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a date value with a specific field name.
-
-
writeDateValue(LocalDate) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a date value as a tagged element.
-
-
writeDouble(String, double) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a double value with a specific field name.
-
-
writeDoubleValue(double) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a double value as a tagged element.
-
-
writeEndArray() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the end of an array.
-
-
writeEndEscapedObject() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the end of a specially tagged object.
-
-
writeEndObject() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the end of an object.
-
-
writeEndRef() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the end of a reference object.
-
-
writeFieldName(String) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a field name for the next value.
-
-
writeInt(String, int) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes an integer value with a specific field name.
-
-
writeIntValue(int) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes an integer value as a tagged element.
-
-
writeLong(String, long) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a long integer value with a specific field name.
-
-
writeLongValue(long) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a long integer value as a tagged element.
-
-
writeModule(String, Module) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a module value with a specific field name.
-
-
writeModuleValue(Module) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a module value as a tagged element.
-
-
writeNull(String) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a null value with a specific field name.
-
-
writeNullValue() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a null value to the stream.
-
-
writeOps - Variable in class com.fauna.response.QueryStats
-
 
-
writeStartArray() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the beginning of an array.
-
-
writeStartEscapedObject() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the beginning of a specially tagged object.
-
-
writeStartObject() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the beginning of an object.
-
-
writeStartRef() - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes the beginning of a reference object.
-
-
writeString(String, String) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a string value with a specific field name.
-
-
writeStringValue(String) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a string value as a tagged element.
-
-
writeTaggedValue(String, String) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a tagged value in an object.
-
-
writeTime(String, Instant) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a time value with a specific field name.
-
-
writeTimeValue(Instant) - Method in class com.fauna.serialization.UTF8FaunaGenerator
-
-
Writes a time value as a tagged element.
-
-
-A B C D E F G H I J L M N P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/0.1.0/index.html b/0.1.0/index.html deleted file mode 100644 index 8a00584a..00000000 --- a/0.1.0/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - -Overview (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

fauna-jvm 0.1.0 API

-
- -
-
-
- - diff --git a/0.1.0/jquery-ui.overrides.css b/0.1.0/jquery-ui.overrides.css deleted file mode 100644 index 03c010ba..00000000 --- a/0.1.0/jquery-ui.overrides.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. - * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - */ - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active, -a.ui-button:active, -.ui-button:active, -.ui-button.ui-state-active:hover { - /* Overrides the color of selection used in jQuery UI */ - background: #F8981D; - border: 1px solid #F8981D; -} diff --git a/0.1.0/legal/COPYRIGHT b/0.1.0/legal/COPYRIGHT deleted file mode 100644 index 945e19c1..00000000 --- a/0.1.0/legal/COPYRIGHT +++ /dev/null @@ -1,69 +0,0 @@ -Copyright © 1993, 2018, Oracle and/or its affiliates. -All rights reserved. - -This software and related documentation are provided under a -license agreement containing restrictions on use and -disclosure and are protected by intellectual property laws. -Except as expressly permitted in your license agreement or -allowed by law, you may not use, copy, reproduce, translate, -broadcast, modify, license, transmit, distribute, exhibit, -perform, publish, or display any part, in any form, or by -any means. Reverse engineering, disassembly, or -decompilation of this software, unless required by law for -interoperability, is prohibited. - -The information contained herein is subject to change -without notice and is not warranted to be error-free. If you -find any errors, please report them to us in writing. - -If this is software or related documentation that is -delivered to the U.S. Government or anyone licensing it on -behalf of the U.S. Government, the following notice is -applicable: - -U.S. GOVERNMENT END USERS: Oracle programs, including any -operating system, integrated software, any programs -installed on the hardware, and/or documentation, delivered -to U.S. Government end users are "commercial computer -software" pursuant to the applicable Federal Acquisition -Regulation and agency-specific supplemental regulations. As -such, use, duplication, disclosure, modification, and -adaptation of the programs, including any operating system, -integrated software, any programs installed on the hardware, -and/or documentation, shall be subject to license terms and -license restrictions applicable to the programs. No other -rights are granted to the U.S. Government. - -This software or hardware is developed for general use in a -variety of information management applications. It is not -developed or intended for use in any inherently dangerous -applications, including applications that may create a risk -of personal injury. If you use this software or hardware in -dangerous applications, then you shall be responsible to -take all appropriate fail-safe, backup, redundancy, and -other measures to ensure its safe use. Oracle Corporation -and its affiliates disclaim any liability for any damages -caused by use of this software or hardware in dangerous -applications. - -Oracle and Java are registered trademarks of Oracle and/or -its affiliates. Other names may be trademarks of their -respective owners. - -Intel and Intel Xeon are trademarks or registered trademarks -of Intel Corporation. All SPARC trademarks are used under -license and are trademarks or registered trademarks of SPARC -International, Inc. AMD, Opteron, the AMD logo, and the AMD -Opteron logo are trademarks or registered trademarks of -Advanced Micro Devices. UNIX is a registered trademark of -The Open Group. - -This software or hardware and documentation may provide -access to or information on content, products, and services -from third parties. Oracle Corporation and its affiliates -are not responsible for and expressly disclaim all -warranties of any kind with respect to third-party content, -products, and services. Oracle Corporation and its -affiliates will not be responsible for any loss, costs, or -damages incurred due to your access to or use of third-party -content, products, or services. diff --git a/0.1.0/legal/LICENSE b/0.1.0/legal/LICENSE deleted file mode 100644 index ee860d38..00000000 --- a/0.1.0/legal/LICENSE +++ /dev/null @@ -1,118 +0,0 @@ -Your use of this Program is governed by the No-Fee Terms and Conditions set -forth below, unless you have received this Program (alone or as part of another -Oracle product) under an Oracle license agreement (including but not limited to -the Oracle Master Agreement), in which case your use of this Program is governed -solely by such license agreement with Oracle. - -Oracle No-Fee Terms and Conditions (NFTC) - -Definitions - -"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company -or organization (each an "Entity") accessing the Programs, if use of the -Programs will be on behalf of such Entity; or (b) an individual accessing the -Programs, if use of the Programs will not be on behalf of an Entity. -"Program(s)" refers to Oracle software provided by Oracle pursuant to the -following terms and any updates, error corrections, and/or Program Documentation -provided by Oracle. "Program Documentation" refers to Program user manuals and -Program installation manuals, if any. If available, Program Documentation may be -delivered with the Programs and/or may be accessed from -www.oracle.com/documentation. "Separate Terms" refers to separate license terms -that are specified in the Program Documentation, readmes or notice files and -that apply to Separately Licensed Technology. "Separately Licensed Technology" -refers to Oracle or third party technology that is licensed under Separate Terms -and not under the terms of this license. - -Separately Licensed Technology - -Oracle may provide certain notices to You in Program Documentation, readmes or -notice files in connection with Oracle or third party technology provided as or -with the Programs. If specified in the Program Documentation, readmes or notice -files, such technology will be licensed to You under Separate Terms. Your rights -to use Separately Licensed Technology under Separate Terms are not restricted in -any way by the terms herein. For clarity, notwithstanding the existence of a -notice, third party technology that is not Separately Licensed Technology shall -be deemed part of the Programs licensed to You under the terms of this license. - -Source Code for Open Source Software - -For software that You receive from Oracle in binary form that is licensed under -an open source license that gives You the right to receive the source code for -that binary, You can obtain a copy of the applicable source code from -https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If -the source code for such software was not provided to You with the binary, You -can also receive a copy of the source code on physical media by submitting a -written request pursuant to the instructions in the "Written Offer for Source -Code" section of the latter website. - -------------------------------------------------------------------------------- - -The following license terms apply to those Programs that are not provided to You -under Separate Terms. - -License Rights and Restrictions - -Oracle grants to You, as a recipient of this Program, subject to the conditions -stated herein, a nonexclusive, nontransferable, limited license to: - -(a) internally use the unmodified Programs for the purposes of developing, -testing, prototyping and demonstrating your applications, and running the -Program for Your own personal use or internal business operations; and - -(b) redistribute the unmodified Program and Program Documentation, under the -terms of this License, provided that You do not charge Your licensees any fees -associated with such distribution or use of the Program, including, without -limitation, fees for products that include or are bundled with a copy of the -Program or for services that involve the use of the distributed Program. - -You may make copies of the Programs to the extent reasonably necessary for -exercising the license rights granted herein and for backup purposes. You are -granted the right to use the Programs to provide third party training in the use -of the Programs and associated Separately Licensed Technology only if there is -express authorization of such use by Oracle on the Program's download page or in -the Program Documentation. - -Your license is contingent on compliance with the following conditions: - -- You do not remove markings or notices of either Oracle's or a licensor's - proprietary rights from the Programs or Program Documentation; - -- You comply with all U.S. and applicable export control and economic sanctions - laws and regulations that govern Your use of the Programs (including technical - data); - -- You do not cause or permit reverse engineering, disassembly or decompilation - of the Programs (except as allowed by law) by You nor allow an associated - party to do so. - -For clarity, any source code that may be included in the distribution with the -Programs is provided solely for reference purposes and may not be modified, -unless such source code is under Separate Terms permitting modification. - -Ownership - -Oracle or its licensors retain all ownership and intellectual property rights to -the Programs. - -Information Collection - -The Programs' installation and/or auto-update processes, if any, may transmit a -limited amount of data to Oracle or its service provider about those processes -to help Oracle understand and optimize them. Oracle does not associate the data -with personally identifiable information. Refer to Oracle's Privacy Policy at -www.oracle.com/privacy. - -Disclaimer of Warranties; Limitation of Liability - -THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER -DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY -IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -NONINFRINGEMENT. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE BE LIABLE TO YOU FOR -DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT -LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. diff --git a/0.1.0/legal/jquery.md b/0.1.0/legal/jquery.md deleted file mode 100644 index d468b318..00000000 --- a/0.1.0/legal/jquery.md +++ /dev/null @@ -1,72 +0,0 @@ -## jQuery v3.6.1 - -### jQuery License -``` -jQuery v 3.6.1 -Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -****************************************** - -The jQuery JavaScript Library v3.6.1 also includes Sizzle.js - -Sizzle.js includes the following license: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -********************* - -``` diff --git a/0.1.0/legal/jqueryUI.md b/0.1.0/legal/jqueryUI.md deleted file mode 100644 index 8bda9d7a..00000000 --- a/0.1.0/legal/jqueryUI.md +++ /dev/null @@ -1,49 +0,0 @@ -## jQuery UI v1.13.2 - -### jQuery UI License -``` -Copyright jQuery Foundation and other contributors, https://jquery.org/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/jquery-ui - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code contained within the demos directory. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -``` diff --git a/0.1.0/member-search-index.js b/0.1.0/member-search-index.js deleted file mode 100644 index 7be81840..00000000 --- a/0.1.0/member-search-index.js +++ /dev/null @@ -1 +0,0 @@ -memberSearchIndex = [{"p":"com.fauna.exception","c":"AbortException","l":"AbortException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.types","c":"Page","l":"after()"},{"p":"com.fauna.annotation","c":"FaunaFieldImpl","l":"annotationType()"},{"p":"com.fauna.client","c":"FaunaClient","l":"asyncQuery(Query)","u":"asyncQuery(com.fauna.query.builder.Query)"},{"p":"com.fauna.client","c":"FaunaClient","l":"asyncQuery(Query, QueryOptions)","u":"asyncQuery(com.fauna.query.builder.Query,com.fauna.query.QueryOptions)"},{"p":"com.fauna.client","c":"FaunaClient","l":"asyncQuery(Query, QueryOptions, RetryStrategy)","u":"asyncQuery(com.fauna.query.builder.Query,com.fauna.query.QueryOptions,com.fauna.client.RetryStrategy)"},{"p":"com.fauna.exception","c":"AuthenticationException","l":"AuthenticationException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.exception","c":"AuthorizationException","l":"AuthorizationException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.serialization","c":"BaseDeserializer","l":"BaseDeserializer()","u":"%3Cinit%3E()"},{"p":"com.fauna.types","c":"BaseDocument","l":"BaseDocument(Module, Instant)","u":"%3Cinit%3E(com.fauna.types.Module,java.time.Instant)"},{"p":"com.fauna.types","c":"BaseDocument","l":"BaseDocument(Module, Instant, Map)","u":"%3Cinit%3E(com.fauna.types.Module,java.time.Instant,java.util.Map)"},{"p":"com.fauna.enums","c":"FaunaType","l":"BOOLEAN"},{"p":"com.fauna.client","c":"ExponentialBackoffStrategy.Builder","l":"build()"},{"p":"com.fauna.client","c":"FaunaConfig.Builder","l":"build()"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"build()"},{"p":"com.fauna.client","c":"ExponentialBackoffStrategy","l":"builder()"},{"p":"com.fauna.client","c":"FaunaConfig","l":"builder()"},{"p":"com.fauna.query","c":"QueryOptions","l":"builder()"},{"p":"com.fauna.client","c":"ExponentialBackoffStrategy.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"com.fauna.client","c":"FaunaConfig.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"Builder()","u":"%3Cinit%3E()"},{"p":"com.fauna.client","c":"RequestBuilder","l":"buildRequest(Query, QueryOptions)","u":"buildRequest(com.fauna.query.builder.Query,com.fauna.query.QueryOptions)"},{"p":"com.fauna.mapping","c":"FieldName","l":"canonical(String)","u":"canonical(java.lang.String)"},{"p":"com.fauna.client","c":"ExponentialBackoffStrategy","l":"canRetry(int)"},{"p":"com.fauna.client","c":"NoRetryStrategy","l":"canRetry(int)"},{"p":"com.fauna.client","c":"RetryStrategy","l":"canRetry(int)"},{"p":"com.fauna.serialization","c":"DynamicDeserializer","l":"checkedDeserialize(UTF8FaunaParser, Type)","u":"checkedDeserialize(com.fauna.serialization.UTF8FaunaParser,java.lang.reflect.Type)"},{"p":"com.fauna.serialization","c":"CheckedDeserializer","l":"CheckedDeserializer(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.fauna.serialization","c":"ClassDeserializer","l":"ClassDeserializer(MappingInfo)","u":"%3Cinit%3E(com.fauna.mapping.MappingInfo)"},{"p":"com.fauna.exception","c":"ClientException","l":"ClientException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.fauna.exception","c":"ClientException","l":"ClientException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"close()"},{"p":"com.fauna.response","c":"QueryStats","l":"computeOps"},{"p":"com.fauna.exception","c":"ConstraintFailureException","l":"ConstraintFailureException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.types","c":"BaseDocument","l":"containsKey(String)","u":"containsKey(java.lang.String)"},{"p":"com.fauna.exception","c":"ContendedTransactionException","l":"ContendedTransactionException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.response","c":"QueryStats","l":"contentionRetries"},{"p":"com.fauna.constants","c":"ResponseFields","l":"DATA_FIELD_NAME"},{"p":"com.fauna.types","c":"Page","l":"data()"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"DATE"},{"p":"com.fauna.enums","c":"FaunaType","l":"DATE"},{"p":"com.fauna.client","c":"FaunaConfig.FaunaEndpoint","l":"DEFAULT"},{"p":"com.fauna.query","c":"QueryOptions","l":"DEFAULT"},{"p":"com.fauna.client","c":"FaunaClient","l":"DEFAULT_RETRY_STRATEGY"},{"p":"com.fauna.response","c":"QueryResponse","l":"DEFAULT_STATS"},{"p":"com.fauna.client","c":"RetryHandler","l":"delayRequest(Supplier>, int)","u":"delayRequest(java.util.function.Supplier,int)"},{"p":"com.fauna.interfaces","c":"IDeserializer","l":"deserialize(UTF8FaunaParser)","u":"deserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"BaseDeserializer","l":"deserialize(UTF8FaunaParser)","u":"deserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"Deserializer","l":"Deserializer()","u":"%3Cinit%3E()"},{"p":"com.fauna.types","c":"Document","l":"Document(String, Module, Instant)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module,java.time.Instant)"},{"p":"com.fauna.types","c":"Document","l":"Document(String, Module, Instant, Map)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module,java.time.Instant,java.util.Map)"},{"p":"com.fauna.types","c":"DocumentRef","l":"DocumentRef(String, Module)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module)"},{"p":"com.fauna.serialization","c":"BaseDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"CheckedDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"ClassDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"DynamicDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"ListDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"MapDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"NullableDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.serialization","c":"PageDeserializer","l":"doDeserialize(UTF8FaunaParser)","u":"doDeserialize(com.fauna.serialization.UTF8FaunaParser)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"DOUBLE"},{"p":"com.fauna.enums","c":"FaunaType","l":"DOUBLE"},{"p":"com.fauna.env","c":"DriverEnvironment","l":"DriverEnvironment(DriverEnvironment.JvmDriver)","u":"%3Cinit%3E(com.fauna.env.DriverEnvironment.JvmDriver)"},{"p":"com.fauna.serialization","c":"Deserializer","l":"DYNAMIC"},{"p":"com.fauna.client","c":"RequestBuilder.QueryTags","l":"encode(Map)","u":"encode(java.util.Map)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"END_ARRAY"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"END_DOCUMENT"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"END_OBJECT"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"END_PAGE"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"END_REF"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"END_SET"},{"p":"com.fauna.client","c":"FaunaConfig.Builder","l":"endpoint(String)","u":"endpoint(java.lang.String)"},{"p":"com.fauna.types","c":"BaseDocument.Entry","l":"Entry(String, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.Object)"},{"p":"com.fauna.query.builder","c":"LiteralFragment","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.fauna.query.builder","c":"ValueFragment","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.fauna.types","c":"Module","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.fauna.constants","c":"ResponseFields","l":"ERROR_ABORT_FIELD_NAME"},{"p":"com.fauna.exception","c":"AuthorizationException","l":"ERROR_CODE"},{"p":"com.fauna.exception","c":"ContendedTransactionException","l":"ERROR_CODE"},{"p":"com.fauna.constants","c":"ResponseFields","l":"ERROR_CODE_FIELD_NAME"},{"p":"com.fauna.constants","c":"ResponseFields","l":"ERROR_CONSTRAINT_FAILURES_FIELD_NAME"},{"p":"com.fauna.constants","c":"ResponseFields","l":"ERROR_FIELD_NAME"},{"p":"com.fauna.constants","c":"ResponseFields","l":"ERROR_MESSAGE_FIELD_NAME"},{"p":"com.fauna.exception","c":"ErrorHandler","l":"ErrorHandler()","u":"%3Cinit%3E()"},{"p":"com.fauna.response","c":"ErrorInfo","l":"ErrorInfo(String, String, Object, Object)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Object,java.lang.Object)"},{"p":"com.fauna.client","c":"RetryHandler","l":"execute(Supplier>)","u":"execute(java.util.function.Supplier)"},{"p":"com.fauna.response","c":"QueryFailure","l":"fallback()"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"FALSE"},{"p":"com.fauna.client","c":"FaunaClient","l":"FaunaClient()","u":"%3Cinit%3E()"},{"p":"com.fauna.client","c":"FaunaClient","l":"FaunaClient(FaunaConfig)","u":"%3Cinit%3E(com.fauna.client.FaunaConfig)"},{"p":"com.fauna.client","c":"FaunaClient","l":"FaunaClient(FaunaConfig, HttpClient)","u":"%3Cinit%3E(com.fauna.client.FaunaConfig,java.net.http.HttpClient)"},{"p":"com.fauna.client","c":"FaunaConfig.FaunaEnvironment","l":"faunaEndpoint()"},{"p":"com.fauna.client","c":"FaunaConfig.FaunaEndpoint","l":"FaunaEndpoint()","u":"%3Cinit%3E()"},{"p":"com.fauna.client","c":"FaunaConfig.FaunaEnvironment","l":"FaunaEnvironment()","u":"%3Cinit%3E()"},{"p":"com.fauna.exception","c":"FaunaException","l":"FaunaException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.fauna.exception","c":"FaunaException","l":"FaunaException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"com.fauna.annotation","c":"FaunaFieldImpl","l":"FaunaFieldImpl(Field, FaunaField)","u":"%3Cinit%3E(java.lang.reflect.Field,com.fauna.annotation.FaunaField)"},{"p":"com.fauna.client","c":"FaunaRequest","l":"FaunaRequest(Query)","u":"%3Cinit%3E(com.fauna.query.builder.Query)"},{"p":"com.fauna.client","c":"FaunaConfig.FaunaEnvironment","l":"faunaSecret()"},{"p":"com.fauna.query.template","c":"FaunaTemplate","l":"FaunaTemplate(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"FIELD_NAME"},{"p":"com.fauna.mapping","c":"FieldInfo","l":"FieldInfo(MappingContext, FaunaFieldImpl, Field)","u":"%3Cinit%3E(com.fauna.mapping.MappingContext,com.fauna.annotation.FaunaFieldImpl,java.lang.reflect.Field)"},{"p":"com.fauna.mapping","c":"FieldName","l":"FieldName()","u":"%3Cinit%3E()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"flush()"},{"p":"com.fauna.query.builder","c":"Query","l":"fql(String)","u":"fql(java.lang.String)"},{"p":"com.fauna.query.builder","c":"Query","l":"fql(String, Map)","u":"fql(java.lang.String,java.util.Map)"},{"p":"com.fauna.query.builder","c":"Fragment","l":"Fragment()","u":"%3Cinit%3E()"},{"p":"com.fauna.serialization","c":"Deserializer","l":"generate(MappingContext, Type)","u":"generate(com.fauna.mapping.MappingContext,java.lang.reflect.Type)"},{"p":"com.fauna.serialization","c":"Deserializer","l":"generateNullable(MappingContext, Type)","u":"generateNullable(com.fauna.mapping.MappingContext,java.lang.reflect.Type)"},{"p":"com.fauna.query.builder","c":"Fragment","l":"get()"},{"p":"com.fauna.query.builder","c":"LiteralFragment","l":"get()"},{"p":"com.fauna.query.builder","c":"ValueFragment","l":"get()"},{"p":"com.fauna.types","c":"BaseDocument","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.fauna.exception","c":"AbortException","l":"getAbort()"},{"p":"com.fauna.response","c":"ErrorInfo","l":"getAbort()"},{"p":"com.fauna.response","c":"QueryFailure","l":"getAbort()"},{"p":"com.fauna.helper","c":"ListOf","l":"getActualTypeArguments()"},{"p":"com.fauna.helper","c":"MapOf","l":"getActualTypeArguments()"},{"p":"com.fauna.helper","c":"PageOf","l":"getActualTypeArguments()"},{"p":"com.fauna.exception","c":"ProtocolException","l":"getBody()"},{"p":"com.fauna.types","c":"NullDocumentRef","l":"getCause()"},{"p":"com.fauna.types","c":"NullNamedDocumentRef","l":"getCause()"},{"p":"com.fauna.response","c":"ErrorInfo","l":"getCode()"},{"p":"com.fauna.types","c":"BaseDocument","l":"getCollection()"},{"p":"com.fauna.types","c":"DocumentRef","l":"getCollection()"},{"p":"com.fauna.types","c":"NamedDocumentRef","l":"getCollection()"},{"p":"com.fauna.response","c":"ErrorInfo","l":"getConstraintFailures()"},{"p":"com.fauna.response","c":"QueryFailure","l":"getConstraintFailures()"},{"p":"com.fauna.types","c":"BaseDocument","l":"getCount()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getCurrentTokenType()"},{"p":"com.fauna.response","c":"QuerySuccess","l":"getData()"},{"p":"com.fauna.client","c":"ExponentialBackoffStrategy","l":"getDelayMillis(int)"},{"p":"com.fauna.client","c":"NoRetryStrategy","l":"getDelayMillis(int)"},{"p":"com.fauna.client","c":"RetryStrategy","l":"getDelayMillis(int)"},{"p":"com.fauna.mapping","c":"FieldInfo","l":"getDeserializer()"},{"p":"com.fauna.mapping","c":"MappingInfo","l":"getDeserializer()"},{"p":"com.fauna.client","c":"FaunaConfig","l":"getEndpoint()"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"getEndToken()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getErrorCode()"},{"p":"com.fauna.response","c":"QueryFailure","l":"getErrorCode()"},{"p":"com.fauna.mapping","c":"FieldInfo","l":"getFaunaTypeHint()"},{"p":"com.fauna.mapping","c":"MappingInfo","l":"getFields()"},{"p":"com.fauna.mapping","c":"MappingInfo","l":"getFieldsByName()"},{"p":"com.fauna.query.builder","c":"Query","l":"getFql()"},{"p":"com.fauna.types","c":"Document","l":"getId()"},{"p":"com.fauna.types","c":"DocumentRef","l":"getId()"},{"p":"com.fauna.mapping","c":"MappingContext","l":"getInfo(Type)","u":"getInfo(java.lang.reflect.Type)"},{"p":"com.fauna.serialization","c":"DynamicDeserializer","l":"getInstance()"},{"p":"com.fauna.types","c":"BaseDocument.Entry","l":"getKey()"},{"p":"com.fauna.types","c":"BaseDocument","l":"getKeys()"},{"p":"com.fauna.response","c":"QueryResponse","l":"getLastSeenTxn()"},{"p":"com.fauna.query","c":"QueryOptions","l":"getLinearized()"},{"p":"com.fauna.client","c":"ExponentialBackoffStrategy","l":"getMaxRetryAttempts()"},{"p":"com.fauna.client","c":"NoRetryStrategy","l":"getMaxRetryAttempts()"},{"p":"com.fauna.client","c":"RetryStrategy","l":"getMaxRetryAttempts()"},{"p":"com.fauna.response","c":"ErrorInfo","l":"getMessage()"},{"p":"com.fauna.response","c":"QueryFailure","l":"getMessage()"},{"p":"com.fauna.mapping","c":"FieldInfo","l":"getName()"},{"p":"com.fauna.types","c":"Module","l":"getName()"},{"p":"com.fauna.types","c":"NamedDocument","l":"getName()"},{"p":"com.fauna.types","c":"NamedDocumentRef","l":"getName()"},{"p":"com.fauna.helper","c":"ListOf","l":"getOwnerType()"},{"p":"com.fauna.helper","c":"MapOf","l":"getOwnerType()"},{"p":"com.fauna.helper","c":"PageOf","l":"getOwnerType()"},{"p":"com.fauna.query.template","c":"FaunaTemplate.TemplatePart","l":"getPart()"},{"p":"com.fauna.mapping","c":"FieldInfo","l":"getProperty()"},{"p":"com.fauna.client","c":"FaunaRequest","l":"getQuery()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getQueryTags()"},{"p":"com.fauna.query","c":"QueryOptions","l":"getQueryTags()"},{"p":"com.fauna.response","c":"QueryResponse","l":"getQueryTags()"},{"p":"com.fauna.response","c":"QueryResponse","l":"getRawJson()"},{"p":"com.fauna.helper","c":"ListOf","l":"getRawType()"},{"p":"com.fauna.helper","c":"MapOf","l":"getRawType()"},{"p":"com.fauna.helper","c":"PageOf","l":"getRawType()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getResponse()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getSchemaVersion()"},{"p":"com.fauna.response","c":"QueryResponse","l":"getSchemaVersion()"},{"p":"com.fauna.client","c":"FaunaConfig","l":"getSecret()"},{"p":"com.fauna.response","c":"QuerySuccess","l":"getStaticType()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getStats()"},{"p":"com.fauna.response","c":"QueryResponse","l":"getStats()"},{"p":"com.fauna.exception","c":"ProtocolException","l":"getStatusCode()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getStatusCode()"},{"p":"com.fauna.response","c":"QueryFailure","l":"getStatusCode()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getSummary()"},{"p":"com.fauna.response","c":"QueryResponse","l":"getSummary()"},{"p":"com.fauna.query","c":"QueryOptions","l":"getTimeout()"},{"p":"com.fauna.query","c":"QueryOptions","l":"getTraceParent()"},{"p":"com.fauna.types","c":"BaseDocument","l":"getTs()"},{"p":"com.fauna.exception","c":"ServiceException","l":"getTxnTs()"},{"p":"com.fauna.mapping","c":"FieldInfo","l":"getType()"},{"p":"com.fauna.mapping","c":"MappingInfo","l":"getType()"},{"p":"com.fauna.query.template","c":"FaunaTemplate.TemplatePart","l":"getType()"},{"p":"com.fauna.query","c":"QueryOptions","l":"getTypeCheck()"},{"p":"com.fauna.query.builder","c":"LiteralFragment","l":"getValue()"},{"p":"com.fauna.query.builder","c":"ValueFragment","l":"getValue()"},{"p":"com.fauna.types","c":"BaseDocument.Entry","l":"getValue()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsBoolean()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsByte()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsCharacter()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsDouble()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsFloat()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsInt()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsLocalDate()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsLong()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsModule()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsShort()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsString()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"getValueAsTime()"},{"p":"com.fauna.types","c":"BaseDocument","l":"getValues()"},{"p":"com.fauna.env","c":"DriverEnvironment","l":"getVersion()"},{"p":"com.fauna.exception","c":"ErrorHandler","l":"handleErrorResponse(int, String, ObjectMapper)","u":"handleErrorResponse(int,java.lang.String,com.fasterxml.jackson.databind.ObjectMapper)"},{"p":"com.fauna.exception","c":"ErrorHandler","l":"handleQueryFailure(int, QueryFailure)","u":"handleQueryFailure(int,com.fauna.response.QueryFailure)"},{"p":"com.fauna.response","c":"QueryResponse","l":"handleResponse(HttpResponse)","u":"handleResponse(java.net.http.HttpResponse)"},{"p":"com.fauna.query.builder","c":"LiteralFragment","l":"hashCode()"},{"p":"com.fauna.query.builder","c":"ValueFragment","l":"hashCode()"},{"p":"com.fauna.types","c":"Module","l":"hashCode()"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"INT"},{"p":"com.fauna.enums","c":"FaunaType","l":"INT"},{"p":"com.fauna.exception","c":"InvalidRequestException","l":"InvalidRequestException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.mapping","c":"FieldInfo","l":"isNullable()"},{"p":"com.fauna.client","c":"RetryHandler","l":"isRetryable(Throwable)","u":"isRetryable(java.lang.Throwable)"},{"p":"com.fauna.query.template","c":"FaunaTemplate","l":"iterator()"},{"p":"com.fauna.types","c":"BaseDocument","l":"iterator()"},{"p":"com.fauna.env","c":"DriverEnvironment.JvmDriver","l":"JAVA"},{"p":"com.fauna.constants","c":"ResponseFields","l":"LAST_SEEN_TXN_FIELD_NAME"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"linearized"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"linearized(boolean)"},{"p":"com.fauna.serialization","c":"ListDeserializer","l":"ListDeserializer(IDeserializer)","u":"%3Cinit%3E(com.fauna.interfaces.IDeserializer)"},{"p":"com.fauna.helper","c":"ListOf","l":"ListOf(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.fauna.query.template","c":"TemplatePartType","l":"LITERAL"},{"p":"com.fauna.query.builder","c":"LiteralFragment","l":"LiteralFragment(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.fauna.client","c":"FaunaConfig.FaunaEndpoint","l":"LOCAL"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"LONG"},{"p":"com.fauna.enums","c":"FaunaType","l":"LONG"},{"p":"com.fauna.client","c":"FaunaClient","l":"makeAsyncRequest(HttpClient, HttpRequest)","u":"makeAsyncRequest(java.net.http.HttpClient,java.net.http.HttpRequest)"},{"p":"com.fauna.serialization","c":"MapDeserializer","l":"MapDeserializer(IDeserializer)","u":"%3Cinit%3E(com.fauna.interfaces.IDeserializer)"},{"p":"com.fauna.helper","c":"MapOf","l":"MapOf(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.fauna.mapping","c":"MappingContext","l":"MappingContext()","u":"%3Cinit%3E()"},{"p":"com.fauna.mapping","c":"MappingInfo","l":"MappingInfo(MappingContext, Type)","u":"%3Cinit%3E(com.fauna.mapping.MappingContext,java.lang.reflect.Type)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"MODULE"},{"p":"com.fauna.types","c":"Module","l":"Module(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.fauna.annotation","c":"FaunaField","l":"name()"},{"p":"com.fauna.annotation","c":"FaunaFieldImpl","l":"name()"},{"p":"com.fauna.types","c":"NamedDocument","l":"NamedDocument(String, Module, Instant)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module,java.time.Instant)"},{"p":"com.fauna.types","c":"NamedDocument","l":"NamedDocument(String, Module, Instant, Map)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module,java.time.Instant,java.util.Map)"},{"p":"com.fauna.types","c":"NamedDocumentRef","l":"NamedDocumentRef(String, Module)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module)"},{"p":"com.fauna.client","c":"FaunaClient","l":"NO_RETRY_STRATEGY"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"NONE"},{"p":"com.fauna.client","c":"NoRetryStrategy","l":"NoRetryStrategy()","u":"%3Cinit%3E()"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"NULL"},{"p":"com.fauna.annotation","c":"FaunaField","l":"nullable()"},{"p":"com.fauna.annotation","c":"FaunaFieldImpl","l":"nullable()"},{"p":"com.fauna.serialization","c":"NullableDeserializer","l":"NullableDeserializer(IDeserializer)","u":"%3Cinit%3E(com.fauna.interfaces.IDeserializer)"},{"p":"com.fauna.types","c":"NullDocumentRef","l":"NullDocumentRef(String, Module, String)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module,java.lang.String)"},{"p":"com.fauna.types","c":"NullNamedDocumentRef","l":"NullNamedDocumentRef(String, Module, String)","u":"%3Cinit%3E(java.lang.String,com.fauna.types.Module,java.lang.String)"},{"p":"com.fauna.types","c":"Page","l":"Page(List, String)","u":"%3Cinit%3E(java.util.List,java.lang.String)"},{"p":"com.fauna.serialization","c":"PageDeserializer","l":"PageDeserializer(IDeserializer)","u":"%3Cinit%3E(com.fauna.interfaces.IDeserializer)"},{"p":"com.fauna.helper","c":"PageOf","l":"PageOf(Class)","u":"%3Cinit%3E(java.lang.Class)"},{"p":"com.fauna.exception","c":"ProtocolException","l":"ProtocolException(int, String)","u":"%3Cinit%3E(int,java.lang.String)"},{"p":"com.fauna.exception","c":"ProtocolException","l":"ProtocolException(Throwable, int, String)","u":"%3Cinit%3E(java.lang.Throwable,int,java.lang.String)"},{"p":"com.fauna.constants","c":"ResponseFields","l":"QUERY_TAGS_FIELD_NAME"},{"p":"com.fauna.client","c":"FaunaClient","l":"query(Query)","u":"query(com.fauna.query.builder.Query)"},{"p":"com.fauna.client","c":"FaunaClient","l":"query(Query, QueryOptions)","u":"query(com.fauna.query.builder.Query,com.fauna.query.QueryOptions)"},{"p":"com.fauna.query.builder","c":"Query","l":"Query(String, Map)","u":"%3Cinit%3E(java.lang.String,java.util.Map)"},{"p":"com.fauna.exception","c":"QueryCheckException","l":"QueryCheckException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.response","c":"QueryFailure","l":"QueryFailure(int, JsonNode, QueryStats)","u":"%3Cinit%3E(int,com.fasterxml.jackson.databind.JsonNode,com.fauna.response.QueryStats)"},{"p":"com.fauna.query","c":"QueryOptions","l":"QueryOptions(QueryOptions.Builder)","u":"%3Cinit%3E(com.fauna.query.QueryOptions.Builder)"},{"p":"com.fauna.client","c":"RequestBuilder","l":"queryRequestBuilder(FaunaConfig)","u":"queryRequestBuilder(com.fauna.client.FaunaConfig)"},{"p":"com.fauna.exception","c":"QueryRuntimeException","l":"QueryRuntimeException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.response","c":"QueryStats","l":"QueryStats(int, int, int, int, int, int, int, List)","u":"%3Cinit%3E(int,int,int,int,int,int,int,java.util.List)"},{"p":"com.fauna.response","c":"QuerySuccess","l":"QuerySuccess(IDeserializer, JsonNode, QueryStats)","u":"%3Cinit%3E(com.fauna.interfaces.IDeserializer,com.fasterxml.jackson.databind.JsonNode,com.fauna.response.QueryStats)"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"queryTags"},{"p":"com.fauna.client","c":"RequestBuilder.QueryTags","l":"QueryTags()","u":"%3Cinit%3E()"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"queryTags(Map)","u":"queryTags(java.util.Map)"},{"p":"com.fauna.response","c":"QueryStats","l":"queryTimeMs"},{"p":"com.fauna.exception","c":"QueryTimeoutException","l":"QueryTimeoutException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.response","c":"QueryStats","l":"rateLimitsHit"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"read()"},{"p":"com.fauna.response","c":"QueryStats","l":"readOps"},{"p":"com.fauna.client","c":"RequestBuilder","l":"RequestBuilder(FaunaConfig, String)","u":"%3Cinit%3E(com.fauna.client.FaunaConfig,java.lang.String)"},{"p":"com.fauna.constants","c":"ResponseFields","l":"ResponseFields()","u":"%3Cinit%3E()"},{"p":"com.fauna.client","c":"RetryHandler","l":"rethrow(Throwable)","u":"rethrow(java.lang.Throwable)"},{"p":"com.fauna.client","c":"RetryHandler","l":"RetryHandler(RetryStrategy)","u":"%3Cinit%3E(com.fauna.client.RetryStrategy)"},{"p":"com.fauna.env","c":"DriverEnvironment.JvmDriver","l":"SCALA"},{"p":"com.fauna.constants","c":"ResponseFields","l":"SCHEMA_VERSION_FIELD_NAME"},{"p":"com.fauna.client","c":"FaunaConfig.Builder","l":"secret(String)","u":"secret(java.lang.String)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"serialize()"},{"p":"com.fauna.serialization","c":"Serializer","l":"serialize(Object)","u":"serialize(java.lang.Object)"},{"p":"com.fauna.serialization","c":"Serializer","l":"serialize(UTF8FaunaGenerator, Object, FaunaType)","u":"serialize(com.fauna.serialization.UTF8FaunaGenerator,java.lang.Object,com.fauna.enums.FaunaType)"},{"p":"com.fauna.serialization","c":"Serializer","l":"Serializer()","u":"%3Cinit%3E()"},{"p":"com.fauna.exception","c":"ServiceException","l":"ServiceException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.exception","c":"ServiceInternalException","l":"ServiceInternalException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.types","c":"DocumentRef","l":"setCollection(Module)","u":"setCollection(com.fauna.types.Module)"},{"p":"com.fauna.types","c":"NamedDocumentRef","l":"setCollection(Module)","u":"setCollection(com.fauna.types.Module)"},{"p":"com.fauna.types","c":"DocumentRef","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"com.fauna.client","c":"ExponentialBackoffStrategy.Builder","l":"setMaxAttempts(int)"},{"p":"com.fauna.types","c":"NamedDocumentRef","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"com.fauna.mapping","c":"MappingInfo","l":"shouldEscapeObject()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"skip()"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"START_ARRAY"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"START_DOCUMENT"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"START_OBJECT"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"START_PAGE"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"START_REF"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"START_SET"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATIC_TYPE_FIELD_NAME"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_COMPUTE_OPS_FIELD_NAME"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_CONTENTION_RETRIES"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_FIELD_NAME"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_QUERY_TIME_MS"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_RATE_LIMITS_HIT"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_READ_OPS"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_STORAGE_BYTES_READ"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_STORAGE_BYTES_WRITE"},{"p":"com.fauna.constants","c":"ResponseFields","l":"STATS_WRITE_OPS"},{"p":"com.fauna.response","c":"QueryStats","l":"storageBytesRead"},{"p":"com.fauna.response","c":"QueryStats","l":"storageBytesWrite"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"STRING"},{"p":"com.fauna.enums","c":"FaunaType","l":"STRING"},{"p":"com.fauna.constants","c":"ResponseFields","l":"SUMMARY_FIELD_NAME"},{"p":"com.fauna.serialization","c":"Serializer","l":"TAGS"},{"p":"com.fauna.query.template","c":"FaunaTemplate.TemplatePart","l":"TemplatePart(String, TemplatePartType)","u":"%3Cinit%3E(java.lang.String,com.fauna.query.template.TemplatePartType)"},{"p":"com.fauna.exception","c":"ThrottlingException","l":"ThrottlingException(QueryFailure)","u":"%3Cinit%3E(com.fauna.response.QueryFailure)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"TIME"},{"p":"com.fauna.enums","c":"FaunaType","l":"TIME"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"timeout"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"timeout(Duration)","u":"timeout(java.time.Duration)"},{"p":"com.fauna.query.template","c":"FaunaTemplate.TemplatePart","l":"toFragment(Map)","u":"toFragment(java.util.Map)"},{"p":"com.fauna.serialization","c":"Serializer","l":"toInstant(Object)","u":"toInstant(java.lang.Object)"},{"p":"com.fauna.serialization","c":"Serializer","l":"toLocalDate(Object)","u":"toLocalDate(java.lang.Object)"},{"p":"com.fauna.env","c":"DriverEnvironment","l":"toString()"},{"p":"com.fauna.response","c":"QueryStats","l":"toString()"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"traceParent"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"traceParent(String)","u":"traceParent(java.lang.String)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"TRUE"},{"p":"com.fauna.annotation","c":"FaunaField","l":"type()"},{"p":"com.fauna.annotation","c":"FaunaFieldImpl","l":"type()"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"typeCheck"},{"p":"com.fauna.query","c":"QueryOptions.Builder","l":"typeCheck(boolean)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"UTF8FaunaGenerator()","u":"%3Cinit%3E()"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"UTF8FaunaParser(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"UTF8FaunaParser(JsonParser)","u":"%3Cinit%3E(com.fasterxml.jackson.core.JsonParser)"},{"p":"com.fauna.serialization","c":"UTF8FaunaParser","l":"UTF8FaunaParser(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.fauna.query.builder","c":"ValueFragment","l":"ValueFragment(Object)","u":"%3Cinit%3E(java.lang.Object)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.fauna.enums","c":"FaunaType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.fauna.env","c":"DriverEnvironment.JvmDriver","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.fauna.query.template","c":"TemplatePartType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.fauna.enums","c":"FaunaTokenType","l":"values()"},{"p":"com.fauna.enums","c":"FaunaType","l":"values()"},{"p":"com.fauna.env","c":"DriverEnvironment.JvmDriver","l":"values()"},{"p":"com.fauna.query.template","c":"TemplatePartType","l":"values()"},{"p":"com.fauna.query.template","c":"TemplatePartType","l":"VARIABLE"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeBoolean(String, boolean)","u":"writeBoolean(java.lang.String,boolean)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeBooleanValue(boolean)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeByteArray(byte[])"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeCharValue(Character)","u":"writeCharValue(java.lang.Character)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeDate(String, LocalDate)","u":"writeDate(java.lang.String,java.time.LocalDate)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeDateValue(LocalDate)","u":"writeDateValue(java.time.LocalDate)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeDouble(String, double)","u":"writeDouble(java.lang.String,double)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeDoubleValue(double)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeEndArray()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeEndEscapedObject()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeEndObject()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeEndRef()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeFieldName(String)","u":"writeFieldName(java.lang.String)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeInt(String, int)","u":"writeInt(java.lang.String,int)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeIntValue(int)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeLong(String, long)","u":"writeLong(java.lang.String,long)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeLongValue(long)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeModule(String, Module)","u":"writeModule(java.lang.String,com.fauna.types.Module)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeModuleValue(Module)","u":"writeModuleValue(com.fauna.types.Module)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeNull(String)","u":"writeNull(java.lang.String)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeNullValue()"},{"p":"com.fauna.response","c":"QueryStats","l":"writeOps"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeStartArray()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeStartEscapedObject()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeStartObject()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeStartRef()"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeString(String, String)","u":"writeString(java.lang.String,java.lang.String)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeStringValue(String)","u":"writeStringValue(java.lang.String)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeTaggedValue(String, String)","u":"writeTaggedValue(java.lang.String,java.lang.String)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeTime(String, Instant)","u":"writeTime(java.lang.String,java.time.Instant)"},{"p":"com.fauna.serialization","c":"UTF8FaunaGenerator","l":"writeTimeValue(Instant)","u":"writeTimeValue(java.time.Instant)"}];updateSearchResults(); \ No newline at end of file diff --git a/0.1.0/module-search-index.js b/0.1.0/module-search-index.js deleted file mode 100644 index 0d59754f..00000000 --- a/0.1.0/module-search-index.js +++ /dev/null @@ -1 +0,0 @@ -moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/0.1.0/overview-summary.html b/0.1.0/overview-summary.html deleted file mode 100644 index 2933a442..00000000 --- a/0.1.0/overview-summary.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - -fauna-jvm 0.1.0 API - - - - - - - - - - -
- -

index.html

-
- - diff --git a/0.1.0/overview-tree.html b/0.1.0/overview-tree.html deleted file mode 100644 index 1658988c..00000000 --- a/0.1.0/overview-tree.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - -Class Hierarchy (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
- -
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-

Annotation Interface Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
-
- - diff --git a/0.1.0/package-search-index.js b/0.1.0/package-search-index.js deleted file mode 100644 index c2e0180d..00000000 --- a/0.1.0/package-search-index.js +++ /dev/null @@ -1 +0,0 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.fauna.annotation"},{"l":"com.fauna.client"},{"l":"com.fauna.constants"},{"l":"com.fauna.enums"},{"l":"com.fauna.env"},{"l":"com.fauna.exception"},{"l":"com.fauna.helper"},{"l":"com.fauna.interfaces"},{"l":"com.fauna.mapping"},{"l":"com.fauna.query"},{"l":"com.fauna.query.builder"},{"l":"com.fauna.query.template"},{"l":"com.fauna.response"},{"l":"com.fauna.serialization"},{"l":"com.fauna.types"}];updateSearchResults(); \ No newline at end of file diff --git a/0.1.0/resources/glass.png b/0.1.0/resources/glass.png deleted file mode 100644 index a7f591f4..00000000 Binary files a/0.1.0/resources/glass.png and /dev/null differ diff --git a/0.1.0/resources/x.png b/0.1.0/resources/x.png deleted file mode 100644 index 30548a75..00000000 Binary files a/0.1.0/resources/x.png and /dev/null differ diff --git a/0.1.0/script-dir/jquery-3.6.1.min.js b/0.1.0/script-dir/jquery-3.6.1.min.js deleted file mode 100644 index 2c69bc90..00000000 --- a/0.1.0/script-dir/jquery-3.6.1.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/0.1.0/script.js b/0.1.0/script.js deleted file mode 100644 index 0765364e..00000000 --- a/0.1.0/script.js +++ /dev/null @@ -1,132 +0,0 @@ -/* - * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. - * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - */ - -var moduleSearchIndex; -var packageSearchIndex; -var typeSearchIndex; -var memberSearchIndex; -var tagSearchIndex; -function loadScripts(doc, tag) { - createElem(doc, tag, 'search.js'); - - createElem(doc, tag, 'module-search-index.js'); - createElem(doc, tag, 'package-search-index.js'); - createElem(doc, tag, 'type-search-index.js'); - createElem(doc, tag, 'member-search-index.js'); - createElem(doc, tag, 'tag-search-index.js'); -} - -function createElem(doc, tag, path) { - var script = doc.createElement(tag); - var scriptElement = doc.getElementsByTagName(tag)[0]; - script.src = pathtoroot + path; - scriptElement.parentNode.insertBefore(script, scriptElement); -} - -function show(tableId, selected, columns) { - if (tableId !== selected) { - document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') - .forEach(function(elem) { - elem.style.display = 'none'; - }); - } - document.querySelectorAll('div.' + selected) - .forEach(function(elem, index) { - elem.style.display = ''; - var isEvenRow = index % (columns * 2) < columns; - elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); - elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); - }); - updateTabs(tableId, selected); -} - -function updateTabs(tableId, selected) { - document.querySelector('div#' + tableId +' .summary-table') - .setAttribute('aria-labelledby', selected); - document.querySelectorAll('button[id^="' + tableId + '"]') - .forEach(function(tab, index) { - if (selected === tab.id || (tableId === selected && index === 0)) { - tab.className = activeTableTab; - tab.setAttribute('aria-selected', true); - tab.setAttribute('tabindex',0); - } else { - tab.className = tableTab; - tab.setAttribute('aria-selected', false); - tab.setAttribute('tabindex',-1); - } - }); -} - -function switchTab(e) { - var selected = document.querySelector('[aria-selected=true]'); - if (selected) { - if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { - // left or up arrow key pressed: move focus to previous tab - selected.previousSibling.click(); - selected.previousSibling.focus(); - e.preventDefault(); - } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { - // right or down arrow key pressed: move focus to next tab - selected.nextSibling.click(); - selected.nextSibling.focus(); - e.preventDefault(); - } - } -} - -var updateSearchResults = function() {}; - -function indexFilesLoaded() { - return moduleSearchIndex - && packageSearchIndex - && typeSearchIndex - && memberSearchIndex - && tagSearchIndex; -} - -// Workaround for scroll position not being included in browser history (8249133) -document.addEventListener("DOMContentLoaded", function(e) { - var contentDiv = document.querySelector("div.flex-content"); - window.addEventListener("popstate", function(e) { - if (e.state !== null) { - contentDiv.scrollTop = e.state; - } - }); - window.addEventListener("hashchange", function(e) { - history.replaceState(contentDiv.scrollTop, document.title); - }); - contentDiv.addEventListener("scroll", function(e) { - var timeoutID; - if (!timeoutID) { - timeoutID = setTimeout(function() { - history.replaceState(contentDiv.scrollTop, document.title); - timeoutID = null; - }, 100); - } - }); - if (!location.hash) { - history.replaceState(contentDiv.scrollTop, document.title); - } -}); diff --git a/0.1.0/search.js b/0.1.0/search.js deleted file mode 100644 index 13aba853..00000000 --- a/0.1.0/search.js +++ /dev/null @@ -1,354 +0,0 @@ -/* - * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. - * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - */ - -var noResult = {l: "No results found"}; -var loading = {l: "Loading search index..."}; -var catModules = "Modules"; -var catPackages = "Packages"; -var catTypes = "Classes and Interfaces"; -var catMembers = "Members"; -var catSearchTags = "Search Tags"; -var highlight = "$&"; -var searchPattern = ""; -var fallbackPattern = ""; -var RANKING_THRESHOLD = 2; -var NO_MATCH = 0xffff; -var MIN_RESULTS = 3; -var MAX_RESULTS = 500; -var UNNAMED = ""; -function escapeHtml(str) { - return str.replace(//g, ">"); -} -function getHighlightedText(item, matcher, fallbackMatcher) { - var escapedItem = escapeHtml(item); - var highlighted = escapedItem.replace(matcher, highlight); - if (highlighted === escapedItem) { - highlighted = escapedItem.replace(fallbackMatcher, highlight) - } - return highlighted; -} -function getURLPrefix(ui) { - var urlPrefix=""; - var slash = "/"; - if (ui.item.category === catModules) { - return ui.item.l + slash; - } else if (ui.item.category === catPackages && ui.item.m) { - return ui.item.m + slash; - } else if (ui.item.category === catTypes || ui.item.category === catMembers) { - if (ui.item.m) { - urlPrefix = ui.item.m + slash; - } else { - $.each(packageSearchIndex, function(index, item) { - if (item.m && ui.item.p === item.l) { - urlPrefix = item.m + slash; - } - }); - } - } - return urlPrefix; -} -function createSearchPattern(term) { - var pattern = ""; - var isWordToken = false; - term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { - if (index > 0) { - // whitespace between identifiers is significant - pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; - } - var tokens = w.split(/(?=[A-Z,.()<>[\/])/); - for (var i = 0; i < tokens.length; i++) { - var s = tokens[i]; - if (s === "") { - continue; - } - pattern += $.ui.autocomplete.escapeRegex(s); - isWordToken = /\w$/.test(s); - if (isWordToken) { - pattern += "([a-z0-9_$<>\\[\\]]*?)"; - } - } - }); - return pattern; -} -function createMatcher(pattern, flags) { - var isCamelCase = /[A-Z]/.test(pattern); - return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); -} -var watermark = 'Search'; -$(function() { - var search = $("#search-input"); - var reset = $("#reset-button"); - search.val(''); - search.prop("disabled", false); - reset.prop("disabled", false); - search.val(watermark).addClass('watermark'); - search.blur(function() { - if ($(this).val().length === 0) { - $(this).val(watermark).addClass('watermark'); - } - }); - search.on('click keydown paste', function() { - if ($(this).val() === watermark) { - $(this).val('').removeClass('watermark'); - } - }); - reset.click(function() { - search.val('').focus(); - }); - search.focus()[0].setSelectionRange(0, 0); -}); -$.widget("custom.catcomplete", $.ui.autocomplete, { - _create: function() { - this._super(); - this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); - }, - _renderMenu: function(ul, items) { - var rMenu = this; - var currentCategory = ""; - rMenu.menu.bindings = $(); - $.each(items, function(index, item) { - var li; - if (item.category && item.category !== currentCategory) { - ul.append("
  • " + item.category + "
  • "); - currentCategory = item.category; - } - li = rMenu._renderItemData(ul, item); - if (item.category) { - li.attr("aria-label", item.category + " : " + item.l); - li.attr("class", "result-item"); - } else { - li.attr("aria-label", item.l); - li.attr("class", "result-item"); - } - }); - }, - _renderItem: function(ul, item) { - var label = ""; - var matcher = createMatcher(escapeHtml(searchPattern), "g"); - var fallbackMatcher = new RegExp(fallbackPattern, "gi") - if (item.category === catModules) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catPackages) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catTypes) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catMembers) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); - } else if (item.category === catSearchTags) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else { - label = item.l; - } - var li = $("
  • ").appendTo(ul); - var div = $("
    ").appendTo(li); - if (item.category === catSearchTags && item.h) { - if (item.d) { - div.html(label + " (" + item.h + ")
    " - + item.d + "
    "); - } else { - div.html(label + " (" + item.h + ")"); - } - } else { - if (item.m) { - div.html(item.m + "/" + label); - } else { - div.html(label); - } - } - return li; - } -}); -function rankMatch(match, category) { - if (!match) { - return NO_MATCH; - } - var index = match.index; - var input = match.input; - var leftBoundaryMatch = 2; - var periferalMatch = 0; - // make sure match is anchored on a left word boundary - if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { - leftBoundaryMatch = 0; - } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { - leftBoundaryMatch = 1; - } - var matchEnd = index + match[0].length; - var leftParen = input.indexOf("("); - var endOfName = leftParen > -1 ? leftParen : input.length; - // exclude peripheral matches - if (category !== catModules && category !== catSearchTags) { - var delim = category === catPackages ? "/" : "."; - if (leftParen > -1 && leftParen < index) { - periferalMatch += 2; - } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { - periferalMatch += 2; - } - } - var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match - for (var i = 1; i < match.length; i++) { - // lower ranking if parts of the name are missing - if (match[i]) - delta += match[i].length; - } - if (category === catTypes) { - // lower ranking if a type name contains unmatched camel-case parts - if (/[A-Z]/.test(input.substring(matchEnd))) - delta += 5; - if (/[A-Z]/.test(input.substring(0, index))) - delta += 5; - } - return leftBoundaryMatch + periferalMatch + (delta / 200); - -} -function doSearch(request, response) { - var result = []; - searchPattern = createSearchPattern(request.term); - fallbackPattern = createSearchPattern(request.term.toLowerCase()); - if (searchPattern === "") { - return this.close(); - } - var camelCaseMatcher = createMatcher(searchPattern, ""); - var fallbackMatcher = new RegExp(fallbackPattern, "i"); - - function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { - if (indexArray) { - var newResults = []; - $.each(indexArray, function (i, item) { - item.category = category; - var ranking = rankMatch(matcher.exec(nameFunc(item)), category); - if (ranking < RANKING_THRESHOLD) { - newResults.push({ranking: ranking, item: item}); - } - return newResults.length <= MAX_RESULTS; - }); - return newResults.sort(function(e1, e2) { - return e1.ranking - e2.ranking; - }).map(function(e) { - return e.item; - }); - } - return []; - } - function searchIndex(indexArray, category, nameFunc) { - var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); - result = result.concat(primaryResults); - if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { - var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); - result = result.concat(secondaryResults.filter(function (item) { - return primaryResults.indexOf(item) === -1; - })); - } - } - - searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); - searchIndex(packageSearchIndex, catPackages, function(item) { - return (item.m && request.term.indexOf("/") > -1) - ? (item.m + "/" + item.l) : item.l; - }); - searchIndex(typeSearchIndex, catTypes, function(item) { - return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; - }); - searchIndex(memberSearchIndex, catMembers, function(item) { - return request.term.indexOf(".") > -1 - ? item.p + "." + item.c + "." + item.l : item.l; - }); - searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); - - if (!indexFilesLoaded()) { - updateSearchResults = function() { - doSearch(request, response); - } - result.unshift(loading); - } else { - updateSearchResults = function() {}; - } - response(result); -} -$(function() { - $("#search-input").catcomplete({ - minLength: 1, - delay: 300, - source: doSearch, - response: function(event, ui) { - if (!ui.content.length) { - ui.content.push(noResult); - } else { - $("#search-input").empty(); - } - }, - autoFocus: true, - focus: function(event, ui) { - return false; - }, - position: { - collision: "flip" - }, - select: function(event, ui) { - if (ui.item.category) { - var url = getURLPrefix(ui); - if (ui.item.category === catModules) { - url += "module-summary.html"; - } else if (ui.item.category === catPackages) { - if (ui.item.u) { - url = ui.item.u; - } else { - url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; - } - } else if (ui.item.category === catTypes) { - if (ui.item.u) { - url = ui.item.u; - } else if (ui.item.p === UNNAMED) { - url += ui.item.l + ".html"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; - } - } else if (ui.item.category === catMembers) { - if (ui.item.p === UNNAMED) { - url += ui.item.c + ".html" + "#"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; - } - if (ui.item.u) { - url += ui.item.u; - } else { - url += ui.item.l; - } - } else if (ui.item.category === catSearchTags) { - url += ui.item.u; - } - if (top !== window) { - parent.classFrame.location = pathtoroot + url; - } else { - window.location.href = pathtoroot + url; - } - $("#search-input").focus(); - } - } - }); -}); diff --git a/0.1.0/serialized-form.html b/0.1.0/serialized-form.html deleted file mode 100644 index f2e98675..00000000 --- a/0.1.0/serialized-form.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - -Serialized Form (fauna-jvm 0.1.0 API) - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Serialized Form

    -
    - -
    -
    -
    - - diff --git a/0.1.0/stylesheet.css b/0.1.0/stylesheet.css deleted file mode 100644 index 6dc5b365..00000000 --- a/0.1.0/stylesheet.css +++ /dev/null @@ -1,866 +0,0 @@ -/* - * Javadoc style sheet - */ - -@import url('resources/fonts/dejavu.css'); - -/* - * Styles for individual HTML elements. - * - * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular - * HTML element throughout the page. - */ - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; - padding:0; - height:100%; - width:100%; -} -iframe { - margin:0; - padding:0; - height:100%; - width:100%; - overflow-y:scroll; - border:none; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a[href]:hover, a[href]:focus { - text-decoration:none; - color:#bb7a2a; -} -a[name] { - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; -} -h4 { - font-size:15px; -} -h5 { - font-size:14px; -} -h6 { - font-size:13px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; -} -:not(h1, h2, h3, h4, h5, h6) > code, -:not(h1, h2, h3, h4, h5, h6) > tt { - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -.summary-table dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -button { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size: 14px; -} -/* - * Styles for HTML generated by javadoc. - * - * These are style classes that are used by the standard doclet to generate HTML documentation. - */ - -/* - * Styles for document title and copyright. - */ -.clear { - clear:both; - height:0; - overflow:hidden; -} -.about-language { - float:right; - padding:0 21px 8px 8px; - font-size:11px; - margin-top:-9px; - height:2.9em; -} -.legal-copy { - margin-left:.5em; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* - * Styles for navigation bar. - */ -@media screen { - .flex-box { - position:fixed; - display:flex; - flex-direction:column; - height: 100%; - width: 100%; - } - .flex-header { - flex: 0 0 auto; - } - .flex-content { - flex: 1 1 auto; - overflow-y: auto; - } -} -.top-nav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - min-height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.sub-nav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.sub-nav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list { - padding-top:5px; -} -ul.nav-list { - display:block; - margin:0 25px 0 0; - padding:0; -} -ul.sub-nav-list { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.nav-list li { - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list-search { - float:right; - margin:0 0 0 0; - padding:5px 6px; - clear:none; -} -.nav-list-search label { - position:relative; - right:-16px; -} -ul.sub-nav-list li { - list-style:none; - float:left; - padding-top:10px; -} -.top-nav a:link, .top-nav a:active, .top-nav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.top-nav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.nav-bar-cell1-rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skip-nav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* - * Hide navigation links and search box in print layout - */ -@media print { - ul.nav-list, div.sub-nav { - display:none; - } -} -/* - * Styles for page header and footer. - */ -.title { - color:#2c4557; - margin:10px 0; -} -.sub-title { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* - * Styles for headings. - */ -body.class-declaration-page .summary h2, -body.class-declaration-page .details h2, -body.class-use-page h2, -body.module-declaration-page .block-list h2 { - font-style: italic; - padding:0; - margin:15px 0; -} -body.class-declaration-page .summary h3, -body.class-declaration-page .details h3, -body.class-declaration-page .summary .inherited-list h2 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -/* - * Styles for page layout containers. - */ -main { - clear:both; - padding:10px 20px; - position:relative; -} -dl.notes > dt { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -dl.notes > dd { - margin:5px 10px 10px 0; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -dl.name-value > dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -dl.name-value > dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* - * Styles for lists. - */ -li.circle { - list-style:circle; -} -ul.horizontal li { - display:inline; - font-size:0.9em; -} -div.inheritance { - margin:0; - padding:0; -} -div.inheritance div.inheritance { - margin-left:2em; -} -ul.block-list, -ul.details-list, -ul.member-list, -ul.summary-list { - margin:10px 0 10px 0; - padding:0; -} -ul.block-list > li, -ul.details-list > li, -ul.member-list > li, -ul.summary-list > li { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -.summary-table dl, .summary-table dl dt, .summary-table dl dd { - margin-top:0; - margin-bottom:1px; -} -ul.see-list, ul.see-list-long { - padding-left: 0; - list-style: none; -} -ul.see-list li { - display: inline; -} -ul.see-list li:not(:last-child):after, -ul.see-list-long li:not(:last-child):after { - content: ", "; - white-space: pre-wrap; -} -/* - * Styles for tables. - */ -.summary-table, .details-table { - width:100%; - border-spacing:0; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; - padding:0; -} -.caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0; - padding-top:10px; - padding-left:1px; - margin:0; - white-space:pre; -} -.caption a:link, .caption a:visited { - color:#1f389c; -} -.caption a:hover, -.caption a:active { - color:#FFFFFF; -} -.caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -div.table-tabs { - padding:10px 0 0 1px; - margin:0; -} -div.table-tabs > button { - border: none; - cursor: pointer; - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 3px; -} -div.table-tabs > button.active-table-tab { - background: #F8981D; - color: #253441; -} -div.table-tabs > button.table-tab { - background: #4D7A97; - color: #FFFFFF; -} -.two-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); -} -.three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); -} -.four-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); -} -@media screen and (max-width: 600px) { - .two-column-summary { - display: grid; - grid-template-columns: 1fr; - } -} -@media screen and (max-width: 800px) { - .three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(25%, auto); - } - .three-column-summary .col-last { - grid-column-end: span 2; - } -} -@media screen and (max-width: 1000px) { - .four-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); - } -} -.summary-table > div, .details-table > div { - text-align:left; - padding: 8px 3px 3px 7px; -} -.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { - vertical-align:top; - padding-right:0; - padding-top:8px; - padding-bottom:3px; -} -.table-header { - background:#dee3e9; - font-weight: bold; -} -.col-first, .col-first { - font-size:13px; -} -.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { - font-size:13px; -} -.col-first, .col-second, .col-constructor-name { - vertical-align:top; - overflow: auto; -} -.col-last { - white-space:normal; -} -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-constructor-name a:link, .col-constructor-name a:visited, -.col-summary-item-name a:link, .col-summary-item-name a:visited, -.constant-values-container a:link, .constant-values-container a:visited, -.all-classes-container a:link, .all-classes-container a:visited, -.all-packages-container a:link, .all-packages-container a:visited { - font-weight:bold; -} -.table-sub-heading-color { - background-color:#EEEEFF; -} -.even-row-color, .even-row-color .table-header { - background-color:#FFFFFF; -} -.odd-row-color, .odd-row-color .table-header { - background-color:#EEEEEF; -} -/* - * Styles for contents. - */ -.deprecated-content { - margin:0; - padding:10px 0; -} -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -.col-last div { - padding-top:0; -} -.col-last a { - padding-bottom:3px; -} -.module-signature, -.package-signature, -.type-signature, -.member-signature { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - margin:14px 0; - white-space: pre-wrap; -} -.module-signature, -.package-signature, -.type-signature { - margin-top: 0; -} -.member-signature .type-parameters-long, -.member-signature .parameters, -.member-signature .exceptions { - display: inline-block; - vertical-align: top; - white-space: pre; -} -.member-signature .type-parameters { - white-space: normal; -} -/* - * Styles for formatting effect. - */ -.source-line-no { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:0 10px 5px 0; - color:#474747; -} -.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, -.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, -.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { - font-weight:bold; -} -.deprecation-comment, .help-footnote, .preview-comment { - font-style:italic; -} -.deprecation-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -.preview-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -div.block div.deprecation-comment { - font-style:normal; -} -/* - * Styles specific to HTML5 elements. - */ -main, nav, header, footer, section { - display:block; -} -/* - * Styles for javadoc search. - */ -.ui-autocomplete-category { - font-weight:bold; - font-size:15px; - padding:7px 0 7px 3px; - background-color:#4D7A97; - color:#FFFFFF; -} -.ui-autocomplete { - max-height:85%; - max-width:65%; - overflow-y:scroll; - overflow-x:scroll; - white-space:nowrap; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -} -ul.ui-autocomplete { - position:fixed; - z-index:999999; - background-color: #FFFFFF; -} -ul.ui-autocomplete li { - float:left; - clear:both; - width:100%; -} -.ui-autocomplete .result-item { - font-size: inherit; -} -.ui-autocomplete .result-highlight { - font-weight:bold; -} -#search-input { - background-image:url('resources/glass.png'); - background-size:13px; - background-repeat:no-repeat; - background-position:2px 3px; - padding-left:20px; - position:relative; - right:-18px; - width:400px; -} -#reset-button { - background-color: rgb(255,255,255); - background-image:url('resources/x.png'); - background-position:center; - background-repeat:no-repeat; - background-size:12px; - border:0 none; - width:16px; - height:16px; - position:relative; - left:-4px; - top:-4px; - font-size:0px; -} -.watermark { - color:#545454; -} -.search-tag-desc-result { - font-style:italic; - font-size:11px; -} -.search-tag-holder-result { - font-style:italic; - font-size:12px; -} -.search-tag-result:target { - background-color:yellow; -} -.module-graph span { - display:none; - position:absolute; -} -.module-graph:hover span { - display:block; - margin: -100px 0 0 100px; - z-index: 1; -} -.inherited-list { - margin: 10px 0 10px 0; -} -section.class-description { - line-height: 1.4; -} -.summary section[class$="-summary"], .details section[class$="-details"], -.class-uses .detail, .serialized-class-details { - padding: 0px 20px 5px 10px; - border: 1px solid #ededed; - background-color: #f8f8f8; -} -.inherited-list, section[class$="-details"] .detail { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -.vertical-separator { - padding: 0 5px; -} -ul.help-section-list { - margin: 0; -} -ul.help-subtoc > li { - display: inline-block; - padding-right: 5px; - font-size: smaller; -} -ul.help-subtoc > li::before { - content: "\2022" ; - padding-right:2px; -} -span.help-note { - font-style: italic; -} -/* - * Indicator icon for external links. - */ -main a[href*="://"]::after { - content:""; - display:inline-block; - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); - background-size:100% 100%; - width:7px; - height:7px; - margin-left:2px; - margin-bottom:4px; -} -main a[href*="://"]:hover::after, -main a[href*="://"]:focus::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); -} - -/* - * Styles for user-provided tables. - * - * borderless: - * No borders, vertical margins, styled caption. - * This style is provided for use with existing doc comments. - * In general, borderless tables should not be used for layout purposes. - * - * plain: - * Plain borders around table and cells, vertical margins, styled caption. - * Best for small tables or for complex tables for tables with cells that span - * rows and columns, when the "striped" style does not work well. - * - * striped: - * Borders around the table and vertical borders between cells, striped rows, - * vertical margins, styled caption. - * Best for tables that have a header row, and a body containing a series of simple rows. - */ - -table.borderless, -table.plain, -table.striped { - margin-top: 10px; - margin-bottom: 10px; -} -table.borderless > caption, -table.plain > caption, -table.striped > caption { - font-weight: bold; - font-size: smaller; -} -table.borderless th, table.borderless td, -table.plain th, table.plain td, -table.striped th, table.striped td { - padding: 2px 5px; -} -table.borderless, -table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, -table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { - border: none; -} -table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { - background-color: transparent; -} -table.plain { - border-collapse: collapse; - border: 1px solid black; -} -table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { - background-color: transparent; -} -table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, -table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid black; -} -table.striped { - border-collapse: collapse; - border: 1px solid black; -} -table.striped > thead { - background-color: #E3E3E3; -} -table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid black; -} -table.striped > tbody > tr:nth-child(even) { - background-color: #EEE -} -table.striped > tbody > tr:nth-child(odd) { - background-color: #FFF -} -table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid black; - border-right: 1px solid black; -} -table.striped > tbody > tr > th { - font-weight: normal; -} -/** - * Tweak font sizes and paddings for small screens. - */ -@media screen and (max-width: 1050px) { - #search-input { - width: 300px; - } -} -@media screen and (max-width: 800px) { - #search-input { - width: 200px; - } - .top-nav, - .bottom-nav { - font-size: 11px; - padding-top: 6px; - } - .sub-nav { - font-size: 11px; - } - .about-language { - padding-right: 16px; - } - ul.nav-list li, - .sub-nav .nav-list-search { - padding: 6px; - } - ul.sub-nav-list li { - padding-top: 5px; - } - main { - padding: 10px; - } - .summary section[class$="-summary"], .details section[class$="-details"], - .class-uses .detail, .serialized-class-details { - padding: 0 8px 5px 8px; - } - body { - -webkit-text-size-adjust: none; - } -} -@media screen and (max-width: 500px) { - #search-input { - width: 150px; - } - .top-nav, - .bottom-nav { - font-size: 10px; - } - .sub-nav { - font-size: 10px; - } - .about-language { - font-size: 10px; - padding-right: 12px; - } -} diff --git a/0.1.0/tag-search-index.js b/0.1.0/tag-search-index.js deleted file mode 100644 index bf10aaf6..00000000 --- a/0.1.0/tag-search-index.js +++ /dev/null @@ -1 +0,0 @@ -tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/0.1.0/type-search-index.js b/0.1.0/type-search-index.js deleted file mode 100644 index 0cf37de2..00000000 --- a/0.1.0/type-search-index.js +++ /dev/null @@ -1 +0,0 @@ -typeSearchIndex = [{"p":"com.fauna.exception","l":"AbortException"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.fauna.exception","l":"AuthenticationException"},{"p":"com.fauna.exception","l":"AuthorizationException"},{"p":"com.fauna.serialization","l":"BaseDeserializer"},{"p":"com.fauna.types","l":"BaseDocument"},{"p":"com.fauna.client","l":"ExponentialBackoffStrategy.Builder"},{"p":"com.fauna.client","l":"FaunaConfig.Builder"},{"p":"com.fauna.query","l":"QueryOptions.Builder"},{"p":"com.fauna.serialization","l":"CheckedDeserializer"},{"p":"com.fauna.serialization","l":"ClassDeserializer"},{"p":"com.fauna.exception","l":"ClientException"},{"p":"com.fauna.exception","l":"ConstraintFailureException"},{"p":"com.fauna.exception","l":"ContendedTransactionException"},{"p":"com.fauna.serialization","l":"Deserializer"},{"p":"com.fauna.types","l":"Document"},{"p":"com.fauna.types","l":"DocumentRef"},{"p":"com.fauna.env","l":"DriverEnvironment"},{"p":"com.fauna.serialization","l":"DynamicDeserializer"},{"p":"com.fauna.types","l":"BaseDocument.Entry"},{"p":"com.fauna.exception","l":"ErrorHandler"},{"p":"com.fauna.response","l":"ErrorInfo"},{"p":"com.fauna.client","l":"ExponentialBackoffStrategy"},{"p":"com.fauna.client","l":"FaunaClient"},{"p":"com.fauna.client","l":"FaunaConfig"},{"p":"com.fauna.client","l":"FaunaConfig.FaunaEndpoint"},{"p":"com.fauna.client","l":"FaunaConfig.FaunaEnvironment"},{"p":"com.fauna.exception","l":"FaunaException"},{"p":"com.fauna.annotation","l":"FaunaField"},{"p":"com.fauna.annotation","l":"FaunaFieldImpl"},{"p":"com.fauna.annotation","l":"FaunaObject"},{"p":"com.fauna.client","l":"FaunaRequest"},{"p":"com.fauna.query.template","l":"FaunaTemplate"},{"p":"com.fauna.enums","l":"FaunaTokenType"},{"p":"com.fauna.enums","l":"FaunaType"},{"p":"com.fauna.mapping","l":"FieldInfo"},{"p":"com.fauna.mapping","l":"FieldName"},{"p":"com.fauna.query.builder","l":"Fragment"},{"p":"com.fauna.interfaces","l":"IClassDeserializer"},{"p":"com.fauna.interfaces","l":"IDeserializer"},{"p":"com.fauna.exception","l":"InvalidRequestException"},{"p":"com.fauna.env","l":"DriverEnvironment.JvmDriver"},{"p":"com.fauna.serialization","l":"ListDeserializer"},{"p":"com.fauna.helper","l":"ListOf"},{"p":"com.fauna.query.builder","l":"LiteralFragment"},{"p":"com.fauna.serialization","l":"MapDeserializer"},{"p":"com.fauna.helper","l":"MapOf"},{"p":"com.fauna.mapping","l":"MappingContext"},{"p":"com.fauna.mapping","l":"MappingInfo"},{"p":"com.fauna.types","l":"Module"},{"p":"com.fauna.types","l":"NamedDocument"},{"p":"com.fauna.types","l":"NamedDocumentRef"},{"p":"com.fauna.client","l":"NoRetryStrategy"},{"p":"com.fauna.serialization","l":"NullableDeserializer"},{"p":"com.fauna.types","l":"NullDocumentRef"},{"p":"com.fauna.types","l":"NullNamedDocumentRef"},{"p":"com.fauna.types","l":"Page"},{"p":"com.fauna.serialization","l":"PageDeserializer"},{"p":"com.fauna.helper","l":"PageOf"},{"p":"com.fauna.exception","l":"ProtocolException"},{"p":"com.fauna.query.builder","l":"Query"},{"p":"com.fauna.exception","l":"QueryCheckException"},{"p":"com.fauna.response","l":"QueryFailure"},{"p":"com.fauna.query","l":"QueryOptions"},{"p":"com.fauna.response","l":"QueryResponse"},{"p":"com.fauna.exception","l":"QueryRuntimeException"},{"p":"com.fauna.response","l":"QueryStats"},{"p":"com.fauna.response","l":"QuerySuccess"},{"p":"com.fauna.client","l":"RequestBuilder.QueryTags"},{"p":"com.fauna.exception","l":"QueryTimeoutException"},{"p":"com.fauna.client","l":"RequestBuilder"},{"p":"com.fauna.constants","l":"ResponseFields"},{"p":"com.fauna.exception","l":"RetryableException"},{"p":"com.fauna.client","l":"RetryHandler"},{"p":"com.fauna.client","l":"RetryStrategy"},{"p":"com.fauna.serialization","l":"Serializer"},{"p":"com.fauna.exception","l":"ServiceException"},{"p":"com.fauna.exception","l":"ServiceInternalException"},{"p":"com.fauna.query.template","l":"FaunaTemplate.TemplatePart"},{"p":"com.fauna.query.template","l":"TemplatePartType"},{"p":"com.fauna.exception","l":"ThrottlingException"},{"p":"com.fauna.serialization","l":"UTF8FaunaGenerator"},{"p":"com.fauna.serialization","l":"UTF8FaunaParser"},{"p":"com.fauna.query.builder","l":"ValueFragment"}];updateSearchResults(); \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..ab46e7c7 --- /dev/null +++ b/index.html @@ -0,0 +1,136 @@ + + + + + + + Fauna v10 Java driver - API reference + + + + + + +

    Fauna v10 Java driver - API reference

    +

    This site contains API reference documentation for the + Fauna v10 Java driver.
    + The documentation is generated using Javadoc. +

    +

    + For examples and tutorials, see the + driver README and + the + Fauna docs. +

    + + + +