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

R

radii - Variable in class messif.buckets.split.impl.SplitPolicyMultiWayBallPartitioning
Policy parameter radius
radius - Variable in class messif.buckets.split.impl.SplitPolicyBallPartitioning
Policy parameter radius
radius - Variable in class messif.buckets.split.impl.SplitPolicyExcludedMiddlePartitioning
Policy parameter radius
radius - Variable in class messif.objects.BallRegion
Radius of this region
radius - Variable in class messif.operations.query.RangeMultiQueryOperation
Range query radius
radius - Variable in class messif.operations.query.RangeQueryOperation
Range query radius
radius - Variable in class messif.pivotselection.ClusterPivotChooser.Cluster
Diameter of a cluster if cluster1 and cluster2 were merged.
radius - Variable in class messif.pivotselection.ClusterPivotChooser.Pair
Covering radius of a cluster if cluster1 and cluster2 were merged.
radiusGuaranteed - Variable in class messif.operations.query.ApproxKNNQueryOperation
Radius for which the answer is guaranteed as correct.
radiusGuaranteed - Variable in class messif.operations.query.ApproxRangeQueryOperation
Radius for which the answer is guaranteed as correct.
RandIndex - Class in messif.utility
 
RandIndex() - Constructor for class messif.utility.RandIndex
 
RandIndex.CategoryExtractor - Interface in messif.utility
 
