Adds a ClauseTranslator by class name Used in Python module
Adds a ClauseTranslator by class name Used in Python module
fully qualified name of ClauseTranslator to add
Adds the given ClauseTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the clause is the one that will be used
Adds the given ClauseTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the clause is the one that will be used
the clause translator to add
Adds a IndexFactory by class name
Adds a IndexFactory by class name
fully qualified name of the IndexFactory to add
Adds a IndexFactory to the start of the IndexFactory-s list
Adds a IndexFactory to the start of the IndexFactory-s list
the factory to add
Adds a MetaDataTranslator by class name Used in Python module
Adds a MetaDataTranslator by class name Used in Python module
fully qualified name of MetaDataTranslator to add
Adds the given MetaDataTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the metadata is the one that will be used
Adds the given MetaDataTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the metadata is the one that will be used
the translator to add
Adds a MetadataFilterFactory by class name Used in Python module
Adds a MetadataFilterFactory by class name Used in Python module
the fully qualified name of MetadataFilterFactory to be used
Adds a MetadataFilterFactory to the end of the MetadataFilterFactory-s list
Adds a MetadataFilterFactory to the end of the MetadataFilterFactory-s list
the factory to add
Adds or replace a MetadataStoreManager
Adds or replace a MetadataStoreManager
the MetadataStoreManager type
the MetadataStoreManager associated with this type
gets the active MetadataStoreManager
gets the active MetadataStoreManagerType
get the currently registered ClauseTranslator-'s
get the currently registered ClauseTranslator-'s
the currently registered ClauseTranslator-'s
get the currently registered IndexFactory-'s
get the currently registered IndexFactory-'s
the currently registered IndexFactory-'s
get the currently registered MetaDataTranslator-'s
get the currently registered MetaDataTranslator-'s
the currently registered MetaDataTranslator-'s
get the currently registered MetadataFilterFactory-'s
get the currently registered MetadataFilterFactory-'s
the currently registered MetadataFilterFactory-'s
resets all registrations to default
Reset the active MetadataStoreManager to default
Resets the registered ClauseTranslator's to the default.
Resets the registered IndexFactory's to the default.
Resets the registered MetadataFilterFactory's to the default.
Resets the registered MetaDataTranslator's to the default.
Set the currently active the MetadataStoreManager Used in Python module
Set the currently active the MetadataStoreManager Used in Python module
fully qualified name of MetadataStoreType to be used
Set the currently active MetadataStoreManager
Set the currently active MetadataStoreManager
the type of the MetaDataStoreManagerType to be set
Sets the registered ClauseTranslator's to be exactly the elements of the given ClauseTranslator Seq.
Sets the registered IndexFactory's to be exactly the elements of the given IndexFactory Seq.
Sets the registered MetaDataTranslator's to be exactly the elements of the given MetaDataTranslator Seq.
Sets the registered MetadataFilterFactory's to be exactly the elements of the given MetadataFilterFactory Seq.
Sets the registered MetadataStoreManager's to be exactly the elements of the given MetadataStoreManager map.
Contains JVM wide default Factories and Translators for xskipper plugins