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 |
Definition at line 14 of file Properties.java.
de::aitools::aq::invertedindex::core::Properties::Properties | ( | ) | [inline, protected] |
Definition at line 26 of file Properties.java.
References impl.
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.
Definition at line 39 of file Properties.java.
References impl.
Referenced by printTo().
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.
Definition at line 49 of file Properties.java.
References impl.
Referenced by printTo().
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.
Definition at line 59 of file Properties.java.
References impl.
Referenced by printTo().
ValueSorting de::aitools::aq::invertedindex::core::Properties::getValueSorting | ( | ) | [inline] |
Returns the sorting of the postlist's values as specified in Configuration#setValueSorting(ValueSorting).
Definition at line 69 of file Properties.java.
References impl.
Referenced by printTo().
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.
Definition at line 79 of file Properties.java.
References impl.
Referenced by printTo().
int de::aitools::aq::invertedindex::core::Properties::getVersionNumber | ( | ) | [inline] |
Returns the internal version number of the this library.
Definition at line 88 of file Properties.java.
References impl.
Referenced by printTo().
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.
stream | the stream to print to |
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().
PropertiesImpl de::aitools::aq::invertedindex::core::Properties::impl [protected] |
Definition at line 109 of file Properties.java.
Referenced by getKeyCount(), getTotalSize(), getValueCount(), getValueSorting(), getValueType(), getVersionNumber(), de::aitools::aq::invertedindex::core::Indexer< V extends Value >::index(), de::aitools::aq::invertedindex::core::Searcher< V extends Value >::open(), and Properties().