Class 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.
    • Constructor Detail

      • DesignDocumentViewIndex

        public DesignDocumentViewIndex()
    • Method Detail

      • 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
      • 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