Hi, OFFHEAP_TIERED mode by definition means that nothing is stored on-heap, so heap tier is removed from the picture. When you issue a get() to OFFHEAP_TIERED cache, the server will fetch the binary data directly from off-heap memory and return it to the client without caching it in heap memory.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-about-Tier-Propagation-of-Memory-tp6435p6450.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
