public interface TaggableSearchableChangeLogStore extends TaggableChangeLogStore, SearchableChangeLogStore
| Modifier and Type | Method and Description |
|---|---|
void |
createPartition(java.lang.String partitionSuffix,
java.lang.String revContainerName,
java.lang.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(java.lang.String partitionSuffix,
java.lang.String revContainerName,
java.lang.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()