A B C D E F G H I J K L M N O P Q R S T U V W

I

IndexForHeaderIndexFile - Class in com.unister.semweb.drums.file
This class represents a sparse index for one HeaderIndexFile.
IndexForHeaderIndexFile(int, int, int, ByteBuffer) - Constructor for class com.unister.semweb.drums.file.IndexForHeaderIndexFile
This constructor instantiates a new IndexForHeaderIndexFile.
initFromByteBuffer(ByteBuffer) - Method in class com.unister.semweb.drums.storable.AbstractKVStorable
Initializes the object from the given ByteBuffer
initFromByteBuffer(ByteBuffer) - Method in class com.unister.semweb.drums.storable.GeneralStorable
 
INITIAL_FILE_SIZE - Variable in class com.unister.semweb.drums.DRUMSParameterSet
the initial size of a HeaderIndexFile.
INITIAL_INCREMENT_SIZE - Variable in class com.unister.semweb.drums.DRUMSParameterSet
the initial size by which the file is enlarged, when no more records will fit into the file.
insertOrMerge(Data...) - Method in class com.unister.semweb.drums.api.DRUMS
Adds or merges the given data.
instanceID - Variable in class com.unister.semweb.drums.DRUMSParameterSet
a identification number of this parameter set.
INSTANCES - Static variable in class com.unister.semweb.drums.bucket.DynamicMemoryAllocater
An array, containing all instances of DynamicMemoryAllocater.
instantiate(DRUMSParameterSet<Data>) - Static method in class com.unister.semweb.drums.bucket.DynamicMemoryAllocater
Instantiates the DynamicMemoryAllocater, only if there is not already an instance
isConsistent() - Method in class com.unister.semweb.drums.file.HeaderIndexFile
This method checks, if the keys of all inserted elements are incrementing continuously.
isConsistent() - Method in class com.unister.semweb.drums.file.IndexForHeaderIndexFile
Checks, if this index is consistent.
isConsitentWithIndex() - Method in class com.unister.semweb.drums.file.HeaderIndexFile
This method checks, if the data is consistent with the index.
isMarkedAsDeleted() - Method in class com.unister.semweb.drums.storable.AbstractKVStorable
This method returns false by default.
isNull(byte[], int) - Static method in class com.unister.semweb.drums.util.KeyUtils
Checks if the elements of the given key up the given length are 0, or the whole array is null.
isNull(byte[]) - Static method in class com.unister.semweb.drums.util.KeyUtils
Checks if the elements of the given key are 0, or the whole array is null.
isOpen() - Method in class com.unister.semweb.drums.file.AbstractHeaderFile
 
isSoftlyClosed() - Method in class com.unister.semweb.drums.file.HeaderIndexFile
 
ISynchronizerFactory<Data extends AbstractKVStorable> - Interface in com.unister.semweb.drums.sync.synchronizer
The interface for different ISynchronizerFactorys.

A B C D E F G H I J K L M N O P Q R S T U V W