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.
|
Collection<Connection> |
mappedConnections()
Collects all connection constraints.
|
Collection<PropertyKey> |
mappedProperties()
Collects all property constraints.
|
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, 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, remove, valueOrNulledges, properties, property, verticesisNew, longIdgraphpublic 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 InternalVertexLabelpublic Collection<PropertyKey> mappedProperties()
VertexLabelmappedProperties in interface VertexLabelPropertyKey which represents all property constraints for a VertexLabel.public Collection<Connection> mappedConnections()
VertexLabelmappedConnections in interface VertexLabelConnection which represents all connection constraints for a VertexLabel.Copyright © 2012–2023. All rights reserved.