com.atlassian.cache.hazelcast
Class HazelcastLocalCacheEagerTest

java.lang.Object
  extended by com.atlassian.cache.AbstractCacheTest
      extended by com.atlassian.cache.AbstractCacheEagerTest
          extended by com.atlassian.cache.hazelcast.HazelcastLocalCacheEagerTest

public class HazelcastLocalCacheEagerTest
extends AbstractCacheEagerTest


Field Summary
static InitOnceHazelcastCluster cluster
           
 
Fields inherited from class com.atlassian.cache.AbstractCacheTest
factory
 
Constructor Summary
HazelcastLocalCacheEagerTest()
           
 
Method Summary
protected  CacheSettingsBuilder settingsBuilder()
           
 void setUp()
           
 
Methods inherited from class com.atlassian.cache.AbstractCacheEagerTest
conditionalPutDoesNotPutIfPresent, conditionalPutPutsIfAbsent, removeDoesNothingWhenNoKeyIsPresent, removeDoesNotRemoveWhenValueDoesNotMatch, removeRemovesWhenValueMatches, replaceDoesNothingWhenValueDoesNotMatch, replaceDoesNotReplaceIfAbsent, replaceReplacesWhenValueMatches, testBothExpireHintsSpecified, testClear, testFactoryGeneratedName, testGet, testGetKeys, testGetName, testGetWithSupplier, testMaxEntries, testPut, testRemove, testRemoveAll, testRemoveTwice
 
Methods inherited from class com.atlassian.cache.AbstractCacheTest
assertEmpty, assertSize, makeCacheUsingLoader, makeExceptionalCache, makeExpiringCache, makeNullReturningCache, makeSimpleCache, makeSizeLimitedCache, makeSizeLimitedCache, makeUnexpiringCache, testRemoveFromCacheWhileLoadingCacheValueReturnsLatestValue, testRemoveSpecificValueFromCacheWhileLoadingCacheValueReturnsLatestValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cluster

public static InitOnceHazelcastCluster cluster
Constructor Detail

HazelcastLocalCacheEagerTest

public HazelcastLocalCacheEagerTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

settingsBuilder

protected CacheSettingsBuilder settingsBuilder()
Overrides:
settingsBuilder in class AbstractCacheTest


Copyright © 2015 Atlassian. All rights reserved.