File: mvcc-local-RR.xml

package info (click to toggle)
libconcurrentlinkedhashmap-java 1.1~jdk5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 536 kB
  • ctags: 990
  • sloc: java: 4,903; xml: 630; sh: 21; makefile: 16
file content (7 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.0">
    <locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="600000" nodeLockingScheme="mvcc"
             concurrencyLevel="3000"
             lockParentForChildInsertRemove="false"/>
    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
</jbosscache>