public class CatalogExt
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
total_count |
static long |
total_nbytes |
| Constructor and Description |
|---|
CatalogExt() |
CatalogExt(long catId,
java.lang.String catRelLocation,
boolean isRoot,
long lastRead) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getCatId() |
java.lang.String |
getCatRelLocation() |
long |
getLastRead() |
int |
hashCode() |
boolean |
isRoot() |
void |
readExternal(java.io.DataInputStream in) |
boolean |
setCatId(long catId) |
void |
writeExternal(java.io.DataOutputStream out) |
public CatalogExt()
public CatalogExt(long catId,
java.lang.String catRelLocation,
boolean isRoot,
long lastRead)
public java.lang.String getCatRelLocation()
public long getCatId()
public boolean setCatId(long catId)
public long getLastRead()
public boolean isRoot()
public void writeExternal(java.io.DataOutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic void readExternal(java.io.DataInputStream in)
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object