Package com.cloudera.cdp.dw.model
Class CreateApplicationResourcesLocalStorageSize
java.lang.Object
com.cloudera.cdp.dw.model.CreateApplicationResourcesLocalStorageSize
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class CreateApplicationResourcesLocalStorageSize
extends Object
Storage related information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCache()
Getter for cache.Getter for overhead.Getter for scratch.int
hashCode()
void
Setter for cache.void
setOverhead
(String overhead) Setter for overhead.void
setScratch
(String scratch) Setter for scratch.toString()
-
Constructor Details
-
CreateApplicationResourcesLocalStorageSize
public CreateApplicationResourcesLocalStorageSize()
-
-
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
-