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

C

cache - Static variable in class messif.utility.ExtendedProperties
Properties cache
cachedClasses - Variable in class messif.objects.nio.CachingSerializator
The hash table of cached classes with references to the constructor/factory method lists
cachedConstructors - Variable in class messif.objects.nio.CachingSerializator
The list of constructors for the cached classes with the exactly the same order as specified by cachedClasses
cachedFactoryMethods - Variable in class messif.objects.nio.CachingSerializator
The list of factory methods for the cached classes with the exactly the same order as specified by cachedClasses
CachingSerializator<T> - Class in messif.objects.nio
This class extends the deserializing support of MultiClassSerializator with caching.
CachingSerializator(Class<? extends T>, Class...) - Constructor for class messif.objects.nio.CachingSerializator
Creates a new instance of CachingSerializator.
canPerformOperation() - Method in class messif.statistics.Statistics
Check if this statistic can update itself.
CapacityFullException - Exception in messif.buckets
Thrown to indicate that the hard capacity limit was exceeded.
CapacityFullException() - Constructor for exception messif.buckets.CapacityFullException
Creates a new instance of BucketCapacityFullException without detail message.
CapacityFullException(String) - Constructor for exception messif.buckets.CapacityFullException
Creates a new instance of BucketCapacityFullException without detail message.
cast(Object, Class<? extends T>) - Static method in class messif.objects.extraction.Extractors
Returns a type-safe cast of a given extractor instance.
cast() - Method in class messif.statistics.StatisticCounter
 
cast() - Method in class messif.statistics.StatisticMinMaxCounter
 
cast() - Method in class messif.statistics.StatisticObject
 
cast() - Method in class messif.statistics.StatisticRefCounter
 
cast() - Method in class messif.statistics.Statistics
Returns this statistics as the type provided typed argument.
cast() - Method in class messif.statistics.StatisticSimpleWeakrefCounter
 
cast() - Method in class messif.statistics.StatisticSlidingAvgCounter
 
cast() - Method in class messif.statistics.StatisticTimer
 
castToDiskStorage(Class<E>, Object) - Static method in class messif.buckets.storage.impl.DiskStorage
Cast the provided object to DiskStorage with generics typing.
castToMemoryStorage(Class<E>, Object) - Static method in class messif.buckets.storage.impl.MemoryStorage
Cast the provided object to MemoryStorage with generics typing.
chainDestroy() - Method in class messif.objects.LocalAbstractObject
Destroys whole filter chain of this object.
chainFilter(PrecomputedDistancesFilter, boolean) - Method in class messif.objects.LocalAbstractObject
Adds the specified filter to the end of this object's filter chain.
changedSinceCheckpoint() - Method in class messif.statistics.StatisticCounter
Reports if value of counter has been changed since the last setCheckpoint() call.
changedSinceCheckpoint() - Method in class messif.statistics.StatisticMinMaxCounter
Reports if value of min/max has been changed since the last setCheckpoint() call.
changedSinceCheckpoint() - Method in class messif.statistics.StatisticObject
Reports if value of statistic has been changed since the last setCheckpoint() call.
changedSinceCheckpoint() - Method in class messif.statistics.StatisticRefCounter
Reports if value of refCounter has been changed since the last setCheckpoint() call.
changedSinceCheckpoint() - Method in class messif.statistics.StatisticSimpleWeakrefCounter
Reports if value of refCounter has been changed since the last setCheckpoint() call.
changedSinceCheckpoint() - Method in class messif.statistics.StatisticSlidingAvgCounter
Reports if value of min/max has been changed since the last setCheckpoint() call.
changedSinceCheckpoint() - Method in class messif.statistics.StatisticTimer
Test whether this statistics has been changed since the last checkpoint.
ChannelInputStream - Class in messif.objects.nio
Buffered binary input stream.
ChannelInputStream(ReadableByteChannel, int, boolean) - Constructor for class messif.objects.nio.ChannelInputStream
Creates a new instance of BinaryInput.
ChannelOutputStream - Class in messif.objects.nio
Buffered output stream for operating over channels.
ChannelOutputStream(int, boolean, WritableByteChannel) - Constructor for class messif.objects.nio.ChannelOutputStream
Creates a new instance of ChannelOutputStream.
checkKeys(T) - Method in class messif.buckets.index.impl.AbstractSearch
Checks if the specified object satisfies the given keys (either boundaries or equality).
checkUsedTime() - Method in class messif.statistics.StatisticSlidingAvgCounter
Checks whether the sliding window was used for full time period
chooseExecutionObject(Method, Object[]) - Static method in class messif.executor.SingleMethodExecutor
Searches a list of instances for an instance that is compatible with the given method.
CLASSNAME_SERIALIZATION - Static variable in class messif.objects.nio.MultiClassSerializator
Constant indicating that the name of the class is written in the stream
clear() - Method in class messif.pivotselection.AbstractPivotChooser
Clears the list of preselected pivots.
clear() - Method in class messif.pivotselection.TwoDistantIncrementalPivotChooser
Clears the list of preselected pivots and reset the distance between them.
clear() - Method in class messif.statistics.StatisticMinMaxCounter
 
