Class BtreeIndexCounters
java.lang.Object
org.springframework.data.mongodb.monitor.AbstractMonitor
org.springframework.data.mongodb.monitor.BtreeIndexCounters
@Deprecated(since="4.5",
forRemoval=true)
@ManagedResource(description="Btree Metrics")
public class BtreeIndexCounters
extends AbstractMonitor
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.5
JMX Metrics for B-tree index counters
- Author:
- Mark Pollack
-
Constructor Summary
ConstructorsConstructorDescriptionBtreeIndexCounters
(com.mongodb.client.MongoClient mongoClient) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated, for removal: This API element is subject to removal in a future version.int
getHits()
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.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
-
BtreeIndexCounters
public BtreeIndexCounters(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
-
getAccesses
Deprecated, for removal: This API element is subject to removal in a future version. -
getHits
Deprecated, for removal: This API element is subject to removal in a future version. -
getMisses
Deprecated, for removal: This API element is subject to removal in a future version. -
getResets
Deprecated, for removal: This API element is subject to removal in a future version. -
getMissRatio
Deprecated, for removal: This API element is subject to removal in a future version.
-