public static class DesignDocInfo.ViewIndex extends OpenCouchDbDocument
ATTACHMENTS_NAME
Constructor and Description |
---|
DesignDocInfo.ViewIndex() |
Modifier and Type | Method and Description |
---|---|
long |
getDiskSize()
Size in bytes of the view as stored on disk.
|
String |
getLanguage()
Language for the defined views.
|
long |
getPurgeSeq()
The purge sequence that has been processed.
|
String |
getSignature()
MD5 signature of the views for the design document
|
long |
getUpdateSeq()
The update sequence of the corresponding database that has been indexed.
|
int |
getWaitingClients()
Number of clients waiting on views from this design document.
|
boolean |
isCompactRunning()
Indicates whether a compaction routine is currently running on the view
|
boolean |
isUpdaterRunning()
Indicates if the view is currently being updated.
|
boolean |
isWaitingCommit()
Indicates if there are outstanding commits to the underlying database that need to processed.
|
getAnonymous, setAnonymous
addInlineAttachment, getAttachments, getConflicts, getId, getRevision, getRevisions, hasConflict, isNew, removeAttachment, setId, setRevision
public boolean isCompactRunning()
public boolean isUpdaterRunning()
public String getLanguage()
public long getPurgeSeq()
public boolean isWaitingCommit()
public int getWaitingClients()
public String getSignature()
public long getUpdateSeq()
public long getDiskSize()
Copyright © 2013. All Rights Reserved.