Uses of Interface
com.hazelcast.storage.Storage

Packages that use Storage
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.map.impl.record Contains record specific classes. 
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of Storage in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return Storage
 Storage<DataRef> DefaultNodeExtension.getNativeDataStorage()
           
 Storage<DataRef> NodeExtension.getNativeDataStorage()
          Deprecated.  
 

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

Constructors in com.hazelcast.map.impl.record with parameters of type Storage
NativeRecordFactory(MapConfig config, Storage<DataRef> storage, SerializationService serializationService, PartitioningStrategy partitionStrategy)
           
 

Uses of Storage in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return Storage
 Storage<DataRef> NodeEngine.getOffHeapStorage()
           
 

Uses of Storage in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return Storage
 Storage<DataRef> NodeEngineImpl.getOffHeapStorage()
           
 



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