Uses of Class
com.unister.semweb.drums.file.FileLockException

Packages that use FileLockException
com.unister.semweb.drums.api com.unister.semweb.drums.api contains all API-classes. 
com.unister.semweb.drums.bucket This package manages the handling of Buckets. 
com.unister.semweb.drums.file This package manages the handling of all direct file-operations. 
 

Uses of FileLockException in com.unister.semweb.drums.api
 

Methods in com.unister.semweb.drums.api that throw FileLockException
 DRUMSReader<Data> DRUMS.getReader()
          Returns a DRUMSReader.
 void DRUMSReader.openFiles()
          Opens all files used by the underlying HashFunction.
 java.util.List<Data> DRUMS.read(int bucketId, int elementOffset, int numberToRead)
          Reads numberToRead elements (or less if there are not enough elements) from the bucket with the given bucketId beginning at the element offset.
 long DRUMS.size()
           
 

Uses of FileLockException in com.unister.semweb.drums.bucket
 

Methods in com.unister.semweb.drums.bucket that throw FileLockException
 Bucket<Data> Bucket.getEmptyBucketWithSameProperties()
          returns a new empty Bucket with the same properties of this bucket
 void BucketSplitter.splitAndStoreConfiguration(int bucketId, int numberOfPartitions)
           
 

Uses of FileLockException in com.unister.semweb.drums.file
 

Methods in com.unister.semweb.drums.file that throw FileLockException
 void AbstractHeaderFile.lock()
          tries to lock the file
 void AbstractHeaderFile.openChannel()
          opens the RandomAccessFile and the corresponding FileChannel.
 void HeaderIndexFile.openChannel()
          opens the RandomAccessFile and the corresponding FileChannel.
 

Constructors in com.unister.semweb.drums.file that throw FileLockException
HeaderIndexFile(java.lang.String fileName, AbstractHeaderFile.AccessMode mode, int max_retries_connect, DRUMSParameterSet<Data> gp)
          This constructor instantiates a new HeaderIndexFile with the given fileName in the given AbstractHeaderFile.AccessMode.
HeaderIndexFile(java.lang.String fileName, int max_retries_connect, DRUMSParameterSet<Data> gp)
          This constructor instantiates a new HeaderIndexFile with the given fileName in the given AbstractHeaderFile.AccessMode.