Class IndexStats
java.lang.Object
org.graylog2.rest.models.system.indexer.responses.IndexStats
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexStatscreate(IndexStats.TimeAndTotalStats flush, IndexStats.TimeAndTotalStats get, IndexStats.TimeAndTotalStats index, IndexStats.TimeAndTotalStats merge, IndexStats.TimeAndTotalStats refresh, IndexStats.TimeAndTotalStats searchQuery, IndexStats.TimeAndTotalStats searchFetch, long openSearchContexts, long storeSizeBytes, long segments, IndexStats.DocsStats documents) abstract IndexStats.DocsStatsabstract IndexStats.TimeAndTotalStatsflush()abstract IndexStats.TimeAndTotalStatsget()abstract IndexStats.TimeAndTotalStatsindex()abstract IndexStats.TimeAndTotalStatsmerge()abstract longabstract IndexStats.TimeAndTotalStatsrefresh()abstract IndexStats.TimeAndTotalStatsabstract IndexStats.TimeAndTotalStatsabstract longsegments()abstract long
-
Constructor Details
-
IndexStats
public IndexStats()
-
-
Method Details
-
flush
-
get
-
index
-
merge
-
refresh
-
searchQuery
-
searchFetch
-
openSearchContexts
public abstract long openSearchContexts() -
storeSizeBytes
public abstract long storeSizeBytes() -
segments
public abstract long segments() -
documents
-
create
public static IndexStats create(IndexStats.TimeAndTotalStats flush, IndexStats.TimeAndTotalStats get, IndexStats.TimeAndTotalStats index, IndexStats.TimeAndTotalStats merge, IndexStats.TimeAndTotalStats refresh, IndexStats.TimeAndTotalStats searchQuery, IndexStats.TimeAndTotalStats searchFetch, long openSearchContexts, long storeSizeBytes, long segments, IndexStats.DocsStats documents)
-