|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.apache.spark.rdd.PartitionGroup
public class PartitionGroup
Constructor Summary | |
---|---|
PartitionGroup(scala.Option<String> prefLoc)
|
Method Summary | |
---|---|
static PartitionGroup |
apply(String prefLoc)
|
scala.collection.mutable.ArrayBuffer<Partition> |
arr()
|
scala.Option<String> |
prefLoc()
|
int |
size()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public PartitionGroup(scala.Option<String> prefLoc)
Method Detail |
---|
public static PartitionGroup apply(String prefLoc)
public scala.Option<String> prefLoc()
public scala.collection.mutable.ArrayBuffer<Partition> arr()
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |