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 

T

takeInputStream(long) - Method in class messif.buckets.storage.impl.DiskStorage
Retrieves an input stream for this storage's file.
tcpSocket - Variable in class messif.network.MessageDispatcher
TCP socket for communication
TemporaryCloseable - Interface in messif.buckets
Interface for objects that can be temporarily closed to save resources.
TemporaryCloseableThread - Class in messif.buckets
Thread that periodically checks for TemporaryCloseable objects and close them to save resources.
TemporaryCloseableThread(long) - Constructor for class messif.buckets.TemporaryCloseableThread
Creates a new thread that checks TemporaryCloseable objects.
terminateOperation(UUID) - Method in class messif.algorithms.Algorithm
Terminates processing of the operation with given identifier.
terminateOperation(AbstractOperation) - Method in class messif.algorithms.Algorithm
Terminates processing of the given operation.
territories - Variable in class messif.objects.impl.MetaObjectProfiSCT
List of territories associated with this object
text - Variable in class messif.objects.impl.ObjectString
Data string
TEXT_SPLIT_REGEXP - Static variable in class messif.objects.impl.CophirXmlParser
Regular expression used to split the tag text into words
TEXT_SPLIT_REGEXP - Static variable in class messif.objects.text.TextConversion
Pattern used to split words in a string
TextConversion - Class in messif.objects.text
Various utility methods for text conversion.
TextConversion() - Constructor for class messif.objects.text.TextConversion
 
TextConversionException - Exception in messif.objects.text
Exceptions that indicates an error when evaluating some of the text conversions.
TextConversionException() - Constructor for exception messif.objects.text.TextConversionException
Creates a new instance of TextConversionException without detail message.
TextConversionException(String) - Constructor for exception messif.objects.text.TextConversionException
Constructs an instance of TextConversionException with the specified detail message.
TextConversionException(Throwable) - Constructor for exception messif.objects.text.TextConversionException
Constructs an instance of TextConversionException with the specified cause and a detail message of (cause==null ?
TextConversionException(String, Throwable) - Constructor for exception messif.objects.text.TextConversionException
Constructs an instance of TextConversionException with the specified detail message and cause.
TextDescriptorFactory<T extends LocalAbstractObject> - Interface in messif.objects.text
Provides factory method for creating textual descriptor objects.
TextParametricConstructorConvertor<T extends MetaObjectParametric> - Class in messif.objects.text
Implementation of Convertor that gets the data from the parameters of the extracted object and constructs the object using Map constructor.
TextParametricConstructorConvertor(String[], Class<? extends T>, String, boolean, boolean, TextDescriptorFactory<?>) - Constructor for class messif.objects.text.TextParametricConstructorConvertor
Creates a new TextParametricConstructorExtractor that uses the parameters from the object generated by the encapsulated extractor to create a text descriptor object and then merges the data into a new instance of objectClass.
TextSerializable - Interface in messif.utility
Marks objects that support writing its data to a text stream and restoring via String constructor.
textsToWordIdentifiersMultiIndex(String[], String, Set<String>, Stemmer, IntStorageIndexed<String>, IntStorageIndexed<String>[]) - Static method in class messif.objects.text.TextConversion
Transforms multiple strings of words into multi-array of addresses.
textStreamDescriptorNames - Static variable in class messif.objects.impl.MetaObjectPixMacShapeAndColor
The list of the names for the encapsulated objects - without the KeyWordsType, because it's not in the text stream by default.
textToWordIdentifiers(String, String, Set<String>, Set<String>, Stemmer, IntStorageIndexed<String>) - Static method in class messif.objects.text.TextConversion
Transforms a string of words into array of addresses.
textToWordIdentifiers(String, String, Set<String>, Set<String>, WordExpander, Stemmer, IntStorageIndexed<String>) - Static method in class messif.objects.text.TextConversion
Transforms a string of words into array of addresses.
textToWordIdentifiersMultiIndex(String, String, Set<String>, Set<String>, Stemmer, IntStorageIndexed<String>, IntStorageIndexed<String>[]) - Static method in class messif.objects.text.TextConversion
Transforms a string of words into array of addresses.
ThreadInvokingReceiver - Class in messif.network
Receiver that allows to execute a method for received message without blocking the dispather.
ThreadInvokingReceiver(Object, String) - Constructor for class messif.network.ThreadInvokingReceiver
Creates a new instance of ThreadInvokingReceiver for message methods.
ThresholdFunctionSimpleEvaluator - Class in messif.objects.util.impl
Evaluator for basic arithmetic functions.
ThresholdFunctionSimpleEvaluator(String) - Constructor for class messif.objects.util.impl.ThresholdFunctionSimpleEvaluator
Creates a new instance of ThresholdFunctionSimpleEvaluator.
time - Variable in class messif.statistics.StatisticSlidingAvgCounter.ValueTime
 
timeToMilliseconds(String) - Static method in class messif.utility.Convert
Returns the today's specified time in milliseconds.
TITLE_SPLIT_REGEXP - Static variable in class messif.objects.impl.MetaObjectProfiSCT
Regular expression used to split title
titleString - Variable in class messif.objects.impl.MetaObjectProfiSCT
Title of this object as string (this is not serialized!)
to - Variable in class messif.objects.keys.DoubleKeyInterval
Upeer bound (inclusive).
toArray() - Method in class messif.objects.util.RankedSortedCollection
 
toArray(E[]) - Method in class messif.objects.util.RankedSortedCollection
 
toArray() - Method in class messif.transactions.TransactionList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class messif.transactions.TransactionList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class messif.utility.SortedCollection
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(E[]) - Method in class messif.utility.SortedCollection
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toGenericClass(Object, Class<E>) - Static method in class messif.utility.Convert
Convert the provided object to Class with generic typing.
toObjectArray(Object) - Static method in class messif.operations.RankingMultiQueryOperation
Creates an array of LocalAbstractObjects from a given instance.
TopCombinedQueryOperation - Class in messif.operations.query
Top-k combined query operation.
TopCombinedQueryOperation(LocalAbstractObject, int, int, boolean, int, Class<? extends RankingQueryOperation>, AggregationFunction) - Constructor for class messif.operations.query.TopCombinedQueryOperation
Creates a new instance of TopCombinedQueryOperation.
topMessageDispatcher - Variable in class messif.network.MessageDispatcher
Top most message dispatcher in the hierarchy
toSimpleString() - Method in class messif.operations.query.PartitionedKNNQueryOperation
Returns a simple string representation of this operation.
toString() - Method in class messif.algorithms.DistAlgReplyMessage
 
toString() - Method in class messif.algorithms.DistAlgRequestMessage
 
toString() - Method in class messif.algorithms.impl.FileSequentialScan
Converts the object to a string representation
toString() - Method in class messif.algorithms.impl.LocatorStorageAlgorithm
 
toString() - Method in class messif.algorithms.impl.MultipleOverlaysAlgorithm
 
toString() - Method in class messif.algorithms.impl.ParallelSequentialScan
Shows the information about this algorithm.
toString() - Method in class messif.algorithms.impl.SequentialScan
Converts the object to a string representation
toString() - Method in class messif.buckets.BucketDispatcher
Returns information about storage maintained by this dispatcher.
toString() - Method in class messif.buckets.LocalBucket
Returns a string representation of this bucket.
toString() - Method in class messif.buckets.storage.impl.MemoryStorage
Returns a string representation of this storage.
toString() - Method in exception messif.buckets.StorageFailureException
Returns a short description of this throwable.
toString() - Method in exception messif.buckets.StorageInsertFailureException
Returns a short description of this throwable.
toString() - Method in class messif.netbucket.RemoteBucket
Returns a string representation of this bucket.
toString() - Method in class messif.netbucket.replication.ReplicationBucket
 
toString() - Method in class messif.network.Message
Returns a string representation of this message.
toString() - Method in class messif.network.NavigationElement
Returns the string representation of this navigation element.
toString() - Method in class messif.network.NetworkNode
Returns the string representation of this network node.
toString() - Method in class messif.network.ReplyMessage
Returns a string representation of this response message.
toString() - Method in class messif.network.ReplyReceiver
Returns a string representation of this reply receiver.
toString() - Method in class messif.objects.AbstractObject
Returns a string representation of this abstract object.
toString() - Method in class messif.objects.classification.ClassificationBase
 
toString() - Method in class messif.objects.classification.ClassificationWithConfidenceBase
 
toString() - Method in class messif.objects.extraction.ExtractorDataSource
 
toString() - Method in class messif.objects.impl.ObjectByteVector
Converts this object to a string representation.
toString() - Method in class messif.objects.impl.ObjectDoubleVector
Converts the object to a string representation.
toString() - Method in class messif.objects.impl.ObjectFeatureByte
toString Converts the object to a string representation.
toString() - Method in class messif.objects.impl.ObjectFeatureClustered
Deprecated.
toString Converts the object to a string representation.
toString() - Method in class messif.objects.impl.ObjectFeatureFloat
toString Converts the object to a string representation.
toString() - Method in class messif.objects.impl.ObjectFeatureFloatWClusters
Deprecated.
toString Converts the object to a string representation.
toString() - Method in class messif.objects.impl.ObjectFeatureLong
toString Converts the object to a string representation.
toString() - Method in class messif.objects.impl.ObjectFeatureQuantized
 
toString() - Method in class messif.objects.impl.ObjectFeatureSet
Returns a string representation of this ObjectFeatureSet.
toString() - Method in class messif.objects.impl.ObjectFloatVector
Converts the object to a string representation.
toString() - Method in class messif.objects.impl.ObjectGPSCoordinate
Returns a string representation of this abstract object.
toString() - Method in class messif.objects.impl.ObjectIntMultiVector
Converts this object to a string representation.
toString() - Method in class messif.objects.impl.ObjectIntVector
Converts this object to a string representation.
toString() - Method in class messif.objects.impl.ObjectShortVector
Converts this object to a string representation.
toString() - Method in class messif.objects.impl.ObjectString
Converts this object to a string representation.
toString() - Method in class messif.objects.impl.ObjectUnsignedByteVector
Converts this object to a string representation.
toString() - Method in class messif.objects.keys.AbstractObjectKey
Returns the URI string.
toString() - Method in class messif.objects.keys.BucketIdObjectKey
 
toString() - Method in class messif.objects.keys.DimensionObjectKey
Returns the URI string.
toString() - Method in class messif.objects.keys.DoubleKey
 
toString() - Method in class messif.objects.keys.IntegerKey
 
toString() - Method in class messif.objects.keys.KeyInterval
Return the string representation of this interval.
toString() - Method in class messif.objects.keys.LongKey
Return the URI string.
toString() - Method in class messif.objects.LocalAbstractObject.TextStreamFactory
 
toString() - Method in class messif.objects.MetaObject
Returns a string representation of this metaobject.
toString() - Method in class messif.objects.util.AbstractObjectList
Returns a string representation of this collection of objects.
toString() - Method in class messif.objects.util.DistanceRankedObject
 
toString() - Method in class messif.objects.util.GenericMatchingObjectList
 
toString() - Method in class messif.objects.util.impl.AggregationFunctionEvaluator
Returns a string representation of the encapsulated function.
toString() - Method in class messif.objects.util.impl.ArithmeticFunctionToken
 
toString() - Method in class messif.objects.util.impl.ArithmeticOperatorToken
 
toString() - Method in class messif.objects.util.impl.ConstantToken
 
toString() - Method in class messif.objects.util.impl.SubdistanceToken
 
toString() - Method in class messif.objects.util.impl.ThresholdFunctionSimpleEvaluator
Returns a string representation of the encapsulated function.
toString() - Method in class messif.objects.util.RankedAbstractMetaObject
 
toString() - Method in class messif.objects.util.RankedJoinObject
 
toString() - Method in class messif.objects.util.StreamGenericAbstractObjectIterator
 
toString() - Method in class messif.operations.AbstractOperation
Returns a string representation of this operation.
toString() - Method in class messif.operations.data.BulkInsertOperation
 
toString() - Method in class messif.operations.query.ApproxRangeQueryOperation
Returns a string representation of this operation.
toString() - Method in class messif.operations.query.GetAlgorithmInfoOperation
Return a string representation of this operation.
toString() - Method in class messif.operations.query.GetObjectCountOperation
Prints out the object count in a fancy way.
toString() - Method in class messif.operations.query.PartitionedKNNQueryOperation
Returns a string representation of this operation.
toString() - Method in class messif.operations.query.PartitionedRangeQueryOperation
Returns a string representation of this operation.
toString() - Method in class messif.statistics.OperationStatistics
 
toString() - Method in class messif.statistics.StatisticCounter
 
toString() - Method in class messif.statistics.StatisticMinMaxCounter
Text representation
toString() - Method in class messif.statistics.StatisticObject
Text representation
toString() - Method in class messif.statistics.StatisticRefCounter
Text representation
toString() - Method in class messif.statistics.StatisticSimpleWeakrefCounter
Text representation
toString() - Method in class messif.statistics.StatisticSlidingAvgCounter
Text representation of the SlidingWindow
toString() - Method in class messif.statistics.StatisticSlidingAvgCounter.ValueTime
To string method
toString() - Method in class messif.statistics.StatisticTimer
 
toString() - Method in class messif.utility.ErrorCode
Returns the textual representation of this error code.
toString() - Method in class messif.utility.ExtendedDatabaseConnection
 
toString() - Method in class messif.utility.HttpApplication.HttpApplicationAuthenticator
 
toString() - Method in class messif.utility.ParametricBase
 
toString() - Method in class messif.utility.reflection.ConstructorInstantiator
 
toString() - Method in class messif.utility.reflection.FieldInstantiator
 
toString() - Method in class messif.utility.reflection.MethodInstantiator
 
toString() - Method in class messif.utility.SortedCollection
Returns a string representation of this collection.
toString() - Method in class messif.utility.UnsupervisedBinaryClassification.BinaryClassification
 
toString() - Method in class messif.utility.UnsupervisedBinaryClassification
 
toString() - Method in class messif.utility.VotingSchema
 
toString() - Method in class messif.utility.VotingSchemaSetsUnsupervisedBinaryClassification
 
toString() - Method in class messif.utility.WildcardFileFilter
 
toStringWithCast(Object, String, String, String) - Static method in class messif.utility.ParametricBase
Converts the given object to string.
transactionActive - Variable in class messif.transactions.TransactionObject
Active transaction flag
TransactionList<E> - Class in messif.transactions
An implementation of List interface which takes a list as an argument and provides transactional behavior on it.
TransactionList(List<E>) - Constructor for class messif.transactions.TransactionList
Creates a new instance of TransactionList with the encapsulated list.
TransactionObject<E> - Class in messif.transactions
Provides a transaction encapsulation on any object.
TransactionObject(E) - Constructor for class messif.transactions.TransactionObject
Creates a new instance of TransactionObject.
translateToUnitCube(double[][]) - Method in class messif.objects.impl.ObjectDoubleVector
Translates the current vector into a unit hypercube.
translateToUnitCube(double[]) - Method in class messif.objects.impl.ObjectDoubleVector
Translates the current vector into a unit hypercube.
translateToUnitCube(float[][]) - Method in class messif.objects.impl.ObjectFloatVector
Translates the current vector into a unit hypercube.
translateToUnitCube(float[]) - Method in class messif.objects.impl.ObjectFloatVector
Translates the current vector into a unit hypercube.
trimAndUnquote(String) - Static method in class messif.utility.Convert
Removes quotes from the given string (double or single).
trivialColumnConvertor - Static variable in class messif.buckets.storage.impl.DatabaseStorage
Column convertor that stores/restores instances supported directly by the database.
trivialDistanceFunction - Static variable in class messif.objects.LocalAbstractObject
Trivial distance function that for any LocalAbstractObject returns the call to LocalAbstractObject.getDistance(messif.objects.LocalAbstractObject) method
trivialObjectComparator - Static variable in enum messif.buckets.index.LocalAbstractObjectOrder
Index order defined by the object itself via Comparable interface.
TruncateOperation - Class in messif.operations.data
Operation for removing all object(s).
TruncateOperation() - Constructor for class messif.operations.data.TruncateOperation
Creates a new instance of TruncateOperation.
turnToInsertOrdered() - Method in class messif.statistics.StatisticRefCounter
Changes the collection of this statistics ref counter to LinkedHashMap.
TwoDistantIncrementalPivotChooser - Class in messif.pivotselection
This class provides a pivot chooser that selects maximally two pivots.
TwoDistantIncrementalPivotChooser() - Constructor for class messif.pivotselection.TwoDistantIncrementalPivotChooser
Creates a new instance of TwoDistantIncrementalPivotChooser.
typeToString(Object) - Static method in class messif.utility.Convert
Returns a string serialization of the given object.
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