| Modifier and Type | Field and Description |
|---|---|
Value |
Edge.dst |
Value |
Edge.src |
Value |
Vertex.vid |
| Modifier and Type | Field and Description |
|---|---|
Map<byte[],Value> |
NMap.kvs |
Map<byte[],Value> |
Tag.props |
Map<byte[],Value> |
Step.props |
Map<byte[],Value> |
Edge.props |
Set<Value> |
NSet.values |
List<Value> |
Row.values |
List<Value> |
NList.values |
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.bVal(boolean __value) |
Value |
Value.deepCopy() |
static Value |
Value.dtVal(DateTime __value) |
static Value |
Value.duVal(Duration __value) |
static Value |
Value.dVal(Date __value) |
static Value |
Value.eVal(Edge __value) |
static Value |
Value.fVal(double __value) |
Value |
Edge.getDst() |
Value |
Edge.getSrc() |
Value |
Vertex.getVid() |
static Value |
Value.ggVal(Geography __value) |
static Value |
Value.gVal(DataSet __value) |
static Value |
Value.iVal(long __value) |
static Value |
Value.lVal(NList __value) |
static Value |
Value.mVal(NMap __value) |
static Value |
Value.nVal(NullType __value) |
static Value |
Value.pVal(Path __value) |
static Value |
Value.sVal(byte[] __value) |
static Value |
Value.tVal(Time __value) |
static Value |
Value.uVal(NSet __value) |
static Value |
Value.vVal(Vertex __value) |
| Modifier and Type | Method and Description |
|---|---|
Map<byte[],Value> |
NMap.getKvs() |
Map<byte[],Value> |
Tag.getProps() |
Map<byte[],Value> |
Step.getProps() |
Map<byte[],Value> |
Edge.getProps() |
Set<Value> |
NSet.getValues() |
List<Value> |
Row.getValues() |
List<Value> |
NList.getValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Value.equals(Value other) |
Edge |
Edge.setDst(Value dst) |
Edge.Builder |
Edge.Builder.setDst(Value dst) |
Edge |
Edge.setSrc(Value src) |
Edge.Builder |
Edge.Builder.setSrc(Value src) |
Vertex |
Vertex.setVid(Value vid) |
Vertex.Builder |
Vertex.Builder.setVid(Value vid) |
| Modifier and Type | Method and Description |
|---|---|
NMap |
NMap.setKvs(Map<byte[],Value> kvs) |
NMap.Builder |
NMap.Builder.setKvs(Map<byte[],Value> kvs) |
Tag |
Tag.setProps(Map<byte[],Value> props) |
Tag.Builder |
Tag.Builder.setProps(Map<byte[],Value> props) |
Step |
Step.setProps(Map<byte[],Value> props) |
Step.Builder |
Step.Builder.setProps(Map<byte[],Value> props) |
Edge |
Edge.setProps(Map<byte[],Value> props) |
Edge.Builder |
Edge.Builder.setProps(Map<byte[],Value> props) |
Row |
Row.setValues(List<Value> values) |
Row.Builder |
Row.Builder.setValues(List<Value> values) |
NList |
NList.setValues(List<Value> values) |
NList.Builder |
NList.Builder.setValues(List<Value> values) |
NSet |
NSet.setValues(Set<Value> values) |
NSet.Builder |
NSet.Builder.setValues(Set<Value> values) |
| Constructor and Description |
|---|
Edge(Value src,
Value dst,
int type,
byte[] name,
long ranking,
Map<byte[],Value> props) |
Value(Value other) |
Vertex(Value vid,
List<Tag> tags) |
| Constructor and Description |
|---|
Edge(Value src,
Value dst,
int type,
byte[] name,
long ranking,
Map<byte[],Value> props) |
NList(List<Value> values) |
NMap(Map<byte[],Value> kvs) |
NSet(Set<Value> values) |
Row(List<Value> values) |
Step(Vertex dst,
int type,
byte[] name,
long ranking,
Map<byte[],Value> props) |
Tag(byte[] name,
Map<byte[],Value> props) |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueWrapper.getValue()
get the original data structure, the Value is the return from nebula-graph
|
| Constructor and Description |
|---|
ValueWrapper(Value value,
String decodeType) |
ValueWrapper(Value value,
String decodeType,
int timezoneOffset) |
| Modifier and Type | Method and Description |
|---|---|
String |
SyncConnection.executeJsonWithParameter(long sessionID,
String stmt,
Map<byte[],Value> parameterMap) |
ExecutionResponse |
SyncConnection.executeWithParameter(long sessionID,
String stmt,
Map<byte[],Value> parameterMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
RowWriterImpl.setValue(int index,
Value value) |
void |
RowWriterImpl.setValue(String name,
Value value) |
| Modifier and Type | Field and Description |
|---|---|
Map<byte[],Value> |
GraphService.executeWithParameter_args.parameterMap |
Map<byte[],Value> |
GraphService.executeJsonWithParameter_args.parameterMap |
| Modifier and Type | Method and Description |
|---|---|
Map<byte[],Value> |
GraphService.executeWithParameter_args.getParameterMap() |
Map<byte[],Value> |
GraphService.executeJsonWithParameter_args.getParameterMap() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
GraphService.Iface.executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
byte[] |
GraphService.Client.executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
void |
GraphService.AsyncIface.executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
GraphService.AsyncClient.executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler61) |
ExecutionResponse |
GraphService.Iface.executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
ExecutionResponse |
GraphService.Client.executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
void |
GraphService.AsyncIface.executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
GraphService.AsyncClient.executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler51) |
void |
GraphService.Client.send_executeJsonWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
void |
GraphService.Client.send_executeWithParameter(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
GraphService.executeWithParameter_args |
GraphService.executeWithParameter_args.setParameterMap(Map<byte[],Value> parameterMap) |
GraphService.executeJsonWithParameter_args |
GraphService.executeJsonWithParameter_args.setParameterMap(Map<byte[],Value> parameterMap) |
| Constructor and Description |
|---|
executeJsonWithParameter_args(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
executeJsonWithParameter_call(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler62,
com.facebook.thrift.async.TAsyncClient client58,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory59,
com.facebook.thrift.transport.TNonblockingTransport transport60) |
executeWithParameter_args(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap) |
executeWithParameter_call(long sessionId,
byte[] stmt,
Map<byte[],Value> parameterMap,
com.facebook.thrift.async.AsyncMethodCallback resultHandler52,
com.facebook.thrift.async.TAsyncClient client48,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory49,
com.facebook.thrift.transport.TNonblockingTransport transport50) |
| Modifier and Type | Field and Description |
|---|---|
Value |
ConfigItem.value |
| Modifier and Type | Field and Description |
|---|---|
Map<byte[],Value> |
Session.configs |
| Modifier and Type | Method and Description |
|---|---|
Value |
ConfigItem.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Map<byte[],Value> |
Session.getConfigs() |
| Modifier and Type | Method and Description |
|---|---|
ConfigItem |
ConfigItem.setValue(Value value) |
ConfigItem.Builder |
ConfigItem.Builder.setValue(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.setConfigs(Map<byte[],Value> configs) |
Session.Builder |
Session.Builder.setConfigs(Map<byte[],Value> configs) |
| Constructor and Description |
|---|
ConfigItem(ConfigModule module,
byte[] name,
ConfigMode mode,
Value value) |
| Constructor and Description |
|---|
Session(long session_id,
long create_time,
long update_time,
byte[] user_name,
byte[] space_name,
HostAddr graph_addr,
int timezone,
byte[] client_ip,
Map<byte[],Value> configs,
Map<Long,QueryDesc> queries) |
| Modifier and Type | Field and Description |
|---|---|
Value |
IndexColumnHint.begin_value |
Value |
EdgeKey.dst |
Value |
IndexColumnHint.end_value |
Value |
DelTags.id |
Value |
GetUUIDResp.id |
Value |
NewVertex.id |
Value |
EdgeKey.src |
Value |
UpdateVertexRequest.vertex_id |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<Value>> |
DeleteVerticesRequest.parts |
List<Value> |
NewEdge.props |
List<Value> |
NewTag.props |
| Modifier and Type | Method and Description |
|---|---|
Value |
IndexColumnHint.getBegin_value() |
Value |
EdgeKey.getDst() |
Value |
IndexColumnHint.getEnd_value() |
Value |
DelTags.getId() |
Value |
GetUUIDResp.getId() |
Value |
NewVertex.getId() |
Value |
EdgeKey.getSrc() |
Value |
UpdateVertexRequest.getVertex_id() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<Value>> |
DeleteVerticesRequest.getParts() |
List<Value> |
NewEdge.getProps() |
List<Value> |
NewTag.getProps() |
| Modifier and Type | Method and Description |
|---|---|
IndexColumnHint |
IndexColumnHint.setBegin_value(Value begin_value) |
IndexColumnHint.Builder |
IndexColumnHint.Builder.setBegin_value(Value begin_value) |
EdgeKey |
EdgeKey.setDst(Value dst) |
EdgeKey.Builder |
EdgeKey.Builder.setDst(Value dst) |
IndexColumnHint |
IndexColumnHint.setEnd_value(Value end_value) |
IndexColumnHint.Builder |
IndexColumnHint.Builder.setEnd_value(Value end_value) |
DelTags |
DelTags.setId(Value id) |
DelTags.Builder |
DelTags.Builder.setId(Value id) |
GetUUIDResp |
GetUUIDResp.setId(Value id) |
GetUUIDResp.Builder |
GetUUIDResp.Builder.setId(Value id) |
NewVertex |
NewVertex.setId(Value id) |
NewVertex.Builder |
NewVertex.Builder.setId(Value id) |
EdgeKey |
EdgeKey.setSrc(Value src) |
EdgeKey.Builder |
EdgeKey.Builder.setSrc(Value src) |
UpdateVertexRequest |
UpdateVertexRequest.setVertex_id(Value vertex_id) |
UpdateVertexRequest.Builder |
UpdateVertexRequest.Builder.setVertex_id(Value vertex_id) |
| Modifier and Type | Method and Description |
|---|---|
DeleteVerticesRequest |
DeleteVerticesRequest.setParts(Map<Integer,List<Value>> parts) |
DeleteVerticesRequest.Builder |
DeleteVerticesRequest.Builder.setParts(Map<Integer,List<Value>> parts) |
NewEdge |
NewEdge.setProps(List<Value> props) |
NewEdge.Builder |
NewEdge.Builder.setProps(List<Value> props) |
NewTag |
NewTag.setProps(List<Value> props) |
NewTag.Builder |
NewTag.Builder.setProps(List<Value> props) |
| Constructor and Description |
|---|
DelTags(Value id,
List<Integer> tags) |
EdgeKey(Value src,
int edge_type,
long ranking,
Value dst) |
GetUUIDResp(ResponseCommon result,
Value id) |
IndexColumnHint(byte[] column_name,
ScanType scan_type,
Value begin_value,
Value end_value,
boolean include_begin,
boolean include_end) |
NewVertex(Value id,
List<NewTag> tags) |
UpdateVertexRequest(int space_id,
int part_id,
Value vertex_id,
int tag_id,
List<UpdatedProp> updated_props) |
UpdateVertexRequest(int space_id,
int part_id,
Value vertex_id,
int tag_id,
List<UpdatedProp> updated_props,
boolean insertable,
List<byte[]> return_props,
byte[] condition,
RequestCommon common) |
| Constructor and Description |
|---|
DeleteVerticesRequest(int space_id,
Map<Integer,List<Value>> parts) |
DeleteVerticesRequest(int space_id,
Map<Integer,List<Value>> parts,
RequestCommon common) |
NewEdge(EdgeKey key,
List<Value> props) |
NewTag(int tag_id,
List<Value> props) |
Copyright © 2022. All rights reserved.