|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.apache.spark.storage.BlockId org.apache.spark.storage.StreamBlockId
public class StreamBlockId
Constructor Summary | |
---|---|
StreamBlockId(int streamId,
long uniqueId)
|
Method Summary | |
---|---|
String |
name()
A globally unique identifier for this Block. |
int |
streamId()
|
long |
uniqueId()
|
Methods inherited from class org.apache.spark.storage.BlockId |
---|
apply, asRDDId, BROADCAST, equals, hashCode, isBroadcast, isRDD, isShuffle, RDD, SHUFFLE_DATA, SHUFFLE_INDEX, SHUFFLE, STREAM, TASKRESULT, TEST, toString |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public StreamBlockId(int streamId, long uniqueId)
Method Detail |
---|
public int streamId()
public long uniqueId()
public String name()
BlockId
name
in class BlockId
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |