public class PropertiesFetchingUtil extends Object
| Constructor and Description |
|---|
PropertiesFetchingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<? extends org.apache.tinkerpop.gremlin.structure.Property> |
filterPropertiesIfNeeded(Iterator<? extends org.apache.tinkerpop.gremlin.structure.Property> propertiesIt,
boolean prefetchAllPropertiesRequired,
Set<String> propertyKeysSet) |
static boolean |
isExplicitKeysPrefetchNeeded(boolean prefetchAllPropertiesRequired,
Set<String> propertyKeysSet) |
static <Q extends BaseVertexQuery> |
makeBasePropertiesQuery(Q query,
boolean prefetchAllPropertiesRequired,
Set<String> propertyKeysSet,
String[] propertyKeys,
QueryProfiler queryProfiler) |
public static boolean isExplicitKeysPrefetchNeeded(boolean prefetchAllPropertiesRequired,
Set<String> propertyKeysSet)
public static <Q extends BaseVertexQuery> Q makeBasePropertiesQuery(Q query, boolean prefetchAllPropertiesRequired, Set<String> propertyKeysSet, String[] propertyKeys, QueryProfiler queryProfiler)
Copyright © 2012–2024. All rights reserved.