Interface OrientIndex<T extends OrientElement>

All Superinterfaces:
com.tinkerpop.blueprints.Index<T>
All Known Implementing Classes:
OrientIndexAuto, OrientIndexManual

public interface OrientIndex<T extends OrientElement> extends com.tinkerpop.blueprints.Index<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    removeElement(T element)
     

    Methods inherited from interface com.tinkerpop.blueprints.Index

    count, get, getIndexClass, getIndexName, put, query, remove
  • Method Details

    • removeElement

      void removeElement(T element)