Uses of Class
org.terracotta.toolkit.builder.ToolkitCacheConfigBuilder

Packages that use ToolkitCacheConfigBuilder
org.terracotta.toolkit.builder   
 

Uses of ToolkitCacheConfigBuilder in org.terracotta.toolkit.builder
 

Methods in org.terracotta.toolkit.builder that return ToolkitCacheConfigBuilder
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.compressionEnabled(boolean compressionEnabledParam)
          Sets compression enabled
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.concurrency(int concurrencyParam)
          Sets the concurrency config to the new value and returns this
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.configField(String fieldName, Serializable value)
           
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.consistency(ToolkitConfigFields.Consistency consistencyParam)
          Sets the ToolkitConfigFields.Consistency of the key-value store
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.copyOnReadEnabled(boolean copyOnReadEnabledParam)
          Sets copy on read enabled
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.evictionEnabled(boolean evictionEnabledParam)
          Sets eviction enabled/disabled
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.localCacheEnabled(boolean localCacheEnabledParam)
          Sets local cache enabled
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.maxBytesLocalHeap(long maxBytesLocalHeapParam)
          Sets the maxBytesLocalHeap
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.maxBytesLocalOffheap(long maxBytesLocalOffheapParam)
          Sets the max bytes local offheap
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.maxCountLocalHeap(int maxCountLocalHeapParam)
          Sets the max count local heap
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.maxTotalCount(int maxTotalCountParam)
          Sets max total count
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.maxTTISeconds(int maxTTISecondsParam)
          Sets the TTI in seconds for the config to the new value and returns this.
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.maxTTLSeconds(int maxTTLSecondsParam)
          Sets the TTL in seconds for the config to the new value and returns this.
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.offheapEnabled(boolean offheapEnabledParam)
          Sets offheap enabled
 ToolkitCacheConfigBuilder ToolkitCacheConfigBuilder.pinnedInLocalMemory(boolean pinnedInLocalMemory)
          Sets whether entries should be pinned in local memory
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.