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