Skip to content

Commit

Permalink
Make reserveUnrollMemoryForThisThreadDroppingBlocks private
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesreiss committed May 1, 2015
1 parent fa212c1 commit 400b8fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ private[spark] class MemoryStore(blockManager: BlockManager, maxMemory: Long)
* necessary. If blocks are dropped, adds them to droppedBlocks. Returns whether the
* request was granted, and any blocks that were dropped trying to grant it.
*/
def reserveUnrollMemoryForThisThreadDroppingBlocks(
private def reserveUnrollMemoryForThisThreadDroppingBlocks(
blockToAdd: BlockId,
space: Long): ResultWithDroppedBlocks = {
var droppedBlocks = Seq.empty[(BlockId, BlockStatus)]
Expand Down

0 comments on commit 400b8fa

Please sign in to comment.