org.teiid.client.plan
Class Annotation
java.lang.Object
org.teiid.client.plan.Annotation
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class Annotation
- extends java.lang.Object
- implements java.io.Externalizable
Annotation describing a decision made during query execution.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MATERIALIZED_VIEW
public static final java.lang.String MATERIALIZED_VIEW
- See Also:
- Constant Field Values
CACHED_PROCEDURE
public static final java.lang.String CACHED_PROCEDURE
- See Also:
- Constant Field Values
HINTS
public static final java.lang.String HINTS
- See Also:
- Constant Field Values
Annotation
public Annotation()
Annotation
public Annotation(java.lang.String category,
java.lang.String annotation,
java.lang.String resolution,
Annotation.Priority priority)
getCategory
public java.lang.String getCategory()
getAnnotation
public java.lang.String getAnnotation()
getResolution
public java.lang.String getResolution()
getPriority
public Annotation.Priority getPriority()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal in interface java.io.Externalizable
- Throws:
java.io.IOException
Copyright © 2011. All Rights Reserved.