Uses of Interface
com.hazelcast.storage.DataRef

Packages that use DataRef
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. 
com.hazelcast.storage This package contains storage functionality for Hazelcast.
 
 

Uses of DataRef in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return types with arguments of type DataRef
 Storage<DataRef> DefaultNodeExtension.getNativeDataStorage()
           
 Storage<DataRef> NodeExtension.getNativeDataStorage()
          Deprecated.  
 

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

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

Uses of DataRef in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return types with arguments of type DataRef
 Storage<DataRef> NodeEngine.getOffHeapStorage()
           
 

Uses of DataRef in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl that return types with arguments of type DataRef
 Storage<DataRef> NodeEngineImpl.getOffHeapStorage()
           
 

Uses of DataRef in com.hazelcast.storage
 

Classes in com.hazelcast.storage with type parameters of type DataRef
 interface Storage<REF extends DataRef>
          Plain storage interface for off-heap, disk etc access.
 



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