Constant Field Values


Contents
org.terracotta.*

org.terracotta.cache.TimestampedValue<V>
public static final int NEVER_EXPIRE 2147483647

org.terracotta.cache.serialization.CustomLifespanSerializedEntryApplicator
public static final String CUSTOM_SERIALIZED_ENTRY "org.terracotta.cache.serialization.CustomLifespanSerializedEntry"

org.terracotta.cache.serialization.DsoSerializationStrategy<T>
protected static final byte HIGH_BIT -128

org.terracotta.cache.serialization.SerializedEntryApplicator
public static final String ABSTRACT_TIMESTAMPED_VALUE "org.terracotta.cache.value.AbstractTimestampedValue"
public static final String SERIALIZED_ENTRY "org.terracotta.cache.serialization.SerializedEntry"

org.terracotta.cache.value.AbstractStatelessTimestampedValue<V>
protected static final int UNUSED 0

org.terracotta.modules.async.ProcessingBucketItemsApplicator.SerializationUtil
public static final int ADD 1
public static final String ADD_SIGNATURE "add(Ljava/lang/Object;)Z"
public static final int CLEAR 6
public static final String CLEAR_SIGNATURE "clear()V"
public static final int REMOVE_AT 8
public static final String REMOVE_AT_SIGNATURE "remove(I)Ljava/lang/Object;"

org.terracotta.modules.async.configs.DefaultAsyncConfig
public static final int BATCH_SIZE 1
public static final boolean BATCHING_ENABLED false
public static final long MAX_ALLOWED_FALLBEHIND 2000L
public static final int RATE_LIMIT 0
public static final long RETRY_ATTEMPT_DELAY 1000L
public static final int RETRY_ATTEMPTS 0
public static final boolean STEALING_ENABLED true
public static final boolean SYNCHRONOUS_WRITE false
public static final long WORK_DELAY 1000L

org.terracotta.modules.ehcache.coherence.CacheCoherence
public static final String LOCAL_BUFFER_PUTS_BATCH_SIZE_PROPERTY "ehcache.incoherent.putsBatchSize"
public static final String LOCAL_BUFFER_PUTS_BATCH_TIME_MILLIS_PROPERTY "ehcache.incoherent.putsBatchTimeInMillis"
public static final String LOCAL_BUFFER_PUTS_THROTTLE_SIZE_PROPERTY "ehcache.incoherent.throttlePutsAtSize"
public static final String LOGGING_ENABLED_PROPERTY "ehcache.incoherent.logging"

org.terracotta.modules.ehcache.jmx.EhcacheStatsUtils
public static final String EHCACHE_DOMAIN "net.sf.ehcache"
public static final String SAMPLED_CACHE_BEAN_NAME_PREFIX "net.sf.ehcache:type=SampledCache"
public static final String SAMPLED_CACHE_MANAGER_BEAN_NAME_PREFIX "net.sf.ehcache:type=SampledCacheManager"

org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel
protected static final String CACHE_HIT_SAMPLE_ATTR "CacheHitRate"
protected static final String CACHE_MISS_SAMPLE_ATTR "CacheMissRate"
protected static final String CACHE_PUT_SAMPLE_ATTR "CachePutRate"
protected static final String CACHE_UPDATE_SAMPLE_ATTR "CacheUpdateRate"
protected final String cacheHitRateLabelFormat "{0,number,integer} Hits/sec."
protected final String cacheHitRatioLabelFormat "{0,number,##}% Hit Ratio"
protected final String cacheMissRateLabelFormat "{0,number,integer} Misses/sec."
protected final String cachePutRateLabelFormat "{0,number,integer} Puts/sec."
protected final String cacheUpdateRateLabelFormat "{0,number,integer} Updates/sec."

org.terracotta.modules.ehcache.presentation.model.CacheManagerModel
public static final String CACHE_NAMES_ATTR "CacheNames"
public static final String CACHES_ENABLED_ATTR "Enabled"
public static final String STATS_ENABLED_ATTR "StatisticsEnabled"