randomClustering(int, int) - Static method in class messif.utility.RandIndex
Auxiliary method to obtain random clustering.
randomClusterings(int, short[]) - Static method in class messif.utility.RandIndex
Auxiliary method to obtain more random clusterings.
randomData(int, byte, byte) - Static method in class messif.objects.impl.ObjectByteVector
Generate an array of random byte integers using normal distribution of numbers from interval [min;max).
randomData(int, double, double) - Static method in class messif.objects.impl.ObjectDoubleVector
Generate an array of random doubles using normal distribution of numbers from interval [min;max).
randomData(int, float, float) - Static method in class messif.objects.impl.ObjectFloatVector
Generate an array of random floats using normal distribution of numbers from interval [min;max).
randomData(int, int, int) - Static method in class messif.objects.impl.ObjectIntVector
Generate an array of random integers using normal distribution of numbers from interval [min;max).
randomData(int, short, short) - Static method in class messif.objects.impl.ObjectShortVector
Generate an array of random short integers using normal distribution of numbers from interval [min;max).
randomList(int, boolean, T) - Method in class messif.objects.util.AbstractObjectList
Returns a list containing randomly choosen objects from this list.
randomList(int, boolean, T, Iterator<F>) - Static method in class messif.objects.util.AbstractObjectList
Returns a list containing randomly choosen objects from the passed iterator.
randomList(int, boolean, T, Iterator<F>, int) - Static method in class messif.objects.util.AbstractObjectList
Selector of random data from an iterator source with known number of objects in the iterator.
randomList(int, boolean, Iterator<F>) - Static method in class messif.objects.util.AbstractObjectList
Returns a list containing randomly choosen objects from the passed iterator.
randomList(int, boolean, Iterator<F>, int) - Static method in class messif.objects.util.AbstractObjectList
Selector of random data from an iterator source with known number of objects in the iterator.
randomLocators(int) - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Returns a list of randomly generated locators from the database.
randomObject() - Method in class messif.objects.util.AbstractObjectList
Returns one object selected from the list at random.
RandomPivotChooser - Class in messif.pivotselection
RandomPivotChooser provides the capability of selecting a random object from the whole bucket.
RandomPivotChooser() - Constructor for class messif.pivotselection.RandomPivotChooser
Creates a new instance of RandomPivotChooser
RangeJoinQueryOperation - Class in messif.operations.query
Similarity join query operation evaluated using range queries on an external index.
RangeJoinQueryOperation(float, int, boolean, AnswerType, String, int, int, Class<RankingQueryOperation>, String...) - Constructor for class messif.operations.query.RangeJoinQueryOperation
Creates an instance of range join query.
RangeJoinQueryOperation(float, int, boolean, AnswerType, int, Class<RankingQueryOperation>, String...) - Constructor for class messif.operations.query.RangeJoinQueryOperation
Creates an instance of range join query.
RangeJoinQueryOperation(float, int, boolean, AnswerType, Algorithm, int, Class<RankingQueryOperation>, String...) - Constructor for class messif.operations.query.RangeJoinQueryOperation
Creates an instance of range join query.
RangeMultiQueryOperation - Class in messif.operations.query
Range query operation with multiple query objects.
RangeMultiQueryOperation(LocalAbstractObject[], float) - Constructor for class messif.operations.query.RangeMultiQueryOperation
Creates a new instance of RangeMultiQueryOperation for given query objects and radius.
RangeMultiQueryOperation(LocalAbstractObject[], float, DistanceFunctionMultiObject<? super LocalAbstractObject>) - Constructor for class messif.operations.query.RangeMultiQueryOperation
Creates a new instance of RangeMultiQueryOperation for given query objects and radius.
RangeMultiQueryOperation(LocalAbstractObject[], float, AnswerType, DistanceFunctionMultiObject<? super LocalAbstractObject>) - Constructor for class messif.operations.query.RangeMultiQueryOperation
Creates a new instance of RangeMultiQueryOperation for given query objects and radius.
RangeMultiQueryOperation(LocalAbstractObject[], float, boolean, AnswerType, DistanceFunctionMultiObject<? super LocalAbstractObject>) - Constructor for class messif.operations.query.RangeMultiQueryOperation
Creates a new instance of RangeMultiQueryOperation for given query objects and radius.
RangeQueryOperation - Class in messif.operations.query
Range query operation.
RangeQueryOperation(LocalAbstractObject, float) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object and radius.
RangeQueryOperation(LocalAbstractObject, float, boolean) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object and radius.
RangeQueryOperation(LocalAbstractObject, float, AnswerType) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object and radius.
RangeQueryOperation(LocalAbstractObject, float, AnswerType, boolean) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object and radius.
RangeQueryOperation(LocalAbstractObject, float, int) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object, radius and maximal number of objects to return.
RangeQueryOperation(LocalAbstractObject, float, AnswerType, int) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object, radius and maximal number of objects to return.
RangeQueryOperation(LocalAbstractObject, float, AnswerType, int, boolean) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object, radius and maximal number of objects to return.
RangeQueryOperation(LocalAbstractObject, float, AnswerType, int, boolean, RankedSortedCollection) - Constructor for class messif.operations.query.RangeQueryOperation
Creates a new instance of RangeQueryOperation for a given query object, radius and maximal number of objects to return.
rangeSelectorsToIndexes(String, Collection<? super Integer>) - Static method in class messif.utility.Convert
Fills the given collection with integer indexes that correspond to the coma-separated numbers or number ranges specified by the given string.
rangeSelectorsToIndexes(String, boolean) - Static method in class messif.utility.Convert
Returns a collection of integer indexes that correspond to the coma-separated numbers or number ranges specified by the given string.
rankByKeywords(MetaObjectProfiSCT, float[], Iterator<? extends MetaObjectProfiSCT>) - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Returns a collection of ranked objects given by the iterator with the distances provided by the weighted Jaccard keyword distance with word-frequency weights.
rankByKeywords(String[][], float[], Iterator<? extends MetaObjectProfiSCT>) - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Returns a collection of ranked objects given by iterator with the distances provided by the weighted Jaccard keyword distance with word-frequency weights.
RankedAbstractMetaObject - Class in messif.objects.util
Encapsulation of an object-distance pair with the distances to respective sub-objects of a MetaObject.
RankedAbstractMetaObject(AbstractObject, float, float[]) - Constructor for class messif.objects.util.RankedAbstractMetaObject
Creates a new instance of RankedAbstractObject for the object its measured distance.
RankedAbstractObject - Class in messif.objects.util
Encapsulation of an object-distance pair.
RankedAbstractObject(AbstractObject, float) - Constructor for class messif.objects.util.RankedAbstractObject
Creates a new instance of RankedAbstractObject for an object and its measured distance.
RankedAbstractObject(LocalAbstractObject, LocalAbstractObject) - Constructor for class messif.objects.util.RankedAbstractObject
Creates a new instance of RankedAbstractObject by measuring an object's distance from the reference object.
RankedAbstractObject(T, DistanceFunction<? super T>, T) - Constructor for class messif.objects.util.RankedAbstractObject
Creates a new instance of RankedAbstractObject by measuring an object's distance from the reference object using a given distance function.
RankedJoinObject - Class in messif.objects.util
Ranked object encapsulating a pair of objects as a result of join operation.
RankedJoinObject(AbstractObject, AbstractObject, float) - Constructor for class messif.objects.util.RankedJoinObject
Creates a new instance of RankedJoinObject for a pair of objects and their measured distance.
RankedJoinObject(LocalAbstractObject, LocalAbstractObject) - Constructor for class messif.objects.util.RankedJoinObject
Creates a new instance of RankedJoinObject by measuring the objects' distance online.
RankedJoinObject(T, T, DistanceFunction<? super T>) - Constructor for class messif.objects.util.RankedJoinObject
Creates a new instance of RankedJoinObject by measuring the objects' distance online using a given distance function.
RankedSortedCollection - Class in messif.objects.util
Specialization of SortedCollection that is specific for distance-ranked objects.
RankedSortedCollection(int, int, Comparator<? super RankedAbstractObject>) - Constructor for class messif.objects.util.RankedSortedCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedCollection(int, int) - Constructor for class messif.objects.util.RankedSortedCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedCollection() - Constructor for class messif.objects.util.RankedSortedCollection
Constructs an empty collection.
RankedSortedCollection(DistanceFunction<? super T>, T, Iterator<? extends T>) - Constructor for class messif.objects.util.RankedSortedCollection
Creates a new collection filled with objects provided by the iterator.
RankedSortedCollection(DistanceFunction<? super T>, T, ObjectProvider<? extends T>) - Constructor for class messif.objects.util.RankedSortedCollection
Creates a new collection filled with objects provided by the objectProvider.
RankedSortedCollection(LocalAbstractObject, Iterator<? extends LocalAbstractObject>) - Constructor for class messif.objects.util.RankedSortedCollection
Creates a new collection filled with objects provided by the iterator.
RankedSortedCollection(LocalAbstractObject, ObjectProvider<? extends LocalAbstractObject>) - Constructor for class messif.objects.util.RankedSortedCollection
Creates a new collection filled with objects provided by the objectProvider.
RankedSortedCollection(RankingQueryOperation) - Constructor for class messif.objects.util.RankedSortedCollection
Constructor from an existing operation - all parameters are copied from the operation answer.
RankedSortedDistFunctionCollection<T extends AbstractObject> - Class in messif.objects.util
Specialization of RankedSortedCollection that uses a different distance function to rank the objects.
RankedSortedDistFunctionCollection(DistanceFunction<? super T>, T, float, boolean, int, int) - Constructor for class messif.objects.util.RankedSortedDistFunctionCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedDistFunctionCollection(DistanceFunction<? super T>, T, float, boolean) - Constructor for class messif.objects.util.RankedSortedDistFunctionCollection
Constructs an empty collection.
RankedSortedDistFunctionCollection(DistanceFunction<? super T>, T, float) - Constructor for class messif.objects.util.RankedSortedDistFunctionCollection
Constructs an empty collection.
RankedSortedDistFunctionMultiCollection<T extends AbstractObject> - Class in messif.objects.util
Specialization of RankedSortedMultiCollection that uses a different distance function to rank the objects.
RankedSortedDistFunctionMultiCollection(DistanceFunctionMultiObject<? super T>, T[], float, boolean, int, int) - Constructor for class messif.objects.util.RankedSortedDistFunctionMultiCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedDistFunctionMultiCollection(DistanceFunctionMultiObject<? super T>, AbstractObjectIterator<T>, float, boolean, int, int, boolean) - Constructor for class messif.objects.util.RankedSortedDistFunctionMultiCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedDistFunctionMultiCollection(DistanceFunctionMultiObject<? super T>, T[], float, boolean) - Constructor for class messif.objects.util.RankedSortedDistFunctionMultiCollection
Constructs an empty collection.
RankedSortedDistFunctionMultiCollection(DistanceFunctionMultiObject<? super T>, T[], float) - Constructor for class messif.objects.util.RankedSortedDistFunctionMultiCollection
Constructs an empty collection.
RankedSortedDistFunctionRerankingCollection<T extends AbstractObject> - Class in messif.objects.util
Specialization of RankedSortedDistFunctionCollection that remembers the original ordering of the objects and allows to re-rank the results using another distance function.
RankedSortedDistFunctionRerankingCollection(DistanceFunction<? super T>, T, float, int, int) - Constructor for class messif.objects.util.RankedSortedDistFunctionRerankingCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedMultiCollection - Class in messif.objects.util
Implementation of a sorted collection that stores additional collections.
RankedSortedMultiCollection(int, int, int) - Constructor for class messif.objects.util.RankedSortedMultiCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedMultiCollection.RankedSortedMultiCollectionComparator - Class in messif.objects.util
Comparator based on the sub-distances assigned to RankedAbstractMetaObject.
RankedSortedMultiCollection.RankedSortedMultiCollectionComparator(int) - Constructor for class messif.objects.util.RankedSortedMultiCollection.RankedSortedMultiCollectionComparator
New comparator
RankedSortedNoThresholdCollection - Class in messif.objects.util
Extension of RankedSortedCollection that always returns the threshold LocalAbstractObject.MAX_DISTANCE.
RankedSortedNoThresholdCollection(int, int, Comparator<? super RankedAbstractObject>) - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedNoThresholdCollection(int, int) - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedNoThresholdCollection() - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Constructs an empty collection.
RankedSortedNoThresholdCollection(DistanceFunction<? super T>, T, Iterator<? extends T>) - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Creates a new collection filled with objects provided by the iterator.
RankedSortedNoThresholdCollection(DistanceFunction<? super T>, T, ObjectProvider<? extends T>) - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Creates a new collection filled with objects provided by the objectProvider.
RankedSortedNoThresholdCollection(LocalAbstractObject, Iterator<? extends LocalAbstractObject>) - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Creates a new collection filled with objects provided by the iterator.
RankedSortedNoThresholdCollection(LocalAbstractObject, ObjectProvider<? extends LocalAbstractObject>) - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Creates a new collection filled with objects provided by the objectProvider.
RankedSortedNoThresholdCollection(RankingQueryOperation) - Constructor for class messif.objects.util.RankedSortedNoThresholdCollection
Constructor from an existing operation - all parameters are copied from the operation answer.
RankedSortedParametricFilterCollection - Class in messif.objects.util
Specialization of RankedSortedCollection that filters objects that have not set a given Parametric parameter to a given value.
RankedSortedParametricFilterCollection(String, Object[], boolean, int, int) - Constructor for class messif.objects.util.RankedSortedParametricFilterCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedParametricFilterCollection(String, Object[], boolean) - Constructor for class messif.objects.util.RankedSortedParametricFilterCollection
Constructs an empty collection with default initial capacity and unlimited maximal capacity.
RankedSortedRadiusRestrictCollection - Class in messif.objects.util
Specialization of RankedSortedCollection that maintains an internal radius and it does not store objects with a larger distance than this radius.
RankedSortedRadiusRestrictCollection(float, int, int) - Constructor for class messif.objects.util.RankedSortedRadiusRestrictCollection
Constructs an empty collection with the specified initial and maximal capacity.
RankedSortedRadiusRestrictCollection(float) - Constructor for class messif.objects.util.RankedSortedRadiusRestrictCollection
Constructs an empty collection, the order is defined using the natural order of items.
RankingMultiQueryOperation - Class in messif.operations
The base class for query operations that return objects ranked by a distance to multiple objects.
RankingMultiQueryOperation(LocalAbstractObject[], DistanceFunctionMultiObject<? super LocalAbstractObject>, boolean, AnswerType, int) - Constructor for class messif.operations.RankingMultiQueryOperation
Creates a new instance of RankingMultiQueryOperation.
RankingMultiQueryOperation(LocalAbstractObject[], DistanceFunctionMultiObject<? super LocalAbstractObject>, boolean, AnswerType) - Constructor for class messif.operations.RankingMultiQueryOperation
Creates a new instance of RankingMultiQueryOperation.
RankingMultiQueryOperation(LocalAbstractObject[], DistanceFunctionMultiObject<? super LocalAbstractObject>, boolean) - Constructor for class messif.operations.RankingMultiQueryOperation
Creates a new instance of RankingMultiQueryOperation.
RankingMultiQueryOperation(LocalAbstractObject[], DistanceFunctionMultiObject<? super LocalAbstractObject>) - Constructor for class messif.operations.RankingMultiQueryOperation
Creates a new instance of RankingMultiQueryOperation.
RankingMultiQueryOperation(LocalAbstractObject[], DistanceFunctionMultiObject<? super LocalAbstractObject>, boolean, AnswerType, RankedSortedCollection) - Constructor for class messif.operations.RankingMultiQueryOperation
Creates a new instance of RankingMultiQueryOperation.
RankingQueryOperation - Class in messif.operations
The base class for query operations that return objects ranked by a distance.
RankingQueryOperation() - Constructor for class messif.operations.RankingQueryOperation
Creates a new instance of RankingQueryOperation.
RankingQueryOperation(int) - Constructor for class messif.operations.RankingQueryOperation
Creates a new instance of RankingQueryOperation.
RankingQueryOperation(AnswerType) - Constructor for class messif.operations.RankingQueryOperation
Creates a new instance of RankingQueryOperation.
RankingQueryOperation(AnswerType, int) - Constructor for class messif.operations.RankingQueryOperation
Creates a new instance of RankingQueryOperation.
RankingQueryOperation(AnswerType, RankedSortedCollection) - Constructor for class messif.operations.RankingQueryOperation
Creates a new instance of RankingQueryOperation.
RankingQueryOperationClassifier<C> - Class in messif.objects.classification.impl
Abstract implementation of a classifier that executes a RankingQueryOperation on an encapsulated algorithm and computes the classification using encapsulated classifier that processes the iterator of RankedAbstractObjects.
RankingQueryOperationClassifier(Classifier<? super RankingQueryOperation, C>, Algorithm, String) - Constructor for class messif.objects.classification.impl.RankingQueryOperationClassifier
Creates a new kNN classifier.
RankingSingleQueryOperation - Class in messif.operations
The base class for query operations that return objects ranked by a distance to a single object.
RankingSingleQueryOperation(LocalAbstractObject) - Constructor for class messif.operations.RankingSingleQueryOperation
Creates a new instance of RankingSingleQueryOperation.
RankingSingleQueryOperation(LocalAbstractObject, int) - Constructor for class messif.operations.RankingSingleQueryOperation
Creates a new instance of RankingSingleQueryOperation.
RankingSingleQueryOperation(LocalAbstractObject, AnswerType, int) - Constructor for class messif.operations.RankingSingleQueryOperation
Creates a new instance of RankingSingleQueryOperation.
RankingSingleQueryOperation(LocalAbstractObject, AnswerType, boolean) - Constructor for class messif.operations.RankingSingleQueryOperation
Creates a new instance of RankingSingleQueryOperation.
RankingSingleQueryOperation(LocalAbstractObject, AnswerType, int, boolean) - Constructor for class messif.operations.RankingSingleQueryOperation
Creates a new instance of RankingSingleQueryOperation.
RankingSingleQueryOperation(LocalAbstractObject, AnswerType, RankedSortedCollection, boolean) - Constructor for class messif.operations.RankingSingleQueryOperation
Creates a new instance of RankingSingleQueryOperation.
rankObject(AnswerType, AbstractObject, float, float[]) - Method in class messif.objects.util.RankedSortedCollection
Internal method that creates a distance-ranked object for adding to this collection.
read() - Method in interface messif.buckets.storage.Address
Reads the object stored at this address from the associated storage.
read(int) - Method in class messif.buckets.storage.impl.DatabaseStorage
 
