public class IndexesCacheHolder extends Object implements IndexesCache, IndexesCacheUpdater
| Constructor and Description |
|---|
IndexesCacheHolder() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Index> |
getIndex(IndexKey indexKey) |
boolean |
hasIndexFor(IndexedField indexedField) |
void |
update(IndexesInfo cache) |
public Optional<Index> getIndex(IndexKey indexKey)
getIndex in interface IndexesCachepublic boolean hasIndexFor(IndexedField indexedField)
hasIndexFor in interface IndexesCachepublic void update(IndexesInfo cache)
update in interface IndexesCacheUpdaterCopyright © 2020–2021 Aerospike, Inc. All rights reserved.