public class PartitionInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PartitionInfo.Sizes |
Constructor and Description |
---|
PartitionInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getDocCount()
Get a count of the documents in the specified database partition.
|
long |
getDocDelCount()
Get a count of the deleted documents in the specified database partition.
|
java.lang.String |
getPartition()
Get the database partition key.
|
PartitionInfo.Sizes |
getSizes()
Get the
PartitionInfo.Sizes object for this database
partition. |
java.lang.String |
toString() |
public long getDocCount()
public long getDocDelCount()
public java.lang.String getPartition()
public PartitionInfo.Sizes getSizes()
PartitionInfo.Sizes
object for this database
partition.PartitionInfo.Sizes
object, containing data
size information for this database partition.public java.lang.String toString()
toString
in class java.lang.Object