|
Change Parameter Type rootCauses : List<JsonObject> to rootCauses : List<JsonNode> in method private extractReasons(rootCauses List<JsonNode>) : List<String> in class org.graylog2.indexer.cluster.jest.JestUtils |
From |
To |
|
Change Parameter Type jsonObject : JsonObject to jsonObject : JsonNode in method private specificException(errorMessage Supplier<String>, jsonObject JsonNode) : ElasticsearchException in class org.graylog2.indexer.cluster.jest.JestUtils |
From |
To |
|
Change Parameter Type shardRoutings : JsonObject to shardRoutings : JsonNode in method private buildShardRoutings(shardRoutings JsonNode) : List<ShardRouting> in class org.graylog2.indexer.indices.stats.IndexStatistics |
From |
To |
|
Change Parameter Type indexStats : JsonObject to indexStats : JsonNode in method private buildIndexStatistics(index String, indexStats JsonNode) : IndexStatistics in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Parameter Type gson : Gson to objectMapper : ObjectMapper in method public Indices(jestClient JestClient, objectMapper ObjectMapper, indexMappingFactory IndexMappingFactory, messages Messages, nodeId NodeId, auditEventSender AuditEventSender, eventBus EventBus) in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Parameter Type indexStats : Map.Entry<String,JsonElement> to indexStats : Map.Entry<String,JsonNode> in method private buildIndexSummary(indexStats Map.Entry<String,JsonNode>, indexRanges List<IndexRangeSummary>, deflectorSummary DeflectorSummary, areReopened Map<String,Boolean>) : IndexSummary in class org.graylog2.rest.resources.system.indexer.IndexerOverviewResource |
From |
To |
|
Change Parameter Type gson : Gson to objectMapper : ObjectMapper in method public JestClientProvider(elasticsearchHosts List<URI>, elasticsearchConnectTimeout Duration, elasticsearchSocketTimeout Duration, elasticsearchIdleTimeout Duration, elasticsearchMaxTotalConnections int, elasticsearchMaxTotalConnectionsPerRoute int, discoveryEnabled boolean, discoveryFilter String, discoveryFrequency Duration, compressionEnabled boolean, objectMapper ObjectMapper) in class org.graylog2.bindings.providers.JestClientProvider |
From |
To |
|
Change Return Type Optional<JsonObject> to Optional<JsonNode> in method public deflectorHealth() : Optional<JsonNode> in class org.graylog2.indexer.cluster.Cluster |
From |
To |
|
Change Return Type Map<String,JsonElement> to Map<String,IndexSummary> in method private buildIndexSummaries(deflectorSummary DeflectorSummary, indexRanges List<IndexRangeSummary>, indexStats JsonNode, areReopened Map<String,Boolean>) : Map<String,IndexSummary> in class org.graylog2.rest.resources.system.indexer.IndexerOverviewResource |
From |
To |
|
Change Return Type Map<String,JsonElement> to JsonNode in method private getAllWithShardLevel(indices Collection<String>) : JsonNode in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Return Type Map<String,JsonElement> to JsonNode in method private getIndexStats(indices Collection<String>) : JsonNode in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Return Type JsonArray to JsonNode in method private catNodes(fields String...) : JsonNode in class org.graylog2.indexer.cluster.Cluster |
From |
To |
|
Change Return Type Optional<JsonObject> to JsonNode in method private indexStatsWithShardLevel(indexName String) : JsonNode in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Return Type Optional<JsonObject> to JsonNode in method private getNodeInfo(nodeId String) : JsonNode in class org.graylog2.indexer.cluster.Cluster |
From |
To |
|
Change Return Type JsonArray to JsonNode in method private catIndices(indices Collection<String>, fields String...) : JsonNode in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Return Type JsonObject to JsonNode in method private clusterHealth(indices Collection<? extends String>) : JsonNode in class org.graylog2.indexer.cluster.Cluster |
From |
To |
|
Change Return Type Map<String,JsonElement> to JsonNode in method public getIndexStats(indexSet IndexSet) : JsonNode in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Return Type Optional<JsonObject> to Optional<JsonNode> in method public health() : Optional<JsonNode> in class org.graylog2.indexer.cluster.Cluster |
From |
To |
|
Change Return Type JsonObject to JsonNode in method private buildVersionJsonObject(foobar String) : JsonNode in class org.graylog2.indexer.cluster.NodeTest |
From |
To |
|
Change Return Type Optional<JsonObject> to JsonNode in method private indexStats(indexName String) : JsonNode in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type primaries : Optional<JsonObject> to primaries : JsonNode in method private buildIndexSummary(indexStats Map.Entry<String,JsonNode>, indexRanges List<IndexRangeSummary>, deflectorSummary DeflectorSummary, areReopened Map<String,Boolean>) : IndexSummary in class org.graylog2.rest.resources.system.indexer.IndexerOverviewResource |
From |
To |
|
Change Variable Type indicesJson : JsonObject to indicesJson : JsonNode in method public getAllMessageFieldsForIndices(writeIndexWildcards String[]) : Map<String,Set<String>> in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type jsonElement : JsonElement to jsonElement : JsonNode in method public getFileDescriptorStats() : Set<NodeFileDescriptorStats> in class org.graylog2.indexer.cluster.Cluster |
From |
To |
|
Change Variable Type jsonElement : JsonElement to jsonElement : JsonNode in method public getClosedIndices(indices Collection<String>) : Set<String> in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type indicesJson : JsonObject to indicesJson : JsonNode in method public getReopenedIndices(indices Collection<String>) : Set<String> in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type shards : JsonArray to shards : JsonNode in method private buildShardRoutings(shardRoutings JsonNode) : List<ShardRouting> in class org.graylog2.indexer.indices.stats.IndexStatistics |
From |
To |
|
Change Variable Type rootCause : JsonObject to rootCause : JsonNode in method private specificException(errorMessage Supplier<String>, jsonObject JsonNode) : ElasticsearchException in class org.graylog2.indexer.cluster.jest.JestUtils |
From |
To |
|
Change Variable Type health : JsonObject to health : JsonNode in method public clusterHealth() : ClusterHealth in class org.graylog2.rest.resources.system.indexer.IndexerClusterResource |
From |
To |
|
Change Variable Type jsonElement : JsonElement to jsonElement : JsonNode in method private buildShardRoutings(shardRoutings JsonNode) : List<ShardRouting> in class org.graylog2.indexer.indices.stats.IndexStatistics |
From |
To |
|
Change Variable Type clusterStatsResponseJson : JsonObject to clusterStatsResponseJson : JsonNode in method public elasticsearchStats() : ElasticsearchStats in class org.graylog2.system.stats.elasticsearch.ElasticsearchProbe |
From |
To |
|
Change Variable Type catIndices : JsonArray to catIndices : JsonNode in method public getClosedIndices(indices Collection<String>) : Set<String> in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type pendingClusterTasks : JsonArray to pendingClusterTasks : JsonNode in method public elasticsearchStats() : ElasticsearchStats in class org.graylog2.system.stats.elasticsearch.ElasticsearchProbe |
From |
To |
|
Change Variable Type indexStats : Map<String,JsonElement> to indexStats : JsonNode in method private getIndexerOverview(indexSet IndexSet) : IndexerOverview in class org.graylog2.rest.resources.system.indexer.IndexerOverviewResource |
From |
To |
|
Change Variable Type nodes : JsonArray to nodes : JsonNode in method public getFileDescriptorStats() : Set<NodeFileDescriptorStats> in class org.graylog2.indexer.cluster.Cluster |
From |
To |
|
Change Variable Type indexSettings : JsonObject to indexSettings : JsonNode in method public getReopenedIndices(indices Collection<String>) : Set<String> in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type responseJson : JsonObject to responseJson : JsonNode in method private getAllWithShardLevel(indices Collection<String>) : JsonNode in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type jsonElement : JsonElement to jsonElement : JsonNode in method public move(source String, target String) : void in class org.graylog2.indexer.indices.Indices |
From |
To |
|
Change Variable Type rootCauses : List<JsonObject> to rootCauses : List<JsonNode> in method private specificException(errorMessage Supplier<String>, jsonObject JsonNode) : ElasticsearchException in class org.graylog2.indexer.cluster.jest.JestUtils |
From |
To |
|
Rename Parameter gson : Gson to objectMapper : ObjectMapper in method public JestClientProvider(elasticsearchHosts List<URI>, elasticsearchConnectTimeout Duration, elasticsearchSocketTimeout Duration, elasticsearchIdleTimeout Duration, elasticsearchMaxTotalConnections int, elasticsearchMaxTotalConnectionsPerRoute int, discoveryEnabled boolean, discoveryFilter String, discoveryFrequency Duration, compressionEnabled boolean, objectMapper ObjectMapper) in class org.graylog2.bindings.providers.JestClientProvider |
From |
To |
|
Rename Parameter gson : Gson to objectMapper : ObjectMapper in method public Indices(jestClient JestClient, objectMapper ObjectMapper, indexMappingFactory IndexMappingFactory, messages Messages, nodeId NodeId, auditEventSender AuditEventSender, eventBus EventBus) in class org.graylog2.indexer.indices.Indices |
From |
To |