public class LoadedDatabaseStatistics
extends java.lang.Object
Constructor and Description |
---|
LoadedDatabaseStatistics() |
Modifier and Type | Method and Description |
---|---|
long |
getCountOfAttachments()
Deprecated.
|
long |
getCountOfDocuments() |
double |
getDatabaseTransactionVersionSizeInMB() |
java.lang.String |
getIndexStorageHumaneSize() |
long |
getIndexStorageSize() |
java.util.Date |
getLastActivity() |
DatabaseMetrics |
getMetrics() |
java.lang.String |
getName() |
StorageStats |
getStorageStats() |
java.lang.String |
getTotalDatabaseHumaneSize() |
long |
getTotalDatabaseSize() |
long |
getTransactionalStorageAllocatedSize() |
java.lang.String |
getTransactionalStorageAllocatedSizeHumaneSize() |
long |
getTransactionalStorageUsedSize() |
java.lang.String |
getTransactionalStorageUsedSizeHumaneSize() |
void |
setCountOfAttachments(long countOfAttachments)
Deprecated.
|
void |
setCountOfDocuments(long countOfDocuments) |
void |
setDatabaseTransactionVersionSizeInMB(double databaseTransactionVersionSizeInMB) |
void |
setIndexStorageHumaneSize(java.lang.String indexStorageHumaneSize) |
void |
setIndexStorageSize(long indexStorageSize) |
void |
setLastActivity(java.util.Date lastActivity) |
void |
setMetrics(DatabaseMetrics metrics) |
void |
setName(java.lang.String name) |
void |
setStorageStats(StorageStats storageStats) |
void |
setTotalDatabaseHumaneSize(java.lang.String totalDatabaseHumaneSize) |
void |
setTotalDatabaseSize(long totalDatabaseSize) |
void |
setTransactionalStorageAllocatedSize(long transactionalStorageAllocatedSize) |
void |
setTransactionalStorageAllocatedSizeHumaneSize(java.lang.String transactionalStorageAllocatedSizeHumaneSize) |
void |
setTransactionalStorageUsedSize(long transactionalStorageUsedSize) |
void |
setTransactionalStorageUsedSizeHumaneSize(java.lang.String transactionalStorageUsedSizeHumaneSize) |
public StorageStats getStorageStats()
public void setStorageStats(StorageStats storageStats)
public DatabaseMetrics getMetrics()
public void setMetrics(DatabaseMetrics metrics)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.Date getLastActivity()
public void setLastActivity(java.util.Date lastActivity)
@Deprecated public long getCountOfAttachments()
@Deprecated public void setCountOfAttachments(long countOfAttachments)
public long getIndexStorageSize()
public void setIndexStorageSize(long indexStorageSize)
public java.lang.String getIndexStorageHumaneSize()
public void setIndexStorageHumaneSize(java.lang.String indexStorageHumaneSize)
public long getTotalDatabaseSize()
public void setTotalDatabaseSize(long totalDatabaseSize)
public java.lang.String getTotalDatabaseHumaneSize()
public void setTotalDatabaseHumaneSize(java.lang.String totalDatabaseHumaneSize)
public long getCountOfDocuments()
public void setCountOfDocuments(long countOfDocuments)
public double getDatabaseTransactionVersionSizeInMB()
public void setDatabaseTransactionVersionSizeInMB(double databaseTransactionVersionSizeInMB)
public long getTransactionalStorageAllocatedSize()
public void setTransactionalStorageAllocatedSize(long transactionalStorageAllocatedSize)
public java.lang.String getTransactionalStorageAllocatedSizeHumaneSize()
public void setTransactionalStorageAllocatedSizeHumaneSize(java.lang.String transactionalStorageAllocatedSizeHumaneSize)
public long getTransactionalStorageUsedSize()
public void setTransactionalStorageUsedSize(long transactionalStorageUsedSize)
public java.lang.String getTransactionalStorageUsedSizeHumaneSize()
public void setTransactionalStorageUsedSizeHumaneSize(java.lang.String transactionalStorageUsedSizeHumaneSize)
Copyright © 2014. All Rights Reserved.