Uses of Class
messif.buckets.storage.LongAddress

Packages that use LongAddress
messif.buckets.storage Bucket physical storage support. 
messif.buckets.storage.impl Implementations of physical bucket storage. 
 

Uses of LongAddress in messif.buckets.storage
 

Methods in messif.buckets.storage that return LongAddress
 LongAddress<T> LongStorageSearch.getCurrentObjectAddress()
           
 LongAddress<T> LongStorage.store(T object)
           
 

Uses of LongAddress in messif.buckets.storage.impl
 

Methods in messif.buckets.storage.impl that return LongAddress
 LongAddress<T> DiskStorage.store(T object)