Interface SharedHosts


public interface SharedHosts
Author:
hakonhall
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Whether there are any shared hosts specifically for the given cluster type.
    boolean
    Whether there are any shared hosts specifically for the given cluster type, or without a cluster type restriction.
  • Method Details

    • supportsClusterType

      boolean supportsClusterType(ClusterSpec.Type clusterType)
      Whether there are any shared hosts specifically for the given cluster type, or without a cluster type restriction.
    • hasClusterType

      boolean hasClusterType(ClusterSpec.Type clusterType)
      Whether there are any shared hosts specifically for the given cluster type.
    • empty

      static SharedHosts empty()