de::aitools::aq::invertedindex::core::Properties Class Reference

List of all members.

Classes

class  PropertiesImpl

Public Member Functions

long getKeyCount ()
long getTotalSize ()
long getValueCount ()
ValueSorting getValueSorting ()
String getValueType ()
int getVersionNumber ()
PrintStream printTo (PrintStream stream)

Protected Member Functions

 Properties ()

Protected Attributes

PropertiesImpl impl

Detailed Description

Author:
martin.trenkmann@uni-weimar.de
Version:
Id
Properties.java,v 1.1 2011/02/16 04:41:23 trenkman Exp

Definition at line 14 of file Properties.java.


Constructor & Destructor Documentation

de::aitools::aq::invertedindex::core::Properties::Properties (  )  [inline, protected]

Definition at line 26 of file Properties.java.

References impl.


Member Function Documentation

long de::aitools::aq::invertedindex::core::Properties::getKeyCount (  )  [inline]

Returns the number of unique keys known by the index instance, that has returned this properties object. This number is equal to the number of postlists stored in this index.

Returns:
the size of the index' vocabulary, which is the number of unique keys

Definition at line 39 of file Properties.java.

References impl.

Referenced by printTo().

Here is the caller graph for this function:

long de::aitools::aq::invertedindex::core::Properties::getTotalSize (  )  [inline]

The total size in bytes of all values, indexed by the index instance, that has returned this properties object.

Returns:
the size in bytes of the index' payload

Definition at line 49 of file Properties.java.

References impl.

Referenced by printTo().

Here is the caller graph for this function:

long de::aitools::aq::invertedindex::core::Properties::getValueCount (  )  [inline]

Returns the total number of values indexed by the index instance, that has returned this properties object.

Returns:
the number of indexed values

Definition at line 59 of file Properties.java.

References impl.

Referenced by printTo().

Here is the caller graph for this function:

ValueSorting de::aitools::aq::invertedindex::core::Properties::getValueSorting (  )  [inline]

Returns the sorting of the postlist's values as specified in Configuration#setValueSorting(ValueSorting).

Returns:
the value sorting mode

Definition at line 69 of file Properties.java.

References impl.

Referenced by printTo().

Here is the caller graph for this function:

String de::aitools::aq::invertedindex::core::Properties::getValueType (  )  [inline]

A string that represents the native value type of the index instance, that has returned this properties object.

Returns:
a string with the native value type

Definition at line 79 of file Properties.java.

References impl.

Referenced by printTo().

Here is the caller graph for this function:

int de::aitools::aq::invertedindex::core::Properties::getVersionNumber (  )  [inline]

Returns the internal version number of the this library.

Returns:
a number that encodes the version of this library

Definition at line 88 of file Properties.java.

References impl.

Referenced by printTo().

Here is the caller graph for this function:

PrintStream de::aitools::aq::invertedindex::core::Properties::printTo ( PrintStream  stream  )  [inline]

Prints the content of this object in a human-readable form to the given PrintStream.

Parameters:
stream the stream to print to
Returns:
the stream instance itself

Definition at line 99 of file Properties.java.

References getKeyCount(), getTotalSize(), getValueCount(), getValueSorting(), getValueType(), and getVersionNumber().

Referenced by de::aitools::aq::invertedindex::usage::UsingManagedIndexer::main(), and de::aitools::aq::invertedindex::usage::UsingIndexer::main().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation


The documentation for this class was generated from the following file:
Generated on Wed May 30 15:07:46 2012 by  doxygen 1.6.3