clear() - Method in class messif.statistics.StatisticRefCounter
 
clear() - Method in class messif.utility.SortedCollection
Removes all of the elements from this list.
Clearable - Interface in messif.utility
Interface for marking objects that have clearable data.
clearSurplusData() - Method in class messif.objects.AbstractObject
Clear non-messif data stored in this object.
clearSurplusData() - Method in class messif.objects.LocalAbstractObject
Clear non-messif data stored in this object.
clearSurplusData() - Method in class messif.objects.MetaObject
Clear non-messif data stored in this object and all its subobjects.
clearSurplusData() - Method in class messif.objects.util.RankedAbstractObject
 
clearSurplusData() - Method in class messif.operations.AbstractOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.data.BulkInsertOperation
 
clearSurplusData() - Method in class messif.operations.data.DeleteByLocatorOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.data.DeleteOperation
 
clearSurplusData() - Method in class messif.operations.data.InsertOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.ListingQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.query.AggregationFunctionQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.query.GetObjectsByLocatorsOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.query.IncrementalNNQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.query.KNNMultiQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.query.KNNQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.query.RangeQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.query.TopCombinedQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.RankingQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in class messif.operations.SingletonQueryOperation
Clear non-messif data stored in operation.
clearSurplusData() - Method in interface messif.utility.Clearable
Clears the data stored in this object.
clearThreadLists() - Method in class messif.executor.MethodThreadList
Clears both the lists - started and finished threads.
clone() - Method in class messif.buckets.index.impl.AbstractSearch
 
clone() - Method in interface messif.buckets.index.Search
Creates and returns a copy of this search.
clone() - Method in class messif.objects.AbstractObject
Creates and returns a shallow copy of this object.
clone(AbstractObjectKey) - Method in class messif.objects.AbstractObject
Creates and returns a copy of this object with changed locatorURI.
clone(boolean) - Method in class messif.objects.impl.MetaObjectMap
Creates and returns a copy of this object.
clone() - Method in class messif.objects.LocalAbstractObject
Creates and returns a copy of this object.
clone(boolean) - Method in class messif.objects.LocalAbstractObject
Creates and returns a copy of this object.
clone() - Method in class messif.objects.PrecomputedDistancesFilter
Creates and returns a copy of this object.
clone() - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
Creates and returns a copy of this object.
clone() - Method in class messif.objects.PrecomputedDistancesPivotMapFilter
 
