public interface TaggableSearchableChangeLogStore extends TaggableChangeLogStore, SearchableChangeLogStore
| Modifier and Type | Method and Description |
|---|---|
void |
createPartition(String partitionSuffix,
String revContainerName,
String tagContainerName)
Gets the read only Partition backed by this ChangeLogStore.
|
Partition |
getPartition()
Gets the partition associated with this store
|
TagSearchEngine |
getTagSearchEngine()
Get's the tag search engine for this TaggableSearchableChangeLogStore.
|
getLatest, removeTag, tag, tag, tag, taggetChangeLogSearchEnginedestroy, find, find, findAfter, findBefore, getCurrentRevision, init, log, log, lookup, syncTagSearchEngine getTagSearchEngine()
void createPartition(String partitionSuffix, String revContainerName, String tagContainerName)
partitionSuffix - the suffix of the partition e.x ou=chnagelogrevContainerName - the container's name for holding the revisions ex. ou=revisionstagContainerName - the container's name for holding the tags ex. ou=tagsPartition getPartition()
Copyright © 2021. All rights reserved.