public class ConcurrentIndexCache extends Object implements IndexCache
| Constructor and Description |
|---|
ConcurrentIndexCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TitanProperty property) |
Iterable<TitanProperty> |
get(Object value,
PropertyKey key) |
void |
remove(TitanProperty property) |
public void add(TitanProperty property)
add in interface IndexCachepublic void remove(TitanProperty property)
remove in interface IndexCachepublic Iterable<TitanProperty> get(Object value, PropertyKey key)
get in interface IndexCacheCopyright © 2012–2014. All rights reserved.