public class ReadEntity extends Entity implements java.io.Serializable
Entity.Type
Constructor and Description |
---|
ReadEntity()
For serialization only.
|
ReadEntity(Partition p)
Constructor given a partition.
|
ReadEntity(Partition p,
ReadEntity parent) |
ReadEntity(Table t)
Constructor.
|
ReadEntity(Table t,
ReadEntity parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Equals function.
|
java.util.Set<ReadEntity> |
getParents() |
getD, getLocation, getName, getP, getParameters, getPartition, getT, getTable, getTyp, getType, hashCode, isComplete, setComplete, setD, setName, setP, setT, setTyp, toString
public ReadEntity()
public ReadEntity(Table t)
t
- The Table that the query reads from.public ReadEntity(Table t, ReadEntity parent)
public ReadEntity(Partition p)
p
- The partition that the query reads from.public ReadEntity(Partition p, ReadEntity parent)
public java.util.Set<ReadEntity> getParents()
Copyright © 2012 The Apache Software Foundation