Uses of Class
org.edg.info.DiskCacheException

Packages that use DiskCacheException
org.edg.info   
 

Uses of DiskCacheException in org.edg.info
 

Methods in org.edg.info that throw DiskCacheException
 java.util.List QueueDiskCache.readTuples(int maxTuplesToRead)
          Reads a list of tuples from this file.
 void QueueDiskCache.writeTuples(java.util.List tuples)
          Serializes the tuple list to bytes and writes them to the cache.
 

Constructors in org.edg.info that throw DiskCacheException
QueueDiskCache(java.lang.String fileName, int maxFileSizeBytes)
          Creates a new QueueDiskCache object.