public class RelationQueryCache extends Object implements AutoCloseable
| Constructor and Description |
|---|
RelationQueryCache(EdgeSerializer edgeSerializer) |
RelationQueryCache(EdgeSerializer edgeSerializer,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SliceQuery |
getQuery(InternalRelationType type,
org.apache.tinkerpop.gremlin.structure.Direction dir) |
SliceQuery |
getQuery(RelationCategory type) |
public RelationQueryCache(EdgeSerializer edgeSerializer)
public RelationQueryCache(EdgeSerializer edgeSerializer, int capacity)
public SliceQuery getQuery(RelationCategory type)
public SliceQuery getQuery(InternalRelationType type, org.apache.tinkerpop.gremlin.structure.Direction dir)
public void close()
close in interface AutoCloseableCopyright © 2012–2015. All rights reserved.