clone() - Method in class messif.objects.UniqueID
Creates and returns a copy of this object.
clone(float) - Method in class messif.objects.util.DistanceRankedObject
Clone this ranked object and change the distance of the clonned one
clone() - Method in class messif.operations.AbstractOperation
Create a duplicate of this operation.
clone() - Method in class messif.operations.ListingQueryOperation
Create a duplicate of this operation.
clone() - Method in class messif.operations.RankingQueryOperation
Create a duplicate of this operation.
clone() - Method in class messif.operations.SingletonQueryOperation
Create a duplicate of this operation.
clone(Properties) - Method in class messif.utility.ExtendedProperties
Creates a shallow copy of this properties with the given defaults.
clone() - Method in class messif.utility.SortedCollection
Returns a shallow copy of this SortedCollection instance.
cloneRandomlyModify(Object...) - Method in class messif.objects.BallRegion
Random copy of ball region is not implemented, thus this method always throws an exception.
cloneRandomlyModify(Object...) - Method in class messif.objects.impl.MetaObjectMap
Creates and returns a randomly modified copy of this object.
cloneRandomlyModify(Object...) - Method in class messif.objects.impl.ObjectByteVector
Creates and returns a randomly modified copy of this vector.
cloneRandomlyModify(Object...) - Method in class messif.objects.impl.ObjectFloatVector
Creates and returns a randomly modified copy of this vector.
cloneRandomlyModify(Object...) - Method in class messif.objects.impl.ObjectIntVector
Creates and returns a randomly modified copy of this vector.
cloneRandomlyModify(Object...) - Method in class messif.objects.impl.ObjectShortVector
Creates and returns a randomly modified copy of this vector.
cloneRandomlyModify(Object...) - Method in class messif.objects.impl.ObjectString
Creates and returns a randomly modified copy of this string.
cloneRandomlyModify(Object...) - Method in class messif.objects.LocalAbstractObject
Creates and returns a randomly modified copy of this object.
cloneRandomlyModify(Object...) - Method in class messif.objects.LocalAbstractObjectAutoImpl
Creates and returns a randomly modified copy of this object.
close() - Method in interface messif.buckets.index.Search
Closes this search indicating that no objects will be retrieved.
close() - Method in class messif.objects.extraction.ExtractorDataSource
 
close() - Method in class messif.objects.nio.BufferOutputStream
 
close() - Method in class messif.objects.util.StreamGenericAbstractObjectIterator
Close the associated stream.
close() - Method in class messif.objects.util.StreamsMetaObjectMapIterator
 
close() - Method in class messif.utility.DirectoryInputStream
 
closeConnection() - Method in class messif.buckets.storage.impl.DatabaseStorage
Closes connection to the database.
closeFileChannel() - Method in class messif.buckets.storage.impl.DiskStorage
Close the associated file channel if this storage is no longer references from any index.
cluster1 - Variable in class messif.pivotselection.ClusterPivotChooser.Pair
Cluster id
cluster2 - Variable in class messif.pivotselection.ClusterPivotChooser.Pair
Cluster id
clusterDiameter - Variable in class messif.pivotselection.CoveragePivotChooser
Ball size multiplied by two
ClusterPivotChooser - Class in messif.pivotselection
This pivot chooser selects a varying number of pivots based on cluster sizes which are limited by the parameter passed to the constructor.
ClusterPivotChooser(float) - Constructor for class messif.pivotselection.ClusterPivotChooser
Creates a new instance of ClusterPivotChooser.
ClusterPivotChooser.Cluster - Class in messif.pivotselection
Class encapsulating objects of one cluster and storing the cluster's radius.
ClusterPivotChooser.Cluster(int, LocalAbstractObject, ClusterPivotChooser.PrecomputedDistances) - Constructor for class messif.pivotselection.ClusterPivotChooser.Cluster
Create a new Cluster containing just the passed object.
ClusterPivotChooser.Cluster(ClusterPivotChooser.Cluster) - Constructor for class messif.pivotselection.ClusterPivotChooser.Cluster
Copy constructor
ClusterPivotChooser.Pair - Class in messif.pivotselection
Class encapsulating two clusters and the diameters of a cluster that would be produced be merging these clusters.
ClusterPivotChooser.Pair(ClusterPivotChooser.Cluster, ClusterPivotChooser.Cluster, ClusterPivotChooser.PrecomputedDistances) - Constructor for class messif.pivotselection.ClusterPivotChooser.Pair
Creates a new pair of two cluster.
ClusterPivotChooser.PrecomputedDistances - Class in messif.pivotselection
A cache for distances between a pair of objects
ClusterPivotChooser.PrecomputedDistances(AbstractObjectList<? extends LocalAbstractObject>) - Constructor for class messif.pivotselection.ClusterPivotChooser.PrecomputedDistances
Create and initilize the new instance of PrecomputedDistances.
clusterRadius - Variable in class messif.pivotselection.CoveragePivotChooser
Ball size -- radius of the cluster.
cmdSocket - Variable in class messif.utility.CoreApplication
Socket used for command communication
collectGarbage(PrintStream, String...) - Method in class messif.utility.CoreApplication
Schedules full garbage collection.
comparator() - Method in class messif.buckets.index.impl.AddressStorageIndex
 
