Class DesignDocumentViewIndex
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.DesignDocumentViewIndex
-
Method Summary
Modifier and TypeMethodDescriptionGets the collatorVersions.Gets the language.Gets the signature.getSizes()
Gets the sizes.Gets the updatesPending.Gets the waitingClients.Gets the compactRunning.Gets the updaterRunning.Gets the waitingCommit.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCollatorVersions
-
isCompactRunning
Gets the compactRunning. Indicates whether a compaction routine is currently running on the view.- Returns:
- the compactRunning
-
getLanguage
Gets the language. Language for the defined views.- Returns:
- the language
-
getSignature
Gets the signature. MD5 signature of the views for the design document.- Returns:
- the signature
-
getSizes
Gets the sizes. Schema for size information of content.- Returns:
- the sizes
-
isUpdaterRunning
Gets the updaterRunning. Indicates if the view is currently being updated.- Returns:
- the updaterRunning
-
getUpdatesPending
Gets the updatesPending. Schema for an ability to tell if view is up-to-date without querying it.- Returns:
- the updatesPending
-
getWaitingClients
Gets the waitingClients. Number of clients waiting on views from this design document.- Returns:
- the waitingClients
-
isWaitingCommit
Gets the waitingCommit. Indicates if there are outstanding commits to the underlying database that need to processed.- Returns:
- the waitingCommit
-