| Package | Description |
|---|---|
| org.apache.solr.client.solrj.io.graph |
Streaming Graph Traversals
|
| Modifier and Type | Method and Description |
|---|---|
static Traversal.Scatter |
Traversal.Scatter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Traversal.Scatter[] |
Traversal.Scatter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Traversal.Scatter> |
Traversal.getScatter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Traversal.setScatter(Set<Traversal.Scatter> scatter) |
| Constructor and Description |
|---|
GatherNodesStream(String zkHost,
String collection,
TupleStream tupleStream,
String traverseFrom,
String traverseTo,
String gather,
Map queryParams,
List<Metric> metrics,
boolean trackTraversal,
Set<Traversal.Scatter> scatter,
int maxDocFreq) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.