public class Annotation extends Object implements Externalizable
| Modifier and Type | Class and Description |
|---|---|
static class |
Annotation.Priority |
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHED_PROCEDURE |
static String |
HINTS |
static String |
MATERIALIZED_VIEW |
static String |
RELATIONAL_PLANNER |
| Constructor and Description |
|---|
Annotation() |
Annotation(String category,
String annotation,
String resolution,
Annotation.Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation() |
String |
getCategory() |
Annotation.Priority |
getPriority() |
String |
getResolution() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final String MATERIALIZED_VIEW
public static final String CACHED_PROCEDURE
public static final String HINTS
public static final String RELATIONAL_PLANNER
public Annotation()
public Annotation(String category, String annotation, String resolution, Annotation.Priority priority)
public String getCategory()
public String getAnnotation()
public String getResolution()
public Annotation.Priority getPriority()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.