public class WriteAheadLogBasedStoreResult extends Object implements ReceivedBlockStoreResult, scala.Product, scala.Serializable
ReceivedBlockStoreResult
that stores the metadata related to storage of blocks using
WriteAheadLogBasedBlockHandler| Constructor and Description |
|---|
WriteAheadLogBasedStoreResult(StreamBlockId blockId,
WriteAheadLogFileSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
StreamBlockId |
blockId() |
WriteAheadLogFileSegment |
segment() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic WriteAheadLogBasedStoreResult(StreamBlockId blockId, WriteAheadLogFileSegment segment)
public StreamBlockId blockId()
blockId in interface ReceivedBlockStoreResultpublic WriteAheadLogFileSegment segment()