public class EntitySetMetrics
extends java.lang.Object
Runtime metrics for EntitySet
.
Constructor and Description |
---|
EntitySetMetrics() |
Modifier and Type | Method and Description |
---|---|
DataMetric |
getDcnCreateEntityTime()
Return metric for time spent creating entities for DCN with the
SQLDatabaseProvider . |
DataMetric |
getDcnDeleteEntityTime()
Return metric for time spent deleting entities for DCN with the
SQLDatabaseProvider . |
DataMetric |
getDcnPatchNotFound()
Return metric for entities not found for DCN patch with the
SQLDatabaseProvider . |
DataMetric |
getDcnPatchQueryTime()
Return metric for time spent selecting entities for DCN patch with the
SQLDatabaseProvider . |
DataMetric |
getDcnQueryResultRows()
Return metric for rows returned by queries for DCN patch with the
SQLDatabaseProvider . |
DataMetric |
getDcnUpdateEntityTime()
Return metric for time spent updating entities for DCN with the
SQLDatabaseProvider . |
DataMetric |
getDcnUpsertEntityTime()
Return metric for time spent upserting entities for DCN with the
SQLDatabaseProvider . |
DataMetric |
getDeltaDownloadBytes_gzip()
Return metric for delta download bytes (gzip size).
|
DataMetric |
getDeltaDownloadBytes()
Return metric for delta download bytes.
|
DataMetric |
getDeltaDownloadRows()
Return metric for delta download rows.
|
DataMetric |
getDeltaDownloadTime()
Return metric for delta download time.
|
DataMetric |
getInitialDownloadBytes_gzip()
Return metric for initial download bytes (gzip size).
|
DataMetric |
getInitialDownloadBytes()
Return metric for initial download bytes.
|
DataMetric |
getInitialDownloadRows()
Return metric for initial download rows.
|
DataMetric |
getInitialDownloadTime()
Return metric for initial download time.
|
DataMetric |
getOfflineCreateEntityTime()
Return metric for time spent creating entities in the local database (except during download).
|
DataMetric |
getOfflineDeleteEntityTime()
Return metric for time spent deleting entities from the local database (except during download).
|
DataMetric |
getOfflineExecuteQueryTime()
Return metric for time spent querying entities from the local database (except during download).
|
DataMetric |
getOfflineQueryResultRows()
Return metric for result rows querying entities from the local database (except during download).
|
DataMetric |
getOfflineUpdateEntityTime()
Return metric for time spent updating entities in the local database (except during download).
|
DataMetric |
getOnlineCreateEntityTime()
Return metric for time spent creating entities in the backend system.
|
DataMetric |
getOnlineCreateLinkTime()
Return metric for time spent creating links in the backend system.
|
DataMetric |
getOnlineDeleteEntityTime()
Return metric for time spent deleting entities from the backend system.
|
DataMetric |
getOnlineDeleteLinkTime()
Return metric for time spent deleting links in the backend system.
|
DataMetric |
getOnlineExecuteQueryTime()
Return metric for time spent executing queries against the backend system.
|
DataMetric |
getOnlineFollowedNextCount()
Return metric for number of query next-links followed from the backend system.
|
DataMetric |
getOnlineHttpResponseTime()
Return metric for time spent fetching query results from the backend system.
|
DataMetric |
getOnlineQueryResultBytes_gzip()
Return metric for byte count (before gzip decompression) fetching query results from the backend system.
|
DataMetric |
getOnlineQueryResultBytes()
Return metric for byte count fetching query results from the backend system.
|
DataMetric |
getOnlineQueryResultRows()
Return metric for result rows executing queries against the backend system.
|
DataMetric |
getOnlineReadEntityTime()
Return metric for time spent loading entities (using primary key) against the backend system.
|
DataMetric |
getOnlineUpdateEntityTime()
Return metric for time spent updating entities in the backend system.
|
DataMetric |
getOnlineUpdateLinkTime()
Return metric for time spent updating links in the backend system.
|
DataMetric |
getSqlCreateEntityTime()
Return metric for time spent creating entities with the
SQLDatabaseProvider . |
DataMetric |
getSqlDeleteEntityTime()
Return metric for time spent deleting entities with the
SQLDatabaseProvider . |
DataMetric |
getSqlDeltaDownloadRows()
Return metric for rows returned by queries (for delta sync) with the
SQLDatabaseProvider . |
DataMetric |
getSqlDeltaDownloadTime()
Return metric for time spent executing queries (for delta sync) with the
SQLDatabaseProvider . |
DataMetric |
getSqlExecuteQueryTime()
Return metric for time spent executing queries with the
SQLDatabaseProvider . |
DataMetric |
getSqlInitialDownloadRows()
Return metric for rows returned by queries (for initial sync) with the
SQLDatabaseProvider . |
DataMetric |
getSqlInitialDownloadTime()
Return metric for time spent executing queries (for initial sync) with the
SQLDatabaseProvider . |
DataMetric |
getSqlQueryResultRows()
Return metric for rows returned by queries with the
SQLDatabaseProvider . |
DataMetric |
getSqlReadEntityTime()
Return metric for time spent loading entities (by primary key) with the
SQLDatabaseProvider . |
DataMetric |
getSqlUpdateEntityTime()
Return metric for time spent updating entities with the
SQLDatabaseProvider . |
void |
setDcnCreateEntityTime(DataMetric value)
Set metric for time spent creating entities for DCN with the
SQLDatabaseProvider . |
void |
setDcnDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities for DCN with the
SQLDatabaseProvider . |
void |
setDcnPatchNotFound(DataMetric value)
Set metric for entities not found for DCN patch with the
SQLDatabaseProvider . |
void |
setDcnPatchQueryTime(DataMetric value)
Set metric for time spent selecting entities for DCN patch with the
SQLDatabaseProvider . |
void |
setDcnQueryResultRows(DataMetric value)
Set metric for rows returned by queries for DCN patch with the
SQLDatabaseProvider . |
void |
setDcnUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities for DCN with the
SQLDatabaseProvider . |
void |
setDcnUpsertEntityTime(DataMetric value)
Set metric for time spent upserting entities for DCN with the
SQLDatabaseProvider . |
void |
setDeltaDownloadBytes_gzip(DataMetric value)
Set metric for delta download bytes (gzip size).
|
void |
setDeltaDownloadBytes(DataMetric value)
Set metric for delta download bytes.
|
void |
setDeltaDownloadRows(DataMetric value)
Set metric for delta download rows.
|
void |
setDeltaDownloadTime(DataMetric value)
Set metric for delta download time.
|
void |
setInitialDownloadBytes_gzip(DataMetric value)
Set metric for initial download bytes (gzip size).
|
void |
setInitialDownloadBytes(DataMetric value)
Set metric for initial download bytes.
|
void |
setInitialDownloadRows(DataMetric value)
Set metric for initial download rows.
|
void |
setInitialDownloadTime(DataMetric value)
Set metric for initial download time.
|
void |
setOfflineCreateEntityTime(DataMetric value)
Set metric for time spent creating entities in the local database (except during download).
|
void |
setOfflineDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities from the local database (except during download).
|
void |
setOfflineExecuteQueryTime(DataMetric value)
Set metric for time spent querying entities from the local database (except during download).
|
void |
setOfflineQueryResultRows(DataMetric value)
Set metric for result rows querying entities from the local database (except during download).
|
void |
setOfflineUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities in the local database (except during download).
|
void |
setOnlineCreateEntityTime(DataMetric value)
Set metric for time spent creating entities in the backend system.
|
void |
setOnlineCreateLinkTime(DataMetric value)
Set metric for time spent creating links in the backend system.
|
void |
setOnlineDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities from the backend system.
|
void |
setOnlineDeleteLinkTime(DataMetric value)
Set metric for time spent deleting links in the backend system.
|
void |
setOnlineExecuteQueryTime(DataMetric value)
Set metric for time spent executing queries against the backend system.
|
void |
setOnlineFollowedNextCount(DataMetric value)
Set metric for number of query next-links followed from the backend system.
|
void |
setOnlineHttpResponseTime(DataMetric value)
Set metric for time spent fetching query results from the backend system.
|
void |
setOnlineQueryResultBytes_gzip(DataMetric value)
Set metric for byte count (before gzip decompression) fetching query results from the backend system.
|
void |
setOnlineQueryResultBytes(DataMetric value)
Set metric for byte count fetching query results from the backend system.
|
void |
setOnlineQueryResultRows(DataMetric value)
Set metric for result rows executing queries against the backend system.
|
void |
setOnlineReadEntityTime(DataMetric value)
Set metric for time spent loading entities (using primary key) against the backend system.
|
void |
setOnlineUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities in the backend system.
|
void |
setOnlineUpdateLinkTime(DataMetric value)
Set metric for time spent updating links in the backend system.
|
void |
setSqlCreateEntityTime(DataMetric value)
Set metric for time spent creating entities with the
SQLDatabaseProvider . |
void |
setSqlDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities with the
SQLDatabaseProvider . |
void |
setSqlDeltaDownloadRows(DataMetric value)
Set metric for rows returned by queries (for delta sync) with the
SQLDatabaseProvider . |
void |
setSqlDeltaDownloadTime(DataMetric value)
Set metric for time spent executing queries (for delta sync) with the
SQLDatabaseProvider . |
void |
setSqlExecuteQueryTime(DataMetric value)
Set metric for time spent executing queries with the
SQLDatabaseProvider . |
void |
setSqlInitialDownloadRows(DataMetric value)
Set metric for rows returned by queries (for initial sync) with the
SQLDatabaseProvider . |
void |
setSqlInitialDownloadTime(DataMetric value)
Set metric for time spent executing queries (for initial sync) with the
SQLDatabaseProvider . |
void |
setSqlQueryResultRows(DataMetric value)
Set metric for rows returned by queries with the
SQLDatabaseProvider . |
void |
setSqlReadEntityTime(DataMetric value)
Set metric for time spent loading entities (by primary key) with the
SQLDatabaseProvider . |
void |
setSqlUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities with the
SQLDatabaseProvider . |
public DataMetric getDcnCreateEntityTime()
Return metric for time spent creating entities for DCN with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getDcnDeleteEntityTime()
Return metric for time spent deleting entities for DCN with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getDcnPatchNotFound()
Return metric for entities not found for DCN patch with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getDcnPatchQueryTime()
Return metric for time spent selecting entities for DCN patch with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getDcnQueryResultRows()
Return metric for rows returned by queries for DCN patch with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getDcnUpdateEntityTime()
Return metric for time spent updating entities for DCN with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getDcnUpsertEntityTime()
Return metric for time spent upserting entities for DCN with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getDeltaDownloadBytes()
Return metric for delta download bytes.
public DataMetric getDeltaDownloadBytes_gzip()
Return metric for delta download bytes (gzip size).
public DataMetric getDeltaDownloadRows()
Return metric for delta download rows.
public DataMetric getDeltaDownloadTime()
Return metric for delta download time.
public DataMetric getInitialDownloadBytes()
Return metric for initial download bytes.
public DataMetric getInitialDownloadBytes_gzip()
Return metric for initial download bytes (gzip size).
public DataMetric getInitialDownloadRows()
Return metric for initial download rows.
public DataMetric getInitialDownloadTime()
Return metric for initial download time.
public DataMetric getOfflineCreateEntityTime()
Return metric for time spent creating entities in the local database (except during download).
public DataMetric getOfflineDeleteEntityTime()
Return metric for time spent deleting entities from the local database (except during download).
public DataMetric getOfflineExecuteQueryTime()
Return metric for time spent querying entities from the local database (except during download).
public DataMetric getOfflineQueryResultRows()
Return metric for result rows querying entities from the local database (except during download).
public DataMetric getOfflineUpdateEntityTime()
Return metric for time spent updating entities in the local database (except during download).
public DataMetric getOnlineCreateEntityTime()
Return metric for time spent creating entities in the backend system.
public DataMetric getOnlineCreateLinkTime()
Return metric for time spent creating links in the backend system.
public DataMetric getOnlineDeleteEntityTime()
Return metric for time spent deleting entities from the backend system.
public DataMetric getOnlineDeleteLinkTime()
Return metric for time spent deleting links in the backend system.
public DataMetric getOnlineExecuteQueryTime()
Return metric for time spent executing queries against the backend system.
public DataMetric getOnlineFollowedNextCount()
Return metric for number of query next-links followed from the backend system.
public DataMetric getOnlineHttpResponseTime()
Return metric for time spent fetching query results from the backend system.
public DataMetric getOnlineQueryResultBytes()
Return metric for byte count fetching query results from the backend system.
public DataMetric getOnlineQueryResultBytes_gzip()
Return metric for byte count (before gzip decompression) fetching query results from the backend system.
public DataMetric getOnlineQueryResultRows()
Return metric for result rows executing queries against the backend system. For queries returning expanded children, only the parent entities are counted by this metric.
public DataMetric getOnlineReadEntityTime()
Return metric for time spent loading entities (using primary key) against the backend system.
public DataMetric getOnlineUpdateEntityTime()
Return metric for time spent updating entities in the backend system.
public DataMetric getOnlineUpdateLinkTime()
Return metric for time spent updating links in the backend system.
public DataMetric getSqlCreateEntityTime()
Return metric for time spent creating entities with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlDeleteEntityTime()
Return metric for time spent deleting entities with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlDeltaDownloadRows()
Return metric for rows returned by queries (for delta sync) with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlDeltaDownloadTime()
Return metric for time spent executing queries (for delta sync) with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlExecuteQueryTime()
Return metric for time spent executing queries with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlInitialDownloadRows()
Return metric for rows returned by queries (for initial sync) with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlInitialDownloadTime()
Return metric for time spent executing queries (for initial sync) with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlQueryResultRows()
Return metric for rows returned by queries with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlReadEntityTime()
Return metric for time spent loading entities (by primary key) with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public DataMetric getSqlUpdateEntityTime()
Return metric for time spent updating entities with the SQLDatabaseProvider
.
SQLDatabaseProvider
.public void setDcnCreateEntityTime(DataMetric value)
Set metric for time spent creating entities for DCN with the SQLDatabaseProvider
.
value
- Metric for time spent creating entities for DCN with the SQLDatabaseProvider
.public void setDcnDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities for DCN with the SQLDatabaseProvider
.
value
- Metric for time spent deleting entities for DCN with the SQLDatabaseProvider
.public void setDcnPatchNotFound(DataMetric value)
Set metric for entities not found for DCN patch with the SQLDatabaseProvider
.
value
- Metric for entities not found for DCN patch with the SQLDatabaseProvider
.public void setDcnPatchQueryTime(DataMetric value)
Set metric for time spent selecting entities for DCN patch with the SQLDatabaseProvider
.
value
- Metric for time spent selecting entities for DCN patch with the SQLDatabaseProvider
.public void setDcnQueryResultRows(DataMetric value)
Set metric for rows returned by queries for DCN patch with the SQLDatabaseProvider
.
value
- Metric for rows returned by queries for DCN patch with the SQLDatabaseProvider
.public void setDcnUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities for DCN with the SQLDatabaseProvider
.
value
- Metric for time spent updating entities for DCN with the SQLDatabaseProvider
.public void setDcnUpsertEntityTime(DataMetric value)
Set metric for time spent upserting entities for DCN with the SQLDatabaseProvider
.
value
- Metric for time spent upserting entities for DCN with the SQLDatabaseProvider
.public void setDeltaDownloadBytes(DataMetric value)
Set metric for delta download bytes.
value
- Metric for delta download bytes.public void setDeltaDownloadBytes_gzip(DataMetric value)
Set metric for delta download bytes (gzip size).
value
- Metric for delta download bytes (gzip size).public void setDeltaDownloadRows(DataMetric value)
Set metric for delta download rows.
value
- Metric for delta download rows.public void setDeltaDownloadTime(DataMetric value)
Set metric for delta download time.
value
- Metric for delta download time.public void setInitialDownloadBytes(DataMetric value)
Set metric for initial download bytes.
value
- Metric for initial download bytes.public void setInitialDownloadBytes_gzip(DataMetric value)
Set metric for initial download bytes (gzip size).
value
- Metric for initial download bytes (gzip size).public void setInitialDownloadRows(DataMetric value)
Set metric for initial download rows.
value
- Metric for initial download rows.public void setInitialDownloadTime(DataMetric value)
Set metric for initial download time.
value
- Metric for initial download time.public void setOfflineCreateEntityTime(DataMetric value)
Set metric for time spent creating entities in the local database (except during download).
value
- Metric for time spent creating entities in the local database (except during download).public void setOfflineDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities from the local database (except during download).
value
- Metric for time spent deleting entities from the local database (except during download).public void setOfflineExecuteQueryTime(DataMetric value)
Set metric for time spent querying entities from the local database (except during download).
value
- Metric for time spent querying entities from the local database (except during download).public void setOfflineQueryResultRows(DataMetric value)
Set metric for result rows querying entities from the local database (except during download).
value
- Metric for result rows querying entities from the local database (except during download).public void setOfflineUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities in the local database (except during download).
value
- Metric for time spent updating entities in the local database (except during download).public void setOnlineCreateEntityTime(DataMetric value)
Set metric for time spent creating entities in the backend system.
value
- Metric for time spent creating entities in the backend system.public void setOnlineCreateLinkTime(DataMetric value)
Set metric for time spent creating links in the backend system.
value
- Metric for time spent creating links in the backend system.public void setOnlineDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities from the backend system.
value
- Metric for time spent deleting entities from the backend system.public void setOnlineDeleteLinkTime(DataMetric value)
Set metric for time spent deleting links in the backend system.
value
- Metric for time spent deleting links in the backend system.public void setOnlineExecuteQueryTime(DataMetric value)
Set metric for time spent executing queries against the backend system.
value
- Metric for time spent executing queries against the backend system.public void setOnlineFollowedNextCount(DataMetric value)
Set metric for number of query next-links followed from the backend system.
value
- Metric for number of query next-links followed from the backend system.public void setOnlineHttpResponseTime(DataMetric value)
Set metric for time spent fetching query results from the backend system.
value
- Metric for time spent fetching query results from the backend system.public void setOnlineQueryResultBytes(DataMetric value)
Set metric for byte count fetching query results from the backend system.
value
- Metric for byte count fetching query results from the backend system.public void setOnlineQueryResultBytes_gzip(DataMetric value)
Set metric for byte count (before gzip decompression) fetching query results from the backend system.
value
- Metric for byte count (before gzip decompression) fetching query results from the backend system.public void setOnlineQueryResultRows(DataMetric value)
Set metric for result rows executing queries against the backend system. For queries returning expanded children, only the parent entities are counted by this metric.
value
- Metric for result rows executing queries against the backend system.public void setOnlineReadEntityTime(DataMetric value)
Set metric for time spent loading entities (using primary key) against the backend system.
value
- Metric for time spent loading entities (using primary key) against the backend system.public void setOnlineUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities in the backend system.
value
- Metric for time spent updating entities in the backend system.public void setOnlineUpdateLinkTime(DataMetric value)
Set metric for time spent updating links in the backend system.
value
- Metric for time spent updating links in the backend system.public void setSqlCreateEntityTime(DataMetric value)
Set metric for time spent creating entities with the SQLDatabaseProvider
.
value
- Metric for time spent creating entities with the SQLDatabaseProvider
.public void setSqlDeleteEntityTime(DataMetric value)
Set metric for time spent deleting entities with the SQLDatabaseProvider
.
value
- Metric for time spent deleting entities with the SQLDatabaseProvider
.public void setSqlDeltaDownloadRows(DataMetric value)
Set metric for rows returned by queries (for delta sync) with the SQLDatabaseProvider
.
value
- Metric for rows returned by queries (for delta sync) with the SQLDatabaseProvider
.public void setSqlDeltaDownloadTime(DataMetric value)
Set metric for time spent executing queries (for delta sync) with the SQLDatabaseProvider
.
value
- Metric for time spent executing queries (for delta sync) with the SQLDatabaseProvider
.public void setSqlExecuteQueryTime(DataMetric value)
Set metric for time spent executing queries with the SQLDatabaseProvider
.
value
- Metric for time spent executing queries with the SQLDatabaseProvider
.public void setSqlInitialDownloadRows(DataMetric value)
Set metric for rows returned by queries (for initial sync) with the SQLDatabaseProvider
.
value
- Metric for rows returned by queries (for initial sync) with the SQLDatabaseProvider
.public void setSqlInitialDownloadTime(DataMetric value)
Set metric for time spent executing queries (for initial sync) with the SQLDatabaseProvider
.
value
- Metric for time spent executing queries (for initial sync) with the SQLDatabaseProvider
.public void setSqlQueryResultRows(DataMetric value)
Set metric for rows returned by queries with the SQLDatabaseProvider
.
value
- Metric for rows returned by queries with the SQLDatabaseProvider
.public void setSqlReadEntityTime(DataMetric value)
Set metric for time spent loading entities (by primary key) with the SQLDatabaseProvider
.
value
- Metric for time spent loading entities (by primary key) with the SQLDatabaseProvider
.public void setSqlUpdateEntityTime(DataMetric value)
Set metric for time spent updating entities with the SQLDatabaseProvider
.
value
- Metric for time spent updating entities with the SQLDatabaseProvider
.