comparator() - Method in class messif.buckets.index.impl.IntStorageIndex
 
comparator() - Method in class messif.buckets.index.impl.LongStorageIndex
 
comparator() - Method in class messif.buckets.index.impl.LongStorageMemoryIndex
 
comparator() - Method in interface messif.buckets.index.OrderedIndex
Returns the comparator that defines order of this index.
comparator - Static variable in interface messif.objects.util.DistanceRanked
Default comparator that can be used on DistanceRanked objects.
comparator - Variable in class messif.utility.SortingIterator
The comparator used to sort the provided objects
compare(K, T) - Method in class messif.buckets.index.impl.AddressStorageIndex
 
compare(K, T) - Method in class messif.buckets.index.impl.IntStorageIndex
 
compare(K, T) - Method in class messif.buckets.index.impl.LongStorageIndex
 
compare(K, LongStorageMemoryIndex.KeyAddressPair<K>) - Method in class messif.buckets.index.impl.LongStorageMemoryIndex
 
compare(LocalAbstractObject, LocalAbstractObject) - Method in enum messif.buckets.index.LocalAbstractObjectOrder
 
compare(DoubleKey, DoubleKey) - Method in class messif.objects.keys.DoubleKeyOperator
 
compare(K, T) - Method in class messif.utility.SortedArrayData
Compares its two arguments for order.
compare(T, T) - Method in class messif.utility.SortedCollection
 
compareTo(AbstractObjectKey) - Method in class messif.objects.keys.AbstractObjectKey
Compare the keys according to their locators.
compareTo(AbstractObjectKey) - Method in class messif.objects.keys.DoubleKey
Compare the keys according to the double key
compareTo(KeyInterval<DoubleKey>) - Method in class messif.objects.keys.DoubleKeyInterval
 
compareTo(AbstractObjectKey) - Method in class messif.objects.keys.IntegerKey
Compare the keys according to the integer key
compareTo(AbstractObjectKey) - Method in class messif.objects.keys.LongKey
Compare the keys according to the long key
compareTo(UniqueID) - Method in class messif.objects.UniqueID
Compares this unique ID with the specified unique ID.
compareTo(DistanceRankedObject<?>) - Method in class messif.objects.util.DistanceRankedObject
Compares this object with the specified object for order.
compareTo(ClusterPivotChooser.Pair) - Method in class messif.pivotselection.ClusterPivotChooser.Pair
 
compareTo(CoveragePivotChooser.Ball) - Method in class messif.pivotselection.CoveragePivotChooser.Ball
 
compute(float...) - Method in class messif.objects.util.AggregationFunction
Computes the value of the aggregate distance from the provided sub-distances.
compute(float...) - Method in class messif.objects.util.impl.AggregationFunctionEvaluator
 
compute(float...) - Method in class messif.objects.util.impl.ThresholdFunctionSimpleEvaluator
 
ConstantToken - Class in messif.objects.util.impl
Simple float constant token for the aggragation function evaluator.
ConstantToken(String) - Constructor for class messif.objects.util.impl.ConstantToken
Constructs this object given a string which must be interpreted as a flost number.
constructor - Variable in class messif.objects.nio.MultiClassSerializator
The cached constructor for the default class
constructor - Variable in class messif.objects.nio.SingleClassSerializator
The constructor used to create instances of objects during deserialization
constructor - Variable in class messif.objects.util.StreamGenericAbstractObjectIterator
Class instance of objects of type E needed for instantiating objects read from a stream
constructorArgs - Variable in class messif.objects.util.StreamGenericAbstractObjectIterator
Arguments for the constructor (first will always be the stream)
ConstructorInstantiator<T> - Class in messif.utility.reflection
This class allows to create instances of a given class.
ConstructorInstantiator(Constructor<? extends T>) - Constructor for class messif.utility.reflection.ConstructorInstantiator
Creates a new instance of ConstructorInstantiator for creating instances of objectClass via the specified constructor.
ConstructorInstantiator(Class<? extends T>, Class<?>...) - Constructor for class messif.utility.reflection.ConstructorInstantiator
Creates a new instance of ConstructorInstantiator for creating instances of objectClass that accepts parameters of the given prototype.
ConstructorInstantiator(Class<? extends T>, int) - Constructor for class messif.utility.reflection.ConstructorInstantiator
Creates a new instance of ConstructorInstantiator for creating instances of objectClass that accepts the given number of arguments.
ConstructorInstantiator(Class<? extends T>, Object...) - Constructor for class messif.utility.reflection.ConstructorInstantiator
Creates a new instance of ConstructorInstantiator for creating instances of objectClass that accepts the given arguments.
contains(Object) - Method in class messif.utility.SortedCollection
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class messif.utility.SortedCollection
Returns true if this collection contains all of the elements in the specified collection.
containsKey(Object) - Method in class messif.statistics.StatisticRefCounter
 
containsKey(Object) - Method in class messif.statistics.StatisticSimpleWeakrefCounter
 
containsObject(String) - Method in class messif.objects.MetaObject
Returns true if there is an encapsulated object for given symbolic name.
controlFile(PrintStream, String...) - Method in class messif.utility.CoreApplication
Executes actions from a control file.
controlFileExecuteAction(PrintStream, Properties, String, Map<String, String>, Map<String, PrintStream>) - Method in class messif.utility.CoreApplication
This method reads and executes one action (with name actionName) from the control file (props).
Convert - Class in messif.utility
Utility class that provides methods for type conversions and instantiation.
Convert() - Constructor for class messif.utility.Convert
 
convertFromColumnValue(T, Object) - Method in class messif.buckets.storage.impl.DatabaseStorage.BinarySerializableColumnConvertor
 
convertFromColumnValue(T, Object) - Method in interface messif.buckets.storage.impl.DatabaseStorage.ColumnConvertor
Returns an instance of object from the database column value.
convertToColumnValue(T) - Method in class messif.buckets.storage.impl.DatabaseStorage.BinarySerializableColumnConvertor
 
convertToColumnValue(T) - Method in interface messif.buckets.storage.impl.DatabaseStorage.ColumnConvertor
Returns a value that can be stored in a database column for the given instance.
CoreApplication - Class in messif.utility
This class implements a standalone client for MESSIF-enabled algorithms.
CoreApplication() - Constructor for class messif.utility.CoreApplication
Create new instance of CoreApplication.
count - Variable in class messif.statistics.StatisticMinMaxCounter
 
count - Variable in class messif.statistics.StatisticSlidingAvgCounter
 
