Class RamEstimation
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.vector.RamEstimation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RamEstimation
public RamEstimation()
-
-
Method Details
-
concurrentHashMapRamUsed
public static long concurrentHashMapRamUsed(int externalNodeCount) - Parameters:
externalNodeCount- the size() of the ConcurrentHashMap- Returns:
- an estimate of the number of bytes used
-