5112244a334ee84c4dba714e259917810cd1b58e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public setPrimaries(primaries CommonStats) : void moved from class org.graylog2.indexer.indices.IndexStatistics to class org.graylog2.indexer.indices.Indices & inlined to public getIndexStats(index String) : IndexStatistics | From | To | |
Rename Variable | 1 | ||
Rename Variable isr : ActionFuture<IndicesStatsResponse> to response : IndicesStatsResponse in method public getAll() : Map<String,IndexStats> in class org.graylog2.indexer.indices.Indices | From | To | |
Change Variable Type | 1 | ||
Change Variable Type isr : ActionFuture<IndicesStatsResponse> to response : IndicesStatsResponse in method public getAll() : Map<String,IndexStats> in class org.graylog2.indexer.indices.Indices | From | To | |
Rename Parameter | 1 | ||
Rename Parameter store_size_bytes : long to storeSizeBytes : long in method public create(flush TimeAndTotalStats, get TimeAndTotalStats, index TimeAndTotalStats, merge TimeAndTotalStats, refresh TimeAndTotalStats, searchQuery TimeAndTotalStats, searchFetch TimeAndTotalStats, openSearchContexts long, storeSizeBytes long, segments long, documents DocsStats) : IndexStats in class org.graylog2.rest.models.system.indexer.responses.IndexStats | From | To |