Package io.hgraphdb

Class HBaseGraphFeatures

  • All Implemented Interfaces:
    org.apache.tinkerpop.gremlin.structure.Graph.Features

    public class HBaseGraphFeatures
    extends Object
    implements org.apache.tinkerpop.gremlin.structure.Graph.Features
    • Field Detail

      • supportsPersistence

        protected final boolean supportsPersistence
      • graphFeatures

        protected final org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures graphFeatures
      • vertexFeatures

        protected final org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures vertexFeatures
      • edgeFeatures

        protected final org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures edgeFeatures
    • Constructor Detail

      • HBaseGraphFeatures

        public HBaseGraphFeatures​(boolean supportsPersistence)
    • Method Detail

      • graph

        public org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures graph()
        Specified by:
        graph in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
      • vertex

        public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures vertex()
        Specified by:
        vertex in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
      • edge

        public org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures edge()
        Specified by:
        edge in interface org.apache.tinkerpop.gremlin.structure.Graph.Features