Commit Graph

135 Commits

Author SHA1 Message Date
costin
9f4b5f440d SGF-10
SGF-17
+ add parsing of the grid object sizer
2010-09-15 17:37:28 +03:00
costin
5a6fd73114 SGF-10
SGF-17
+ add object sizer definition to the schema
2010-09-15 17:36:52 +03:00
costin
a7a771b110 SGF-10
SGF-17
+ integration test config
+ minor bug fix
2010-09-15 14:35:33 +03:00
costin
8ec1b42dc7 SGF-10
SGF-17
+ add parsing for eviction policies
2010-09-15 14:35:05 +03:00
costin
0c2d2e7c28 SGF-10
SGF-17
+ updated schema (changed the constants name to upper case)
2010-09-15 14:34:02 +03:00
costin
acf5908bf9 SGF-10
SGF-14
+ minor renaming
2010-09-15 14:33:30 +03:00
costin
836f102e63 SGF-10
SGF-17
+ improved eviction schema definition
2010-09-15 13:33:02 +03:00
costin
dc8f79ef0f SGF-10
SGF-17
+ add config support classes
2010-09-15 13:32:38 +03:00
costin
1c78631684 SGF-10
SGF-14
+ minor disk store improvement
2010-09-15 13:32:03 +03:00
costin
e7fb8126a4 SGF-16
+ fixed ordering chapters
+ fixed incorrect expression
+ renamed SGI to SGF
2010-09-06 19:28:18 +03:00
costin
9ca37b6682 SGF-10
SGF-12
SGF-17
+ add parsing integration test
2010-09-02 22:15:19 +03:00
costin
2df12231a0 SGF-10
SGF-12
SGF-17
+ add partition parsing
2010-09-02 22:14:58 +03:00
costin
d135e8c96b SGF-10
SGF-12
SGF-17
+ add replica parsing
2010-09-02 22:14:40 +03:00
costin
c63d21e16d SGF-10
SGF-12
SGF-17
+ add disk wrapper util class
2010-09-02 22:14:22 +03:00
costin
7b6a58c600 SGF-10
SGF-17
+ more schema fixes
2010-09-02 22:13:34 +03:00
costin
1ab5305118 SGF-10
SGF-14
SGF-13
SGF-17
+ hook up disk-store parsing
+ refactored replicated parser so it defines the nested attributes through bean definitions rather then direct instantiation
2010-09-02 20:28:29 +03:00
costin
1a4eecbeac SGF-10
SGF-17
+ add storage parsing
2010-09-02 20:27:41 +03:00
costin
9fcd5e00a7 + modified RegionAttributesFactory to return singletons
+ added support in RegionAttributesFactory for set dir sizes/folders (as the default method breaks the JavaBeans conventions)
2010-09-02 19:57:49 +03:00
costin
081de58fbf SGF-10
SGF-14
SGF-17
+ adding disk-store, persistence and overflow to the various region supported
2010-09-02 19:15:56 +03:00
costin
01960ced33 SGF-10
SGF-14
SGF-17
+ add XSD definitions for eviction and storage configs
2010-09-02 18:41:49 +03:00
costin
ac96680848 SGF-10
SGF-15
+ made pool-name attribute mandatory
+ added strategy for pool retrieval
2010-09-01 17:06:58 +03:00
costin
d736c302dd SGF-10
SGF-15
+ finished parsing support for locators and servers
+ improved schema a bit by adding more up-front validation
2010-09-01 12:04:21 +03:00
costin
bdb7a4669e SGF-10
SGF-15
+ add server + locator sub elements for pool element
2010-09-01 11:20:15 +03:00
costin
c469069c15 SGF-10
SGF-15
+ initial draft for pool parser
+ attribute parsing is done, nested locators/servers are next
2010-09-01 11:07:05 +03:00
costin
e8af99870c SGF-10
SGF-11
+ changed default cache name from 'cache' to 'gemfire-cache' to prevent collision with other defaults
2010-09-01 11:05:59 +03:00
costin
6f6480f032 SGF-10 SGF-15
+ move client related classes under the .client package
+ fix a minor schema problem
2010-08-31 21:38:41 +03:00
costin
febfe63891 SGF-10
SGF-15
+ minor name fixes in pool FB
2010-08-31 21:18:28 +03:00
costin
f93a240205 SGF-10
SGF-15
+ add pool support in client FB
+ add attributes processing hooks in region fb
2010-08-31 21:18:00 +03:00
costin
6a5a6e9160 SGF-10
SGF-15
+ add pool definition to gemfire schema
2010-08-31 21:17:14 +03:00
costin
faef286cd5 SGF-10
SGF-15
added pool factory and connection
2010-08-31 19:30:20 +03:00
costin
69ce99b3bc SGF-10 SGF-15 + quick validation of parsing (w/o subscriptions/interests or pools) 2010-08-31 15:02:34 +03:00
costin
4848282483 SGF-10
SGF-15
+ client integration tests
parsing works okay but a pool/server is still needed
2010-08-31 14:47:18 +03:00
costin
ff1ddab2dc SGF-10
SGF-15
+ fix some incorrect client attribute parsing
2010-08-31 14:46:40 +03:00
costin
50252e228f SGF-15
+ allow clients to have no interests registered
2010-08-31 14:46:10 +03:00
costin
8207823c30 SGF-10
SGF-15
+ minor fix to map exactly the values on the interest result policy enum
2010-08-31 14:45:38 +03:00
costin
ee51f1957b SGF-10
SGF-15
+ more client schema fixes
2010-08-31 14:37:35 +03:00
costin
ddbfc16655 SGF-10
SGF-15
+ move common attributes from regionType to readOnlyRegionType
+ various schema declaration fixes
2010-08-31 14:34:40 +03:00
costin
2c17d8c0e2 SGF-10
SGF-15
+ first draft of the client parsing namespace
2010-08-31 14:09:14 +03:00
costin
e8f7670b8f SGF-10
+ minor doc fixes
SGF-15
+ add regex and key interest definition
2010-08-31 13:36:46 +03:00
costin
2e2995a551 SGF-10
SGF-15
+ add base interest type
+ add regex interest type
2010-08-31 13:25:07 +03:00
costin
f994edcaf6 SGF-10
SGF-11
eliminated publisher attribute for replicated regions (it's deprecated in 6.5)
SGF-15
add first draft of client region
2010-08-31 12:53:25 +03:00
costin
e87713da94 + update sample to use the new gemfire namespace
SGF-10
2010-08-27 20:11:45 +03:00
costin
291178fe09 + add region name test
SGF-10
SGF-12
SGF-13
2010-08-27 20:11:20 +03:00
costin
fe3d02a89b + add name attribute for gemfire regions
SGF-10
SGF-12
SGF-13
2010-08-27 20:08:21 +03:00
costin
d3af92fe91 + refactor the tests for better app context cleanup
+ additionally add forking to not have overlapping contexts
2010-08-27 19:29:49 +03:00
costin
54dd44dfe6 SGF-10
SGF-11
+ fix cache parser minor bug (properties-ref sets a ref not a value)
2010-08-27 19:28:46 +03:00
costin
46d6a4cef7 + improve bean factory locator synchronization 2010-08-27 19:28:02 +03:00
costin
7028ef099b + add partitioned region namespace tests
SGF-10
SGF-13
2010-08-27 18:22:26 +03:00
costin
c6682c4d73 + update partitioned region parser
SGF-10
SGF-13
2010-08-27 18:22:05 +03:00
costin
c690c9a2dc SGF-10
+ update schema (fix some minor problems)
2010-08-27 18:19:04 +03:00