Package io.hgraphdb

Class HBaseGraphFeatures.HBaseElementFeatures

    • Method Detail

      • supportsNullPropertyValues

        public boolean supportsNullPropertyValues()
        Specified by:
        supportsNullPropertyValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • supportsUserSuppliedIds

        public boolean supportsUserSuppliedIds()
        Specified by:
        supportsUserSuppliedIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • supportsNumericIds

        public boolean supportsNumericIds()
        Specified by:
        supportsNumericIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • supportsStringIds

        public boolean supportsStringIds()
        Specified by:
        supportsStringIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • supportsUuidIds

        public boolean supportsUuidIds()
        Specified by:
        supportsUuidIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • supportsAnyIds

        public boolean supportsAnyIds()
        Specified by:
        supportsAnyIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • supportsCustomIds

        public boolean supportsCustomIds()
        Specified by:
        supportsCustomIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • willAllowId

        public boolean willAllowId​(Object id)
        Specified by:
        willAllowId in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures