Modifier and Type | Method and Description |
---|---|
default CredentialTraversal<S,E> |
CredentialTraversal.by(Order order) |
Modifier and Type | Method and Description |
---|---|
abstract Order |
Order.reversed()
Produce the opposite representation of the current
Order enum. |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default GraphTraversal<S,E> |
GraphTraversal.by(Order order)
The
by() can be applied to a number of different step to alter their behaviors. |
Modifier and Type | Method and Description |
---|---|
default void |
ByModulating.modulateBy(Order order) |
Modifier and Type | Field and Description |
---|---|
static EnumSerializer<Order> |
EnumSerializer.OrderSerializer |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.