aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/cluster/package-info.java
blob: 5a7940263d9ee6212e71d615935e05b5e3584b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. 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;