read(long) - Method in class messif.buckets.storage.impl.DiskStorage
 
read(long...) - Method in class messif.buckets.storage.impl.DiskStorage
Read multiple objects asynchronously stored at the specified addresses in this storage.
read(int) - Method in class messif.buckets.storage.impl.MemoryStorage
 
read() - Method in class messif.buckets.storage.IntAddress
 
read(int) - Method in interface messif.buckets.storage.IntStorage
Reads the object stored at the specified address in this storage.
read() - Method in class messif.buckets.storage.LongAddress
 
read(long) - Method in interface messif.buckets.storage.LongStorage
Reads the object stored at the specified address in this storage.
read(ByteBuffer) - Method in class messif.objects.nio.AsynchronousFileChannelInputStream
Reads some data into the buffer.
read() - Method in class messif.objects.nio.BufferInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class messif.objects.nio.BufferInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(ByteBuffer) - Method in class messif.objects.nio.BufferInputStream
Reads some data into the buffer.
read(ReadableByteChannel) - Method in class messif.objects.nio.BufferInputStream
Reads data from the specified channel.
read(FileChannel, long) - Method in class messif.objects.nio.BufferInputStream
Reads data from the specified file channel.
read(ByteBuffer) - Method in class messif.objects.nio.ChannelInputStream
 
read(ByteBuffer) - Method in class messif.objects.nio.FileChannelInputStream
Reads some data into the buffer.
read() - Method in class messif.utility.DirectoryInputStream
 
read(byte[]) - Method in class messif.utility.DirectoryInputStream
 
