public class FullScanParams extends Object
| Constructor and Description |
|---|
FullScanParams(String feature,
FIEnums.DistanceTypes distance)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
FIEnums.DistanceTypes |
getDistanceMeasure()
Retrieves the distance measure
|
long |
getElementCount()
The number of elements
|
String |
getFeatureName()
Retrieves the feature name
|
String |
getIndexID()
Retrieves the index id
|
String |
getIndexName()
Retrieves the index name
|
String |
getStorage()
Retireves the storage location
|
void |
setDistanceMeasure(FIEnums.DistanceTypes distanceMeasure)
Sets the distance measure
|
void |
setElementCount(long elementCount)
Sets the number of elements
|
void |
setFeatureName(String featureName)
Sets the feature name
|
void |
setIndexID(String indexID)
Sets the index id
|
void |
setIndexName(String indexName)
Sets the index name
|
void |
setStorage(String storage)
Sets the storage directory
|
public FullScanParams(String feature, FIEnums.DistanceTypes distance)
feature - The featuredistance - The distancepublic long getElementCount()
public void setElementCount(long elementCount)
elementCount - The number of elementspublic String getIndexID()
public void setIndexID(String indexID)
indexID - The index idpublic String getStorage()
public void setStorage(String storage)
storage - The storage directorypublic String getIndexName()
public void setIndexName(String indexName)
indexName - the index namepublic FIEnums.DistanceTypes getDistanceMeasure()
public void setDistanceMeasure(FIEnums.DistanceTypes distanceMeasure)
distanceMeasure - The distance measurepublic String getFeatureName()
public void setFeatureName(String featureName)
featureName - The feature nameCopyright © 2014. All Rights Reserved.