public class DbInfo extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDbName() |
int |
getDiskFormatVersion() |
long |
getDiskSize() |
long |
getDocCount() |
int |
getDocDelCount() |
long |
getInstanceStartTime() |
int |
getPurgeSeq() |
Map<String,Object> |
getUnknownFields() |
long |
getUpdateSeq() |
String |
getUpdateSeqAsString()
Cloudant uses generated strings for update sequence.
|
int |
hashCode() |
boolean |
isCompactRunning() |
boolean |
isUpdateSeqNumeric() |
void |
setUnknown(String key,
Object value) |
public DbInfo(String dbName)
public boolean isCompactRunning()
public String getDbName()
public int getDiskFormatVersion()
public long getDiskSize()
public long getDocCount()
public int getDocDelCount()
public long getInstanceStartTime()
public int getPurgeSeq()
public long getUpdateSeq()
public String getUpdateSeqAsString()
public boolean isUpdateSeqNumeric()
Copyright © 2013. All Rights Reserved.