counterBucketAddObject - Static variable in class messif.buckets.LocalBucket
Number of object inserts statistic per bucket
counterBucketDelObject - Static variable in class messif.buckets.LocalBucket
Number of object deletions statistic per bucket
counterBucketRead - Static variable in class messif.buckets.LocalBucket
Number of bucket reads statistic per bucket
counterBucketReadBuckets - Static variable in class messif.pivotselection.AbstractPivotChooser
Global bucket accesses refcounter statistic
counterDistanceComputations - Static variable in class messif.objects.LocalAbstractObject
Global counter for distance computations (any purpose)
counterLowerBoundDistanceComputations - Static variable in class messif.objects.LocalAbstractObject
Global counter for lower-bound distance computations (any purpose)
counterObjectDistComp - Static variable in class messif.pivotselection.AbstractPivotChooser
Global distance computations statistic counter
counterPivotDistComp - Static variable in class messif.pivotselection.AbstractPivotChooser
Statistic counter for pivot chooser distance computations
counterPivotReadBuckets - Static variable in class messif.pivotselection.AbstractPivotChooser
Statistic refcounter for pivot chooser accesses to bucket
counterPrecomputedDistanceSavings - Static variable in class messif.objects.PrecomputedDistancesFilter
Global counter for saving distance computations by using precomputed
counterUpperBoundDistanceComputations - Static variable in class messif.objects.LocalAbstractObject
Global counter for upper-bound distance computations (any purpose)
CoveragePivotChooser - Class in messif.pivotselection
This pivot chooser selects the pivots in a way that a good coverage of data by ball regions with centers in pivots and radius equal to a fixed value (threshold) is ensured.
CoveragePivotChooser(float) - Constructor for class messif.pivotselection.CoveragePivotChooser
Creates a new instance of CoveragePivotChooser.
CoveragePivotChooser.Ball - Class in messif.pivotselection
Class encapsulating info about each cluster (ball region).
CoveragePivotChooser.Ball(LocalAbstractObject, int, CoveragePivotChooser.PrecomputedDistances) - Constructor for class messif.pivotselection.CoveragePivotChooser.Ball
Create a new Ball and compute the number of objects covered by the ball and its neighbohood, see CoveragePivotChooser.Ball.objects for more information.
CoveragePivotChooser.PrecomputedDistances - Class in messif.pivotselection
A cache for distances between a pair of objects
CoveragePivotChooser.PrecomputedDistances(AbstractObjectList<? extends LocalAbstractObject>) - Constructor for class messif.pivotselection.CoveragePivotChooser.PrecomputedDistances
Create and initilize the new instance of PrecomputedDistances.
create(Class<T>, Map<String, Object>) - Static method in class messif.buckets.storage.impl.DatabaseStorage
Creates a new database storage.
create(Class<T>, Map<String, Object>) - Static method in class messif.buckets.storage.impl.DiskStorage
Creates a new disk storage.
create(Class<T>, Map<String, Object>) - Static method in class messif.buckets.storage.impl.MemoryStorage
Creates a new memory storage.
create(File) - Static method in class messif.objects.impl.MetaObjectMap
Creates a meta object from the specified file.
create(Class<? extends T>, String) - Static method in class messif.objects.keys.AbstractObjectKey
Factory method for creating object key instances of arbitrary class.
create(Class<T>, BufferedReader) - Static method in class messif.objects.LocalAbstractObject
Creates a new instance of objectClass from the dataReader.
create(Class<E>, String) - Static method in class messif.objects.LocalAbstractObject
Creates a new LocalAbstractObject of the specified type from string.
createAlgorithmFromParams(Class<? extends Algorithm>, Map<String, Object>) - Static method in class messif.buckets.impl.AlgorithmStorageBucket
Creates an algorithm of the specified class with map of parameters.
createAlgorithmFromParams(String, Map<String, Object>) - Static method in class messif.buckets.impl.AlgorithmStorageBucket
Creates an algorithm of the specified class with map of parameters.
createAutoPivotChooser(LocalBucket) - Method in class messif.buckets.BucketDispatcher
Creates a new pivot chooser for the provided bucket.
createBucket(Class<? extends LocalBucket>, long, long, long, boolean, Map<String, Object>) - Static method in class messif.buckets.BucketDispatcher
Create new local bucket with specified storage class and storage capacity (different from default values).
createBucket(Class<? extends LocalBucket>, Map<String, Object>, long, long, long) - Method in class messif.buckets.BucketDispatcher
Create new local bucket with specified storage class and storage capacity (different from default values).
createBucket() - Method in class messif.buckets.BucketDispatcher
Create new local bucket with the default storage class and default storage capacity.
createBucket(Class<? extends LocalBucket>) - Method in class messif.buckets.BucketDispatcher
Create new local bucket with specified storage class and default storage capacity.
createBucket(Class<? extends LocalBucket>, Map<String, Object>) - Method in class messif.buckets.BucketDispatcher
Create new local bucket with specified storage class and default storage capacity.
createBucket(long, long, long) - Method in class messif.buckets.BucketDispatcher
Create new local bucket with default storage class and specified storage capacity.
createdPivotChoosers - Variable in class messif.buckets.BucketDispatcher
The hash table of pivot choosers that are assigned to buckets of this dispatcher
createExternalExtractor(Class<? extends T>, String) - Static method in class messif.objects.extraction.Extractors
Creates an extractor that creates objects from binary data by external command.
createExternalExtractor(Class<? extends T>, String, boolean) - Static method in class messif.objects.extraction.Extractors
Creates an extractor that creates objects from binary data by external command.
createExtractor(Class<?>) - Static method in class messif.objects.extraction.Extractors
Creates extractor for the provided class.
createGenericArray(Class<T>, int) - Static method in class messif.utility.Convert
Returns a new instance of a static array.
createGenericArray(T[], int) - Static method in class messif.utility.Convert
Returns a new instance of a static array.
createIndexOperation(Collection<? extends K>) - Method in interface messif.buckets.index.OperationIndexComparator
Creates a query operation for the given keys.
createInstanceStaticField(Class<?>, String) - Static method in class messif.utility.reflection.Instantiators
Get instance from a static field of a class.
createInstanceUsingFactoryMethod(Class<E>, String, Object...) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class.
createInstanceUsingFactoryMethod(Class<?>, String, Class<E>, Map<String, Object>, String...) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class.
createInstanceWithInheritableArgs(Class<E>, Object...) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class.
createInstanceWithStringArgs(List<Constructor<E>>, String[], int, int, Map<String, Object>) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class using string arguments for its constructor.
createInstanceWithStringArgs(List<Constructor<E>>, String[], int, int) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class using string arguments for its constructor.
createInstanceWithStringArgs(List<Constructor<E>>, String[], int) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class using string arguments for its constructor.
createInstanceWithStringArgs(List<Constructor<E>>, String[], int, Map<String, Object>) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class using string arguments for its constructor.
createInstanceWithStringArgs(List<Constructor<E>>, String...) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class using string arguments for its constructor.
createInstanceWithStringArgs(List<Constructor<E>>, String[], Map<String, Object>) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class using string arguments for its constructor.
createInstanceWithStringArgs(String, Class<E>, Map<String, Object>) - Static method in class messif.utility.reflection.Instantiators
Creates a new instance of a class with a string constructor/factory-method/static-field signature.
createInstantiator(Class<? extends T>) - Method in class messif.utility.reflection.InstantiatorSignature
Creates instantiator for the parsed signature.
createInteral(DoubleKey, DoubleKey) - Method in class messif.objects.keys.DoubleKeyOperator
 
