Uses of Class
com.hazelcast.config.InMemoryFormat

Packages that use InMemoryFormat
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.cache.impl.client Hazelcast JSR-107 aka JCache implementation Client Requests 
com.hazelcast.cache.impl.record Hazelcast JSR-107 aka JCache implementation Internal record store 
com.hazelcast.client.nearcache Contains classes/interfaces related to com.hazelcast.client.nearcache 
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.map.impl.record Contains record specific classes. 
 

Uses of InMemoryFormat in com.hazelcast.cache.impl
 

Methods in com.hazelcast.cache.impl with parameters of type InMemoryFormat
 CacheOperationProvider AbstractCacheService.getCacheOperationProvider(String nameWithPrefix, InMemoryFormat inMemoryFormat)
           
 CacheOperationProvider ICacheService.getCacheOperationProvider(String nameWithPrefix, InMemoryFormat storageType)
          Creates cache operations according to the storage-type of the cache
 

Uses of InMemoryFormat in com.hazelcast.cache.impl.client
 

Fields in com.hazelcast.cache.impl.client declared as InMemoryFormat
protected  InMemoryFormat AbstractCacheRequest.inMemoryFormat
           
 

Constructors in com.hazelcast.cache.impl.client with parameters of type InMemoryFormat
AbstractCacheRequest(String name, InMemoryFormat inMemoryFormat)
           
CacheContainsKeyRequest(String name, Data key, InMemoryFormat inMemoryFormat)
           
CacheEntryProcessorRequest(String name, Data key, javax.cache.processor.EntryProcessor entryProcessor, InMemoryFormat inMemoryFormat, Object... arguments)
           
CacheGetAndRemoveRequest(String name, Data key, InMemoryFormat inMemoryFormat)
           
CacheGetAndReplaceRequest(String name, Data key, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy, InMemoryFormat inMemoryFormat)
           
CacheGetConfigRequest(String cacheName, String simpleName, InMemoryFormat inMemoryFormat)
           
CacheGetRequest(String name, Data key, javax.cache.expiry.ExpiryPolicy expiryPolicy, InMemoryFormat inMemoryFormat)
           
CacheIterateRequest(String name, int partitionId, int tableIndex, int batch, InMemoryFormat inMemoryFormat)
           
CachePutIfAbsentRequest(String name, Data key, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy, InMemoryFormat inMemoryFormat)
           
CachePutRequest(String name, Data key, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy, boolean get, InMemoryFormat inMemoryFormat)
           
CachePutRequest(String name, Data key, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy, InMemoryFormat inMemoryFormat)
           
CachePutRequest(String name, Data key, Data value, InMemoryFormat inMemoryFormat)
           
CacheRemoveRequest(String name, Data key, Data currentValue, InMemoryFormat inMemoryFormat)
           
CacheRemoveRequest(String name, Data key, InMemoryFormat inMemoryFormat)
           
CacheReplaceRequest(String name, Data key, Data currentValue, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy, InMemoryFormat inMemoryFormat)
           
CacheReplaceRequest(String name, Data key, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy, InMemoryFormat inMemoryFormat)
           
 

Uses of InMemoryFormat in com.hazelcast.cache.impl.record
 

Fields in com.hazelcast.cache.impl.record declared as InMemoryFormat
protected  InMemoryFormat CacheRecordFactory.inMemoryFormat
           
 

Constructors in com.hazelcast.cache.impl.record with parameters of type InMemoryFormat
CacheRecordFactory(InMemoryFormat inMemoryFormat, SerializationService serializationService)
           
 

Uses of InMemoryFormat in com.hazelcast.client.nearcache
 

Methods in com.hazelcast.client.nearcache that return InMemoryFormat
 InMemoryFormat ClientHeapNearCache.getInMemoryFormat()
           
 InMemoryFormat ClientNearCache.getInMemoryFormat()
           
 

Uses of InMemoryFormat in com.hazelcast.config
 

Fields in com.hazelcast.config declared as InMemoryFormat
static InMemoryFormat CacheSimpleConfig.DEFAULT_IN_MEMORY_FORMAT
          Default InMemory Format.
static InMemoryFormat MapConfig.DEFAULT_IN_MEMORY_FORMAT
          Default In-Memory format is binary
static InMemoryFormat ReplicatedMapConfig.DEFAULT_IN_MEMORY_FORMAT
          Default value of In-memory format
static InMemoryFormat NearCacheConfig.DEFAULT_MEMORY_FORMAT
          Default memory format
 

Methods in com.hazelcast.config that return InMemoryFormat
 InMemoryFormat CacheSimpleConfig.getInMemoryFormat()
           
 InMemoryFormat MapConfig.getInMemoryFormat()
           
 InMemoryFormat NearCacheConfig.getInMemoryFormat()
           
 InMemoryFormat CacheConfig.getInMemoryFormat()
          Gets the data type that will be used for storing records.
 InMemoryFormat ReplicatedMapConfig.getInMemoryFormat()
           
static InMemoryFormat InMemoryFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InMemoryFormat[] InMemoryFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hazelcast.config with parameters of type InMemoryFormat
 CacheConfig<K,V> CacheConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 CacheSimpleConfig CacheSimpleConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 CacheSimpleConfig CacheSimpleConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 MapConfig MapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
          Binary type that will be used for storing records.
 NearCacheConfig NearCacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 CacheConfig<K,V> CacheConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
          Data type that will be used for storing records.
 MapConfig MapConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 NearCacheConfig NearCacheConfigReadOnly.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 ReplicatedMapConfig ReplicatedMapConfig.setInMemoryFormat(InMemoryFormat inMemoryFormat)
           
 

Constructors in com.hazelcast.config with parameters of type InMemoryFormat
NearCacheConfig(int timeToLiveSeconds, int maxSize, String evictionPolicy, int maxIdleSeconds, boolean invalidateOnChange, InMemoryFormat inMemoryFormat)
           
 

Uses of InMemoryFormat in com.hazelcast.map.impl.record
 

Methods in com.hazelcast.map.impl.record that return InMemoryFormat
 InMemoryFormat NativeRecordFactory.getStorageFormat()
           
 InMemoryFormat ObjectRecordFactory.getStorageFormat()
           
 InMemoryFormat DataRecordFactory.getStorageFormat()
           
 InMemoryFormat RecordFactory.getStorageFormat()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.