Class CachesStatsResponse.SharedCacheStats
java.lang.Object
org.elasticsearch.client.searchable_snapshots.CachesStatsResponse.SharedCacheStats
- Enclosing class:
- CachesStatsResponse
public static class CachesStatsResponse.SharedCacheStats
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static CachesStatsResponse.SharedCacheStatsfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)longgetBytesRead()longgetBytesWritten()longgetEvictions()intgetNumRegions()longgetReads()longgetRegionSize()longgetSize()longgetWrites()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
getNumRegions
public int getNumRegions() -
getSize
public long getSize() -
getRegionSize
public long getRegionSize() -
getWrites
public long getWrites() -
getBytesWritten
public long getBytesWritten() -
getReads
public long getReads() -
getBytesRead
public long getBytesRead() -
getEvictions
public long getEvictions() -
fromXContent
public static CachesStatsResponse.SharedCacheStats fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-