Skip to content
Snippets Groups Projects
Commit 2e6e842b authored by Justin Loew's avatar Justin Loew
Browse files

Moving changes, please ignore

parent 98f6500a
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,8 @@ private[spark] class MemoryStore( ...@@ -90,8 +90,8 @@ private[spark] class MemoryStore(
// acquiring or releasing unroll memory, must be synchronized on `memoryManager`! // acquiring or releasing unroll memory, must be synchronized on `memoryManager`!
private class OurBlockIdAndSizeType( private class OurBlockIdAndSizeType(
private var blockId: BlockId, var blockId: BlockId,
private var size: Long) extends Ordered[OurBlockIdAndSizeType] { var size: Long) extends Ordered[OurBlockIdAndSizeType] {
def compare(other: OurBlockIdAndSizeType): Int = this.size.compare(other.size) def compare(other: OurBlockIdAndSizeType): Int = this.size.compare(other.size)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment