public class WithOptions extends Object
GraphTraversal.with(String, Object).| Modifier and Type | Field and Description | 
|---|---|
| static int | allInclude all tokens. | 
| static int | idsInclude ids (affects all  Elementvalue maps). | 
| static String | indexerConfigures the indexer to be used in  IndexStep. | 
| static int | keysInclude keys (affects all  VertexPropertyvalue maps). | 
| static int | labels | 
| static int | listIndex items using 2-item lists. | 
| static int | mapIndex items using a  LinkedHashMap. | 
| static int | noneInclude no tokens. | 
| static String | tokensConfigures the tokens to be included in value maps. | 
| static int | valuesInclude values (affects all  VertexPropertyvalue maps). | 
| Constructor and Description | 
|---|
| WithOptions() | 
public static final String tokens
public static int none
public static int ids
Element value maps).public static int labels
public static int keys
VertexProperty value maps).public static int values
VertexProperty value maps).public static int all
public static int list
public static int map
LinkedHashMap.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.