org.terracotta.modules.ehcache.presentation.model.CacheModel
public static final String COHERENT_PROP "Coherent"
public static final String DISK_PERSISTENT_PROP "DiskPersistent"
public static final String ENABLED_PROP "Enabled"
public static final String ETERNAL_PROP "Eternal"
public static final String LOGGING_ENABLED_PROP "LoggingEnabled"
public static final String MAX_ELEMENTS_IN_MEMORY_PROP "MaxElementsInMemory"
public static final String MAX_ELEMENTS_ON_DISK_PROP "MaxElementsOnDisk"
public static final String MEMORY_STORE_EVICTION_POLICY_PROP "MemoryStoreEvictionPolicy"
public static final String OVERFLOW_TO_DISK_PROP "OverflowToDisk"
public static final String TERRACOTTA_CLUSTERED_PROP "TerracottaClustered"
public static final String TIME_TO_IDLE_SECONDS_PROP "TimeToIdleSeconds"
public static final String TIME_TO_LIVE_SECONDS_PROP "TimeToLiveSeconds"

org.terracotta.modules.ehcache.store.LocalBufferedMap<K,V>
protected static final int DEFAULT_LOCAL_BUFFER_PUTS_BATCH_SIZE 600
protected static final int DEFAULT_LOCAL_BUFFER_PUTS_BATCH_TIME_MILLIS 600
protected static final int DEFAULT_LOCAL_BUFFER_PUTS_THROTTLE_SIZE 200000

org.terracotta.modules.ehcache.store.TerracottaClusteredInstanceFactory
public static final String DEFAULT_CACHE_MANAGER_NAME "__DEFAULT__"

org.terracotta.modules.hibernatecache.jmx.HibernateStatsUtils
public static final String STATS_BEAN_NAME_PREFIX "net.sf.ehcache.hibernate:type=EhcacheHibernateStats"

org.terracotta.modules.hibernatecache.presentation.BaseH2LCRuntimeStatsPanel
protected static final String CACHE_REGION_STATS "CacheRegionStats"

org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel
protected static final String CACHE_HIT_SAMPLE_ATTR "CacheHitSample"
protected static final String CACHE_MISS_SAMPLE_ATTR "CacheMissSample"
protected static final String CACHE_PUT_SAMPLE_ATTR "CachePutSample"
protected final String cacheHitRateLabelFormat "{0,number,integer} Hits/sec."
protected final String cacheHitRatioLabelFormat "{0,number,##}% Hit Ratio"
protected final String cacheMissRateLabelFormat "{0,number,integer} Misses/sec."
protected final String cachePutRateLabelFormat "{0,number,integer} Puts/sec."
protected static final String DBSQL_EXECUTION_SAMPLE_ATTR "DBSQLExecutionSample"
protected static final String QUERY_EXECUTION_SAMPLE_ATTR "QueryExecutionSample"
protected final String queryExecutionRateLabelFormat "{0,number,integer} Queries/sec."

org.terracotta.modules.hibernatecache.presentation.BaseHibernateRuntimeStatsPanel
protected static final String COLLECTION_STATS "CollectionStats"
protected static final String ENTITY_STATS "EntityStats"
protected static final String QUERY_STATS "QueryStats"

org.terracotta.modules.hibernatecache.presentation.CacheRegionInfo
public static final String ENABLED_PROP "Enabled"
public static final String LOGGING_ENABLED_PROP "LoggingEnabled"
public static final String TARGET_MAX_IN_MEMORY_COUNT_PROP "TargetMaxInMemoryCount"
public static final String TARGET_MAX_TOTAL_COUNT_PROP "TargetMaxTotalCount"
public static final String TTI_PROP "TTI"
public static final String TTL_PROP "TTL"

org.terracotta.modules.hibernatecache.presentation.HibernatePresentationPanel
public static final String HIBERNATE_KEY "Hibernate"
public static final String SECOND_LEVEL_CACHE_KEY "Second-Level Cache"



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