Hi Gal,

The way to control what is on or off heap is when you configure a region.
Regions that are configured with off-heap=true will store all of the values
in off heap memory, regions with off-heap= false will store the values on
the heap.

-Dan

On Mon, Jan 2, 2017 at 5:57 AM, Gal Palmery <gal.palm...@amdocs.com> wrote:

> Thanks Kirk.
>
> for example, before I call put, I'd like to indicate to geode server that
> I want to keep specific data off heap. how can I do that?
> is there an api that will move data off or on heap?
>
> Gal
>
> -----Original Message-----
> From: Kirk Lund [mailto:kl...@apache.org]
> Sent: Tuesday, December 27, 2016 06:33
> To: dev@geode.apache.org
> Subject: Re: Off-Heap Annotations
>
> Those annotations are part of the internal implementation of Geode. The
> developers used it as a way to help keep track of references to off-heap.
>
> -Kirk
>
>
> On Mon, Dec 26, 2016 at 1:34 AM, Gal Palmery <gal.palm...@amdocs.com>
> wrote:
>
> > Hi everyone,
> >
> > Is this feature:
> > https://cwiki.apache.org/confluence/display/GEODE/Off-Heap+Annotations
> > a part of the last release? (1.0.0-incubating)
> >
> > thanks,
> > Gal
> >
> > This message and the information contained herein is proprietary and
> > confidential and subject to the Amdocs policy statement, you may
> > review at http://www.amdocs.com/email_disclaimer.asp
> >
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
>
> you may review at http://www.amdocs.com/email_disclaimer.asp
>

Reply via email to