You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geode.apache.org by aashish choudhary <aa...@gmail.com> on 2019/05/17 19:52:48 UTC

Read .gfd file after exporting data for analysis

Hi,

Is it possible to somehow read the contents of a *.gfd file programtically
after you export the region data?


With best regards,
Ashish

Re: Read .gfd file after exporting data for analysis

Posted by aashish choudhary <aa...@gmail.com>.
Thanks Anthony.

With best regards,
Ashish

On Sat, May 18, 2019, 1:49 AM Anthony Baker <ab...@pivotal.io> wrote:

> Check out the SnapshotReader class.
>
>
> https://github.com/apache/geode/blob/880a9d614d1ac2418c5bace4fdbb8e255ab8e3dd/geode-core/src/main/java/org/apache/geode/cache/snapshot/SnapshotReader.java
>
>
> Anthony
>
>
> On May 17, 2019, at 12:52 PM, aashish choudhary <
> aashish.choudhary1@gmail.com> wrote:
>
> Hi,
>
> Is it possible to somehow read the contents of a *.gfd file programtically
> after you export the region data?
>
>
> With best regards,
> Ashish
>
>
>

Re: Read .gfd file after exporting data for analysis

Posted by Anthony Baker <ab...@pivotal.io>.
Check out the SnapshotReader class.

https://github.com/apache/geode/blob/880a9d614d1ac2418c5bace4fdbb8e255ab8e3dd/geode-core/src/main/java/org/apache/geode/cache/snapshot/SnapshotReader.java <https://github.com/apache/geode/blob/880a9d614d1ac2418c5bace4fdbb8e255ab8e3dd/geode-core/src/main/java/org/apache/geode/cache/snapshot/SnapshotReader.java>


Anthony


> On May 17, 2019, at 12:52 PM, aashish choudhary <aa...@gmail.com> wrote:
> 
> Hi,
> 
> Is it possible to somehow read the contents of a *.gfd file programtically after you export the region data?
> 
> 
> With best regards,
> Ashish