public class VertexLabelVertex extends JanusGraphSchemaVertex implements InternalVertexLabel
org.apache.tinkerpop.gremlin.structure.Vertex.ExceptionsSchemaSource.EntryqueryCache| Constructor and Description |
|---|
VertexLabelVertex(StandardJanusGraphTx tx,
long id,
byte lifecycle) |
| 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.
|
asIndexType, getDefinition, getEdges, getEdges, getRelated, getStatus, getVertexLabelInternal, name, resetCache, toStringaddToQueryCache, getQueryCacheSize, hasLoadedRelations, loadRelations, refreshaddRelation, getAddedRelations, getLifeCycle, hasAddedRelations, hasRemovedRelations, remove, removeRelation, updateLifeCycleaddEdge, edges, getCompareId, id, isModified, isTxOpen, it, label, properties, property, property, query, tx, valueOrNull, verifyAccess, vertexLabel, verticesclone, compare, compareTo, equals, hashCode, hasId, isInvisible, isLoaded, isNew, isRemoved, isTemporaryId, longId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitaddEdge, isModified, label, property, property, property, query, vertexLabelgraph, hasId, id, isLoaded, isNew, isRemoved, longId, remove, valueOrNulledges, properties, property, verticesisNewnamelongIdgraph, isInvisible, setIdpublic VertexLabelVertex(StandardJanusGraphTx tx, long id, byte lifecycle)
public boolean isPartitioned()
VertexLabelisPartitioned in interface VertexLabelpublic boolean isStatic()
VertexLabelisStatic in interface VertexLabelpublic 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.public boolean hasDefaultConfiguration()
hasDefaultConfiguration in interface InternalVertexLabelpublic int getTTL()
getTTL in interface InternalVertexLabelCopyright © 2012–2023. All rights reserved.