Class DtoKahaDB

java.lang.Object
org.apache.activemq.schema.core.DtoKahaDB
All Implemented Interfaces:
org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class DtoKahaDB extends Object implements org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <choice>
           <element name="brokerService" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}broker"/>
                     <element ref="{http://activemq.apache.org/schema/core}brokerService"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="directory" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence minOccurs="0">
                     <any maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="directoryArchive" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence minOccurs="0">
                     <any maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="indexDirectory" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence minOccurs="0">
                     <any maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="locker" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}database-locker"/>
                     <element ref="{http://activemq.apache.org/schema/core}lease-database-locker"/>
                     <element ref="{http://activemq.apache.org/schema/core}shared-file-locker"/>
                     <element ref="{http://activemq.apache.org/schema/core}transact-database-locker"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="scheduledThreadPoolExecutor" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence minOccurs="0">
                     <any maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="transactionIdTransformer" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence minOccurs="0">
                     <any maxOccurs="unbounded" minOccurs="0"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="usageManager" minOccurs="0">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <choice minOccurs="0">
                     <element ref="{http://activemq.apache.org/schema/core}systemUsage"/>
                     <any namespace='##other'/>
                   </choice>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </choice>
       <attribute name="archiveCorruptedIndex" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="archiveDataLogs" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="brokerName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="brokerService" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="checkForCorruptJournalFiles" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="checkpointInterval" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="checksumJournalFiles" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="cleanupInterval" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="cleanupOnStop" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="compactAcksAfterNoGC" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="compactAcksIgnoresStoreGrowth" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="concurrentStoreAndDispatchQueues" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="concurrentStoreAndDispatchTopics" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="databaseLockedWaitDelay" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="directory" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="directoryArchive" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enableAckCompaction" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="enableIndexDiskSyncs" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="enableIndexPageCaching" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="enableIndexRecoveryFile" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="enableIndexWriteAsync" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="enableJournalDiskSyncs" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="enableSubscriptionStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="failoverProducersAuditDepth" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="forceRecoverIndex" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="ignoreMissingJournalfiles" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="indexCacheSize" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="indexDirectory" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="indexLFUEvictionFactor" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="indexWriteBatchSize" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="journalDiskSyncInterval" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="journalDiskSyncStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="journalMaxFileLength" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="journalMaxWriteBatchSize" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lockKeepAlivePeriod" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="locker" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="maxAsyncJobs" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="maxFailoverProducersToTrack" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="preallocationScope" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="preallocationStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="purgeRecoveredXATransactionStrategy" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="scheduledThreadPoolExecutor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="stopOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="transactionIdTransformer" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="usageManager" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="useIndexLFRUEviction" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="useLock" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • brokerServiceOrDirectoryOrDirectoryArchive

      protected List<Object> brokerServiceOrDirectoryOrDirectoryArchive
    • archiveCorruptedIndex

      protected Boolean archiveCorruptedIndex
    • archiveDataLogs

      protected Boolean archiveDataLogs
    • brokerName

      protected String brokerName
    • brokerService

      protected String brokerService
    • checkForCorruptJournalFiles

      protected Boolean checkForCorruptJournalFiles
    • checkpointInterval

      protected Long checkpointInterval
    • checksumJournalFiles

      protected Boolean checksumJournalFiles
    • cleanupInterval

      protected Long cleanupInterval
    • cleanupOnStop

      protected Boolean cleanupOnStop
    • compactAcksAfterNoGC

      protected BigInteger compactAcksAfterNoGC
    • compactAcksIgnoresStoreGrowth

      protected Boolean compactAcksIgnoresStoreGrowth
    • concurrentStoreAndDispatchQueues

      protected Boolean concurrentStoreAndDispatchQueues
    • concurrentStoreAndDispatchTopics

      protected Boolean concurrentStoreAndDispatchTopics
    • databaseLockedWaitDelay

      protected BigInteger databaseLockedWaitDelay
    • directory

      protected String directory
    • directoryArchive

      protected String directoryArchive
    • enableAckCompaction

      protected Boolean enableAckCompaction
    • enableIndexDiskSyncs

      protected Boolean enableIndexDiskSyncs
    • enableIndexPageCaching

      protected Boolean enableIndexPageCaching
    • enableIndexRecoveryFile

      protected Boolean enableIndexRecoveryFile
    • enableIndexWriteAsync

      protected Boolean enableIndexWriteAsync
    • enableJournalDiskSyncs

      protected Boolean enableJournalDiskSyncs
    • enableSubscriptionStatistics

      protected Boolean enableSubscriptionStatistics
    • failoverProducersAuditDepth

      protected BigInteger failoverProducersAuditDepth
    • forceRecoverIndex

      protected Boolean forceRecoverIndex
    • ignoreMissingJournalfiles

      protected Boolean ignoreMissingJournalfiles
    • indexCacheSize

      protected String indexCacheSize
    • indexDirectory

      protected String indexDirectory
    • indexLFUEvictionFactor

      protected Float indexLFUEvictionFactor
    • indexWriteBatchSize

      protected String indexWriteBatchSize
    • journalDiskSyncInterval

      protected Long journalDiskSyncInterval
    • journalDiskSyncStrategy

      protected String journalDiskSyncStrategy
    • journalMaxFileLength

      protected String journalMaxFileLength
    • journalMaxWriteBatchSize

      protected String journalMaxWriteBatchSize
    • lockKeepAlivePeriod

      protected Long lockKeepAlivePeriod
    • locker

      protected String locker
    • maxAsyncJobs

      protected BigInteger maxAsyncJobs
    • maxFailoverProducersToTrack

      protected BigInteger maxFailoverProducersToTrack
    • preallocationScope

      protected String preallocationScope
    • preallocationStrategy

      protected String preallocationStrategy
    • purgeRecoveredXATransactionStrategy

      protected String purgeRecoveredXATransactionStrategy
    • scheduledThreadPoolExecutor

      protected String scheduledThreadPoolExecutor
    • stopOnError

      protected Boolean stopOnError
    • transactionIdTransformer

      protected String transactionIdTransformer
    • usageManager

      protected String usageManager
    • useIndexLFRUEviction

      protected Boolean useIndexLFRUEviction
    • useLock

      protected Boolean useLock
    • id

      protected String id
  • Constructor Details

    • DtoKahaDB

      public DtoKahaDB()
  • Method Details

    • getBrokerServiceOrDirectoryOrDirectoryArchive

      public List<Object> getBrokerServiceOrDirectoryOrDirectoryArchive()
      Gets the value of the brokerServiceOrDirectoryOrDirectoryArchive property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the brokerServiceOrDirectoryOrDirectoryArchive property.

      For example, to add a new item, do as follows:

          getBrokerServiceOrDirectoryOrDirectoryArchive().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DtoKahaDB.BrokerService> JAXBElement<DtoKahaDB.Directory> JAXBElement<DtoKahaDB.DirectoryArchive> JAXBElement<DtoKahaDB.IndexDirectory> JAXBElement<DtoKahaDB.Locker> JAXBElement<DtoKahaDB.ScheduledThreadPoolExecutor> JAXBElement<DtoKahaDB.TransactionIdTransformer> JAXBElement<DtoKahaDB.UsageManager> Object

    • isArchiveCorruptedIndex

      public Boolean isArchiveCorruptedIndex()
      Obtient la valeur de la propriété archiveCorruptedIndex.
      Returns:
      possible object is Boolean
    • setArchiveCorruptedIndex

      public void setArchiveCorruptedIndex(Boolean value)
      Définit la valeur de la propriété archiveCorruptedIndex.
      Parameters:
      value - allowed object is Boolean
    • isArchiveDataLogs

      public Boolean isArchiveDataLogs()
      Obtient la valeur de la propriété archiveDataLogs.
      Returns:
      possible object is Boolean
    • setArchiveDataLogs

      public void setArchiveDataLogs(Boolean value)
      Définit la valeur de la propriété archiveDataLogs.
      Parameters:
      value - allowed object is Boolean
    • getBrokerName

      public String getBrokerName()
      Obtient la valeur de la propriété brokerName.
      Returns:
      possible object is String
    • setBrokerName

      public void setBrokerName(String value)
      Définit la valeur de la propriété brokerName.
      Parameters:
      value - allowed object is String
    • getBrokerService

      public String getBrokerService()
      Obtient la valeur de la propriété brokerService.
      Returns:
      possible object is String
    • setBrokerService

      public void setBrokerService(String value)
      Définit la valeur de la propriété brokerService.
      Parameters:
      value - allowed object is String
    • isCheckForCorruptJournalFiles

      public Boolean isCheckForCorruptJournalFiles()
      Obtient la valeur de la propriété checkForCorruptJournalFiles.
      Returns:
      possible object is Boolean
    • setCheckForCorruptJournalFiles

      public void setCheckForCorruptJournalFiles(Boolean value)
      Définit la valeur de la propriété checkForCorruptJournalFiles.
      Parameters:
      value - allowed object is Boolean
    • getCheckpointInterval

      public Long getCheckpointInterval()
      Obtient la valeur de la propriété checkpointInterval.
      Returns:
      possible object is Long
    • setCheckpointInterval

      public void setCheckpointInterval(Long value)
      Définit la valeur de la propriété checkpointInterval.
      Parameters:
      value - allowed object is Long
    • isChecksumJournalFiles

      public Boolean isChecksumJournalFiles()
      Obtient la valeur de la propriété checksumJournalFiles.
      Returns:
      possible object is Boolean
    • setChecksumJournalFiles

      public void setChecksumJournalFiles(Boolean value)
      Définit la valeur de la propriété checksumJournalFiles.
      Parameters:
      value - allowed object is Boolean
    • getCleanupInterval

      public Long getCleanupInterval()
      Obtient la valeur de la propriété cleanupInterval.
      Returns:
      possible object is Long
    • setCleanupInterval

      public void setCleanupInterval(Long value)
      Définit la valeur de la propriété cleanupInterval.
      Parameters:
      value - allowed object is Long
    • isCleanupOnStop

      public Boolean isCleanupOnStop()
      Obtient la valeur de la propriété cleanupOnStop.
      Returns:
      possible object is Boolean
    • setCleanupOnStop

      public void setCleanupOnStop(Boolean value)
      Définit la valeur de la propriété cleanupOnStop.
      Parameters:
      value - allowed object is Boolean
    • getCompactAcksAfterNoGC

      public BigInteger getCompactAcksAfterNoGC()
      Obtient la valeur de la propriété compactAcksAfterNoGC.
      Returns:
      possible object is BigInteger
    • setCompactAcksAfterNoGC

      public void setCompactAcksAfterNoGC(BigInteger value)
      Définit la valeur de la propriété compactAcksAfterNoGC.
      Parameters:
      value - allowed object is BigInteger
    • isCompactAcksIgnoresStoreGrowth

      public Boolean isCompactAcksIgnoresStoreGrowth()
      Obtient la valeur de la propriété compactAcksIgnoresStoreGrowth.
      Returns:
      possible object is Boolean
    • setCompactAcksIgnoresStoreGrowth

      public void setCompactAcksIgnoresStoreGrowth(Boolean value)
      Définit la valeur de la propriété compactAcksIgnoresStoreGrowth.
      Parameters:
      value - allowed object is Boolean
    • isConcurrentStoreAndDispatchQueues

      public Boolean isConcurrentStoreAndDispatchQueues()
      Obtient la valeur de la propriété concurrentStoreAndDispatchQueues.
      Returns:
      possible object is Boolean
    • setConcurrentStoreAndDispatchQueues

      public void setConcurrentStoreAndDispatchQueues(Boolean value)
      Définit la valeur de la propriété concurrentStoreAndDispatchQueues.
      Parameters:
      value - allowed object is Boolean
    • isConcurrentStoreAndDispatchTopics

      public Boolean isConcurrentStoreAndDispatchTopics()
      Obtient la valeur de la propriété concurrentStoreAndDispatchTopics.
      Returns:
      possible object is Boolean
    • setConcurrentStoreAndDispatchTopics

      public void setConcurrentStoreAndDispatchTopics(Boolean value)
      Définit la valeur de la propriété concurrentStoreAndDispatchTopics.
      Parameters:
      value - allowed object is Boolean
    • getDatabaseLockedWaitDelay

      public BigInteger getDatabaseLockedWaitDelay()
      Obtient la valeur de la propriété databaseLockedWaitDelay.
      Returns:
      possible object is BigInteger
    • setDatabaseLockedWaitDelay

      public void setDatabaseLockedWaitDelay(BigInteger value)
      Définit la valeur de la propriété databaseLockedWaitDelay.
      Parameters:
      value - allowed object is BigInteger
    • getDirectory

      public String getDirectory()
      Obtient la valeur de la propriété directory.
      Returns:
      possible object is String
    • setDirectory

      public void setDirectory(String value)
      Définit la valeur de la propriété directory.
      Parameters:
      value - allowed object is String
    • getDirectoryArchive

      public String getDirectoryArchive()
      Obtient la valeur de la propriété directoryArchive.
      Returns:
      possible object is String
    • setDirectoryArchive

      public void setDirectoryArchive(String value)
      Définit la valeur de la propriété directoryArchive.
      Parameters:
      value - allowed object is String
    • isEnableAckCompaction

      public Boolean isEnableAckCompaction()
      Obtient la valeur de la propriété enableAckCompaction.
      Returns:
      possible object is Boolean
    • setEnableAckCompaction

      public void setEnableAckCompaction(Boolean value)
      Définit la valeur de la propriété enableAckCompaction.
      Parameters:
      value - allowed object is Boolean
    • isEnableIndexDiskSyncs

      public Boolean isEnableIndexDiskSyncs()
      Obtient la valeur de la propriété enableIndexDiskSyncs.
      Returns:
      possible object is Boolean
    • setEnableIndexDiskSyncs

      public void setEnableIndexDiskSyncs(Boolean value)
      Définit la valeur de la propriété enableIndexDiskSyncs.
      Parameters:
      value - allowed object is Boolean
    • isEnableIndexPageCaching

      public Boolean isEnableIndexPageCaching()
      Obtient la valeur de la propriété enableIndexPageCaching.
      Returns:
      possible object is Boolean
    • setEnableIndexPageCaching

      public void setEnableIndexPageCaching(Boolean value)
      Définit la valeur de la propriété enableIndexPageCaching.
      Parameters:
      value - allowed object is Boolean
    • isEnableIndexRecoveryFile

      public Boolean isEnableIndexRecoveryFile()
      Obtient la valeur de la propriété enableIndexRecoveryFile.
      Returns:
      possible object is Boolean
    • setEnableIndexRecoveryFile

      public void setEnableIndexRecoveryFile(Boolean value)
      Définit la valeur de la propriété enableIndexRecoveryFile.
      Parameters:
      value - allowed object is Boolean
    • isEnableIndexWriteAsync

      public Boolean isEnableIndexWriteAsync()
      Obtient la valeur de la propriété enableIndexWriteAsync.
      Returns:
      possible object is Boolean
    • setEnableIndexWriteAsync

      public void setEnableIndexWriteAsync(Boolean value)
      Définit la valeur de la propriété enableIndexWriteAsync.
      Parameters:
      value - allowed object is Boolean
    • isEnableJournalDiskSyncs

      public Boolean isEnableJournalDiskSyncs()
      Obtient la valeur de la propriété enableJournalDiskSyncs.
      Returns:
      possible object is Boolean
    • setEnableJournalDiskSyncs

      public void setEnableJournalDiskSyncs(Boolean value)
      Définit la valeur de la propriété enableJournalDiskSyncs.
      Parameters:
      value - allowed object is Boolean
    • isEnableSubscriptionStatistics

      public Boolean isEnableSubscriptionStatistics()
      Obtient la valeur de la propriété enableSubscriptionStatistics.
      Returns:
      possible object is Boolean
    • setEnableSubscriptionStatistics

      public void setEnableSubscriptionStatistics(Boolean value)
      Définit la valeur de la propriété enableSubscriptionStatistics.
      Parameters:
      value - allowed object is Boolean
    • getFailoverProducersAuditDepth

      public BigInteger getFailoverProducersAuditDepth()
      Obtient la valeur de la propriété failoverProducersAuditDepth.
      Returns:
      possible object is BigInteger
    • setFailoverProducersAuditDepth

      public void setFailoverProducersAuditDepth(BigInteger value)
      Définit la valeur de la propriété failoverProducersAuditDepth.
      Parameters:
      value - allowed object is BigInteger
    • isForceRecoverIndex

      public Boolean isForceRecoverIndex()
      Obtient la valeur de la propriété forceRecoverIndex.
      Returns:
      possible object is Boolean
    • setForceRecoverIndex

      public void setForceRecoverIndex(Boolean value)
      Définit la valeur de la propriété forceRecoverIndex.
      Parameters:
      value - allowed object is Boolean
    • isIgnoreMissingJournalfiles

      public Boolean isIgnoreMissingJournalfiles()
      Obtient la valeur de la propriété ignoreMissingJournalfiles.
      Returns:
      possible object is Boolean
    • setIgnoreMissingJournalfiles

      public void setIgnoreMissingJournalfiles(Boolean value)
      Définit la valeur de la propriété ignoreMissingJournalfiles.
      Parameters:
      value - allowed object is Boolean
    • getIndexCacheSize

      public String getIndexCacheSize()
      Obtient la valeur de la propriété indexCacheSize.
      Returns:
      possible object is String
    • setIndexCacheSize

      public void setIndexCacheSize(String value)
      Définit la valeur de la propriété indexCacheSize.
      Parameters:
      value - allowed object is String
    • getIndexDirectory

      public String getIndexDirectory()
      Obtient la valeur de la propriété indexDirectory.
      Returns:
      possible object is String
    • setIndexDirectory

      public void setIndexDirectory(String value)
      Définit la valeur de la propriété indexDirectory.
      Parameters:
      value - allowed object is String
    • getIndexLFUEvictionFactor

      public Float getIndexLFUEvictionFactor()
      Obtient la valeur de la propriété indexLFUEvictionFactor.
      Returns:
      possible object is Float
    • setIndexLFUEvictionFactor

      public void setIndexLFUEvictionFactor(Float value)
      Définit la valeur de la propriété indexLFUEvictionFactor.
      Parameters:
      value - allowed object is Float
    • getIndexWriteBatchSize

      public String getIndexWriteBatchSize()
      Obtient la valeur de la propriété indexWriteBatchSize.
      Returns:
      possible object is String
    • setIndexWriteBatchSize

      public void setIndexWriteBatchSize(String value)
      Définit la valeur de la propriété indexWriteBatchSize.
      Parameters:
      value - allowed object is String
    • getJournalDiskSyncInterval

      public Long getJournalDiskSyncInterval()
      Obtient la valeur de la propriété journalDiskSyncInterval.
      Returns:
      possible object is Long
    • setJournalDiskSyncInterval

      public void setJournalDiskSyncInterval(Long value)
      Définit la valeur de la propriété journalDiskSyncInterval.
      Parameters:
      value - allowed object is Long
    • getJournalDiskSyncStrategy

      public String getJournalDiskSyncStrategy()
      Obtient la valeur de la propriété journalDiskSyncStrategy.
      Returns:
      possible object is String
    • setJournalDiskSyncStrategy

      public void setJournalDiskSyncStrategy(String value)
      Définit la valeur de la propriété journalDiskSyncStrategy.
      Parameters:
      value - allowed object is String
    • getJournalMaxFileLength

      public String getJournalMaxFileLength()
      Obtient la valeur de la propriété journalMaxFileLength.
      Returns:
      possible object is String
    • setJournalMaxFileLength

      public void setJournalMaxFileLength(String value)
      Définit la valeur de la propriété journalMaxFileLength.
      Parameters:
      value - allowed object is String
    • getJournalMaxWriteBatchSize

      public String getJournalMaxWriteBatchSize()
      Obtient la valeur de la propriété journalMaxWriteBatchSize.
      Returns:
      possible object is String
    • setJournalMaxWriteBatchSize

      public void setJournalMaxWriteBatchSize(String value)
      Définit la valeur de la propriété journalMaxWriteBatchSize.
      Parameters:
      value - allowed object is String
    • getLockKeepAlivePeriod

      public Long getLockKeepAlivePeriod()
      Obtient la valeur de la propriété lockKeepAlivePeriod.
      Returns:
      possible object is Long
    • setLockKeepAlivePeriod

      public void setLockKeepAlivePeriod(Long value)
      Définit la valeur de la propriété lockKeepAlivePeriod.
      Parameters:
      value - allowed object is Long
    • getLocker

      public String getLocker()
      Obtient la valeur de la propriété locker.
      Returns:
      possible object is String
    • setLocker

      public void setLocker(String value)
      Définit la valeur de la propriété locker.
      Parameters:
      value - allowed object is String
    • getMaxAsyncJobs

      public BigInteger getMaxAsyncJobs()
      Obtient la valeur de la propriété maxAsyncJobs.
      Returns:
      possible object is BigInteger
    • setMaxAsyncJobs

      public void setMaxAsyncJobs(BigInteger value)
      Définit la valeur de la propriété maxAsyncJobs.
      Parameters:
      value - allowed object is BigInteger
    • getMaxFailoverProducersToTrack

      public BigInteger getMaxFailoverProducersToTrack()
      Obtient la valeur de la propriété maxFailoverProducersToTrack.
      Returns:
      possible object is BigInteger
    • setMaxFailoverProducersToTrack

      public void setMaxFailoverProducersToTrack(BigInteger value)
      Définit la valeur de la propriété maxFailoverProducersToTrack.
      Parameters:
      value - allowed object is BigInteger
    • getPreallocationScope

      public String getPreallocationScope()
      Obtient la valeur de la propriété preallocationScope.
      Returns:
      possible object is String
    • setPreallocationScope

      public void setPreallocationScope(String value)
      Définit la valeur de la propriété preallocationScope.
      Parameters:
      value - allowed object is String
    • getPreallocationStrategy

      public String getPreallocationStrategy()
      Obtient la valeur de la propriété preallocationStrategy.
      Returns:
      possible object is String
    • setPreallocationStrategy

      public void setPreallocationStrategy(String value)
      Définit la valeur de la propriété preallocationStrategy.
      Parameters:
      value - allowed object is String
    • getPurgeRecoveredXATransactionStrategy

      public String getPurgeRecoveredXATransactionStrategy()
      Obtient la valeur de la propriété purgeRecoveredXATransactionStrategy.
      Returns:
      possible object is String
    • setPurgeRecoveredXATransactionStrategy

      public void setPurgeRecoveredXATransactionStrategy(String value)
      Définit la valeur de la propriété purgeRecoveredXATransactionStrategy.
      Parameters:
      value - allowed object is String
    • getScheduledThreadPoolExecutor

      public String getScheduledThreadPoolExecutor()
      Obtient la valeur de la propriété scheduledThreadPoolExecutor.
      Returns:
      possible object is String
    • setScheduledThreadPoolExecutor

      public void setScheduledThreadPoolExecutor(String value)
      Définit la valeur de la propriété scheduledThreadPoolExecutor.
      Parameters:
      value - allowed object is String
    • isStopOnError

      public Boolean isStopOnError()
      Obtient la valeur de la propriété stopOnError.
      Returns:
      possible object is Boolean
    • setStopOnError

      public void setStopOnError(Boolean value)
      Définit la valeur de la propriété stopOnError.
      Parameters:
      value - allowed object is Boolean
    • getTransactionIdTransformer

      public String getTransactionIdTransformer()
      Obtient la valeur de la propriété transactionIdTransformer.
      Returns:
      possible object is String
    • setTransactionIdTransformer

      public void setTransactionIdTransformer(String value)
      Définit la valeur de la propriété transactionIdTransformer.
      Parameters:
      value - allowed object is String
    • getUsageManager

      public String getUsageManager()
      Obtient la valeur de la propriété usageManager.
      Returns:
      possible object is String
    • setUsageManager

      public void setUsageManager(String value)
      Définit la valeur de la propriété usageManager.
      Parameters:
      value - allowed object is String
    • isUseIndexLFRUEviction

      public Boolean isUseIndexLFRUEviction()
      Obtient la valeur de la propriété useIndexLFRUEviction.
      Returns:
      possible object is Boolean
    • setUseIndexLFRUEviction

      public void setUseIndexLFRUEviction(Boolean value)
      Définit la valeur de la propriété useIndexLFRUEviction.
      Parameters:
      value - allowed object is Boolean
    • isUseLock

      public Boolean isUseLock()
      Obtient la valeur de la propriété useLock.
      Returns:
      possible object is Boolean
    • setUseLock

      public void setUseLock(Boolean value)
      Définit la valeur de la propriété useLock.
      Parameters:
      value - allowed object is Boolean
    • getId

      public String getId()
      Obtient la valeur de la propriété id.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Définit la valeur de la propriété id.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object