public class ReceivedBlockInfo
extends Object
implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
ReceivedBlockInfo(int streamId,
long numRecords,
ReceivedBlockStoreResult blockStoreResult) |
| Modifier and Type | Method and Description |
|---|---|
ReceivedBlockStoreResult |
blockStoreResult() |
long |
numRecords() |
int |
streamId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ReceivedBlockInfo(int streamId,
long numRecords,
ReceivedBlockStoreResult blockStoreResult)
public int streamId()
public long numRecords()
public ReceivedBlockStoreResult blockStoreResult()