Module org.elasticsearch.xcore
Class SearchableSnapshotShardStats.CacheIndexInputStats
java.lang.Object
org.elasticsearch.xpack.core.searchablesnapshots.SearchableSnapshotShardStats.CacheIndexInputStats
- All Implemented Interfaces:
Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Enclosing class:
SearchableSnapshotShardStats
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionCacheIndexInputStats(String fileExt, long numFiles, ByteSizeValue totalSize, ByteSizeValue minSize, ByteSizeValue maxSize, long openCount, long closeCount, SearchableSnapshotShardStats.Counter forwardSmallSeeks, SearchableSnapshotShardStats.Counter backwardSmallSeeks, SearchableSnapshotShardStats.Counter forwardLargeSeeks, SearchableSnapshotShardStats.Counter backwardLargeSeeks, SearchableSnapshotShardStats.Counter contiguousReads, SearchableSnapshotShardStats.Counter nonContiguousReads, SearchableSnapshotShardStats.Counter cachedBytesRead, SearchableSnapshotShardStats.Counter indexCacheBytesRead, SearchableSnapshotShardStats.TimedCounter cachedBytesWritten, SearchableSnapshotShardStats.TimedCounter directBytesRead, SearchableSnapshotShardStats.TimedCounter optimizedBytesRead, SearchableSnapshotShardStats.Counter blobStoreBytesRequested, SearchableSnapshotShardStats.Counter luceneBytesRead, long currentIndexCacheFills) -
Method Summary
Modifier and TypeMethodDescriptioncombine(SearchableSnapshotShardStats.CacheIndexInputStats cis1, SearchableSnapshotShardStats.CacheIndexInputStats cis2) booleanlonglonglonglonginthashCode()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
CacheIndexInputStats
public CacheIndexInputStats(String fileExt, long numFiles, ByteSizeValue totalSize, ByteSizeValue minSize, ByteSizeValue maxSize, long openCount, long closeCount, SearchableSnapshotShardStats.Counter forwardSmallSeeks, SearchableSnapshotShardStats.Counter backwardSmallSeeks, SearchableSnapshotShardStats.Counter forwardLargeSeeks, SearchableSnapshotShardStats.Counter backwardLargeSeeks, SearchableSnapshotShardStats.Counter contiguousReads, SearchableSnapshotShardStats.Counter nonContiguousReads, SearchableSnapshotShardStats.Counter cachedBytesRead, SearchableSnapshotShardStats.Counter indexCacheBytesRead, SearchableSnapshotShardStats.TimedCounter cachedBytesWritten, SearchableSnapshotShardStats.TimedCounter directBytesRead, SearchableSnapshotShardStats.TimedCounter optimizedBytesRead, SearchableSnapshotShardStats.Counter blobStoreBytesRequested, SearchableSnapshotShardStats.Counter luceneBytesRead, long currentIndexCacheFills)
-
-
Method Details
-
combine
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
getFileExt
-
getNumFiles
public long getNumFiles() -
getTotalSize
-
getMinSize
-
getMaxSize
-
getAverageSize
-
getOpenCount
public long getOpenCount() -
getCloseCount
public long getCloseCount() -
getForwardSmallSeeks
-
getBackwardSmallSeeks
-
getForwardLargeSeeks
-
getBackwardLargeSeeks
-
getContiguousReads
-
getNonContiguousReads
-
getCachedBytesRead
-
getIndexCacheBytesRead
-
getCachedBytesWritten
-
getDirectBytesRead
-
getOptimizedBytesRead
-
getBlobStoreBytesRequested
-
getLuceneBytesRead
-
getCurrentIndexCacheFills
public long getCurrentIndexCacheFills() -
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-