@StableMinor(version="10.1", 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, deleteDocumentType, getDelegate, getDocumentType, getDocumentTypeField, startBatch
addDocument, deleteDocumentsByFieldValue, deleteDocumentsByFieldValue, deleteDocumentsByQuery
getAutoCompleteSuggestions, search, validate
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.