| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.client.graph.data | |
| com.vesoft.nebula.encoder |
| Modifier and Type | Method and Description |
|---|---|
Time |
Time.Builder.build() |
Time |
Time.deepCopy() |
Time |
Value.getTVal() |
Time |
Time.setHour(byte hour) |
Time |
Time.setMicrosec(int microsec) |
Time |
Time.setMinute(byte minute) |
Time |
Time.setSec(byte sec) |
| Modifier and Type | Method and Description |
|---|---|
int |
Time.compareTo(Time other) |
void |
Value.setTVal(Time __value) |
static Value |
Value.tVal(Time __value) |
| Constructor and Description |
|---|
Time(Time other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
TimeWrapper.getLocalTime() |
Time |
TimeWrapper.getTimeWithTimezoneOffset(int timezoneOffset) |
static Time |
TimeUtil.timeConvertWithTimezone(Time time,
int timezoneOffset) |
| Modifier and Type | Method and Description |
|---|---|
static Time |
TimeUtil.timeConvertWithTimezone(Time time,
int timezoneOffset) |
| Constructor and Description |
|---|
TimeWrapper(Time time)
TimeWrapper is a wrapper for the time tyoe of nebula-graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowWriter.write(int index,
Time v) |
void |
RowWriterImpl.write(int index,
Time v) |
Copyright © 2022. All rights reserved.