Class DataStorePropertiesConfiguration
java.lang.Object
io.stargate.sgv2.api.common.properties.datastore.configuration.DataStorePropertiesConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.stargate.bridge.proto.Schema.SupportedFeaturesResponsefetchSupportedFeatures(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.
-
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.
-