public class WithOptions extends Object
GraphTraversal.with(String, Object)
.Modifier and Type | Field and Description |
---|---|
static int |
all
Include all tokens.
|
static int |
ids
Include ids (affects all
Element value maps). |
static String |
indexer
Configures the indexer to be used in
IndexStep . |
static int |
keys
Include keys (affects all
VertexProperty value maps). |
static int |
labels
|
static int |
list
Index items using 2-item lists.
|
static int |
map
Index items using a
LinkedHashMap . |
static int |
none
Include no tokens.
|
static String |
tokens
Configures the tokens to be included in value maps.
|
static int |
values
Include keys (affects all
VertexProperty value 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–2021 Apache Software Foundation. All rights reserved.