PDX serialization and BigDecimal types
How do I deal with PDX and BigDecimal types?Ā Ā I have a class called "Product" with a "price" value in BigDecimal. But PDX doesn't have a "writeBigDecimal" method (And I can't find examples on...
View ArticleBest way to get the highest id in a region
I'm wondering what is the best way to know the highest id (or next available id) of a region. My region has objects with an id that is equal to the key for the region.Ā Thanks a lot.D.
View ArticleServer functions with two regions
I need a server function that iterates on one region and put object in a second region.Ā Ā I get the first region with:Ā PartitionRegionHelper.getLocalDataForContext(context); (I passed the region in the...
View ArticleDataBrowser in 7.0.1 on Mac - can it be done?
Is there anyway of running DataBrowser on Mac OSX 10.7, even if unofficial? If not, why not?
View ArticleRelative path in gemfire.properties in Eclipse
How can I define relative path in gemfire.propetties?Ā Example:Ā Ā javax.net.ssl.keyStoreType=jksĀ javax.net.ssl.keyStore=a.keystore.jksjavax.net.ssl.keyStorePassword=sitpasswordĀ And I initliaze gemfire...
View Article.NET native client IPdxSerializable
Hi all,Ā Can you tell me where is the IPdxSerializable interface? Ā I've downloaded the .NET native client 1.0.1 from springsource site and cannot find the interface. Ā In this link: IPdxReader...
View Articlegemfire partioned region doesnt support region level distributed lock
I am having couple of clarification related to gemfire 1. Unbale to use region level distributed lock on while using partioned region?2. Also unable to use theĀ region level distributed lock with...
View ArticleInserting thousands of objects and Cache Listener
If I have partitioned region and I did putAll several thousands of objects. Does it mean that Cache Listener will fire several thousands times (split to number of server nodes)?I assume it will. Is...
View ArticleHow do I display bucket info for Partition Region in v7?
In v6, gfsh had the facility to display bucket distribution summary info using pr -b (after cd /RegionName). I cannot find an equivalent command in the v7 gfsh: neither describe region nor show metrics...
View ArticleGFMon (6.6.2) Just Exits RC=13
I am running GFMon from a Windows 7 SP1 VM, accessed through remote desktop. When I do so, it just exits RC 13, with no error message, no exception, and no display. I've never seen this happen before,...
View Article