- id - Variable in class messif.pivotselection.ClusterPivotChooser.Cluster
-
Id of the cluster
- identifiersToWords(IntStorageIndexed<String>, int[]) - Static method in class messif.objects.text.TextConversion
-
Convert the given array of word identifiers to words using the given storage.
- idToPath(String, String) - Static method in class messif.objects.impl.CophirXmlParser
-
Returns a file path derived from the object identifier.
- implementationGetDistance(LocalAbstractObject, LocalAbstractObject, float) - Static method in class messif.objects.MetaObject
-
Convenience method that allows to call the metric function implementation
directly for encapsulated objects (so that the statistics and caching does not apply).
- in - Variable in class messif.network.SocketThreadTCP.TCPStreamReceiver
-
- includeUsingPrecompDist(LocalAbstractObject, float) - Method in class messif.objects.LocalAbstractObject
-
Returns true if the obj
has been included using stored precomputed distance.
- includeUsingPrecompDist(PrecomputedDistancesFilter, float) - Method in class messif.objects.PrecomputedDistancesFilter
-
Returns true if object associated with targetFilter filter can be included using this precomputed distances.
- includeUsingPrecompDist(PrecomputedDistancesFilter, float) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
-
- includeUsingPrecompDist(PrecomputedDistancesFixedArrayFilter, float) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
-
Returns true if object associated with targetFilter filter can be included using this precomputed distances.
- includeUsingPrecompDist(PrecomputedDistancesFilter, float) - Method in class messif.objects.PrecomputedDistancesPivotMapFilter
-
- includeUsingPrecompDist(PrecomputedDistancesPivotMapFilter, float) - Method in class messif.objects.PrecomputedDistancesPivotMapFilter
-
Returns true if object associated with targetFilter filter can be included using this precomputed distances.
- includeUsingPrecompDistImpl(PrecomputedDistancesFixedArrayFilter, float) - Method in class messif.objects.PrecompDistPerforatedArrayFilter
-
- IncrementalIDistanceChooser - Class in messif.pivotselection
-
Chooses pivots according to a generalized iDistance clustering strategy.
- IncrementalIDistanceChooser() - Constructor for class messif.pivotselection.IncrementalIDistanceChooser
-
Creates a new instance of IncrementalPivotChooser
- IncrementalIDistanceChooser(int, int) - Constructor for class messif.pivotselection.IncrementalIDistanceChooser
-
Creates a new instance of IncrementalPivotChooser.
- IncrementalNNQueryOperation - Class in messif.operations.query
-
Incremental Nearest Neighbor Search.
- IncrementalNNQueryOperation(LocalAbstractObject) - Constructor for class messif.operations.query.IncrementalNNQueryOperation
-
Creates a new instance of IncrementalNNQueryOperation.
- IncrementalNNQueryOperation(LocalAbstractObject, int) - Constructor for class messif.operations.query.IncrementalNNQueryOperation
-
Creates a new instance of IncrementalNNQueryOperation.
- IncrementalNNQueryOperation(LocalAbstractObject, int, AnswerType) - Constructor for class messif.operations.query.IncrementalNNQueryOperation
-
Creates a new instance of IncrementalNNQueryOperation.
- IncrementalPivotChooser - Class in messif.pivotselection
-
Incremental selection of pivots.
- IncrementalPivotChooser() - Constructor for class messif.pivotselection.IncrementalPivotChooser
-
Creates a new instance of IncrementalPivotChooser
- incUsefulness() - Method in class messif.objects.keys.BucketIdObjectKey
-
- Index<T> - Interface in messif.buckets.index
-
Defines an index interface on objects.
- index - Variable in class messif.objects.util.impl.SubdistanceToken
-
Subdistance index
- IndexComparator<K,O> - Interface in messif.buckets.index
-
A comparison function, which imposes a total ordering on some
collection of keys.
- indexCompare(K, O) - Method in interface messif.buckets.index.IndexComparator
-
Compares its two arguments for order.
- indexCompare(LocalAbstractObject, LocalAbstractObject) - Method in enum messif.buckets.index.LocalAbstractObjectOrder
-
- indexOf(Object) - Method in class messif.transactions.TransactionList
-
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- indexOf(Object) - Method in class messif.utility.SortedArrayData
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- inetAddressToString(InetAddress, int) - Static method in class messif.utility.Convert
-
Returns a string representation of the given IP address and port.
- initializeKeywordIdfWeights() - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
-
Initializes the internal keyword idf weights.
- initialPivots - Variable in class messif.pivotselection.KMeansPivotChooser
-
List of initial pivots
- initialSAQueryClass - Variable in class messif.operations.query.TopCombinedQueryOperation
-
Query operation to execute for sorted accesses
- insert(InsertOperation) - Method in class messif.algorithms.impl.ParallelSequentialScan
-
Inserts a new object.
- insert(BulkInsertOperation) - Method in class messif.algorithms.impl.ParallelSequentialScan
-
Inserts multiple new objects.
- insert(InsertOperation) - Method in class messif.algorithms.impl.SequentialScan
-
Inserts a new object.
- INSERTED_OBJECTS_PARAM - Static variable in class messif.operations.data.BulkInsertOperation
-
Name of a parameter that is used to store list of objects stored by previous processing of this operation
- insertedObject - Variable in class messif.operations.data.InsertOperation
-
Inserted object
- insertionPoint(T) - Method in class messif.buckets.index.impl.AddressStorageIndex
-
Searches for the point where to insert the object object
.
- insertionPoint(T) - Method in class messif.buckets.index.impl.IntStorageIndex
-
Searches for the point where to insert the object object
.
- insertionPoint(T) - Method in class messif.buckets.index.impl.LongStorageIndex
-
Searches for the point where to insert the object object
.
- insertionPoint(K) - Method in class messif.buckets.index.impl.LongStorageMemoryIndex
-
Searches for the point where to insert the object object
.
- insertionPoint(K) - Method in class messif.buckets.index.impl.LongStorageMemoryIndexStdSer
-
Searches for the point where to insert the object object
.
- insertObjects(AbstractObjectList<LocalAbstractObject>) - Method in class messif.utility.RecursiveVoronoiPartitioning
-
Insert the passed objects into the partitioning.
- insertObjects(AbstractObjectList<LocalAbstractObject>) - Method in class messif.utility.VoronoiPartitioning
-
Insert the passed objects into the partitioning.
- insertOperation(InsertOperation) - Method in class messif.algorithms.impl.LocatorStorageAlgorithm
-
Implementation of the insert operation.
- InsertOperation - Class in messif.operations.data
-
Operation for inserting an object.
- InsertOperation(LocalAbstractObject) - Constructor for class messif.operations.data.InsertOperation
-
Creates a new instance of InsertOperation.
- insertPrecompDist(int, float) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
-
Insert distance into internal list of precomputed distances at the specified position.
- insertPrecompDist(int, LocalAbstractObject, LocalAbstractObject) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
-
Insert distance into internal list of precomputed distances at the specified position.
- insertWordLinks(int, ObjectIntMultiVector) - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
-
Insert words link for the given object id.
- instantiate(Object...) - Method in class messif.utility.reflection.ConstructorInstantiator
-
Creates a new instance using the encapsulated constructor.
- instantiate(Object...) - Method in class messif.utility.reflection.ConstructorInstantiatorWithArguments
-
Creates a new instance using the encapsulated constructor.
- instantiate() - Method in class messif.utility.reflection.ConstructorInstantiatorWithArguments
-
Creates a new instance using the encapsulated constructor with the stored arguments.
- instantiate(Object...) - Method in class messif.utility.reflection.FieldInstantiator
-
Returns the instance in the encapsulated field.
- instantiate(Object...) - Method in interface messif.utility.reflection.Instantiator
-
Creates an instance for the given arguments.
- instantiate(Object...) - Method in class messif.utility.reflection.MethodInstantiator
-
Creates a new instance using the encapsulated method.
- instantiateByConstructor(Class<? extends T>, boolean, Map<String, ?>, Object[]) - Static method in class messif.utility.reflection.ConstructorInstantiator
-
Creates a new instance using a constructor from the given class that matches the arguments.
- Instantiator<T> - Interface in messif.utility.reflection
-
Interface for creating instances of a given class.
- Instantiators - Class in messif.utility.reflection
-
- Instantiators() - Constructor for class messif.utility.reflection.Instantiators
-
- InstantiatorSignature - Class in messif.utility.reflection
-
Parse a given string signature and provide methods for creating
Instantiator
s that match the signature or instances directly.
- InstantiatorSignature(String, Map<String, ?>) - Constructor for class messif.utility.reflection.InstantiatorSignature
-
Creates a new instance of ParsedSignature.
- IntAddress<T> - Class in messif.buckets.storage
-
Implementation of
Address
for a storage that uses int addresses.
- IntAddress(IntStorage<T>, int) - Constructor for class messif.buckets.storage.IntAddress
-
Creates a new instance of IntAddress on the specified int storage.
- IntegerKey - Class in messif.objects.keys
-
The object key that contains an integer value and a locator URI.
- IntegerKey(String, int) - Constructor for class messif.objects.keys.IntegerKey
-
Creates a new instance of IntegerKey
- IntegerKey(String) - Constructor for class messif.objects.keys.IntegerKey
-
Creates a new instance of AbstractObjectKey given a buffered reader with the first line of the
following format: "integerKey locatorUri"
- IntegerKey(BinaryInput, BinarySerializator) - Constructor for class messif.objects.keys.IntegerKey
-
Creates a new instance of IntegerKey loaded from binary input.
- intersect(ObjectIntMultiVector.SortedDataIterator) - Method in class messif.objects.impl.ObjectIntMultiVector.SortedDataIterator
-
Find the next value that is present in this iterator and the given iterator
.
- intersect(FaceKey, double) - Method in class messif.objects.keys.FaceKey
-
Returns whether this face key has an intersection with the given face key.
- intersect(KeyInterval<T>) - Method in class messif.objects.keys.KeyInterval
-
Return true if the interval intersects with this interval.
- intersect(KeyInterval<T>, KeyInterval<T>) - Method in class messif.objects.keys.KeyOperator
-
Return true if the two intervals intersect.
- intersectRectWithImage(BufferedImage, Rectangle) - Static method in class messif.objects.keys.FaceKey
-
Returns the intersection of the image rectangle (i.e. its width and height)
with the given rectangle.
- intersectSkipDuplicates(ObjectIntMultiVector.SortedDataIterator, int[]) - Method in class messif.objects.impl.ObjectIntMultiVector.SortedDataIterator
-
Find the next value that is present in this iterator and the given iterator
.
- intersectsWith(CoveragePivotChooser.Ball, CoveragePivotChooser.PrecomputedDistances) - Method in class messif.pivotselection.CoveragePivotChooser.Ball
-
Checks if this ball and the passed ball intersect or not.
- IntStorage<T> - Interface in messif.buckets.storage
-
Interface for storage that uses int addresses.
- IntStorageIndex<K,T> - Class in messif.buckets.index.impl
-
- IntStorageIndex(IntStorage<T>, IndexComparator<K, T>) - Constructor for class messif.buckets.index.impl.IntStorageIndex
-
Creates a new instance of IntStorageIndex for the specified storage.
- IntStorageIndexed<T> - Interface in messif.buckets.storage
-
Interface of an integer storage that supports searching.
- IntStorageSearch<T> - Interface in messif.buckets.storage
-
- InvalidAddressException - Exception in messif.buckets.storage
-
Exception that indicates that an invalid address has been used while
accessing a storage.
- InvalidAddressException() - Constructor for exception messif.buckets.storage.InvalidAddressException
-
Creates an InvalidAddressException
with no detail message.
- InvalidAddressException(String) - Constructor for exception messif.buckets.storage.InvalidAddressException
-
Creates an InvalidAddressException
with the specified detail message.
- invokeNextMessage() - Method in class messif.network.QueueInvokingReceiver
-
Retrieves one message from queue and invoke the associated method for it.
- InvokingReceiver - Class in messif.network
-
Receiver that allows to execute a method for received message.
- InvokingReceiver(Object, String) - Constructor for class messif.network.InvokingReceiver
-
Creates a new instance of InvokingReceiver for message methods.
- iQuantTable - Static variable in class messif.objects.impl.ObjectRegionShape
-
- iQuantTable - Static variable in class messif.objects.impl.ObjectXMRegionShape
-
Internal inverse quantization table
- isActive() - Method in class messif.netcreator.BroadcastCreator
-
Returns operation mode of the pool (active or passive)
- isActive() - Method in class messif.netcreator.CentralCreator
-
- isAnswerFull() - Method in class messif.operations.query.JoinQueryOperation
-
Returns true if the current answer has reached
the maximal number of objects, i.e., the maxAnswerSize
specified in constructor.
- isAnswerFull() - Method in class messif.operations.RankingQueryOperation
-
Returns true if the current answer has reached
the maximal number of objects, i.e., the maxAnswerSize
specified in constructor.
- isArgumentIntersecting() - Method in enum messif.objects.impl.ObjectIntMultiVector.SDIteratorIntersectionResult
-
Returns true if the result indicates that there was an
intersecting object found in the iterator passed as argument.
- isArrayClass - Variable in class messif.transactions.TransactionObject
-
Flag storing the switch between array and normal class
- isBothIntersecting() - Method in enum messif.objects.impl.ObjectIntMultiVector.SDIteratorIntersectionResult
-
Returns true if the result indicates that there was an intersecting
object found both this iterator and the iterator passed as argument.
- isBound() - Method in class messif.statistics.Statistics
-
Returns true if this statistic is bound to another one.
- isBucketStandalone() - Method in class messif.buckets.LocalBucket
-
Returns whether this bucket is standalone bucket or if it is maintained by a bucket dispatcher.
- isCancelled() - Method in class messif.statistics.FutureWithStatisticsImpl
-
- isCheckingLocator() - Method in class messif.operations.data.DeleteOperation
-
- isCheckingLocator() - Method in class messif.operations.data.DeleteOperationLegacy
-
- isColumnCompatible(IndexComparator<?, ? super T>) - Method in class messif.buckets.storage.impl.DatabaseStorage.BeanPropertyColumnConvertor
-
- isColumnCompatible(IndexComparator<?, ? super T>) - Method in class messif.buckets.storage.impl.DatabaseStorage.FixedValueColumnConvertor
-
- isColumnCompatible(IndexComparator<?, ? super ModifiableParametric>) - Method in class messif.buckets.storage.impl.DatabaseStorage.ParametricColumnConvertor
-
- isColumnCompatible(IndexComparator<?, ? super T>) - Method in interface messif.buckets.storage.impl.DatabaseStorage.SearchableColumnConvertor
-
Returns true if the instance created by this convertor is compatible
with the given index comparator.
- isComplete() - Method in class messif.buckets.split.SplitPolicy
-
Returns true if this policy has all the arguments necessary for a split defined.
- isConditionalStopword() - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport.Stopword
-
Returns the flag whether this stopword is conditional or not.
- isConnected() - Method in class messif.algorithms.RMIAlgorithm
-
Returns true if the algorithm is currently connected.
- isConnected() - Method in class messif.algorithms.RMIAlgorithmOriginal
-
Deprecated.
Returns true if the algorithm is currently connected.
- isConnected() - Method in class messif.algorithms.RMIMethodExecutor
-
Returns true if the algorithm is currently connected.
- isConstructorSignature() - Method in class messif.utility.reflection.InstantiatorSignature
-
Returns true if a constructor signature was parsed.
- isConvertFromColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.BeanPropertyColumnConvertor
-
- isConvertFromColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.BinarySerializableColumnConvertor
-
- isConvertFromColumnUsed() - Method in interface messif.buckets.storage.impl.DatabaseStorage.ColumnConvertor
-
- isConvertFromColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.FixedValueColumnConvertor
-
- isConvertFromColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.LocalAbstractObjectTextStreamColumnConvertor
-
- isConvertFromColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.ParametricColumnConvertor
-
- isConvertToColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.BeanPropertyColumnConvertor
-
- isConvertToColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.BinarySerializableColumnConvertor
-
- isConvertToColumnUsed() - Method in interface messif.buckets.storage.impl.DatabaseStorage.ColumnConvertor
-
- isConvertToColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.FixedValueColumnConvertor
-
- isConvertToColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.LocalAbstractObjectTextStreamColumnConvertor
-
- isConvertToColumnUsed() - Method in class messif.buckets.storage.impl.DatabaseStorage.ParametricColumnConvertor
-
- isCovered(T) - Method in class messif.objects.keys.KeyInterval
-
Return true if the interval covers given key.
- isCoveredByRegion(LocalAbstractObject, float, float) - Method in class messif.objects.BallRegion
-
Returns true if this ball region is covered by at least distThreshold
area of the ball
region specified by regionPivot
and regionRadius
.
- isCoveringRegion(LocalAbstractObject, float, float) - Method in class messif.objects.BallRegion
-
Returns true if this ball region covers at least distThreshold
area of the ball
region specified by regionPivot
and regionRadius
.
- isDataWritable() - Method in class messif.objects.PrecomputedDistancesFilter
-
Returns whether this filter's data can be written to a text stream.
- isDataWritable() - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
-
- isDataWritable() - Method in class messif.objects.PrecomputedDistancesPivotMapFilter
-
- isDirty() - Method in class messif.objects.nio.BufferOutputStream
-
Returns true if there are some bytes pending in the buffer.
- isDistanceCompatible(LocalAbstractObject) - Method in class messif.objects.LocalAbstractObject
-
Returns whether the given object is distance compatible with the
distance function of this object.
- isDone() - Method in class messif.statistics.FutureWithStatisticsImpl
-
- isEmpty() - Method in class messif.buckets.storage.impl.DatabaseStorage
-
Returns true if this storage contains no elements.
- isEmpty() - Method in class messif.buckets.storage.impl.MemoryStorage
-
Returns true if this storage contains no elements.
- isEmpty() - Method in class messif.transactions.TransactionList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class messif.utility.SortedCollection
-
Returns true if this collection contains no elements.
- isEnabledGlobally() - Static method in class messif.statistics.Statistics
-
Returns true if statistics are globally enabled.
- isEqual(AbstractObject, AbstractObject) - Method in class messif.objects.util.RankedSortedCollection
-
- isErrorCode(ErrorCode...) - Method in class messif.operations.AbstractOperation
-
Returns whether ther result code of this operation is one of the given errorCodes
.
- isFeaturesOrdered() - Method in class messif.objects.impl.ObjectFeatureOrderedSet
-
- isFieldSignature() - Method in class messif.utility.reflection.InstantiatorSignature
-
Returns true if a field signature was parsed.
- isFilledEnough() - Method in class messif.operations.query.IncrementalNNQueryOperation
-
Returns true if the minimum number of objects has been inserted to
the answer during one evaluation of this operation.
- isFinished() - Method in class messif.algorithms.impl.AbstractNavigationProcessor
-
- isFinished() - Method in interface messif.algorithms.NavigationProcessor
-
Returns whether this processor is finished.
- isFinished() - Method in class messif.algorithms.NavigationProcessorWrapper
-
- isFinished() - Method in class messif.network.ReplyReceiver
-
Returns true if the reply waiting is finished.
- isFinished() - Method in class messif.operations.AbstractOperation
-
Returns true if this operation has finished its processing - either successfully or unsuccessfully.
- isFull() - Method in class messif.utility.SortedCollection
-
Returns true if this collection contains the maximal number of elements.
- isFunctionString(String) - Static method in class messif.objects.util.impl.ArithmeticFunctionToken
-
This static method should be in compliance with types recognized by consructor - LOG (for ln), LOG10 (for log_10).
- isHttpErrorCodeSet() - Method in exception messif.buckets.BucketStorageException
-
- isHttpErrorCodeSet() - Method in exception messif.objects.extraction.ExtractorException
-
- isHttpErrorCodeSet() - Method in interface messif.utility.HttpErrorCodeProvider
-
Returns true, if the HTTP code was set, false otherwise.
- isIgnoringDuplicates() - Method in class messif.objects.util.RankedSortedCollection
-
- isInBetween(T, T, T) - Method in class messif.objects.keys.KeyOperator
-
Finds out, whether this key is inner the interval specified by the passed
bounds - counting on the ring circle (module SIZE). key \in (low, up).
- isInBetweenEQ(T, T, T) - Method in class messif.objects.keys.KeyOperator
-
finds out, whether this key is inner the interval specified by the passed
bounds - counting on the ring circle (module SIZE). key \in [low, up]
- isInBetweenEQH(T, T, T) - Method in class messif.objects.keys.KeyOperator
-
Finds out, whether this key is inner the interval specified by the passed
bounds - counting on the ring circle (module SIZE). key \in (low, up]
- isInBetweenEQL(T, T, T) - Method in class messif.objects.keys.KeyOperator
-
Finds out, whether this key is inner the interval specified by the passed
bounds - counting on the ring circle (module SIZE). key \in [low, up)
- isIntersecting() - Method in enum messif.objects.impl.ObjectIntMultiVector.SDIteratorIntersectionResult
-
Returns true if the result indicates that there was an intersecting object found.
- isIsLibraryLoaded() - Static method in class messif.objects.impl.ObjectFaceLuxandDescriptor
-
Returns true if the Luxand FaceSDK library was successfully loaded.
- isIsLibraryLoaded() - Static method in class messif.objects.impl.ObjectFacePittPattDescriptor
-
Returns true if the PittPatt library was successfully loaded.
- isIsPartitionLocked() - Method in class messif.operations.query.PartitionedKNNQueryOperation
-
- isKeyBounds() - Method in class messif.buckets.index.impl.AbstractSearch
-
Returns true if the searched keys are treated as bounds.
- isLimitReached() - Method in class messif.buckets.index.SearchAbstractObjectIterator
-
Returns true if the current number of iterations has reached its maximum.
- isLimitReached() - Method in class messif.operations.data.DeleteByLocatorOperation
-
- isLocalBucket() - Method in class messif.netbucket.RemoteBucket
-
Returns whether this bucket is local or remote
- isMethodSignature() - Method in class messif.utility.reflection.InstantiatorSignature
-
Returns true if a method signature was parsed.
- isModified() - Method in class messif.buckets.storage.impl.DiskStorage
-
Returns true if the storage was modified since last open/flush.
- isNumberOfInitialSAProgressive() - Method in class messif.operations.query.TopCombinedQueryOperation
-
Returns the progressive flag for the number of initial sorted accesses.
- isParameterFilled(String) - Method in class messif.buckets.split.SplitPolicy
-
Returns true if the specified parameter has a value set.
- isParameterLocked(String) - Method in class messif.buckets.split.SplitPolicy
-
Returns true if the specified parameter is locked.
- isPartitionLocked - Variable in class messif.operations.query.PartitionedKNNQueryOperation
-
- isPartitionLocked - Variable in class messif.operations.query.PartitionedRangeQueryOperation
-
- isPrimitiveWritableClass(Class<?>, boolean) - Static method in class messif.utility.Convert
-
Returns whether the given class is a primitive-writable.
- isPrototypeMatching(Class<?>[], Class<?>[], int) - Static method in class messif.utility.reflection.Instantiators
-
Test argument array, if it is compatible with the provided prototype.
- isPrototypeMatching(Class<?>[], Class<?>[]) - Static method in class messif.utility.reflection.Instantiators
-
Test argument array, if it is compatible with the provided prototype.
- isPrototypeMatching(Class<?>[], Object[], boolean, Map<String, ?>) - Static method in class messif.utility.reflection.Instantiators
-
Test argument array, if it is compatible with the provided prototype.
- isQueueClosed() - Method in class messif.algorithms.impl.AbstractNavigationProcessor
-
Returns whether additional processing items can be added to this processor (false)
or this processor is closed (true).
- isRankingInAdd() - Method in class messif.objects.util.RankedSortedDistFunctionCollection
-
Returns
true if the
add
method computes the rank or
false,
if the ranked objects are added without additional computations.
- isReadyToRemove() - Method in class messif.network.ReplyReceiver
-
Return true if this receiver is ready to be deregistered from the list of waiting receivers.
- isRegisteredGlobally() - Method in class messif.statistics.Statistics
-
Returns true if this statistic is present in global statistics registry.
- isReply() - Method in class messif.network.NavigationElement
-
Returns true if the node for this navigation element is replying.
- isRunning() - Method in class messif.executor.MethodThread
-
Returns true if the method is still being executed, otherwise false is returned.
- isSet() - Method in class messif.utility.ErrorCode
-
Returns
true if the error code is not set yet (i.e. has the value of
ErrorCode.NOT_SET
).
- isSkipping() - Method in class messif.network.NavigationElement
-
Returns true if the node for this navigation element is skipping reply waiting.
- isSoftCapacityExceeded() - Method in class messif.buckets.LocalBucket
-
Returns true if the soft-capacity of the bucket has been exceeded.
- isSoftCapacityExceeded() - Method in class messif.netbucket.replication.ReplicationBucket
-
- isStoringIndividualDistances() - Method in class messif.operations.RankingMultiQueryOperation
-
Returns true if individual-distances for the respective query objects are stored in the answer.
- isStoringMetaDistances() - Method in class messif.operations.RankingSingleQueryOperation
-
Returns true if sub-distances for metaobjects are stored in the answer.
- isSuccess() - Method in class messif.executor.MethodThread
-
This method waits for the end of execution.
- isSuccess() - Method in class messif.netcreator.MessageActivateResponse
-
- isSuccessExitCode(int) - Method in class messif.utility.ExternalProcessInputStream
-
Returns whether the given exit code is considered successful.
- isThisIntersecting() - Method in enum messif.objects.impl.ObjectIntMultiVector.SDIteratorIntersectionResult
-
Returns true if the result indicates that there was an
intersecting object found in the iterator on which the intersect method was called.
- isTransactionRunning() - Method in class messif.transactions.TransactionList
-
Returns the current transaction state.
- isTransactionRunning() - Method in class messif.transactions.TransactionObject
-
Returns true if there is a transaction running currently.
- isUnknownError() - Method in class messif.utility.ErrorCode
-
- isUpdatingConfidence(Float, float) - Method in class messif.objects.classification.ClassificationWithConfidenceBase
-
Returns whether the confidence value should be updated with the new value.
- isWaiting() - Method in class messif.network.NavigationElement
-
Returns true if the node for this navigation element is waiting for reply.
- itemToObject(C, Classification<C>) - Method in class messif.algorithms.impl.ClassifierAlgorithm
-
Convert a classification item to operation answer object.
- iterableToString(Iterator<?>, String) - Static method in class messif.utility.Convert
-
Converts the values of the given iterator to string by separating
all the values by the given separator.
- iterableToString(Object, String) - Static method in class messif.utility.Convert
-
Converts the values of the given iterable instance to string by separating
all the values by the given separator.
- iterator() - Method in interface messif.objects.classification.Classification
-
Returns an iterator over all categories of this classification.
- iterator() - Method in class messif.objects.classification.ClassificationBase
-
- iterator(int, int, int, int) - Method in class messif.objects.impl.ObjectFeatureOrderedSet
-
Iterate over all features within the passed window.
- iterator(SortDimension.Window) - Method in class messif.objects.impl.ObjectFeatureOrderedSet
-
Iterate over all features within the passed window.
- iterator() - Method in class messif.objects.impl.ObjectFeatureSet
-
Returns iterator over all features.
- iterator() - Method in class messif.objects.util.AbstractObjectList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator(int) - Method in class messif.objects.util.GenericMatchingObjectList
-
Returns an iterator for objects of the specified partition of this list.
- iterator() - Method in class messif.objects.util.GenericMatchingObjectList
-
Returns an iterator for all objects of all partitions of this list.
- iterator - Variable in class messif.objects.util.IteratorToAbstractObjectIterator
-
Iterator from current iterator
- iterator() - Method in class messif.operations.QueryOperation
-
Returns an iterator over all objects in the answer to this query.
- iterator() - Method in class messif.pivotselection.AbstractPivotChooser
-
Provides a read-only iterator over the collection of currently selected pivots
- iterator() - Method in class messif.statistics.FutureWithStatisticsImpl
-
- iterator() - Method in class messif.statistics.OperationStatistics
-
- iterator() - Method in class messif.transactions.TransactionList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class messif.utility.SortedCollection
-
Returns an iterator over the elements in this collection.
- iterator(int, int) - Method in class messif.utility.SortedCollection
-
Returns an iterator over the elements in this collection skipping the first
skip
items and returning only count
elements.
- iterator() - Method in class messif.utility.UnsupervisedBinaryClassification
-
- iterator() - Method in class messif.utility.VotingSchemaSetsUnsupervisedBinaryClassification
-
- iteratorDistanceRestricted(float, float) - Method in class messif.objects.util.DistanceRankedSortedCollection
-
Returns a distance-restricted iterator.
- iteratorDistanceRestricted(float) - Method in class messif.objects.util.DistanceRankedSortedCollection
-
Returns a distance-restricted iterator.
- iteratorPartitions() - Method in class messif.pivotselection.KMeansPivotChooser
-
- iterators - Variable in class messif.objects.util.ObjectIteratorsIterator
-
Queue of iterators that are waiting to be scanned
- IteratorToAbstractObjectIterator<E extends AbstractObject> - Class in messif.objects.util
-
This class provides interface between standard Iterator over AbstractObjects and
the MESSIF
AbstractObjectIterator
.
- IteratorToAbstractObjectIterator(Iterator<E>) - Constructor for class messif.objects.util.IteratorToAbstractObjectIterator
-
Creates a new instance of IteratorToAbstractObjectIterator