Class DesignDocumentViewIndex

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.DesignDocumentViewIndex
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class DesignDocumentViewIndex extends com.ibm.cloud.sdk.core.service.model.GenericModel
View index information.
  • Method Details

    • getCollatorVersions

      public List<String> getCollatorVersions()
      Gets the collatorVersions. List of collator versions. If there are multiple entries this implies a libicu upgrade has occurred but compaction has not run yet.
      Returns:
      the collatorVersions
    • isCompactRunning

      public Boolean isCompactRunning()
      Gets the compactRunning. Indicates whether a compaction routine is currently running on the view.
      Returns:
      the compactRunning
    • getLanguage

      public String getLanguage()
      Gets the language. Language for the defined views.
      Returns:
      the language
    • getSignature

      public String getSignature()
      Gets the signature. MD5 signature of the views for the design document.
      Returns:
      the signature
    • getSizes

      public ContentInformationSizes getSizes()
      Gets the sizes. Schema for size information of content.
      Returns:
      the sizes
    • isUpdaterRunning

      public Boolean isUpdaterRunning()
      Gets the updaterRunning. Indicates if the view is currently being updated.
      Returns:
      the updaterRunning
    • getUpdatesPending

      public UpdatesPending getUpdatesPending()
      Gets the updatesPending. Schema for an ability to tell if view is up-to-date without querying it.
      Returns:
      the updatesPending
    • getWaitingClients

      public Long getWaitingClients()
      Gets the waitingClients. Number of clients waiting on views from this design document.
      Returns:
      the waitingClients
    • isWaitingCommit

      public Boolean isWaitingCommit()
      Gets the waitingCommit. Indicates if there are outstanding commits to the underlying database that need to processed.
      Returns:
      the waitingCommit