class EdgeWriter extends AnyRef
Writer for edge DataFrame.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EdgeWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
EdgeWriter(prefix: String, edgeInfo: EdgeInfo, adjListType: AdjListType.Value, vertexNum: Long, edgeDf: DataFrame)
create a new writer for edge DataFrame with edge info.
create a new writer for edge DataFrame with edge info.
- prefix
the absolute prefix.
- edgeInfo
the edge info that describes the ede type.
- adjListType
the adj list type for the edge.
- vertexNum
vertex number of the primary vertex label
- edgeDf
the input edge DataFrame.
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Definition Classes
- EdgeWriter → AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
writeAdjList(): Unit
Generate the chunks of AdjList from edge DataFrame for this edge type.
-
def
writeEdgeProperties(): Unit
Generate the chunks of all property groups from edge DataFrame.
-
def
writeEdgeProperties(propertyGroup: PropertyGroup): Unit
Generate the chunks of the property group from edge DataFrame.
Generate the chunks of the property group from edge DataFrame.
- propertyGroup
property group
-
def
writeEdges(): Unit
Generate the chunks for the AdjList and all property groups from edge DataFrame.