Class BackgroundFlushingMetrics
java.lang.Object
org.springframework.data.mongodb.monitor.AbstractMonitor
org.springframework.data.mongodb.monitor.BackgroundFlushingMetrics
@Deprecated(since="4.5",
forRemoval=true)
@ManagedResource(description="Background Flushing Metrics")
public class BackgroundFlushingMetrics
extends AbstractMonitor
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.5
JMX Metrics for Background Flushing
- Author:
- Mark Pollack
-
Constructor Summary
ConstructorsConstructorDescriptionBackgroundFlushingMetrics
(com.mongodb.client.MongoClient mongoClient) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.data.mongodb.monitor.AbstractMonitor
getDb, getMongoClient, getServerStatus, hosts
-
Constructor Details
-
BackgroundFlushingMetrics
public BackgroundFlushingMetrics(com.mongodb.client.MongoClient mongoClient) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
mongoClient
- must not be null.- Since:
- 2.2
-
-
Method Details
-
getFlushes
Deprecated, for removal: This API element is subject to removal in a future version. -
getTotalMs
Deprecated, for removal: This API element is subject to removal in a future version. -
getAverageMs
Deprecated, for removal: This API element is subject to removal in a future version. -
getLastMs
Deprecated, for removal: This API element is subject to removal in a future version. -
getLastFinished
Deprecated, for removal: This API element is subject to removal in a future version.
-