public static class DistortionGroupManagement.DistortionEntry extends Object implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
DistortionEntry() |
DistortionEntry(String groupId,
String batchId,
Integer clusterCount,
Double distortionValue) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClusterCount() |
Double |
getDistortionValue() |
String |
getGroupId() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
public String getGroupId()
public Integer getClusterCount()
public Double getDistortionValue()
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2013–2022. All rights reserved.