Interface VertexPartitionBaseOpsConstructor<T extends org.apache.spark.graphx.impl.VertexPartitionBase<Object>>


public interface VertexPartitionBaseOpsConstructor<T extends org.apache.spark.graphx.impl.VertexPartitionBase<Object>>
A typeclass for subclasses of VertexPartitionBase representing the ability to wrap them in a VertexPartitionBaseOps.
  • Method Summary

    Modifier and Type
    Method
    Description
    <VD> org.apache.spark.graphx.impl.VertexPartitionBaseOps<VD,T>
    toOps(T partition, scala.reflect.ClassTag<VD> evidence$4)
     
  • Method Details

    • toOps

      <VD> org.apache.spark.graphx.impl.VertexPartitionBaseOps<VD,T> toOps(T partition, scala.reflect.ClassTag<VD> evidence$4)