class NebulaEdgeWriter extends NebulaWriter with DataWriter[InternalRow]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NebulaEdgeWriter
- DataWriter
- Closeable
- AutoCloseable
- NebulaWriter
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NebulaEdgeWriter(nebulaOptions: NebulaOptions, srcIndex: Int, dstIndex: Int, rankIndex: Option[Int], schema: StructType)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
abort(): Unit
- Definition Classes
- NebulaEdgeWriter → DataWriter
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- NebulaEdgeWriter → Closeable → AutoCloseable
-
def
commit(): WriterCommitMessage
- Definition Classes
- NebulaEdgeWriter → DataWriter
- val dstPolicy: Option[KeyPolicy.Value]
-
var
edges: ListBuffer[NebulaEdge]
buffer to save batch edges
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(): Unit
submit buffer edges to nebula
-
val
failedExecs: ListBuffer[String]
- Definition Classes
- NebulaWriter
- val fieldTypMap: Map[String, Integer]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
graphProvider: GraphProvider
- Definition Classes
- NebulaWriter
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
isVidStringType: Boolean
- Definition Classes
- NebulaWriter
-
val
metaProvider: MetaProvider
- Definition Classes
- NebulaWriter
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
prepareSpace(): Unit
- Definition Classes
- NebulaWriter
- val propNames: PropertyNames
- val rankIdx: Int
- val srcPolicy: Option[KeyPolicy.Value]
-
def
submit(exec: String): Unit
- Definition Classes
- NebulaWriter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(row: InternalRow): Unit
write one edge record to buffer
write one edge record to buffer
- Definition Classes
- NebulaEdgeWriter → DataWriter