1.13.7. Workspace data container configuration

class: A workspace data container class name.

properties: The list of properties (name-value pairs) for the concrete Workspace data container.

trigger_events_for_descendents_on_renameindicates if need to trigger events for descendents on rename or not. It allows to increase performance on rename operation but in same time Observation'll not notified, has default value true
lazy-node-iterator-page-sizethe page size for lazy iterator. Indicates how many nodes can be retrieved from storage per request. The default value is 100
acl-bloomfilter-false-positive-probabilityACL Bloom-filter desired false positive probability. Range [0..1]. Default value 0.1d. (See the note below)
acl-bloomfilter-elements-numberExpected number of ACL-elements in the Bloom-filter. Default value 1000000. (See the note below)

Note

Bloom filters are not supported by all the cache implementations so far only the inplementation for infinispan supports it.

value-storages: The list of value storage plugins.

Copyright ©2012. All rights reserved. eXo Platform SAS