Uses of Interface
com.hazelcast.map.impl.RecordStore

Packages that use RecordStore
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.eviction This package contains eviction classes.
 
com.hazelcast.map.impl.operation Package for map operations. 
 

Uses of RecordStore in com.hazelcast.map.impl
 

Classes in com.hazelcast.map.impl that implement RecordStore
 class DefaultRecordStore
          Default implementation of record-store.
 

Methods in com.hazelcast.map.impl that return RecordStore
 RecordStore MapServiceContext.getExistingRecordStore(int partitionId, String mapName)
           
 RecordStore DefaultMapServiceContext.getExistingRecordStore(int partitionId, String mapName)
           
 RecordStore PartitionContainer.getExistingRecordStore(String mapName)
           
 RecordStore MapServiceContext.getRecordStore(int partitionId, String mapName)
           
 RecordStore DefaultMapServiceContext.getRecordStore(int partitionId, String mapName)
           
 RecordStore PartitionContainer.getRecordStore(String name)
           
 

Methods in com.hazelcast.map.impl that return types with arguments of type RecordStore
 ConcurrentMap<String,RecordStore> PartitionContainer.getMaps()
           
 

Uses of RecordStore in com.hazelcast.map.impl.eviction
 

Methods in com.hazelcast.map.impl.eviction with parameters of type RecordStore
 void EvictionOperator.removeEvictableRecords(RecordStore recordStore, int evictableSize, MapConfig mapConfig, boolean backup)
           
 

Uses of RecordStore in com.hazelcast.map.impl.operation
 

Fields in com.hazelcast.map.impl.operation declared as RecordStore
protected  RecordStore KeyBasedMapOperation.recordStore
           
 



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