Package io.hgraphdb

Class HBaseGraphFeatures.HBaseVariableFeatures

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

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

      • HBaseVariableFeatures

        public HBaseVariableFeatures()
    • Method Detail

      • supportsVariables

        public boolean supportsVariables()
        Specified by:
        supportsVariables in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures
      • supportsBooleanValues

        public boolean supportsBooleanValues()
        Specified by:
        supportsBooleanValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsDoubleValues

        public boolean supportsDoubleValues()
        Specified by:
        supportsDoubleValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsFloatValues

        public boolean supportsFloatValues()
        Specified by:
        supportsFloatValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsIntegerValues

        public boolean supportsIntegerValues()
        Specified by:
        supportsIntegerValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsLongValues

        public boolean supportsLongValues()
        Specified by:
        supportsLongValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsMapValues

        public boolean supportsMapValues()
        Specified by:
        supportsMapValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsMixedListValues

        public boolean supportsMixedListValues()
        Specified by:
        supportsMixedListValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsByteValues

        public boolean supportsByteValues()
        Specified by:
        supportsByteValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsBooleanArrayValues

        public boolean supportsBooleanArrayValues()
        Specified by:
        supportsBooleanArrayValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsByteArrayValues

        public boolean supportsByteArrayValues()
        Specified by:
        supportsByteArrayValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsDoubleArrayValues

        public boolean supportsDoubleArrayValues()
        Specified by:
        supportsDoubleArrayValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsFloatArrayValues

        public boolean supportsFloatArrayValues()
        Specified by:
        supportsFloatArrayValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsIntegerArrayValues

        public boolean supportsIntegerArrayValues()
        Specified by:
        supportsIntegerArrayValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsLongArrayValues

        public boolean supportsLongArrayValues()
        Specified by:
        supportsLongArrayValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsStringArrayValues

        public boolean supportsStringArrayValues()
        Specified by:
        supportsStringArrayValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsSerializableValues

        public boolean supportsSerializableValues()
        Specified by:
        supportsSerializableValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsStringValues

        public boolean supportsStringValues()
        Specified by:
        supportsStringValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
      • supportsUniformListValues

        public boolean supportsUniformListValues()
        Specified by:
        supportsUniformListValues in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures