public static class DistributedCopy.FileBlockIndex
extends java.lang.Object
| Constructor and Description | 
|---|
DistributedCopy.FileBlockIndex()  | 
DistributedCopy.FileBlockIndex(Path path,
                              int index)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(DistributedCopy.FileBlockIndex o)  | 
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
void | 
readFields(java.io.DataInput in)  | 
void | 
write(java.io.DataOutput out)  | 
public DistributedCopy.FileBlockIndex()
public DistributedCopy.FileBlockIndex(Path path,
                              int index)
public void write(java.io.DataOutput out)
           throws java.io.IOException
java.io.IOExceptionpublic void readFields(java.io.DataInput in)
                throws java.io.IOException
java.io.IOExceptionpublic int compareTo(DistributedCopy.FileBlockIndex o)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object