Class

oriented

PLocalClient

Related Doc: package oriented

Permalink

case class PLocalClient(uri: String, db: String, user: String, password: String, pool: Option[(Int, Int)] = None) extends OrientClient with Product with Serializable

Creates an PLocal Client for OrientDB.

Linear Supertypes
Serializable, Serializable, Product, Equals, OrientClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PLocalClient
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OrientClient
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PLocalClient(uri: String, db: String, user: String, password: String, pool: Option[(Int, Int)] = None)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val C: Clients[OrientProgram]

    Permalink
    Definition Classes
    OrientClient
  5. def addEdge[A, B, C](edgeModel: A, inVertex: Vertex[B], outVertex: Vertex[C])(implicit orientFormat: OrientFormat[A]): OrientIO[Edge[A]]

    Permalink

    Action on the client that creates an OrientIO which creates an Edge link between to vertices in the database.

    Action on the client that creates an OrientIO which creates an Edge link between to vertices in the database.

    Definition Classes
    OrientClient
  6. def addVertex[A](vertexModel: A)(implicit orientFormat: OrientFormat[A]): OrientIO[Vertex[A]]

    Permalink

    Action on the client that creates an OrientIO which creates a Vertex in the database.

    Action on the client that creates an OrientIO which creates a Vertex in the database.

    Definition Classes
    OrientClient
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def createEdgeType[A](implicit orientFormat: OrientFormat[A]): OrientIO[EdgeType[A]]

    Permalink

    Action on the client that creates a OrientIO for creating an EdgeType of A.

    Action on the client that creates a OrientIO for creating an EdgeType of A.

    Definition Classes
    OrientClient
  10. def createVertexType[A](implicit orientFormat: OrientFormat[A]): OrientIO[VertexType[A]]

    Permalink

    Action on the client that creates a OrientIO for creating a VertexType of A.

    Action on the client that creates a OrientIO for creating a VertexType of A.

    Definition Classes
    OrientClient
  11. val db: String

    Permalink

    Database name for connecting to the database.

    Database name for connecting to the database.

    Definition Classes
    PLocalClientOrientClient
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. lazy val factory: OrientGraphFactory

    Permalink

    Factory for creation of the Graphs.

    Factory for creation of the Graphs. Needs to be lazy for initializing in trait.

    Definition Classes
    OrientClient
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def graph: OrientGraph

    Permalink

    Returns a graph instances that has transactions enabled.

    Returns a graph instances that has transactions enabled.

    Definition Classes
    OrientClient
  17. def graphNoTransaction: OrientGraphNoTx

    Permalink

    Returns a graph instance that has transactions disabled.

    Returns a graph instance that has transactions disabled.

    Definition Classes
    OrientClient
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val password: String

    Permalink

    User password for authentication.

    User password for authentication.

    Definition Classes
    PLocalClientOrientClient
  23. val pool: Option[(Int, Int)]

    Permalink

    Optional connection pool parameters, tuple represents minimal to maximal connections.

    Optional connection pool parameters, tuple represents minimal to maximal connections.

    Definition Classes
    PLocalClientOrientClient
  24. val serverAdmin: OServerAdmin

    Permalink

    Creates the server admin for type of connection to OrientDB.

    Creates the server admin for type of connection to OrientDB.

    Definition Classes
    PLocalClientOrientClient
  25. def shutdown(close: Boolean = false): OrientIO[Unit]

    Permalink
    Definition Classes
    OrientClient
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val uri: String

    Permalink

    Connection uri to OrientDB.

    Connection uri to OrientDB.

    Definition Classes
    PLocalClientOrientClient
  28. val user: String

    Permalink

    User string for authentication.

    User string for authentication.

    Definition Classes
    PLocalClientOrientClient
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OrientClient

Inherited from AnyRef

Inherited from Any

Ungrouped