org.apache.hadoop.io.Writablepublic class FedBalanceContext
extends java.lang.Object
implements org.apache.hadoop.io.Writable
| Modifier and Type | Class | Description |
|---|---|---|
static class |
FedBalanceContext.Builder |
| Constructor | Description |
|---|---|
FedBalanceContext() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
getBandwidthLimit() |
|
org.apache.hadoop.conf.Configuration |
getConf() |
|
int |
getDiffThreshold() |
|
org.apache.hadoop.fs.Path |
getDst() |
|
boolean |
getForceCloseOpenFiles() |
|
int |
getMapNum() |
|
java.lang.String |
getMount() |
|
org.apache.hadoop.fs.Path |
getSrc() |
|
FedBalanceConfigs.TrashOption |
getTrashOpt() |
|
boolean |
getUseMountReadOnly() |
|
int |
hashCode() |
|
void |
readFields(java.io.DataInput in) |
|
java.lang.String |
toString() |
|
void |
write(java.io.DataOutput out) |
public org.apache.hadoop.conf.Configuration getConf()
public org.apache.hadoop.fs.Path getSrc()
public org.apache.hadoop.fs.Path getDst()
public java.lang.String getMount()
public boolean getForceCloseOpenFiles()
public boolean getUseMountReadOnly()
public int getMapNum()
public int getBandwidthLimit()
public int getDiffThreshold()
public FedBalanceConfigs.TrashOption getTrashOpt()
public void write(java.io.DataOutput out)
throws java.io.IOException
write in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in interface org.apache.hadoop.io.Writablejava.io.IOExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.