Package com.cloudera.cdp.dw.model
Class ApplicationResourcesLocalStorageSize
java.lang.Object
com.cloudera.cdp.dw.model.ApplicationResourcesLocalStorageSize
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:44.787-07:00")
public class ApplicationResourcesLocalStorageSize
extends Object
Storage related information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCache()Getter for cache.Getter for overhead.Getter for scratch.inthashCode()voidSetter for cache.voidsetOverhead(String overhead) Setter for overhead.voidsetScratch(String scratch) Setter for scratch.toString()
-
Constructor Details
-
ApplicationResourcesLocalStorageSize
public ApplicationResourcesLocalStorageSize()
-
-
Method Details
-
getScratch
Getter for scratch. Local disk space used for writing scratch data. -
setScratch
Setter for scratch. Local disk space used for writing scratch data. -
getCache
Getter for cache. Local disk space used for writing cache data. -
setCache
Setter for cache. Local disk space used for writing cache data. -
getOverhead
Getter for overhead. Local disk space used for writing other temporary data, tools, etc. -
setOverhead
Setter for overhead. Local disk space used for writing other temporary data, tools, etc. -
equals
-
hashCode
public int hashCode() -
toString
-