|
Qizx fe-4.4p2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration.Property | |
---|---|
com.qizx.api | API of the embeddable version of the Qizx XML Query engine. |
Uses of Configuration.Property in com.qizx.api |
---|
Fields in com.qizx.api declared as Configuration.Property | |
---|---|
static Configuration.Property |
Configuration.ALLOWED_CLASSES
List of classes allowed for Java function Binding. |
static Configuration.Property |
Configuration.CONTENT_IMPORTERS
List of extension classes for import of semistructured content into an XML Library. |
static Configuration.Property |
Configuration.DOC_BLOCK_SIZE
Size of blocks used for XML document storage. |
static Configuration.Property |
Configuration.DOC_COMPRESS
Compression for XML document storage. |
static Configuration.Property |
Configuration.DOC_INDEX_COMPRESS
Compression for XML dmocument indexes. |
static Configuration.Property |
Configuration.DOC_NODE_STATS
Addition of Data-Model statistics as meta-properties of Documents |
static Configuration.Property |
Configuration.DOC_SEGMENT_MAX_COUNT
Number of index segments of similar size that triggers a segment compaction (unless this would create a segment larger than specified property DOC_SEGMENT_MAX_SIZE). |
static Configuration.Property |
Configuration.DOC_SEGMENT_MAX_SIZE
Maximum size in bytes for document index segments. |
static Configuration.Property |
Configuration.FULLTEXT_FACTORY
Class used as a default FullTextFactory . |
static Configuration.Property |
Configuration.LARGE_TX_DUPLICATE_CHECK
Checking of duplicate document paths inside large transactions (uses more memory). |
static Configuration.Property |
Configuration.LOGGING_LEVEL
Logging level applied to all XML Libraries. |
static Configuration.Property |
Configuration.LONG_COMPACTION_SIZE
Size threshold in index compaction for using a separate thread. |
static Configuration.Property |
Configuration.MEMORY_LIMIT
Maximum memory size used by a LibraryManager (in bytes). |
static Configuration.Property |
Configuration.META_BLOCK_SIZE
Size of blocks used for meta-properties storage. |
static Configuration.Property |
Configuration.META_COMPRESS
Compression for metadata properties. |
static Configuration.Property |
Configuration.META_INDEX_COMPRESS
Compression for metadata indexes. |
static Configuration.Property |
Configuration.META_SEGMENT_MAX_COUNT
Number of index segments of similar size that triggers a segment compaction (unless this would create a segment larger than specified property META_SEGMENT_MAX_SIZE). |
static Configuration.Property |
Configuration.META_SEGMENT_MAX_SIZE
Maximum size in bytes for metadata index segments (segment compaction will not create larger segments than this size) |
static Configuration.Property[] |
Configuration.properties
|
static Configuration.Property |
Configuration.READONLY_MODE
Read-only mode for new sessions. |
static Configuration.Property |
Configuration.SHUTDOWN_COMPACTER_DELAY
Cut-off time on shutdown (closeAllLibraries) granted to cleanup and index optimization tasks. |
static Configuration.Property |
Configuration.SYNC_COMMIT
Control of file-system sync on each commit for data safety. |
static Configuration.Property |
Configuration.TRANSIENT_DOCUMENT_CACHE_SIZE
Size in bytes of the cache of parsed (or transient) XML documents. |
static Configuration.Property |
Configuration.XQUERY_DEFAULT_COLLATION
|
static Configuration.Property |
Configuration.XQUERY_IMPLICIT_TIMEZONE
|
static Configuration.Property |
Configuration.XQUERY_STRICT_COMPLIANCE
|
static Configuration.Property |
Configuration.XQUERY_STRICT_TYPING
|
Methods in com.qizx.api that return types with arguments of type Configuration.Property | |
---|---|
Map<Configuration.Property,Object> |
XQuerySessionManager.getConfiguration()
Gets the current configuration properties of the Session Manager. |
Map<Configuration.Property,Object> |
LibraryManager.getConfiguration()
Gets the current configuration properties of the LibraryManager. |
Methods in com.qizx.api with parameters of type Configuration.Property | |
---|---|
int |
Configuration.Property.compareTo(Configuration.Property p)
|
boolean |
XQuerySessionManager.configure(Configuration.Property property,
Object value)
Configures a XQuerySessionManager with a Property. |
boolean |
LibraryManager.configure(Configuration.Property property,
Object value)
Configures a XQuerySessionManager with a Configuration.Property . |
static void |
Configuration.set(Configuration.Property property,
Object value)
Sets a property, which will be inherited by LibraryManagers created by Configuration.createLibraryGroup(File) , Configuration.openLibraryGroup(File) or
Configuration.createLibraryManager() . |
Method parameters in com.qizx.api with type arguments of type Configuration.Property | |
---|---|
void |
XQuerySessionManager.configure(Map<Configuration.Property,Object> setup)
(Internal use) |
|
© 2010 Axyana Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |