public class VertexLabelVertex extends TitanSchemaVertex implements InternalVertexLabel
org.apache.tinkerpop.gremlin.structure.Vertex.ExceptionsSchemaSource.EntryqueryCache| Constructor and Description |
|---|
VertexLabelVertex(StandardTitanTx 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.
|
asIndexType, getDefinition, getEdges, getEdges, getRelated, getStatus, getVertexLabelInternal, name, resetCache, toStringaddToQueryCache, getQueryCacheSize, hasLoadedRelations, loadRelationsaddRelation, getAddedRelations, getLifeCycle, hasAddedRelations, hasRemovedRelations, remove, removeRelation, updateLifeCycleaddEdge, edges, getCompareId, id, isModified, 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, verticesnamelongIdgraph, isInvisible, setIdpublic VertexLabelVertex(StandardTitanTx tx, long id, byte lifecycle)
public boolean isPartitioned()
VertexLabelisPartitioned in interface VertexLabelpublic boolean isStatic()
VertexLabelisStatic in interface VertexLabelpublic boolean hasDefaultConfiguration()
hasDefaultConfiguration in interface InternalVertexLabelpublic int getTTL()
getTTL in interface InternalVertexLabelCopyright © 2012–2015. All rights reserved.