Skip to content

Commit

Permalink
IGNITE-4535 - Add option to store deserialized values on-heap
Browse files Browse the repository at this point in the history
  • Loading branch information
ilantukh authored and agoncharuk committed Apr 10, 2017
1 parent 7102d53 commit c56c4b8
Show file tree
Hide file tree
Showing 409 changed files with 1,036 additions and 16,348 deletions.

This file was deleted.

Expand Up @@ -63,10 +63,7 @@ public enum CachePeekMode {
ONHEAP, ONHEAP,


/** Peeks value from the off-heap storage only, without loading off-heap value into cache. */ /** Peeks value from the off-heap storage only, without loading off-heap value into cache. */
OFFHEAP, OFFHEAP;

/** Peeks value from the swap storage only, without loading swapped value into cache. */
SWAP;


/** Enumerated values. */ /** Enumerated values. */
private static final CachePeekMode[] VALS = values(); private static final CachePeekMode[] VALS = values();
Expand Down

0 comments on commit c56c4b8

Please sign in to comment.