Class ApplicationResourcesLocalStorageSize

java.lang.Object
com.cloudera.cdp.dw.model.ApplicationResourcesLocalStorageSize

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ApplicationResourcesLocalStorageSize extends Object
Storage related information.
  • Constructor Details

    • ApplicationResourcesLocalStorageSize

      public ApplicationResourcesLocalStorageSize()
  • Method Details

    • getScratch

      public String getScratch()
      Getter for scratch. Local disk space used for writing scratch data.
    • setScratch

      public void setScratch(String scratch)
      Setter for scratch. Local disk space used for writing scratch data.
    • getCache

      public String getCache()
      Getter for cache. Local disk space used for writing cache data.
    • setCache

      public void setCache(String cache)
      Setter for cache. Local disk space used for writing cache data.
    • getOverhead

      public String getOverhead()
      Getter for overhead. Local disk space used for writing other temporary data, tools, etc.
    • setOverhead

      public void setOverhead(String overhead)
      Setter for overhead. Local disk space used for writing other temporary data, tools, etc.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object