Package io.hgraphdb

Class HBaseGraphFeatures.HBaseVertexFeatures

  • All Implemented Interfaces:
    org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
    Enclosing class:
    HBaseGraphFeatures

    public class HBaseGraphFeatures.HBaseVertexFeatures
    extends HBaseGraphFeatures.HBaseElementFeatures
    implements org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
    • Method Detail

      • properties

        public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures properties()
        Specified by:
        properties in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
      • supportsMetaProperties

        public boolean supportsMetaProperties()
        Specified by:
        supportsMetaProperties in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
      • supportsMultiProperties

        public boolean supportsMultiProperties()
        Specified by:
        supportsMultiProperties in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
      • getCardinality

        public org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality getCardinality​(String key)
        Specified by:
        getCardinality in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures