Packages

c

com.vesoft.nebula.connector.reader

NebulaEdgePartitionReader

class NebulaEdgePartitionReader extends NebulaPartitionReader

Linear Supertypes
NebulaPartitionReader, NebulaReader, PartitionReader[InternalRow], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NebulaEdgePartitionReader
  2. NebulaPartitionReader
  3. NebulaReader
  4. PartitionReader
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NebulaEdgePartitionReader(index: Int, nebulaOptions: NebulaOptions, schema: StructType)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def close(): Unit
    Definition Classes
    NebulaPartitionReader → Closeable → AutoCloseable
  7. def closeReader(): Unit
    Attributes
    protected
    Definition Classes
    NebulaReader
  8. val dataIterator: Iterator[BaseTableRow]
    Attributes
    protected
    Definition Classes
    NebulaReader
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(): InternalRow
    Definition Classes
    NebulaPartitionReader → PartitionReader
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getRow(): InternalRow
    Attributes
    protected
    Definition Classes
    NebulaReader
  15. def hasNextEdgeRow: Boolean
    Attributes
    protected
    Definition Classes
    NebulaReader
  16. def hasNextVertexRow: Boolean
    Attributes
    protected
    Definition Classes
    NebulaReader
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def init(index: Int, nebulaOptions: NebulaOptions, schema: StructType): Int
    Definition Classes
    NebulaReader
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val nebulaOptions: NebulaOptions
    Attributes
    protected
    Definition Classes
    NebulaReader
  22. def next(): Boolean
    Definition Classes
    NebulaEdgePartitionReader → PartitionReader
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val resultValues: ListBuffer[List[AnyRef]]
    Attributes
    protected
    Definition Classes
    NebulaReader
  26. val scanPartIterator: Iterator[Int]
    Attributes
    protected
    Definition Classes
    NebulaReader
  27. val storageClient: StorageClient
    Attributes
    protected
    Definition Classes
    NebulaReader
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from NebulaPartitionReader

Inherited from NebulaReader

Inherited from PartitionReader[InternalRow]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped