|
Move Method public testSave() : void from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest to public testSave() : void from class org.graylog2.indexer.ranges.LegacyMongoIndexRangeServiceTest |
From |
To |
|
Move Method public testTimestampStatsOfIndexWithNonExistingIndex() : void from class org.graylog2.indexer.ranges.EsIndexRangeServiceTest to public testTimestampStatsOfIndexWithNonExistingIndex() : void from class org.graylog2.indexer.indices.IndicesTest |
From |
To |
|
Move Method public testTimestampStatsOfIndexWithEmptyIndex() : void from class org.graylog2.indexer.ranges.EsIndexRangeServiceTest to public testTimestampStatsOfIndexWithEmptyIndex() : void from class org.graylog2.indexer.indices.IndicesTest |
From |
To |
|
Move Method public savePersistsIndexRange() : void from class org.graylog2.indexer.ranges.EsIndexRangeServiceTest to public savePersistsIndexRange() : void from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest |
From |
To |
|
Move Method protected timestampStatsOfIndex(index String) : TimestampStats from class org.graylog2.indexer.ranges.EsIndexRangeService to public timestampStatsOfIndex(index String) : TimestampStats from class org.graylog2.indexer.indices.Indices |
From |
To |
|
Move Method public testFind() : void from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest to public testFind() : void from class org.graylog2.indexer.ranges.LegacyMongoIndexRangeServiceTest |
From |
To |
|
Move Method public testGetExistingIndexRange() : void from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest to public testGetExistingIndexRange() : void from class org.graylog2.indexer.ranges.LegacyMongoIndexRangeServiceTest |
From |
To |
|
Move Method public testCalculateRange() : void from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest to public testCalculateRange() : void from class org.graylog2.indexer.ranges.LegacyMongoIndexRangeServiceTest |
From |
To |
|
Move Method public testGetIncompleteIndexRange() : void from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest to public testGetIncompleteIndexRange() : void from class org.graylog2.indexer.ranges.LegacyMongoIndexRangeServiceTest |
From |
To |
|
Move Method public saveOverwritesExistingIndexRange() : void from class org.graylog2.indexer.ranges.EsIndexRangeServiceTest to public saveOverwritesExistingIndexRange() : void from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest |
From |
To |
|
Move Method public testTimestampStatsOfIndex() : void from class org.graylog2.indexer.ranges.EsIndexRangeServiceTest to public testTimestampStatsOfIndex() : void from class org.graylog2.indexer.indices.IndicesTest |
From |
To |
|
Move Method private buildIndexRange(dbo DBObject) : IndexRange from class org.graylog2.indexer.ranges.MongoIndexRangeService to private buildIndexRange(dbo DBObject) : IndexRange from class org.graylog2.indexer.ranges.LegacyMongoIndexRangeService |
From |
To |
|
Move Attribute private clusterEventBus : EventBus from class org.graylog2.indexer.ranges.EsIndexRangeService to private clusterEventBus : EventBus from class org.graylog2.indexer.ranges.MongoIndexRangeService |
From |
To |
|
Move Attribute private objectMapper : ObjectMapper from class org.graylog2.indexer.ranges.EsIndexRangeService to private objectMapper : ObjectMapper from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest |
From |
To |
|
Move Attribute private EPOCH : DateTime from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest to private EPOCH : DateTime from class org.graylog2.indexer.ranges.LegacyMongoIndexRangeServiceTest |
From |
To |
|
Move Attribute private clusterEventBus : EventBus from class org.graylog2.indexer.ranges.EsIndexRangeService to private clusterEventBus : EventBus from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest |
From |
To |
|
Move Attribute private objectMapper : ObjectMapper from class org.graylog2.indexer.ranges.EsIndexRangeServiceTest to private objectMapper : ObjectMapper from class org.graylog2.indexer.ranges.MongoIndexRangeServiceTest |
From |
To |
|
Push Down Method public create(indexName String, begin DateTime, end DateTime, calculatedAt DateTime, calculationDuration int) : IndexRange from class org.graylog2.indexer.ranges.IndexRange to public create(indexName String, begin DateTime, end DateTime, calculatedAt DateTime, calculationDuration int) : EsIndexRange from class org.graylog2.indexer.ranges.EsIndexRange |
From |
To |
|
Push Down Method public abstract indexName() : String from class org.graylog2.indexer.ranges.IndexRange to public abstract indexName() : String from class org.graylog2.indexer.ranges.EsIndexRange |
From |
To |
|
Push Down Method public abstract calculatedAt() : DateTime from class org.graylog2.indexer.ranges.IndexRange to public abstract calculatedAt() : DateTime from class org.graylog2.indexer.ranges.EsIndexRange |
From |
To |
|
Push Down Method public abstract begin() : DateTime from class org.graylog2.indexer.ranges.IndexRange to public abstract begin() : DateTime from class org.graylog2.indexer.ranges.EsIndexRange |
From |
To |
|
Push Down Method public abstract calculationDuration() : int from class org.graylog2.indexer.ranges.IndexRange to public abstract calculationDuration() : int from class org.graylog2.indexer.ranges.EsIndexRange |
From |
To |
|
Push Down Method public abstract end() : DateTime from class org.graylog2.indexer.ranges.IndexRange to public abstract end() : DateTime from class org.graylog2.indexer.ranges.EsIndexRange |
From |
To |