public static class GetSpaceUsed.Builder
extends java.lang.Object
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
GetSpaceUsed |
build() |
|
Configuration |
getConf() |
|
java.lang.reflect.Constructor<? extends GetSpaceUsed> |
getCons() |
|
long |
getInitialUsed() |
|
long |
getInterval() |
|
long |
getJitter() |
|
java.lang.Class<? extends GetSpaceUsed> |
getKlass() |
|
java.io.File |
getPath() |
|
GetSpaceUsed.Builder |
setConf(Configuration conf) |
|
void |
setCons(java.lang.reflect.Constructor<? extends GetSpaceUsed> cons) |
|
GetSpaceUsed.Builder |
setInitialUsed(long initialUsed) |
|
GetSpaceUsed.Builder |
setInterval(long interval) |
|
GetSpaceUsed.Builder |
setJitter(java.lang.Long jit) |
|
GetSpaceUsed.Builder |
setKlass(java.lang.Class<? extends GetSpaceUsed> klass) |
|
GetSpaceUsed.Builder |
setPath(java.io.File path) |
public Configuration getConf()
public GetSpaceUsed.Builder setConf(Configuration conf)
public long getInterval()
public GetSpaceUsed.Builder setInterval(long interval)
public java.lang.Class<? extends GetSpaceUsed> getKlass()
public GetSpaceUsed.Builder setKlass(java.lang.Class<? extends GetSpaceUsed> klass)
public java.io.File getPath()
public GetSpaceUsed.Builder setPath(java.io.File path)
public long getInitialUsed()
public GetSpaceUsed.Builder setInitialUsed(long initialUsed)
public long getJitter()
public GetSpaceUsed.Builder setJitter(java.lang.Long jit)
public java.lang.reflect.Constructor<? extends GetSpaceUsed> getCons()
public void setCons(java.lang.reflect.Constructor<? extends GetSpaceUsed> cons)
public GetSpaceUsed build() throws java.io.IOException
java.io.IOExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.