Package

com.vesoft.nebula

connector

Permalink

package connector

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. connector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Address = (String, Int)

    Permalink
  2. type EdgeRank = Long

    Permalink
  3. class NebulaConnectionConfig extends Serializable

    Permalink
  4. case class NebulaEdge(source: VertexIDSlice, target: VertexIDSlice, rank: Option[EdgeRank], values: PropertyValues) extends Product with Serializable

    Permalink
  5. case class NebulaEdges(propNames: PropertyNames, values: List[NebulaEdge], sourcePolicy: Option[KeyPolicy.Value], targetPolicy: Option[KeyPolicy.Value]) extends Product with Serializable

    Permalink
  6. type NebulaGraphxEdge = org.apache.spark.graphx.Edge[(EdgeRank, Prop)]

    Permalink
  7. type NebulaGraphxVertex = (VertexID, PropertyValues)

    Permalink
  8. class NebulaOptions extends Serializable with Logging

    Permalink
  9. class NebulaOptionsInWrite extends NebulaOptions

    Permalink
  10. type NebulaType = Int

    Permalink
  11. case class NebulaVertex(vertexIDSlice: VertexIDSlice, values: PropertyValues) extends Product with Serializable

    Permalink
  12. case class NebulaVertices(propNames: PropertyNames, values: List[NebulaVertex], policy: Option[KeyPolicy.Value]) extends Product with Serializable

    Permalink
  13. type Prop = List[Any]

    Permalink
  14. type PropertyNames = List[String]

    Permalink
  15. type PropertyValues = List[Any]

    Permalink
  16. class ReadNebulaConfig extends Serializable

    Permalink

    config needed when read from nebula graph for read vertex or edge: you must need to set these configs: addresses/space/label you can set noColumn to true to read no vertex col, and you can set returnCols to read the specific cols, if the returnCols is empty, then read all the columns.

    config needed when read from nebula graph for read vertex or edge: you must need to set these configs: addresses/space/label you can set noColumn to true to read no vertex col, and you can set returnCols to read the specific cols, if the returnCols is empty, then read all the columns. you can set partitionNum to define spark partition nums to read nebula graph.

  17. type VertexID = Long

    Permalink
  18. type VertexIDSlice = String

    Permalink
  19. class WriteNebulaEdgeConfig extends WriteNebulaConfig

    Permalink

    subclass of WriteNebulaConfig to config edge when write dataframe into nebula graph

  20. class WriteNebulaVertexConfig extends WriteNebulaConfig

    Permalink

    subclass of WriteNebulaConfig to config vertex when write dataframe into nebula graph

Value Members

  1. object DataTypeEnum extends Enumeration

    Permalink
  2. object KeyPolicy extends Enumeration

    Permalink
  3. object NebulaConnectionConfig extends Serializable

    Permalink
  4. object NebulaOptions extends Serializable

    Permalink
  5. object NebulaTemplate

    Permalink
  6. object NebulaUtils

    Permalink
  7. object OperaType extends Enumeration

    Permalink
  8. object PartitionUtils

    Permalink
  9. object ReadNebulaConfig extends Serializable

    Permalink

    object ReadNebulaConfig

  10. object WriteMode extends Enumeration

    Permalink
  11. object WriteNebulaEdgeConfig extends Serializable

    Permalink

    object WriteNebulaEdgeConfig

  12. object WriteNebulaVertexConfig extends Serializable

    Permalink

    object WriteNebulaVertexConfig

  13. package exception

    Permalink
  14. package nebula

    Permalink
  15. package ssl

    Permalink
  16. package utils

    Permalink
  17. package writer

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped