| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.client.graph.data |
| Modifier and Type | Method and Description |
|---|---|
Duration |
Duration.Builder.build() |
Duration |
Duration.deepCopy() |
Duration |
Value.getDuVal() |
Duration |
Duration.setMicroseconds(int microseconds) |
Duration |
Duration.setMonths(int months) |
Duration |
Duration.setSeconds(long seconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
Duration.compareTo(Duration other) |
static Value |
Value.duVal(Duration __value) |
void |
Value.setDuVal(Duration __value) |
| Constructor and Description |
|---|
Duration(Duration other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
DurationWrapper(Duration duration)
DurationWrapper is a wrapper for the duration type of nebula-graph
|
Copyright © 2022. All rights reserved.