object
Bagel extends Logging
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
DEFAULT_STORAGE_LEVEL: StorageLevel
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
initLogging(): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraceEnabled(): Boolean
-
def
log: Logger
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
-
def
logDebug(msg: ⇒ String): Unit
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
-
def
logError(msg: ⇒ String): Unit
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
-
def
logInfo(msg: ⇒ String): Unit
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
-
def
logTrace(msg: ⇒ String): Unit
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
-
def
logWarning(msg: ⇒ String): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
run[K, V <: Vertex, M <: Message[K]](sc: SparkContext, vertices: RDD[(K, V)], messages: RDD[(K, M)], numPartitions: Int, storageLevel: StorageLevel)(compute: (V, Option[Array[M]], Int) ⇒ (V, Array[M]))(implicit arg0: Manifest[K], arg1: Manifest[V], arg2: Manifest[M]): RDD[(K, V)]
-
def
run[K, V <: Vertex, M <: Message[K]](sc: SparkContext, vertices: RDD[(K, V)], messages: RDD[(K, M)], numPartitions: Int)(compute: (V, Option[Array[M]], Int) ⇒ (V, Array[M]))(implicit arg0: Manifest[K], arg1: Manifest[V], arg2: Manifest[M]): RDD[(K, V)]
-
def
run[K, V <: Vertex, M <: Message[K], C](sc: SparkContext, vertices: RDD[(K, V)], messages: RDD[(K, M)], combiner: Combiner[M, C], numPartitions: Int, storageLevel: StorageLevel)(compute: (V, Option[C], Int) ⇒ (V, Array[M]))(implicit arg0: Manifest[K], arg1: Manifest[V], arg2: Manifest[M], arg3: Manifest[C]): RDD[(K, V)]
-
def
run[K, V <: Vertex, M <: Message[K], C](sc: SparkContext, vertices: RDD[(K, V)], messages: RDD[(K, M)], combiner: Combiner[M, C], numPartitions: Int)(compute: (V, Option[C], Int) ⇒ (V, Array[M]))(implicit arg0: Manifest[K], arg1: Manifest[V], arg2: Manifest[M], arg3: Manifest[C]): RDD[(K, V)]
-
def
run[K, V <: Vertex, M <: Message[K], C](sc: SparkContext, vertices: RDD[(K, V)], messages: RDD[(K, M)], combiner: Combiner[M, C], partitioner: Partitioner, numPartitions: Int, storageLevel: StorageLevel)(compute: (V, Option[C], Int) ⇒ (V, Array[M]))(implicit arg0: Manifest[K], arg1: Manifest[V], arg2: Manifest[M], arg3: Manifest[C]): RDD[(K, V)]
-
def
run[K, V <: Vertex, M <: Message[K], C](sc: SparkContext, vertices: RDD[(K, V)], messages: RDD[(K, M)], combiner: Combiner[M, C], partitioner: Partitioner, numPartitions: Int)(compute: (V, Option[C], Int) ⇒ (V, Array[M]))(implicit arg0: Manifest[K], arg1: Manifest[V], arg2: Manifest[M], arg3: Manifest[C]): RDD[(K, V)]
-
def
run[K, V <: Vertex, M <: Message[K], C, A](sc: SparkContext, vertices: RDD[(K, V)], messages: RDD[(K, M)], combiner: Combiner[M, C], aggregator: Option[Aggregator[V, A]], partitioner: Partitioner, numPartitions: Int, storageLevel: StorageLevel)(compute: (V, Option[C], Option[A], Int) ⇒ (V, Array[M]))(implicit arg0: Manifest[K], arg1: Manifest[V], arg2: Manifest[M], arg3: Manifest[C], arg4: Manifest[A]): RDD[(K, V)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Logging
Inherited from AnyRef
Inherited from Any