eu.fakod.neo4jscala

BatchRelationshipIndex

class BatchRelationshipIndex extends RelationshipIndex with IndexCacheHelper

delegates RelationshipIndex methods to BatchInserterIndex methods

Linear Supertypes
IndexCacheHelper, RelationshipIndex, Index[Relationship], ReadableRelationshipIndex, ReadableIndex[Relationship], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BatchRelationshipIndex
  2. IndexCacheHelper
  3. RelationshipIndex
  4. Index
  5. ReadableRelationshipIndex
  6. ReadableIndex
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BatchRelationshipIndex(bii: BatchInserterIndex, 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. def add(entity: Relationship, key: String, value: AnyRef): Unit

    Definition Classes
    BatchRelationshipIndex → Index
  7. def addToCache(id: Long, key: String, value: AnyRef): HashMap[String, AnyRef]

    caches multible values

    caches multible values

    Attributes
    protected
    Definition Classes
    IndexCacheHelper
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def cacheClear(): Unit

    Attributes
    protected
    Definition Classes
    IndexCacheHelper
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def delete(): Unit

    Definition Classes
    BatchRelationshipIndex → Index
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flush(): Unit

  16. def get(key: String, valueOrNull: AnyRef, startNodeOrNull: Node, endNodeOrNull: Node): Nothing

    Definition Classes
    BatchRelationshipIndex → ReadableRelationshipIndex
  17. def get(key: String, value: AnyRef): IndexHits[Relationship]

    Definition Classes
    BatchRelationshipIndex → ReadableIndex
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def getEntityType(): Nothing

    Definition Classes
    BatchRelationshipIndex → ReadableIndex
  20. def getGraphDatabase(): GraphDatabaseService

    Definition Classes
    BatchRelationshipIndex → ReadableIndex
  21. def getName(): Nothing

    Definition Classes
    BatchRelationshipIndex → ReadableIndex
  22. def hashCode(): Int

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

    Definition Classes
    Any
  24. def isWriteable(): Boolean

    Definition Classes
    BatchRelationshipIndex → ReadableIndex
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. def putIfAbsent(entity: Relationship, key: String, value: AnyRef): Relationship

    Definition Classes
    BatchRelationshipIndex → Index
  29. def query(queryOrQueryObjectOrNull: AnyRef, startNodeOrNull: Node, endNodeOrNull: Node): Nothing

    Definition Classes
    BatchRelationshipIndex → ReadableRelationshipIndex
  30. def query(key: String, queryOrQueryObjectOrNull: AnyRef, startNodeOrNull: Node, endNodeOrNull: Node): Nothing

    Definition Classes
    BatchRelationshipIndex → ReadableRelationshipIndex
  31. def query(queryOrQueryObject: AnyRef): IndexHits[Relationship]

    Definition Classes
    BatchRelationshipIndex → ReadableIndex
  32. def query(key: String, queryOrQueryObject: AnyRef): IndexHits[Relationship]

    Definition Classes
    BatchRelationshipIndex → ReadableIndex
  33. def remove(entity: Relationship): Unit

    Definition Classes
    BatchRelationshipIndex → Index
  34. def remove(entity: Relationship, key: String): Unit

    Definition Classes
    BatchRelationshipIndex → Index
  35. def remove(entity: Relationship, key: String, value: AnyRef): Unit

    Definition Classes
    BatchRelationshipIndex → Index
  36. def setCacheCapacity(key: String, size: Int): Unit

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

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def updateOrAdd(entityId: Long, properties: Map[String, AnyRef]): Unit

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IndexCacheHelper

Inherited from RelationshipIndex

Inherited from Index[Relationship]

Inherited from ReadableRelationshipIndex

Inherited from ReadableIndex[Relationship]

Inherited from AnyRef

Inherited from Any

Ungrouped