Serialized Form

  • Package io.stargate.sdk

    • Class io.stargate.sdk.StargateClientBuilder

      class StargateClientBuilder extends Object implements Serializable
      serialVersionUID:
      -4662012136342903695L
      • Serialized Fields

        • appToken
          String appToken
          if provided the authentication URL is not use to get token.
        • cqlMetricsRegistry
          Object cqlMetricsRegistry
          Metrics Registry if provided.
        • cqlOptions
          com.datastax.oss.driver.api.core.config.OptionsMap cqlOptions
          Track options in the object to help retrive values. The configuration is loaded with a Programmatic Loader and not the options Map.
        • cqlRequestTracker
          com.datastax.oss.driver.api.core.tracker.RequestTracker cqlRequestTracker
          Request tracker.
        • cqlSession
          com.datastax.oss.driver.api.core.CqlSession cqlSession
          Providing Ad Hoc CqlSession.
        • driverConfig
          com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder driverConfig
          Dynamic configuration.
        • enabledCql
          boolean enabledCql
          If the flag is enabled the Cql Session will not be created even if parameters are ok.
        • enabledGrpc
          boolean enabledGrpc
          If the flag is enabled the Grpc Session will not be created even if parameters are ok.
        • httpObservers
          Map<String,io.stargate.sdk.audit.ServiceCallObserver> httpObservers
          Observers.
        • httpRequestConfig
          org.apache.hc.client5.http.config.RequestConfig httpRequestConfig
          Override Request configuration.
        • httpRetryConfig
          com.evanlennick.retry4j.config.RetryConfig httpRetryConfig
          Override Retry configuration.
        • localDatacenter
          String localDatacenter
          Local datacenter.
        • password
          String password
          This the endPoint to invoke to work with different API(s).
        • stargateNodesDC
          Map<String,StargateDataCenter> stargateNodesDC
          if an apiToken is provided it will be used for all nodes.
        • username
          String username
          user name.