Class DataStorePropertiesConfiguration

java.lang.Object
io.stargate.sgv2.api.common.properties.datastore.configuration.DataStorePropertiesConfiguration

public class DataStorePropertiesConfiguration extends Object
  • Constructor Details

    • DataStorePropertiesConfiguration

      public DataStorePropertiesConfiguration()
  • Method Details

    • fetchSupportedFeatures

      @Retry(maxRetries=4, delay=3L, delayUnit=SECONDS, maxDuration=60L, durationUnit=SECONDS) protected io.stargate.bridge.proto.Schema.SupportedFeaturesResponse fetchSupportedFeatures(StargateBridgeGrpc.StargateBridgeBlockingStub bridge, AtomicInteger callCount)
      Method for fetching data store metadata: will attempt up to 5 total calls, for up to 1 minute before failing.