read(byte[], int, int) - Method in class messif.utility.DirectoryInputStream
 
read() - Method in class messif.utility.ExternalProcessInputStream
 
read(byte[], int, int) - Method in class messif.utility.ExternalProcessInputStream
 
readAndPrintObjects(int, String) - Static method in class messif.objects.util.UKSignaturesReader
 
readAndPrintObjects(int, String, String, File) - Static method in class messif.objects.util.UKSignaturesReader
 
readAsynchronously(AsynchronousFileChannelInputStream.AsynchronousReadCallback) - Method in class messif.objects.nio.AsynchronousFileChannelInputStream
Reads a sequence of bytes starting at the current position.
readAttributesFromStream(String, String, String, LocalAbstractObject, Field...) - Static method in class messif.objects.LocalAbstractObject
Helper method for reading object primitive/array attributes from a text stream.
readAttributesFromStream(String, String, String, LocalAbstractObject, Field...) - Static method in class messif.objects.LocalAbstractObjectAutoImpl
Helper method for reading object primitive/array attributes from a text stream.
readBigInteger(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a BigInteger value read from the specified input.
readBoolean(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a boolean value read from the specified input.
readBooleanArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a boolean array read from the specified input.
readByte(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a byte value read from the specified input.
readByteArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a byte array read from the specified input.
readChar(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a char value read from the specified input.
readCharArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a char array read from the specified input.
readDouble(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a double value read from the specified input.
readDoubleArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a double array read from the specified input.
readEnum(BinaryInput, Class<E>) - Method in class messif.objects.nio.BinarySerializator
Returns an Enum read from the specified input.
readFloat(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a float value read from the specified input.
readFloatArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a float array read from the specified input.
readFromFile(Class<? extends E>, boolean, File) - Method in class messif.objects.nio.BinarySerializator
Reads an instance from the input using this serializator.
readHeader(AsynchronousFileChannel, long) - Method in class messif.buckets.storage.impl.DiskStorage
Read header information from the file.
readHeader(AsynchronousFileChannel, long) - Method in class messif.buckets.storage.impl.DiskStorageFillGaps
 
readHeader(FileChannelInputStream) - Method in class messif.objects.util.UKSignaturesReader
Structure of the head should be: std::uint32_t mMagic; ///< Magic value for verification (must be equal to 0x1beddeed).
readImplementation(BufferedReader) - Static method in class messif.objects.util.SortDimension
Factory method for text serialization sake.
readingStarted - Variable in class messif.objects.util.StreamsMetaObjectMapIterator
Flag saying whether we have already started reading from the files or not yet.
readInput(int) - Method in interface messif.objects.nio.BinaryInput
Returns a buffer that contains at least minBytes bytes.
readInput(int) - Method in class messif.objects.nio.BufferInputStream
 
readInput(int) - Method in class messif.objects.nio.MappedFileChannelInputStream
 
readInt(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a int value read from the specified input.
readIntArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a int array read from the specified input.
readLong(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a long value read from the specified input.
readLongArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a long array read from the specified input.
readNext() - Method in class messif.buckets.index.impl.AbstractSearch
Returns the next sibling object of the current one.
readNextObject() - Method in class messif.objects.util.UKSignaturesReader
 
readObject(BufferedReader, String) - Method in class messif.objects.impl.ObjectFeatureSet
Reads one object with the specified class name from the stream.
readObject(BufferedReader, Class<E>) - Method in class messif.objects.impl.ObjectFeatureSet
Reads one object with the specified class name from the stream.
readObject(BufferedReader, String) - Static method in class messif.objects.MetaObject
Reads one object with the specified class name from the stream.
readObject(BufferedReader, Class<E>) - Static method in class messif.objects.MetaObject
Reads one object with the specified class name from the stream.
readObject(BinaryInput, Class<E>) - Method in class messif.objects.nio.BinarySerializator
Reads an instance from the input using this serializator.
readObject(BinaryInput, BinarySerializator, Constructor<?>, Method) - Static method in class messif.objects.nio.BinarySerializator
Reads an instance created by constructor or factoryMethod from the input buffer.
readObject(BinaryInput) - Method in class messif.objects.nio.MultiClassSerializator
Reads an instance from the input using this serializator.
readObject(BinaryInput) - Method in class messif.objects.nio.SingleClassSerializator
Reads an instance from the input using this serializator.
readObjectComments(BufferedReader) - Method in class messif.objects.LocalAbstractObject
Processes all the comment lines of text representation of the object.
readObjectCommentsWithoutData(BufferedReader) - Method in class messif.objects.LocalAbstractObject
Processes all the comment lines of text representation of the object.
readObjectImpl(BinaryInput, Class<E>) - Method in class messif.objects.nio.BinarySerializator
Reads an instance using the proper constructor/factory method as specified by this serializator.
readObjectImpl(BinaryInput, Class<E>) - Method in class messif.objects.nio.MultiClassSerializator
Reads an instance using the proper constructor/factory method.
readObjectImpl(BinaryInput, Class<E>) - Method in class messif.objects.nio.SingleClassSerializator
 
readObjects(BufferedReader, boolean, Class<? extends LocalAbstractObject>[]) - Static method in class messif.objects.impl.MetaObjectArray
Utility method for reading objects from a text stream.
readObjects(BufferedReader, Class<? extends LocalAbstractObject>[]) - Static method in class messif.objects.impl.MetaObjectFixed
Utility method for reading objects from a text stream.
readObjects(BufferedReader, Collection<String>, String[], Map<String, LocalAbstractObject>) - Method in class messif.objects.MetaObject
Utility method for reading objects from a text stream.
readObjects(BufferedReader, int, Class<? extends LocalAbstractObject>) - Method in class messif.objects.MetaObject
Utility method for reading count objects of class objectClass from a text stream.
readObjectsBinary(BinaryInput, BinarySerializator, Class<? extends LocalAbstractObject>[]) - Method in class messif.objects.impl.MetaObjectFixed
Reads encapsulated objects from the binary input buffer.
readObjectsHeader(BufferedReader) - Method in class messif.objects.MetaObject
Utility method for reading metaobject header from a text stream.
readObjectSize(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Read the size of the object at the current position of the buffer.
ReadonlyStorageException - Exception in messif.buckets.storage
Exception that indicates that a write operation was requested on a read-only storage.
ReadonlyStorageException() - Constructor for exception messif.buckets.storage.ReadonlyStorageException
Creates a ReadonlyStorageException with no detail message.
ReadonlyStorageException(String) - Constructor for exception messif.buckets.storage.ReadonlyStorageException
Creates a ReadonlyStorageException with the specified detail message.
readPrevious() - Method in class messif.buckets.index.impl.AbstractSearch
Returns the previous sibling object of the current one.
readPrimitiveTypeFromDataStream(ObjectInputStream, Class<?>) - Static method in class messif.utility.Convert
Read a value of a primitive type (or string) from the specified input stream.
readResolve() - Method in class messif.statistics.Statistics
Deserialization method to replace the object with a global statistic's one.
readShort(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a short value read from the specified input.
readShortArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a short array read from the specified input.
readStreamData(InputStream, int) - Static method in class messif.utility.Convert
Read data from input stream into a byte buffer.
readString(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a String read from the specified input.
readStringArray(BinaryInput) - Method in class messif.objects.nio.BinarySerializator
Returns a String array read from the specified input.
readStringData(Reader, StringBuilder) - Static method in class messif.utility.Convert
Read data from the string reader into a string builder.
readStringData(InputStream, StringBuilder) - Static method in class messif.utility.Convert
Read data from the input stream into a string builder.
receive(BucketRequestMessage<?>) - Method in class messif.netbucket.NetworkBucketDispatcher
Receiving method for bucket request messages.
receive(MessageActivate) - Method in class messif.netcreator.BroadcastCreator
"Use" message recieving
receive(MessageImHere) - Method in class messif.netcreator.BroadcastCreator
"I'm here" message recieving
receive(MessageImUsed) - Method in class messif.netcreator.BroadcastCreator
"I'm used" message recieving
receive(MessageActivate) - Method in class messif.netcreator.CentralCreator
"Use" message recieving
receive(MessageImHere) - Method in class messif.netcreator.CentralCreator
"I'm here" message recieving
receive(MessageImUsed) - Method in class messif.netcreator.CentralCreator
"I'm used" message recieving
receiveMessage(Message) - Method in class messif.network.MessageDispatcher
Process a message received through sockets.
receiver - Variable in class messif.netcreator.BroadcastCreator
 
receiver - Variable in class messif.netcreator.CentralCreator
 
Receiver - Interface in messif.network
Receiver allows to accept messages received by the MessageDispatcher.
receiveRequest(DistAlgRequestMessage) - Method in class messif.algorithms.DistributedAlgorithm
Execute algorithm operation from received message.
reconstructHeader(AsynchronousFileChannel, long) - Method in class messif.buckets.storage.impl.DiskStorage
Reconstruct header information by seeking through the whole file.
reconstructHeader(AsynchronousFileChannel, long) - Method in class messif.buckets.storage.impl.DiskStorageFillGaps
 
RecursiveVoronoiPartitioning - Class in messif.utility
Recursive Voronoi partitioning -- e.g. for partitioning by hierarchical k-means/k-medoids It is balanced partitioning implemented here!
RecursiveVoronoiPartitioning(Iterator<LocalAbstractObject>, String) - Constructor for class messif.utility.RecursiveVoronoiPartitioning
Initialize the partitioning with the passed pivots
RefineCandidateOperation - Class in messif.operations
This operation starts refinement of the encapsulated RankingSingleQueryOperation using the candidate set stored in the provided GetCandidateSetOperation.
RefineCandidateOperation(GetCandidateSetOperation, RankingSingleQueryOperation) - Constructor for class messif.operations.RefineCandidateOperation
Creates the operation given a RankingSingleQueryOperation to be refined and the candidate set within a GetCandidateSetOperation.
regionShape - Variable in class messif.objects.impl.MetaObjectPixMacSCT
Object for the RegionShapeType
regionShape - Variable in class messif.objects.impl.MetaObjectPixMacShapeAndColor
Object for the RegionShapeType
regionShape - Variable in class messif.objects.impl.MetaObjectProfiSCT
Object for the RegionShapeType
regionShape - Variable in class messif.objects.impl.MetaObjectShape
Object for the RegionShapeType
registerBoundAllStats(String) - Method in class messif.statistics.OperationStatistics
In this operation statistics namespace, register and bind statistics which are present in the global namespace and match the given regular expression.
registerBoundStat(String, String) - Method in class messif.network.Message
Add a statistic to the actual navigation element and bind it to some global statistic.
registerBoundStat(String) - Method in class messif.network.Message
Add a statistic to the actual navigation element and bind it to some global statistic.
registerBoundStat(Class<? extends T>, String, String) - Method in class messif.statistics.OperationStatistics
Register bound statistic (using asName name) in this operation statistics namespace.
registerBoundStat(String, Statistics<T>) - Method in class messif.statistics.OperationStatistics
Register statistic in this operation statistics namespace.
registerBoundStat(String, String) - Method in class messif.statistics.OperationStatistics
Register bound statistic (using asName name) in this operation statistics namespace
registerBoundStat(String) - Method in class messif.statistics.OperationStatistics
Register bound statistic in this operation statistics namespace
registeredMethods - Variable in class messif.executor.MethodClassExecutor
The table of found operation methods
registerFilter(BucketFilter) - Method in class messif.buckets.LocalBucket
Append a new filter to the filter chain.
registerReceiver(Receiver) - Method in class messif.network.MessageDispatcher
Register a message receiver.
registerSampleProvider(ObjectProvider<? extends LocalAbstractObject>) - Method in class messif.pivotselection.AbstractPivotChooser
Registers a new sample set provider used by this pivot chooser to select pivots.
RemoteAbstractObject - Class in messif.netbucket
Object of this class represents an object stored in a RemoteBucket.
RemoteAbstractObject(LocalAbstractObject, RemoteBucket) - Constructor for class messif.netbucket.RemoteAbstractObject
Creates a new instance of RemoteAbstractObject from the specified LocalAbstractObject.
RemoteBucket - Class in messif.netbucket
This class represents the Bucket that is maintained on remote network node (i.e. another computer).
RemoteBucket(NetworkBucketDispatcher, LocalBucket) - Constructor for class messif.netbucket.RemoteBucket
Creates a new instance of RemoteBucket from LocalBucket.
RemoteBucket(NetworkBucketDispatcher, int, NetworkNode, long) - Constructor for class messif.netbucket.RemoteBucket
Creates a new instance of RemoteBucket from parameters.
Removable<T> - Interface in messif.buckets
Interface for classes that supports removal of a current object.
remove(int) - Method in class messif.buckets.index.impl.AbstractArrayIndex
Removes the element at the specified position in this collection.
remove(int) - Method in class messif.buckets.index.impl.AddressStorageIndex
 
remove(int) - Method in class messif.buckets.index.impl.IntStorageIndex
 
remove(int) - Method in class messif.buckets.index.impl.LongStorageIndex
 
remove(int) - Method in class messif.buckets.index.impl.LongStorageMemoryIndex
Removes the element at the specified position in this collection - from both index and storage.
remove(int) - Method in class messif.buckets.index.impl.LongStorageMemoryIndexStdSer
Removes the element at the specified position in this collection - from both index and storage.
remove() - Method in class messif.buckets.index.SearchAbstractObjectIterator
 
remove() - Method in interface messif.buckets.Removable
Removes the current object.
remove() - Method in interface messif.buckets.storage.Address
Removes the object stored at this address from the associated storage.
remove(int) - Method in class messif.buckets.storage.impl.DatabaseStorage
 
remove(long) - Method in class messif.buckets.storage.impl.DiskStorage
 
remove(long, int) - Method in class messif.buckets.storage.impl.DiskStorage
Removes object with size objectSize at position position.
remove(int) - Method in class messif.buckets.storage.impl.MemoryStorage
 
remove() - Method in class messif.buckets.storage.IntAddress
 
remove(int) - Method in interface messif.buckets.storage.IntStorage
Removes the object stored at the specified address in this storage.
remove() - Method in class messif.buckets.storage.LongAddress
 
remove(long) - Method in interface messif.buckets.storage.LongStorage
Removes the object stored at the specified address in this storage.
remove(TemporaryCloseable) - Method in class messif.buckets.TemporaryCloseableThread
Removes the given TemporaryCloseable object from the waiting list.
remove(C) - Method in class messif.objects.classification.ClassificationBase
Removes the given category from this classification.
remove() - Method in class messif.objects.extraction.ExtractorIterator
 
remove() - Method in class messif.objects.impl.ObjectIntMultiVector.SortedDataIterator
 
remove(int, int) - Method in class messif.objects.util.GenericMatchingObjectList
Removes the object at specified index of partition partId.
remove(E, int) - Method in class messif.objects.util.GenericMatchingObjectList
Removes the first occurrence of the specified object from partition partId.
remove() - Method in class messif.objects.util.IteratorToAbstractObjectIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class messif.objects.util.ObjectIteratorsIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class messif.objects.util.ObjectProvidersIterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(Object) - Method in class messif.objects.util.RankedSortedCollection
 
remove(int) - Method in class messif.objects.util.RankedSortedCollection
 
remove(int) - Method in class messif.objects.util.RankedSortedMultiCollection
 
remove() - Method in class messif.objects.util.StreamGenericAbstractObjectIterator
Removes from the underlying collection the last element returned by the iterator.
remove() - Method in class messif.objects.util.StreamsMetaObjectMapIterator
 
remove() - Method in class messif.objects.util.UKSignaturesReader
 
remove(Object) - Method in class messif.statistics.StatisticRefCounter
Return either the StatisticCounter for given key and remove it from the mapping or return null, if the key is not in the map
remove(Object, boolean) - Method in class messif.statistics.StatisticSimpleWeakrefCounter
Return either the StatisticCounter for given key and remove it from the mapping or return null, if the key is not in the map
remove(Object) - Method in class messif.transactions.TransactionList
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in class messif.transactions.TransactionList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class messif.utility.ArrayResetableIterator
 
remove() - Method in class messif.utility.ConvertorIterator
 
remove() - Method in class messif.utility.SortedCollection
 
remove(Object) - Method in class messif.utility.SortedCollection
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class messif.utility.SortedCollection
Removes the element at the specified position in this collection.
remove() - Method in class messif.utility.SortingIterator
 
removeAll(int) - Method in class messif.objects.util.GenericMatchingObjectList
Removes all objects from the given partition partId.
removeAll(Collection<?>) - Method in class messif.transactions.TransactionList
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(int, int) - Method in class messif.utility.SortedCollection
Removes from this collection the specified number of elements starting at the specified position.
removeAll(Collection<?>) - Method in class messif.utility.SortedCollection
Removes all of this collection's elements that are also contained in the specified collection.
removeBoundStat(TSelf) - Method in class messif.statistics.Statistics
Remove a bound statistic from this one.
removeBoundStat(StatisticTimer) - Method in class messif.statistics.StatisticTimer
 
removeBucket(int, boolean) - Method in class messif.buckets.BucketDispatcher
Delete the bucket with specified ID from this dispatcher.
removeBucket(int) - Method in class messif.buckets.BucketDispatcher
Delete the bucket with specified ID from this dispatcher.
removeClasifiedObject(LocalAbstractObject) - Method in class messif.objects.classification.impl.RankingQueryOperationClassifier
 
removeClasifiedObject(T) - Method in interface messif.objects.classification.UpdatableClassifier
Removes a classified object from this classifier.
removeDeletedFragment(long) - Method in class messif.buckets.storage.impl.DiskStorage
Removes a deleted fragment on given position.
removeDeletedFragment(long) - Method in class messif.buckets.storage.impl.DiskStorageFillGaps
 
removeEmptyPartitions() - Method in class messif.operations.query.PartitionedKNNQueryOperation
Remove empty partitions
removeFirst() - Method in class messif.objects.util.RankedSortedCollection
 
removeFirst() - Method in class messif.utility.SortedCollection
Removes and returns the first element of this collection according to the order specified by the comparator.
removeFirstN(int) - Method in class messif.utility.SortedCollection
Removes the specified number of top elements of this collection according to the order specified by the comparator.
removeFromArray(T[], T) - Static method in class messif.utility.Convert
Removes an item from the specified static array (shrinking its size by one).
removeKeywordParameter(String, T) - Method in class messif.objects.classification.text.KeywordClassification
Removes the parameter name of the given keyword.
removeLast() - Method in class messif.objects.util.RankedSortedCollection
 
removeLast() - Method in class messif.utility.SortedCollection
Removes and returns the last element of this collection according to the order specified by the comparator.
removeLastPivot() - Method in class messif.pivotselection.AbstractPivotChooser
Deletes the last pivot from the list of current pivots and returns it.
removeLastPrecompDists(int) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
Removes the requested number of distances from the end of the array.
removeLogFile(String) - Static method in class messif.utility.Logging
Close a log file and remove it from logging.
removeObject(int) - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Remove the object from the database storage.
removeParameter(String) - Method in class messif.objects.classification.text.KeywordClassification
 
removeParameter(String) - Method in class messif.objects.impl.ObjectFacePittPattDescriptor
 
removeParameter(String) - Method in class messif.objects.LocalAbstractObjectParametric
 
removeParameter(String) - Method in class messif.objects.MetaObjectParametric
 
removeParameter(String) - Method in class messif.operations.AbstractOperation
Removes additional name parameter from this operation.
removeParameter(String) - Method in interface messif.utility.ModifiableParametric
Removes an additional parameter with the given name.
removeParameter(String) - Method in class messif.utility.ModifiableParametricBase
 
removePrecompDist(int) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
Remove distance at the specified index from the internal list of precomputed distances.
removeRemoteBucket(RemoteBucket) - Method in class messif.netbucket.NetworkBucketDispatcher
Removes a bucket on a remote network node.
removeReplica(NetworkNode) - Method in class messif.netbucket.replication.ReplicationBucket
Remove replica of this bucket from given node.
removeReplica(NetworkNode) - Method in class messif.netbucket.replication.ReplicationNetworkBucketDispatcher
Remove replica of this bucket from all bucket in this dispatcher.
removeStatistic(String) - Method in class messif.statistics.OperationStatistics
Removes given statistic.
removeStatistic(String) - Static method in class messif.statistics.Statistics
Remove the statistic from global registry.
removeValue(double) - Method in class messif.statistics.StatisticMinMaxCounter
 
reorderStorage(File) - Method in class messif.buckets.index.impl.LongStorageMemoryIndex
Switches this index to a new storage in which the data are ordered according the this index's current order.
reorderStorage(File) - Method in class messif.buckets.index.impl.LongStorageMemoryIndexStdSer
Switches this index to a new storage in which the data are ordered according the this index's current order.
replaceWith - Variable in class messif.statistics.Statistics
Serialization replacement object
replicaManipulationLock - Variable in class messif.netbucket.replication.ReplicationBucket
 
replicaMigrated(NetworkNode, NetworkNode) - Method in class messif.netbucket.replication.ReplicationBucket
Indicate that one of the replica was migrated
replicaMigrated(NetworkNode, NetworkNode) - Method in class messif.netbucket.replication.ReplicationNetworkBucketDispatcher
One of the replicas (of potentially all buckets) has been migrated.
replicas - Variable in class messif.netbucket.replication.ReplicationBucket
 
replicateBucketsEqually - Variable in class messif.netbucket.replication.ReplicationNetworkBucketDispatcher
If true then automatically replicate all bucket at the same nodes
ReplicationBucket - Class in messif.netbucket.replication
 
ReplicationBucket(ReplicationNetworkBucketDispatcher, LocalBucket) - Constructor for class messif.netbucket.replication.ReplicationBucket
Creates a new instance of ReplicationBucket
ReplicationNetworkBucketDispatcher - Class in messif.netbucket.replication
 
ReplicationNetworkBucketDispatcher(MessageDispatcher, int, long, boolean, Class<? extends LocalBucket>) - Constructor for class messif.netbucket.replication.ReplicationNetworkBucketDispatcher
Creates a new instance of ReplicationNetworkBucketDispatcher
ReplicationNetworkBucketDispatcher(MessageDispatcher, int, long, long, long, boolean, Class<? extends LocalBucket>, boolean) - Constructor for class messif.netbucket.replication.ReplicationNetworkBucketDispatcher
Creates a new instance of ReplicationNetworkBucketDispatcher
replyMessage(ReplyMessage) - Method in class messif.network.MessageDispatcher
Send the reply message, i.e. send the message to its original sender node.
ReplyMessage - Class in messif.network
The ancestor of all reply messages that are returned back during communication with other network nodes.
ReplyMessage(Message) - Constructor for class messif.network.ReplyMessage
Creates a new instance of ReplyMessage.
replyMessageClass() - Method in class messif.netbucket.BucketCreateRequestMessage
 
replyMessageClass() - Method in class messif.netbucket.BucketManipulationRequestMessage
 
replyMessageClass() - Method in class messif.netbucket.BucketProcessQueryRequestMessage
 
replyMessageClass() - Method in class messif.netbucket.BucketRemoveRequestMessage
 
replyMessageClass() - Method in class messif.netbucket.BucketRequestMessage
Returns the class of the reply message that is received as a response to this request message.
replyMessageClass() - Method in class messif.netbucket.BucketSplitRequestMessage
 
ReplyReceiver<TReplyMessage extends ReplyMessage> - Class in messif.network
A Receiver for receiving reply messages.
rerankByKeywords(MetaObjectProfiSCT, float[], float, Iterator<? extends RankedAbstractObject>) - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Returns a collection of ranked objects given by the iterator with the distances provided by the weighted Jaccard keyword distance with word-frequency weights.
reset() - Method in class messif.objects.extraction.ExtractorDataSource
Reset this data source, i.e. the data will be provided from beginning.
reset() - Method in class messif.objects.extraction.ExtractorIterator
Reset the associated data source and restarts the iteration from beginning.
reset() - Method in class messif.objects.nio.AsynchronousFileChannelInputStream
Repositions this stream to the starting position.
reset() - Method in class messif.objects.nio.FileChannelInputStream
Repositions this stream to the starting position.
reset() - Method in class messif.objects.nio.MappedFileChannelInputStream
Repositions this stream to the starting position.
reset() - Method in class messif.objects.util.AbstractStreamObjectIterator
Reset the associated stream and restarts the iteration from beginning.
reset() - Method in class messif.objects.util.StreamGenericAbstractObjectIterator
Reset the associated stream and restarts the iteration from beginning.
reset() - Method in class messif.objects.util.StreamsMetaObjectMapIterator
 
reset() - Method in class messif.statistics.StatisticCounter
Reset the current statistic (this one only).
reset() - Method in class messif.statistics.StatisticMinMaxCounter
Reset the current statistic (this one only).
reset() - Method in class messif.statistics.StatisticObject
Reset the current statistic (this one only).
reset() - Method in class messif.statistics.StatisticRefCounter
Reset the current statistic (this one only).
reset() - Method in class messif.statistics.Statistics
Reset the value of this statistic.
reset() - Method in class messif.statistics.StatisticSimpleWeakrefCounter
Reset the current statistic (this one only).
reset() - Method in class messif.statistics.StatisticSlidingAvgCounter
Reset the current statistic
reset() - Method in class messif.statistics.StatisticTimer
 
reset() - Method in class messif.utility.ArrayResetableIterator
 
reset() - Method in class messif.utility.DirectoryInputStream
 
reset() - Method in interface messif.utility.ResetableIterator
Reset this iterator and start iterating from the beginning.
ResetableIterator<E> - Interface in messif.utility
Iterator that can be restarted and that returns its size.
resetAllPrecompDist() - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
Removes all precomputed distances and sets the actual array size to zero (the maximal size stays).
resetAllPrecompDist() - Method in class messif.objects.PrecomputedDistancesPivotMapFilter
Removes all precomputed distances.
resetAnswer() - Method in class messif.operations.ListingQueryOperation
Reset the current query answer.
resetAnswer() - Method in class messif.operations.query.BatchKNNQueryOperation
 
resetAnswer() - Method in class messif.operations.query.JoinQueryOperation
 
resetAnswer() - Method in class messif.operations.QueryOperation
Reset the current query answer.
resetAnswer() - Method in class messif.operations.RankingQueryOperation
Reset the current query answer.
resetAnswer() - Method in class messif.operations.SingletonQueryOperation
Reset the current query answer.
resetHostMappingTable() - Static method in class messif.network.NetworkNode
Reset the mapping table - it will no longer provide any remapping.
resetLocalThreadStatistics() - Static method in class messif.statistics.OperationStatistics
Reset current thread statistic
resetObjects() - Method in class messif.objects.impl.CophirXmlParser
Reset the parsed data to that this handler can be reused in additional parsing.
resetObjects() - Method in class messif.objects.impl.MetaObjectSAPIR.XMLHandlerSAPIR
 
resetOperationStatistics() - Method in class messif.algorithms.Algorithm
Resets all the statistics of the executed operations gathered so far.
resetOperationStatistics() - Method in class messif.algorithms.RMIAlgorithm
 
resetOperationStatistics() - Method in class messif.algorithms.RMIAlgorithmOriginal
Deprecated.
 
resetPrecompDist(LocalAbstractObject) - Method in class messif.objects.PrecomputedDistancesPivotMapFilter
Resets the precomputed distance to given object (pivot).
resetStatistics(String) - Method in class messif.statistics.OperationStatistics
Resets statistics within this operation statistic object names of which match the regular expression
resetStatistics() - Method in class messif.statistics.OperationStatistics
Resets all statistics within this operation statistic object.
resetStatistics() - Static method in class messif.statistics.Statistics
Resets all statistics.
resetStatistics(String) - Static method in class messif.statistics.Statistics
Resets statistics matching the regular expression.
resetTime - Variable in class messif.statistics.StatisticSlidingAvgCounter
Remember the time stamp of reseting (or creating) the statistics
resizePrecompDistArray(int) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
Resize the internal precomputed distances array to the newSize.
resourceToLocalFile(String, File, boolean) - Static method in class messif.utility.Convert
Copies a resource data to a given local file.
resourceToTemporaryFile(String) - Static method in class messif.utility.Convert
Copies a resource data to a generated temporary file.
response - Variable in class messif.netcreator.MessageActivateResponse
Message extensions
RESPONSE_RETURNED - Static variable in class messif.operations.OperationErrorCode
Response to a query has been returned, i.e. the query finished successfully.
restoreField(Field) - Method in class messif.transactions.TransactionObject
 
restoreFromFile(String, Class<T>) - Static method in class messif.algorithms.Algorithm
Load the algorithm from the specified file and return it.
restoreFromFile(String) - Static method in class messif.algorithms.Algorithm
Load the algorithm from the specified file and return it.
restrictProperties(Properties, String, Properties, Map<String, String>) - Static method in class messif.utility.ExtendedProperties
Return ExtendedProperties from the specified properties with variable expansion.
restrictProperties(Properties, String, Map<String, String>) - Static method in class messif.utility.ExtendedProperties
Return ExtendedProperties from the specified properties with variable expansion.
restrictProperties(Properties, String) - Static method in class messif.utility.ExtendedProperties
Return ExtendedProperties from the specified properties.
resultSetToMap(ResultSet, int, Class<? extends K>, int, Class<? extends V>) - Method in class messif.utility.ExtendedDatabaseConnection
Creates a map of key-value pairs from a given result set.
retainAll(Collection<?>) - Method in class messif.transactions.TransactionList
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class messif.utility.SortedCollection
Retains only the elements in this collection that are contained in the specified collection.
retrieveIntArgument(String[], int, int, int, int) - Method in class messif.utility.CoreApplication
Returns the given argument converted to integer.
returnedValue - Variable in class messif.executor.SingleMethodExecutor
Returned value from the executed method
returnInputStream(AsynchronousFileChannelInputStream) - Method in class messif.buckets.storage.impl.DiskStorage
Return the taken stream back into the waiting queue.
rewrite(T, long) - Method in class messif.buckets.storage.impl.DiskStorage
 
rewrite(T) - Method in class messif.buckets.storage.LongAddress
Stores given object to a given address where an object was already stored (typically the same object was stored there and now it's being updated).
rewrite(T, long) - Method in interface messif.buckets.storage.LongStorage
Stores given object to a given address where an object was already stored (typically the same object was stored there and now it's being updated).
rho - Variable in class messif.buckets.split.impl.SplitPolicyExcludedMiddlePartitioning
Policy parameter rho
rightDist - Variable in class messif.buckets.split.impl.SplitPolicyGeneralizedHyperplane
The distance to the right pivot computed by the last call to match(Region).
rightPivot - Variable in class messif.buckets.split.impl.SplitPolicyGeneralizedHyperplane
Policy parameter right pivot
rights - Variable in class messif.objects.impl.MetaObjectProfiSCT
Rights for this object
RMIAlgorithm - Class in messif.algorithms
Uses a (set of) RMI connection(s) to remote algorithm to simulate local algorithm.
RMIAlgorithm(InetAddress, int, int) - Constructor for class messif.algorithms.RMIAlgorithm
Creates a new instance of RMI algorithm.
RMIAlgorithm(InetAddress, int) - Constructor for class messif.algorithms.RMIAlgorithm
Creates a new instance of RMI algorithm.
RMIAlgorithm(String, int, int) - Constructor for class messif.algorithms.RMIAlgorithm
Creates a new instance of RMI algorithm.
RMIAlgorithm(String, int) - Constructor for class messif.algorithms.RMIAlgorithm
Creates a new instance of RMI algorithm.
RMIAlgorithmMultiThread - Class in messif.algorithms
Uses a pool of RMI connections (see RMIMethodExecutor) to remote algorithm to simulate local algorithm.
RMIAlgorithmMultiThread(InetAddress, int, int, int) - Constructor for class messif.algorithms.RMIAlgorithmMultiThread
Creates a new instance of RMI algorithm.
RMIAlgorithmMultiThread(InetAddress, int, int) - Constructor for class messif.algorithms.RMIAlgorithmMultiThread
Creates a new instance of RMI algorithm.
RMIAlgorithmMultiThread(InetAddress, int) - Constructor for class messif.algorithms.RMIAlgorithmMultiThread
Creates a new instance of RMI algorithm.
RMIAlgorithmMultiThread(String, int, int) - Constructor for class messif.algorithms.RMIAlgorithmMultiThread
Creates a new instance of RMI algorithm.
RMIAlgorithmMultiThread(String, int) - Constructor for class messif.algorithms.RMIAlgorithmMultiThread
Creates a new instance of RMI algorithm.
RMIAlgorithmOriginal - Class in messif.algorithms
Deprecated.
this code is stored here just in case the new implementation of RMIAlgorithm would not work exactly in the same way as the original one
RMIAlgorithmOriginal(InetAddress, int, int) - Constructor for class messif.algorithms.RMIAlgorithmOriginal
Deprecated.
Creates a new instance of RMI algorithm.
RMIAlgorithmOriginal(InetAddress, int) - Constructor for class messif.algorithms.RMIAlgorithmOriginal
Deprecated.
Creates a new instance of RMI algorithm.
RMIAlgorithmOriginal(String, int, int) - Constructor for class messif.algorithms.RMIAlgorithmOriginal
Deprecated.
Creates a new instance of RMI algorithm.
RMIAlgorithmOriginal(String, int) - Constructor for class messif.algorithms.RMIAlgorithmOriginal
Deprecated.
Creates a new instance of RMI algorithm.
rmiInfo(PrintStream, String...) - Method in class messif.utility.Application
Shows information about ports of the RMI services of the current algorithm.
rmiInfoAll(PrintStream, String...) - Method in class messif.utility.Application
Shows information about all RMI services for all running algorithms.
RMIMethodExecutor - Class in messif.algorithms
Uses a RMI connection to remote algorithm to execute methods on the distant algorithm.
RMIMethodExecutor(InetAddress, int) - Constructor for class messif.algorithms.RMIMethodExecutor
Creates a new instance of RMI algorithm.
RMIMethodExecutor(String, int) - Constructor for class messif.algorithms.RMIMethodExecutor
Creates a new instance of RMI algorithm.
rmiStart(PrintStream, String...) - Method in class messif.utility.Application
Creates an RMI service for the current algorithm.
rmiStop(PrintStream, String...) - Method in class messif.utility.Application
Destroys all RMI services for the current algorithm.
rmiStopAll(PrintStream, String...) - Method in class messif.utility.Application
Destroys all RMI services for all running algorithms.
rollbackTransaction() - Method in class messif.transactions.TransactionList
End transaction of pivot processing, undoing changes
rollbackTransaction() - Method in class messif.transactions.TransactionObject
End transaction of pivot processing, undoing changes
rPeaksX - Variable in class messif.objects.impl.ObjectContourShape.Node
 
rPeaksY - Variable in class messif.objects.impl.ObjectContourShape.Node
 
run() - Method in class messif.algorithms.AlgorithmRMIServer
Waits for incoming connections and start a new thread for each.
run() - Method in class messif.buckets.TemporaryCloseableThread
 
run() - Method in class messif.executor.MethodThread
Execute the method inside the thread
run() - Method in class messif.network.QueueInvokingReceiver
Queue invoker processor.
run() - Method in class messif.network.SocketThreadTCP
 
run() - Method in class messif.network.SocketThreadTCP.TCPStreamReceiver
 
run() - Method in class messif.network.SocketThreadUDP
 
run() - Method in class messif.objects.extraction.ExtractorDataSource.PipeThread
 
run() - Method in class messif.pivotselection.KMeansPivotChooser.CenterThread
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z