Uses of Class
com.ibm.cloud.cloudant.v1.Cloudant
Packages that use Cloudant
Package
Description
Helper utilities for working with the changes feed.
Cloudant v1.
-
Uses of Cloudant in com.ibm.cloud.cloudant.features
Constructors in com.ibm.cloud.cloudant.features with parameters of type CloudantModifierConstructorDescriptionChangesFollower(Cloudant client, PostChangesOptions options) Create a newChangesFollowerusing the supplied client and options and configured to continually suppress transient errors and retry indefinitely.ChangesFollower(Cloudant client, PostChangesOptions options, Duration errorTolerance) Create a newChangesFollowerusing the supplied client and options that will suppress transient errors and retry for as long as the given duration. -
Uses of Cloudant in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 that return CloudantModifier and TypeMethodDescriptionstatic CloudantCloudant.newInstance()Class method which constructs an instance of the `Cloudant` client.static CloudantCloudant.newInstance(String serviceName) Class method which constructs an instance of the `Cloudant` client.