Package com.yahoo.config.provision
Interface SharedHosts
public interface SharedHosts
- Author:
- hakonhall
-
Method Summary
Modifier and TypeMethodDescriptionstatic SharedHostsempty()booleanhasClusterType(ClusterSpec.Type clusterType) Whether there are any shared hosts specifically for the given cluster type.booleansupportsClusterType(ClusterSpec.Type clusterType) Whether there are any shared hosts specifically for the given cluster type, or without a cluster type restriction.
-
Method Details
-
supportsClusterType
Whether there are any shared hosts specifically for the given cluster type, or without a cluster type restriction. -
hasClusterType
Whether there are any shared hosts specifically for the given cluster type. -
empty
-