createInteral(T, T) - Method in class messif.objects.keys.KeyOperator
This method creates an interval given two keys.
createMetaDistancesHolder() - Method in class messif.objects.LocalAbstractObject
Returns the array that can hold distances to the respective encapsulated objects.
createMetaDistancesHolder() - Method in class messif.objects.MetaObject
Returns the array that can hold distances to the respective encapsulated objects.
createOperation(Class<E>, Object...) - Static method in class messif.operations.AbstractOperation
Creates a new operation of the specified class.
createRegisteredMethods(Class, boolean, Class<?>[]) - Method in class messif.executor.MethodNameExecutor
Search the classToSearch for methods that are matching the given methodPrototype.
createSearchMetaObject(String) - Static method in class messif.objects.MetaObject
Create a new instance of a simple MetaObject wihout any encapsulated objects.
createTextExtractor(Class<? extends T>, Object...) - Static method in class messif.objects.extraction.Extractors
Creates an extractor that creates objects from text InputStream using the constructor that takes BufferedReader as argument.
currentIterator - Variable in class messif.objects.util.ObjectIteratorsIterator
Iterator from current iterator
currentIterator - Variable in class messif.objects.util.ObjectProvidersIterator
Iterator from current provider
currentObject - Variable in class messif.objects.util.ObjectIteratorsIterator
Stored instance of object returned by the last call to next()
currentObject - Variable in class messif.objects.util.ObjectProvidersIterator
Stored instance of object returned by the last call to next()
currentObject - Variable in class messif.objects.util.StreamGenericAbstractObjectIterator
Instance of the current object
currentObject - Variable in class messif.objects.util.StreamsMetaObjectMapIterator
Instance of the current object
cutIntersectingIntervals(List<KeyInterval<T>>, KeyOperator<T>) - Method in class messif.objects.keys.KeyInterval
Given a list of intervals, cut from them the parts that intersects with "this" interval.
cutIntersectingIntervalsInner(List<KeyInterval<T>>, KeyOperator<T>) - Method in class messif.objects.keys.KeyInterval
Given a list of intervals, cut from them the parts that intersects with "this" interval.

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