public final class SqlVertex extends Object implements com.tinkerpop.blueprints.Vertex
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DISALLOWED_PROPERTY_NAMES |
static org.hawkular.inventory.impl.tinkerpop.sql.impl.ElementGenerator<SqlVertex> |
GENERATOR |
protected SqlGraph |
graph |
| Modifier and Type | Method and Description |
|---|---|
SqlEdge |
addEdge(String label,
com.tinkerpop.blueprints.Vertex inVertex) |
boolean |
equals(Object o) |
protected List<String> |
getDisallowedPropertyNames() |
Iterable<com.tinkerpop.blueprints.Edge> |
getEdges(com.tinkerpop.blueprints.Direction direction,
String... labels) |
Long |
getId() |
protected String |
getPropertiesTableName() |
<T> T |
getProperty(String key) |
Set<String> |
getPropertyKeys() |
protected String |
getPropertyTableElementIdName() |
static String |
getPropertyTableForeignKey() |
protected String |
getUniquePropertiesTableName() |
Iterable<com.tinkerpop.blueprints.Vertex> |
getVertices(com.tinkerpop.blueprints.Direction direction,
String... labels) |
int |
hashCode() |
com.tinkerpop.blueprints.VertexQuery |
query() |
void |
remove() |
<T> T |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
String |
toString() |
public static final org.hawkular.inventory.impl.tinkerpop.sql.impl.ElementGenerator<SqlVertex> GENERATOR
protected final SqlGraph graph
public static String getPropertyTableForeignKey()
public void remove()
remove in interface com.tinkerpop.blueprints.Elementprotected String getPropertiesTableName()
protected String getUniquePropertiesTableName()
protected String getPropertyTableElementIdName()
public Iterable<com.tinkerpop.blueprints.Edge> getEdges(com.tinkerpop.blueprints.Direction direction, String... labels)
getEdges in interface com.tinkerpop.blueprints.Vertexpublic Iterable<com.tinkerpop.blueprints.Vertex> getVertices(com.tinkerpop.blueprints.Direction direction, String... labels)
getVertices in interface com.tinkerpop.blueprints.Vertexpublic com.tinkerpop.blueprints.VertexQuery query()
query in interface com.tinkerpop.blueprints.Vertexpublic SqlEdge addEdge(String label, com.tinkerpop.blueprints.Vertex inVertex)
addEdge in interface com.tinkerpop.blueprints.Vertexpublic <T> T getProperty(String key)
getProperty in interface com.tinkerpop.blueprints.Elementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface com.tinkerpop.blueprints.Elementpublic void setProperty(String key, Object value)
setProperty in interface com.tinkerpop.blueprints.Elementpublic <T> T removeProperty(String key)
removeProperty in interface com.tinkerpop.blueprints.Elementpublic Long getId()
getId in interface com.tinkerpop.blueprints.ElementCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.