oriented

PLocalClient

case class PLocalClient(uri: String, db: String, user: String, password: String, pool: Option[(Int, Int)] = scala.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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

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. val C: Clients[OrientProgram]

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

    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
  8. def addVertex[A](vertexModel: A)(implicit orientFormat: OrientFormat[A]): OrientIO[Vertex[A]]

    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
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    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
  12. def createVertexType[A](implicit orientFormat: OrientFormat[A]): OrientIO[VertexType[A]]

    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
  13. val db: String

    Database name for connecting to the database.

    Database name for connecting to the database.

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

    Definition Classes
    AnyRef
  15. lazy val factory: OrientGraphFactory

    Factory for creation of the Graphs.

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

    Definition Classes
    OrientClient
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def graph: OrientGraph

    Returns a graph instances that has transactions enabled.

    Returns a graph instances that has transactions enabled.

    Definition Classes
    OrientClient
  19. def graphNoTransaction: OrientGraphNoTx

    Returns a graph instance that has transactions disabled.

    Returns a graph instance that has transactions disabled.

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

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

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

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

    Definition Classes
    AnyRef
  24. val password: String

    User password for authentication.

    User password for authentication.

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

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

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

    Definition Classes
    PLocalClientOrientClient
  26. val serverAdmin: OServerAdmin

    Creates the server admin for type of connection to OrientDB.

    Creates the server admin for type of connection to OrientDB.

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

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

    Definition Classes
    AnyRef
  29. val uri: String

    Connection uri to OrientDB.

    Connection uri to OrientDB.

    Definition Classes
    PLocalClientOrientClient
  30. val user: String

    User string for authentication.

    User string for authentication.

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

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

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

    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