Uses of Class
com.ibm.cloud.cloudant.v1.Cloudant
Packages that use Cloudant
Package
Description
Helper utilities for working with the changes feed.
Feature for paginating operation requests.
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 newChangesFollower
using the supplied client and options and configured to continually suppress transient errors and retry indefinitely.ChangesFollower
(Cloudant client, PostChangesOptions options, Duration errorTolerance) Create a newChangesFollower
using 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.features.pagination
Methods in com.ibm.cloud.cloudant.features.pagination with parameters of type CloudantModifier and TypeMethodDescriptionPagination.newPagination
(Cloudant client, PostAllDocsOptions options) Get a Pagination for the postAllDocs operation.Pagination.newPagination
(Cloudant client, PostDesignDocsOptions options) Get a Pagination for the postPartitionAllDocs operation.static Pagination
<PostFindOptions, Document> Pagination.newPagination
(Cloudant client, PostFindOptions options) Get a Pagination for the postFind operation.Pagination.newPagination
(Cloudant client, PostPartitionAllDocsOptions options) Get a Pagination for the postPartitionAllDocs operation.Pagination.newPagination
(Cloudant client, PostPartitionFindOptions options) Get a Pagination for the postPartitionFind operation.Pagination.newPagination
(Cloudant client, PostPartitionSearchOptions options) Get a Pagination for the postPartitionSearch operation.Pagination.newPagination
(Cloudant client, PostPartitionViewOptions options) Get a Pagination for the postPartitionView operation.Pagination.newPagination
(Cloudant client, PostSearchOptions options) Get a Pagination for the postSearch operation.static Pagination
<PostViewOptions, ViewResultRow> Pagination.newPagination
(Cloudant client, PostViewOptions options) Get a Pagination for the postView operation. -
Uses of Cloudant in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 that return CloudantModifier and TypeMethodDescriptionstatic Cloudant
Cloudant.newInstance()
Class method which constructs an instance of the `Cloudant` client.static Cloudant
Cloudant.newInstance
(String serviceName) Class method which constructs an instance of the `Cloudant` client.