Package io.hgraphdb

Class HBaseGraphFeatures.HBaseEdgePropertyFeatures

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

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

      • Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures

        FEATURE_BOOLEAN_ARRAY_VALUES, FEATURE_BOOLEAN_VALUES, FEATURE_BYTE_ARRAY_VALUES, FEATURE_BYTE_VALUES, FEATURE_DOUBLE_ARRAY_VALUES, FEATURE_DOUBLE_VALUES, FEATURE_FLOAT_ARRAY_VALUES, FEATURE_FLOAT_VALUES, FEATURE_INTEGER_ARRAY_VALUES, FEATURE_INTEGER_VALUES, FEATURE_LONG_ARRAY_VALUES, FEATURE_LONG_VALUES, FEATURE_MAP_VALUES, FEATURE_MIXED_LIST_VALUES, FEATURE_SERIALIZABLE_VALUES, FEATURE_STRING_ARRAY_VALUES, FEATURE_STRING_VALUES, FEATURE_UNIFORM_LIST_VALUES
      • Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures

        FEATURE_PROPERTIES
    • Method Detail

      • 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
      • supportsSerializableValues

        public boolean supportsSerializableValues()
        Specified by:
        supportsSerializableValues 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