Class ECTopologyVerifierResult

java.lang.Object
org.apache.hadoop.hdfs.protocol.ECTopologyVerifierResult

@Private public class ECTopologyVerifierResult extends Object
Result of the verification whether the current cluster setup can support all enabled EC policies.
  • Constructor Details

    • ECTopologyVerifierResult

      public ECTopologyVerifierResult(boolean isSupported, String resultMessage)
  • Method Details

    • getResultMessage

      public String getResultMessage()
    • isSupported

      public boolean isSupported()