eu.fakod.neo4jscala

BatchIndexManager

class BatchIndexManager extends IndexManager

delegated methods of IndexManager to BatchInserter

Linear Supertypes
IndexManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BatchIndexManager
  2. IndexManager
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BatchIndexManager(bi: BatchInserter)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def existsForNodes(indexName: String): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  11. def existsForRelationships(indexName: String): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forNodes(indexName: String): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  14. def forNodes(indexName: String, customConfiguration: Map[String, String]): BatchIndex

    Definition Classes
    BatchIndexManager → IndexManager
  15. def forRelationships(indexName: String): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  16. def forRelationships(indexName: String, customConfiguration: Map[String, String]): BatchRelationshipIndex

    Definition Classes
    BatchIndexManager → IndexManager
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getConfiguration(index: Index[_ <: PropertyContainer]): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  19. def getNodeAutoIndexer(): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  20. def getRelationshipAutoIndexer(): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def nodeIndexNames(): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def relationshipIndexNames(): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  28. def removeConfiguration(index: Index[_ <: PropertyContainer], key: String): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  29. def setConfiguration(index: Index[_ <: PropertyContainer], key: String, value: String): Nothing

    Definition Classes
    BatchIndexManager → IndexManager
  30. def shutdown(): Unit

    Shuts down this index provider and ensures that all indexes are fully written to disk.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IndexManager

Inherited from AnyRef

Inherited from Any

Ungrouped