public class BaseVertexLabel extends EmptyVertex implements InternalVertexLabel
| Modifier and Type | Field and Description |
|---|---|
static BaseVertexLabel |
DEFAULT_VERTEXLABEL |
| Constructor and Description |
|---|
BaseVertexLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTTL() |
boolean |
hasDefaultConfiguration() |
boolean |
isPartitioned()
Whether vertices with this label are partitioned.
|
boolean |
isStatic()
Whether vertices with this label are static, that is, immutable beyond the transaction
in which they were created.
|
String |
name()
Returns the unique name of this entity.
|
String |
toString() |
addEdge, addRelation, edges, getAddedRelations, getLifeCycle, hasAddedRelations, hasId, hasLoadedRelations, hasRemovedRelations, id, isInvisible, isLoaded, isModified, isNew, isRemoved, it, label, loadRelations, longId, properties, property, property, query, remove, removeRelation, setId, tx, value, valueOrNull, vertexLabel, verticesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEdge, isModified, label, property, property, property, query, vertexLabelgraph, hasId, id, isLoaded, isNew, isRemoved, longId, remove, valueOrNulledges, properties, property, verticesgraphpublic static final BaseVertexLabel DEFAULT_VERTEXLABEL
public BaseVertexLabel(String name)
public boolean isPartitioned()
VertexLabelisPartitioned in interface VertexLabelpublic boolean isStatic()
VertexLabelisStatic in interface VertexLabelpublic String name()
Namifiablename in interface Namifiablepublic boolean hasDefaultConfiguration()
hasDefaultConfiguration in interface InternalVertexLabelpublic int getTTL()
getTTL in interface InternalVertexLabelCopyright © 2012–2015. All rights reserved.