Package com.ibm.cloud.cloudant.v1.model
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.
-
-
Constructor Summary
Constructors Constructor Description DesignDocumentViewIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
Gets the language.String
getSignature()
Gets the signature.ContentInformationSizes
getSizes()
Gets the sizes.Long
getWaitingClients()
Gets the waitingClients.Boolean
isCompactRunning()
Gets the compactRunning.Boolean
isUpdaterRunning()
Gets the updaterRunning.Boolean
isWaitingCommit()
Gets the waitingCommit.
-
-
-
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
-
-