org.cruxframework.crux.core.server.rest.state
Interface ClusteredCacheConfig


public interface ClusteredCacheConfig

Author:
Thiago da Rosa de Bustamante

Method Summary
 String cachingTime()
           
 String channelConfigPropertyFile()
           
 String clusterName()
           
 String l1MaxNumberOfEntries()
           
 String l1ReapingInterval()
           
 String l2MaxNumberOfEntries()
           
 String l2ReapingInterval()
           
 String replCount()
           
 String rpcTimeout()
           
 String useL1Cache()
           
 

Method Detail

channelConfigPropertyFile

String channelConfigPropertyFile()

rpcTimeout

String rpcTimeout()

cachingTime

String cachingTime()

useL1Cache

String useL1Cache()

l1ReapingInterval

String l1ReapingInterval()

l1MaxNumberOfEntries

String l1MaxNumberOfEntries()

l2ReapingInterval

String l2ReapingInterval()

l2MaxNumberOfEntries

String l2MaxNumberOfEntries()

clusterName

String clusterName()

replCount

String replCount()


Copyright © 2014. All rights reserved.