aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/cluster/package-info.java
blob: 152508919b7fb6b2ed9c9118dc6918a7165d5d4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Cluster monitoring for content clusters queried over fnet.
 * Others (e.g HTTP connections and content clusters queried over RPC)
 * should use com.yahoo.search.cluster
 */
@ExportPackage
package com.yahoo.prelude.cluster;

import com.yahoo.osgi.annotation.ExportPackage;