Search in sources :

Example 21 with ICacheRecordStore

use of com.hazelcast.cache.impl.ICacheRecordStore in project hazelcast by hazelcast.

the class CacheRecordStoreTest method putObjectAndGetObjectFromCacheRecordStore.

@Test
public void putObjectAndGetObjectFromCacheRecordStore() {
    ICacheRecordStore cacheRecordStore = createCacheRecordStore(InMemoryFormat.OBJECT);
    putAndGetFromCacheRecordStore(cacheRecordStore, InMemoryFormat.OBJECT);
}
Also used : ICacheRecordStore(com.hazelcast.cache.impl.ICacheRecordStore) QuickTest(com.hazelcast.test.annotation.QuickTest) Test(org.junit.Test)

Aggregations

ICacheRecordStore (com.hazelcast.cache.impl.ICacheRecordStore)21 ICacheService (com.hazelcast.cache.impl.ICacheService)13 QuickTest (com.hazelcast.test.annotation.QuickTest)7 Test (org.junit.Test)7 Data (com.hazelcast.internal.serialization.Data)5 HashMap (java.util.HashMap)4 Map (java.util.Map)4 Node (com.hazelcast.instance.impl.Node)3 InternalPartitionService (com.hazelcast.internal.partition.InternalPartitionService)3 SerializationService (com.hazelcast.internal.serialization.SerializationService)3 Accessors.getNode (com.hazelcast.test.Accessors.getNode)3 ParallelJVMTest (com.hazelcast.test.annotation.ParallelJVMTest)3 CacheConfig (com.hazelcast.config.CacheConfig)2 CachePartitionSegment (com.hazelcast.cache.impl.CachePartitionSegment)1 CacheRecordStore (com.hazelcast.cache.impl.CacheRecordStore)1 CacheService (com.hazelcast.cache.impl.CacheService)1 PreJoinCacheConfig (com.hazelcast.cache.impl.PreJoinCacheConfig)1 CacheRecord (com.hazelcast.cache.impl.record.CacheRecord)1 MetaDataGenerator (com.hazelcast.internal.nearcache.impl.invalidation.MetaDataGenerator)1 ObjectNamespace (com.hazelcast.internal.services.ObjectNamespace)1