|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ektorp.support.CouchDbDocument
org.ektorp.support.OpenCouchDbDocument
org.ektorp.DesignDocInfo.ViewIndex
public static class DesignDocInfo.ViewIndex
| Constructor Summary | |
|---|---|
DesignDocInfo.ViewIndex()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.ektorp.support.OpenCouchDbDocument |
|---|
getAnonymous, setAnonymous |
| Methods inherited from class org.ektorp.support.CouchDbDocument |
|---|
addInlineAttachment, getAttachments, getConflicts, getId, getRevision, getRevisions, hasConflict, isNew, removeAttachment, setId, setRevision |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DesignDocInfo.ViewIndex()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||