Uses of Class
net.dontdrinkandroot.cache.impl.disk.indexed.storage.IndexData

Packages that use IndexData
net.dontdrinkandroot.cache.impl.disk.indexed.storage   
net.dontdrinkandroot.cache.metadata.impl   
 

Uses of IndexData in net.dontdrinkandroot.cache.impl.disk.indexed.storage
 

Methods in net.dontdrinkandroot.cache.impl.disk.indexed.storage that return IndexData
static IndexData IndexData.read(RandomAccessFile randomAccessFile, int blockNum)
           
 IndexData IndexFile.write(IndexData indexData)
           
 IndexData IndexData.write(RandomAccessFile randomAccessFile, int blockNum)
           
 

Methods in net.dontdrinkandroot.cache.impl.disk.indexed.storage that return types with arguments of type IndexData
 Collection<IndexData> IndexFile.initialize()
           
 

Methods in net.dontdrinkandroot.cache.impl.disk.indexed.storage with parameters of type IndexData
 void IndexFile.delete(IndexData indexData)
          Deletes the block of the given metaData.
 IndexData IndexFile.write(IndexData indexData)
           
 

Uses of IndexData in net.dontdrinkandroot.cache.metadata.impl
 

Methods in net.dontdrinkandroot.cache.metadata.impl that return IndexData
 IndexData BlockMetaData.getIndexData()
           
 

Constructors in net.dontdrinkandroot.cache.metadata.impl with parameters of type IndexData
BlockMetaData(IndexData indexData, SimpleMetaData metaData)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.