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