@StableMinor(version="11.0", sinceVersion="8.1") public interface IBigDataRepositorySPI extends IBigDataRepository
To implement a custom big data repository, this interface must be implemented.
The implementation of this interface must be thread-safe.
The lifecycle of a big data repository is:
init(java.lang.String)
method is called.destroy()
method is called.Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy this repository and performs any required resource freeing.
|
void |
init(String repositoryId)
Initializes this repository using the given
node as configuration. |
addOrUpdateDocumentType, addOrUpdateDocumentType, deleteDocumentType, getDelegate, getDocumentType, getDocumentTypeField, readDocument, startBatch
addDocument, addOrUpdateDocument, deleteDocument, deleteDocumentsByFieldValue, deleteDocumentsByFieldValue, deleteDocumentsByQuery, updateDocumentsByQuerySync
getAutoCompleteSuggestions, search, validate
Lumisportal 11.0.0.180924 - Copyright © 2006–2018 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.