Terracotta tc-config.xml配置说明(这个真的是转的)

2019独角兽企业重金招聘Python工程师标准>>> hot3.png




  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.terracotta.org/schema/terracotta-5.xsd">
 
 
   
   
   
 

 
 
 
   
    development
 

 
 
   
   
     
      /opt/terracotta/server-data
     
      /opt/terracotta/server-logs
     
      /opt/terracotta/server-statistics
     
      9510
     
      9520
     
      9530
     
     
     
     
     
     
        /opt/terracotta/realm.properties
     

     
     
       
        120
       
       
         
          temporary-swap-only
       

       
       
         
          true
         
          false
         
          3600
       

     

   

   
   
      /usr/local/tc/data
      /usr/local/tc/logs
      8510
     
       
          permanent-store
       

       
          true
          true
          3600
       

     

   

   
   
   
     
     
       
          server1
       

       
       
          networked-active-passive
         
            5
         

       

      

      
        
           server2
        

      

   
    
   
   
     
      disk-based-active-passive
     
     
     
        5
     

   

   
   
     
      true
     
     
      10
   

 

 
 
   
   
     
      /my/modules/directory
      ../repository
     
     
     
   

   
    logs-%i
   
   
   
     
      500
     
     
       
       
          false
          false
          true
          false
          false
       

       
       
          true
          false
          false
          false
          false
          false
       

       
       
          false
          false
          false
       

     

   

 

 
 
   
   
     
     
       
       
         
          com.mycompany.pkga.*
         
          true
         
           
           
           
           
           
         
 
       

       
        com.mycompany.pkga.subpkg.*
       
          com.mycompany.pkgb.*
       

     

     
     
        com.mycompany.pkga.MyClassOne.fieldA
        com.mycompany.pkgb.subpkg2.fieldB
     

     
     
       
       
         
          * com.mycompany.pkga.MyClassOne.set*(..)
         
          write
       

     
          
       
         
          lockOne
         
          * com.mycompany.pkgb.get*(int)
         
          read
       

     
     
     
       
         
         
          com.mycompany.pkgc.AnotherClass.field1
         
         
         
          rootOne
       

       
          com.mycompany.pkgc.ClassTwo.field3
          rootTwo
       

     

     
     
     
       
      
         
         com.mycompany.pkgc.AnotherClass.theField
      

      
      
         com.mycompany.pkgc.AnotherClass.anotherField
        
         com.tc.cluster.DsoCluster
      

     

     
     
       
        void com.mycompany.pkga.MyClass.somethingHappened(String, int)
        String[] com.mycompany.pkgc.AnotherClass.eventOccurred(Boolean, Double)
       
        String[] com.mycompany.pkgc.SomeOtherClass.eventOccurred(Boolean, Double)
     

     
     
        java.awt.datatransfer.Clipboard
     

     
     
        petstore
        billing_app
        ROOT
     

     
     
       
          petstore
          billing_app
          Standard.system
       

     

     
     
      true     
   
 

转载于:https://my.oschina.net/u/267665/blog/497021

你可能感兴趣的:(java,运维,runtime)