Dynamic values with spring data geode annotations

2016-11-18 Thread Parin dazz
Hi Team, I was referring to following example to quick start with geode. https://github.com/jxblum/actionable-spring-gemfire/ blob/master/configuration-example/src/main/java/example/ app/spring/data/geode/server/DataGeodeServerApplication.java With this approach, I see that values are available

Re: Dynamic values with spring data geode annotations

2016-11-21 Thread Parin dazz
ng-projects/spring-data-commons/w > iki/Release-Train-Ingalls > [4] http://docs.spring.io/spring/docs/current/spring-framewo > rk-reference/htmlsingle/#beans-factory-placeholderconfigurer > [5] http://docs.spring.io/spring/docs/current/spring-framewo > rk-reference/htmlsingle/#expressio

Apache geode statistics

2017-03-26 Thread Parin dazz
Hello Team, Could you help me to understand geode statistics? I found out below link which briefly lists down all available statistics. https://pubs.vmware.com/vfabric5/index.jsp?topic=/com.vmware.vfabric.gemfire.6.6/managing/statistics/statistics_list.html 1. Is it possible to measure only inte

Re: Apache geode statistics

2017-03-27 Thread Parin dazz
t a separate email on java 8 and tuning so it will > not get lost in responses about stats. > > On Sun, Mar 26, 2017 at 4:30 AM, Parin dazz > wrote: > >> Hello Team, >> >> Could you help me to understand geode statistics? I found out below link >>

Re: Apache geode statistics

2017-03-27 Thread Parin dazz
at be achieved by statistics as well? Thanks & Regards, Parin Dazz On Tue, Mar 28, 2017 at 9:07 AM, Parin dazz wrote: > Thank you Darrel! > > Where I can download jvsd? > > More, I found something like queryExecutionTime statistics but how can I > measure time taken by each indi

Java 8 Tuning with G1 GC

2017-03-27 Thread Parin dazz
for G1 GC parameters? I understand that old GC tuning config was suggested to achieve low latency and high through put. I would appreciate if you can share your analysis for G1 GC as well. Thanks & Regards, Parin Dazz

Re: Java 8 Tuning with G1 GC

2017-03-29 Thread Parin dazz
Hello Team, Any update on this? Regards, Parin On Tue, Mar 28, 2017 at 9:12 AM, Parin dazz wrote: > Hi Team, > > I want to know about geode's support for java 8? Do we have any reference > for jvm tuning with java 8? > > I found few ones related to CMS & MarkNSwe

Spring data geode security example

2017-06-03 Thread Parin dazz
Hi, Do we have any example on how to use/implement security manager with spring-data-geode? More, haven't heard anything for new release of spring-data-geode :) Very much excited for the new features and hard work john is doing. Any news on release date? Regards, Parin

About Diskstores

2017-06-03 Thread Parin dazz
Hi, Could someone help me to understand what it means by online/offline diskstore? I have 2 hosts each one having 1 locator and 1 server with replicated regions. Both have their own diskstore configured in their mounted file system for persisted region and pdx types both. Do I have to turn on cl

Re: Spring data geode security example

2017-06-05 Thread Parin dazz
g.io/spring-data-gemfire/docs/2.0. > 0.M3/reference/html/#bootstrap:lucene > [6] https://github.com/spring-projects/spring-data-geode/ > blob/master/src/main/java/org/springframework/data/gemfire/ > config/annotation/EnableCacheServer.java#L134 > [7] https://github.com/spring-projects/

Cache miss loader on non primary key fields

2017-08-10 Thread Parin dazz
Hello Folks, I have some requirements on CacheLoader for cache miss events. >From the geode docs, The loader is called on *cache misses during get operations*, and it populates the cache with the new entry value in addition to returning the value to the calling thread. *Region* Employee [Type =

What's different >> Geode-Gemfire-Pivotal cloud cache

2017-08-20 Thread Parin dazz
Hi Folks, Now Geode has become the central/core code base for Pivotal Gemfire release as well. Does that mean bugs/issues which exist in geode now exist in gemfire as well? Apart from some commercial features of Greenplum connector for gemfire or HDFS/Spark connector for Geode, how does codebase

Concerns of CacheLoader

2017-08-26 Thread Parin dazz
Hi Folks, I have some concerns about CacheLoader. I know that we attach it with the region definition in server which helps to load missing entries into cache from database. But my reason for asking is more from usability point of view. As an example, Usually in client/server topology, you writ

Re: Concerns of CacheLoader

2017-08-26 Thread Parin dazz
ch dynamic loading from external datasource to cache. Regards, Parin On Sun, Aug 27, 2017 at 12:22 AM, John Blum wrote: > OQL queries do not invoke CacheLoaders. > > On Sat, Aug 26, 2017 at 12:01 AM, Parin dazz > wrote: > >> Hi Folks, >> >> I have some concerns abo

Re: geode query bind collection

2017-10-13 Thread Parin dazz
May be that's a missing feature! I was also struggling for the same. And wish to see support :) In my case, I have named query exactly similar to what you mentioned but with extra configuration parameter which informs my query engine that given named query accepts list/set as first position. Argu