|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umich.eecs.tac.props.AbstractKeyedEntry<T>
edu.umich.eecs.tac.props.AbstractTransportableEntry<Query>
edu.umich.eecs.tac.props.AbstractQueryEntry
public abstract class AbstractQueryEntry
This class provides a skeletal implementation of the QueryEntry
interface.
| Constructor Summary | |
|---|---|
AbstractQueryEntry()
|
|
| Method Summary | |
|---|---|
Query |
getQuery()
Returns the query key. |
protected java.lang.String |
keyNodeName()
Returns the transport name of the query key for externalization. |
void |
setQuery(Query query)
Sets the key to the given query. |
| Methods inherited from class edu.umich.eecs.tac.props.AbstractTransportableEntry |
|---|
readKey, writeKey |
| Methods inherited from class edu.umich.eecs.tac.props.AbstractKeyedEntry |
|---|
getKey, getTransportName, read, readEntry, setKey, write, writeEntry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.umich.eecs.tac.props.KeyedEntry |
|---|
getKey |
| Methods inherited from interface se.sics.isl.transport.Transportable |
|---|
getTransportName, read, write |
| Constructor Detail |
|---|
public AbstractQueryEntry()
| Method Detail |
|---|
public final Query getQuery()
getQuery in interface QueryEntrypublic final void setQuery(Query query)
query - the query key.protected final java.lang.String keyNodeName()
keyNodeName in class AbstractTransportableEntry<Query>simple name of the
Query class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||