Documentation ¶
Index ¶
- Variables
- type AddEdgesRequest
- func (p *AddEdgesRequest) GetCommon() *RequestCommon
- func (p *AddEdgesRequest) GetIfNotExists() bool
- func (p *AddEdgesRequest) GetIgnoreExistedIndex() bool
- func (p *AddEdgesRequest) GetParts() map[nebula0.PartitionID][]*NewEdge_
- func (p *AddEdgesRequest) GetPropNames() [][]byte
- func (p *AddEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *AddEdgesRequest) IsSetCommon() bool
- func (p *AddEdgesRequest) Read(iprot thrift.Protocol) error
- func (p *AddEdgesRequest) ReadField1(iprot thrift.Protocol) error
- func (p *AddEdgesRequest) ReadField2(iprot thrift.Protocol) error
- func (p *AddEdgesRequest) ReadField3(iprot thrift.Protocol) error
- func (p *AddEdgesRequest) ReadField4(iprot thrift.Protocol) error
- func (p *AddEdgesRequest) ReadField5(iprot thrift.Protocol) error
- func (p *AddEdgesRequest) ReadField6(iprot thrift.Protocol) error
- func (a *AddEdgesRequest) SetCommon(common *RequestCommon) *AddEdgesRequest
- func (a *AddEdgesRequest) SetIfNotExists(ifNotExists bool) *AddEdgesRequest
- func (a *AddEdgesRequest) SetIgnoreExistedIndex(ignoreExistedIndex bool) *AddEdgesRequest
- func (a *AddEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*NewEdge_) *AddEdgesRequest
- func (a *AddEdgesRequest) SetPropNames(propNames [][]byte) *AddEdgesRequest
- func (a *AddEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddEdgesRequest
- func (p *AddEdgesRequest) String() string
- func (p *AddEdgesRequest) Write(oprot thrift.Protocol) error
- type AddEdgesRequestBuilder
- func (a *AddEdgesRequestBuilder) Common(common *RequestCommon) *AddEdgesRequestBuilder
- func (p AddEdgesRequestBuilder) Emit() *AddEdgesRequest
- func (a *AddEdgesRequestBuilder) IfNotExists(ifNotExists bool) *AddEdgesRequestBuilder
- func (a *AddEdgesRequestBuilder) IgnoreExistedIndex(ignoreExistedIndex bool) *AddEdgesRequestBuilder
- func (a *AddEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*NewEdge_) *AddEdgesRequestBuilder
- func (a *AddEdgesRequestBuilder) PropNames(propNames [][]byte) *AddEdgesRequestBuilder
- func (a *AddEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddEdgesRequestBuilder
- type AddLearnerReq
- func (p *AddLearnerReq) GetLearner() *nebula0.HostAddr
- func (p *AddLearnerReq) GetPartID() nebula0.PartitionID
- func (p *AddLearnerReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *AddLearnerReq) IsSetLearner() bool
- func (p *AddLearnerReq) Read(iprot thrift.Protocol) error
- func (p *AddLearnerReq) ReadField1(iprot thrift.Protocol) error
- func (p *AddLearnerReq) ReadField2(iprot thrift.Protocol) error
- func (p *AddLearnerReq) ReadField3(iprot thrift.Protocol) error
- func (a *AddLearnerReq) SetLearner(learner *nebula0.HostAddr) *AddLearnerReq
- func (a *AddLearnerReq) SetPartID(partID nebula0.PartitionID) *AddLearnerReq
- func (a *AddLearnerReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddLearnerReq
- func (p *AddLearnerReq) String() string
- func (p *AddLearnerReq) Write(oprot thrift.Protocol) error
- type AddLearnerReqBuilder
- func (p AddLearnerReqBuilder) Emit() *AddLearnerReq
- func (a *AddLearnerReqBuilder) Learner(learner *nebula0.HostAddr) *AddLearnerReqBuilder
- func (a *AddLearnerReqBuilder) PartID(partID nebula0.PartitionID) *AddLearnerReqBuilder
- func (a *AddLearnerReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddLearnerReqBuilder
- type AddPartReq
- func (p *AddPartReq) GetAsLearner() bool
- func (p *AddPartReq) GetPartID() nebula0.PartitionID
- func (p *AddPartReq) GetPeers() []*nebula0.HostAddr
- func (p *AddPartReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *AddPartReq) Read(iprot thrift.Protocol) error
- func (p *AddPartReq) ReadField1(iprot thrift.Protocol) error
- func (p *AddPartReq) ReadField2(iprot thrift.Protocol) error
- func (p *AddPartReq) ReadField3(iprot thrift.Protocol) error
- func (p *AddPartReq) ReadField4(iprot thrift.Protocol) error
- func (a *AddPartReq) SetAsLearner(asLearner bool) *AddPartReq
- func (a *AddPartReq) SetPartID(partID nebula0.PartitionID) *AddPartReq
- func (a *AddPartReq) SetPeers(peers []*nebula0.HostAddr) *AddPartReq
- func (a *AddPartReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddPartReq
- func (p *AddPartReq) String() string
- func (p *AddPartReq) Write(oprot thrift.Protocol) error
- type AddPartReqBuilder
- func (a *AddPartReqBuilder) AsLearner(asLearner bool) *AddPartReqBuilder
- func (p AddPartReqBuilder) Emit() *AddPartReq
- func (a *AddPartReqBuilder) PartID(partID nebula0.PartitionID) *AddPartReqBuilder
- func (a *AddPartReqBuilder) Peers(peers []*nebula0.HostAddr) *AddPartReqBuilder
- func (a *AddPartReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddPartReqBuilder
- type AddTaskRequest
- func (p *AddTaskRequest) GetJobID() int32
- func (p *AddTaskRequest) GetJobType() meta1.JobType
- func (p *AddTaskRequest) GetPara() *TaskPara
- func (p *AddTaskRequest) GetTaskID() int32
- func (p *AddTaskRequest) IsSetPara() bool
- func (p *AddTaskRequest) Read(iprot thrift.Protocol) error
- func (p *AddTaskRequest) ReadField1(iprot thrift.Protocol) error
- func (p *AddTaskRequest) ReadField2(iprot thrift.Protocol) error
- func (p *AddTaskRequest) ReadField3(iprot thrift.Protocol) error
- func (p *AddTaskRequest) ReadField4(iprot thrift.Protocol) error
- func (a *AddTaskRequest) SetJobID(jobID int32) *AddTaskRequest
- func (a *AddTaskRequest) SetJobType(jobType meta1.JobType) *AddTaskRequest
- func (a *AddTaskRequest) SetPara(para *TaskPara) *AddTaskRequest
- func (a *AddTaskRequest) SetTaskID(taskID int32) *AddTaskRequest
- func (p *AddTaskRequest) String() string
- func (p *AddTaskRequest) Write(oprot thrift.Protocol) error
- type AddTaskRequestBuilder
- func (p AddTaskRequestBuilder) Emit() *AddTaskRequest
- func (a *AddTaskRequestBuilder) JobID(jobID int32) *AddTaskRequestBuilder
- func (a *AddTaskRequestBuilder) JobType(jobType meta1.JobType) *AddTaskRequestBuilder
- func (a *AddTaskRequestBuilder) Para(para *TaskPara) *AddTaskRequestBuilder
- func (a *AddTaskRequestBuilder) TaskID(taskID int32) *AddTaskRequestBuilder
- type AddTaskResp
- func (p *AddTaskResp) GetCode() nebula0.ErrorCode
- func (p *AddTaskResp) Read(iprot thrift.Protocol) error
- func (p *AddTaskResp) ReadField1(iprot thrift.Protocol) error
- func (a *AddTaskResp) SetCode(code nebula0.ErrorCode) *AddTaskResp
- func (p *AddTaskResp) String() string
- func (p *AddTaskResp) Write(oprot thrift.Protocol) error
- type AddTaskRespBuilder
- type AddVerticesRequest
- func (p *AddVerticesRequest) GetCommon() *RequestCommon
- func (p *AddVerticesRequest) GetIfNotExists() bool
- func (p *AddVerticesRequest) GetIgnoreExistedIndex() bool
- func (p *AddVerticesRequest) GetParts() map[nebula0.PartitionID][]*NewVertex_
- func (p *AddVerticesRequest) GetPropNames() map[nebula0.TagID][][]byte
- func (p *AddVerticesRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *AddVerticesRequest) IsSetCommon() bool
- func (p *AddVerticesRequest) Read(iprot thrift.Protocol) error
- func (p *AddVerticesRequest) ReadField1(iprot thrift.Protocol) error
- func (p *AddVerticesRequest) ReadField2(iprot thrift.Protocol) error
- func (p *AddVerticesRequest) ReadField3(iprot thrift.Protocol) error
- func (p *AddVerticesRequest) ReadField4(iprot thrift.Protocol) error
- func (p *AddVerticesRequest) ReadField5(iprot thrift.Protocol) error
- func (p *AddVerticesRequest) ReadField6(iprot thrift.Protocol) error
- func (a *AddVerticesRequest) SetCommon(common *RequestCommon) *AddVerticesRequest
- func (a *AddVerticesRequest) SetIfNotExists(ifNotExists bool) *AddVerticesRequest
- func (a *AddVerticesRequest) SetIgnoreExistedIndex(ignoreExistedIndex bool) *AddVerticesRequest
- func (a *AddVerticesRequest) SetParts(parts map[nebula0.PartitionID][]*NewVertex_) *AddVerticesRequest
- func (a *AddVerticesRequest) SetPropNames(propNames map[nebula0.TagID][][]byte) *AddVerticesRequest
- func (a *AddVerticesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddVerticesRequest
- func (p *AddVerticesRequest) String() string
- func (p *AddVerticesRequest) Write(oprot thrift.Protocol) error
- type AddVerticesRequestBuilder
- func (a *AddVerticesRequestBuilder) Common(common *RequestCommon) *AddVerticesRequestBuilder
- func (p AddVerticesRequestBuilder) Emit() *AddVerticesRequest
- func (a *AddVerticesRequestBuilder) IfNotExists(ifNotExists bool) *AddVerticesRequestBuilder
- func (a *AddVerticesRequestBuilder) IgnoreExistedIndex(ignoreExistedIndex bool) *AddVerticesRequestBuilder
- func (a *AddVerticesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*NewVertex_) *AddVerticesRequestBuilder
- func (a *AddVerticesRequestBuilder) PropNames(propNames map[nebula0.TagID][][]byte) *AddVerticesRequestBuilder
- func (a *AddVerticesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddVerticesRequestBuilder
- type AdminExecResp
- func (p *AdminExecResp) GetResult_() *ResponseCommon
- func (p *AdminExecResp) GetStats() *meta1.StatsItem
- func (p *AdminExecResp) IsSetResult_() bool
- func (p *AdminExecResp) IsSetStats() bool
- func (p *AdminExecResp) Read(iprot thrift.Protocol) error
- func (p *AdminExecResp) ReadField1(iprot thrift.Protocol) error
- func (p *AdminExecResp) ReadField2(iprot thrift.Protocol) error
- func (a *AdminExecResp) SetResult_(result *ResponseCommon) *AdminExecResp
- func (a *AdminExecResp) SetStats(stats *meta1.StatsItem) *AdminExecResp
- func (p *AdminExecResp) String() string
- func (p *AdminExecResp) Write(oprot thrift.Protocol) error
- type AdminExecRespBuilder
- type BlockingSignRequest
- func (p *BlockingSignRequest) GetSign() EngineSignType
- func (p *BlockingSignRequest) GetSpaceIds() []nebula0.GraphSpaceID
- func (p *BlockingSignRequest) Read(iprot thrift.Protocol) error
- func (p *BlockingSignRequest) ReadField1(iprot thrift.Protocol) error
- func (p *BlockingSignRequest) ReadField2(iprot thrift.Protocol) error
- func (b *BlockingSignRequest) SetSign(sign EngineSignType) *BlockingSignRequest
- func (b *BlockingSignRequest) SetSpaceIds(spaceIds []nebula0.GraphSpaceID) *BlockingSignRequest
- func (p *BlockingSignRequest) String() string
- func (p *BlockingSignRequest) Write(oprot thrift.Protocol) error
- type BlockingSignRequestBuilder
- type BlockingSignResp
- func (p *BlockingSignResp) GetCode() nebula0.ErrorCode
- func (p *BlockingSignResp) Read(iprot thrift.Protocol) error
- func (p *BlockingSignResp) ReadField1(iprot thrift.Protocol) error
- func (b *BlockingSignResp) SetCode(code nebula0.ErrorCode) *BlockingSignResp
- func (p *BlockingSignResp) String() string
- func (p *BlockingSignResp) Write(oprot thrift.Protocol) error
- type BlockingSignRespBuilder
- type CatchUpDataReq
- func (p *CatchUpDataReq) GetPartID() nebula0.PartitionID
- func (p *CatchUpDataReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *CatchUpDataReq) GetTarget() *nebula0.HostAddr
- func (p *CatchUpDataReq) IsSetTarget() bool
- func (p *CatchUpDataReq) Read(iprot thrift.Protocol) error
- func (p *CatchUpDataReq) ReadField1(iprot thrift.Protocol) error
- func (p *CatchUpDataReq) ReadField2(iprot thrift.Protocol) error
- func (p *CatchUpDataReq) ReadField3(iprot thrift.Protocol) error
- func (c *CatchUpDataReq) SetPartID(partID nebula0.PartitionID) *CatchUpDataReq
- func (c *CatchUpDataReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *CatchUpDataReq
- func (c *CatchUpDataReq) SetTarget(target *nebula0.HostAddr) *CatchUpDataReq
- func (p *CatchUpDataReq) String() string
- func (p *CatchUpDataReq) Write(oprot thrift.Protocol) error
- type CatchUpDataReqBuilder
- func (p CatchUpDataReqBuilder) Emit() *CatchUpDataReq
- func (c *CatchUpDataReqBuilder) PartID(partID nebula0.PartitionID) *CatchUpDataReqBuilder
- func (c *CatchUpDataReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *CatchUpDataReqBuilder
- func (c *CatchUpDataReqBuilder) Target(target *nebula0.HostAddr) *CatchUpDataReqBuilder
- type ChainAddEdgesRequest
- func (p *ChainAddEdgesRequest) GetEdgeVersion() int64
- func (p *ChainAddEdgesRequest) GetIfNotExists() bool
- func (p *ChainAddEdgesRequest) GetParts() map[nebula0.PartitionID][]*NewEdge_
- func (p *ChainAddEdgesRequest) GetPropNames() [][]byte
- func (p *ChainAddEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *ChainAddEdgesRequest) GetTerm() int64
- func (p *ChainAddEdgesRequest) IsSetEdgeVersion() bool
- func (p *ChainAddEdgesRequest) Read(iprot thrift.Protocol) error
- func (p *ChainAddEdgesRequest) ReadField1(iprot thrift.Protocol) error
- func (p *ChainAddEdgesRequest) ReadField2(iprot thrift.Protocol) error
- func (p *ChainAddEdgesRequest) ReadField3(iprot thrift.Protocol) error
- func (p *ChainAddEdgesRequest) ReadField4(iprot thrift.Protocol) error
- func (p *ChainAddEdgesRequest) ReadField5(iprot thrift.Protocol) error
- func (p *ChainAddEdgesRequest) ReadField6(iprot thrift.Protocol) error
- func (c *ChainAddEdgesRequest) SetEdgeVersion(edgeVersion *int64) *ChainAddEdgesRequest
- func (c *ChainAddEdgesRequest) SetIfNotExists(ifNotExists bool) *ChainAddEdgesRequest
- func (c *ChainAddEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*NewEdge_) *ChainAddEdgesRequest
- func (c *ChainAddEdgesRequest) SetPropNames(propNames [][]byte) *ChainAddEdgesRequest
- func (c *ChainAddEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ChainAddEdgesRequest
- func (c *ChainAddEdgesRequest) SetTerm(term int64) *ChainAddEdgesRequest
- func (p *ChainAddEdgesRequest) String() string
- func (p *ChainAddEdgesRequest) Write(oprot thrift.Protocol) error
- type ChainAddEdgesRequestBuilder
- func (c *ChainAddEdgesRequestBuilder) EdgeVersion(edgeVersion *int64) *ChainAddEdgesRequestBuilder
- func (p ChainAddEdgesRequestBuilder) Emit() *ChainAddEdgesRequest
- func (c *ChainAddEdgesRequestBuilder) IfNotExists(ifNotExists bool) *ChainAddEdgesRequestBuilder
- func (c *ChainAddEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*NewEdge_) *ChainAddEdgesRequestBuilder
- func (c *ChainAddEdgesRequestBuilder) PropNames(propNames [][]byte) *ChainAddEdgesRequestBuilder
- func (c *ChainAddEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ChainAddEdgesRequestBuilder
- func (c *ChainAddEdgesRequestBuilder) Term(term int64) *ChainAddEdgesRequestBuilder
- type ChainDeleteEdgesRequest
- func (p *ChainDeleteEdgesRequest) GetParts() map[nebula0.PartitionID][]*EdgeKey
- func (p *ChainDeleteEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *ChainDeleteEdgesRequest) GetTerm() int64
- func (p *ChainDeleteEdgesRequest) GetTxnID() []byte
- func (p *ChainDeleteEdgesRequest) Read(iprot thrift.Protocol) error
- func (p *ChainDeleteEdgesRequest) ReadField1(iprot thrift.Protocol) error
- func (p *ChainDeleteEdgesRequest) ReadField2(iprot thrift.Protocol) error
- func (p *ChainDeleteEdgesRequest) ReadField3(iprot thrift.Protocol) error
- func (p *ChainDeleteEdgesRequest) ReadField4(iprot thrift.Protocol) error
- func (c *ChainDeleteEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*EdgeKey) *ChainDeleteEdgesRequest
- func (c *ChainDeleteEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ChainDeleteEdgesRequest
- func (c *ChainDeleteEdgesRequest) SetTerm(term int64) *ChainDeleteEdgesRequest
- func (c *ChainDeleteEdgesRequest) SetTxnID(txnID []byte) *ChainDeleteEdgesRequest
- func (p *ChainDeleteEdgesRequest) String() string
- func (p *ChainDeleteEdgesRequest) Write(oprot thrift.Protocol) error
- type ChainDeleteEdgesRequestBuilder
- func (p ChainDeleteEdgesRequestBuilder) Emit() *ChainDeleteEdgesRequest
- func (c *ChainDeleteEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*EdgeKey) *ChainDeleteEdgesRequestBuilder
- func (c *ChainDeleteEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ChainDeleteEdgesRequestBuilder
- func (c *ChainDeleteEdgesRequestBuilder) Term(term int64) *ChainDeleteEdgesRequestBuilder
- func (c *ChainDeleteEdgesRequestBuilder) TxnID(txnID []byte) *ChainDeleteEdgesRequestBuilder
- type ChainUpdateEdgeRequest
- func (p *ChainUpdateEdgeRequest) GetEdgeVersion() int64
- func (p *ChainUpdateEdgeRequest) GetParts() []nebula0.PartitionID
- func (p *ChainUpdateEdgeRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *ChainUpdateEdgeRequest) GetTerm() int64
- func (p *ChainUpdateEdgeRequest) GetUpdateEdgeRequest() *UpdateEdgeRequest
- func (p *ChainUpdateEdgeRequest) IsSetEdgeVersion() bool
- func (p *ChainUpdateEdgeRequest) IsSetUpdateEdgeRequest() bool
- func (p *ChainUpdateEdgeRequest) Read(iprot thrift.Protocol) error
- func (p *ChainUpdateEdgeRequest) ReadField1(iprot thrift.Protocol) error
- func (p *ChainUpdateEdgeRequest) ReadField2(iprot thrift.Protocol) error
- func (p *ChainUpdateEdgeRequest) ReadField3(iprot thrift.Protocol) error
- func (p *ChainUpdateEdgeRequest) ReadField4(iprot thrift.Protocol) error
- func (p *ChainUpdateEdgeRequest) ReadField5(iprot thrift.Protocol) error
- func (c *ChainUpdateEdgeRequest) SetEdgeVersion(edgeVersion *int64) *ChainUpdateEdgeRequest
- func (c *ChainUpdateEdgeRequest) SetParts(parts []nebula0.PartitionID) *ChainUpdateEdgeRequest
- func (c *ChainUpdateEdgeRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ChainUpdateEdgeRequest
- func (c *ChainUpdateEdgeRequest) SetTerm(term int64) *ChainUpdateEdgeRequest
- func (c *ChainUpdateEdgeRequest) SetUpdateEdgeRequest(updateEdgeRequest *UpdateEdgeRequest) *ChainUpdateEdgeRequest
- func (p *ChainUpdateEdgeRequest) String() string
- func (p *ChainUpdateEdgeRequest) Write(oprot thrift.Protocol) error
- type ChainUpdateEdgeRequestBuilder
- func (c *ChainUpdateEdgeRequestBuilder) EdgeVersion(edgeVersion *int64) *ChainUpdateEdgeRequestBuilder
- func (p ChainUpdateEdgeRequestBuilder) Emit() *ChainUpdateEdgeRequest
- func (c *ChainUpdateEdgeRequestBuilder) Parts(parts []nebula0.PartitionID) *ChainUpdateEdgeRequestBuilder
- func (c *ChainUpdateEdgeRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ChainUpdateEdgeRequestBuilder
- func (c *ChainUpdateEdgeRequestBuilder) Term(term int64) *ChainUpdateEdgeRequestBuilder
- func (c *ChainUpdateEdgeRequestBuilder) UpdateEdgeRequest(updateEdgeRequest *UpdateEdgeRequest) *ChainUpdateEdgeRequestBuilder
- type CheckPeersReq
- func (p *CheckPeersReq) GetPartID() nebula0.PartitionID
- func (p *CheckPeersReq) GetPeers() []*nebula0.HostAddr
- func (p *CheckPeersReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *CheckPeersReq) Read(iprot thrift.Protocol) error
- func (p *CheckPeersReq) ReadField1(iprot thrift.Protocol) error
- func (p *CheckPeersReq) ReadField2(iprot thrift.Protocol) error
- func (p *CheckPeersReq) ReadField3(iprot thrift.Protocol) error
- func (c *CheckPeersReq) SetPartID(partID nebula0.PartitionID) *CheckPeersReq
- func (c *CheckPeersReq) SetPeers(peers []*nebula0.HostAddr) *CheckPeersReq
- func (c *CheckPeersReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *CheckPeersReq
- func (p *CheckPeersReq) String() string
- func (p *CheckPeersReq) Write(oprot thrift.Protocol) error
- type CheckPeersReqBuilder
- func (p CheckPeersReqBuilder) Emit() *CheckPeersReq
- func (c *CheckPeersReqBuilder) PartID(partID nebula0.PartitionID) *CheckPeersReqBuilder
- func (c *CheckPeersReqBuilder) Peers(peers []*nebula0.HostAddr) *CheckPeersReqBuilder
- func (c *CheckPeersReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *CheckPeersReqBuilder
- type ClearSpaceReq
- func (p *ClearSpaceReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *ClearSpaceReq) Read(iprot thrift.Protocol) error
- func (p *ClearSpaceReq) ReadField1(iprot thrift.Protocol) error
- func (c *ClearSpaceReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *ClearSpaceReq
- func (p *ClearSpaceReq) String() string
- func (p *ClearSpaceReq) Write(oprot thrift.Protocol) error
- type ClearSpaceReqBuilder
- type ClearSpaceResp
- func (p *ClearSpaceResp) GetCode() nebula0.ErrorCode
- func (p *ClearSpaceResp) Read(iprot thrift.Protocol) error
- func (p *ClearSpaceResp) ReadField1(iprot thrift.Protocol) error
- func (c *ClearSpaceResp) SetCode(code nebula0.ErrorCode) *ClearSpaceResp
- func (p *ClearSpaceResp) String() string
- func (p *ClearSpaceResp) Write(oprot thrift.Protocol) error
- type ClearSpaceRespBuilder
- type CreateCPRequest
- func (p *CreateCPRequest) GetName() []byte
- func (p *CreateCPRequest) GetSpaceIds() []nebula0.GraphSpaceID
- func (p *CreateCPRequest) Read(iprot thrift.Protocol) error
- func (p *CreateCPRequest) ReadField1(iprot thrift.Protocol) error
- func (p *CreateCPRequest) ReadField2(iprot thrift.Protocol) error
- func (c *CreateCPRequest) SetName(name []byte) *CreateCPRequest
- func (c *CreateCPRequest) SetSpaceIds(spaceIds []nebula0.GraphSpaceID) *CreateCPRequest
- func (p *CreateCPRequest) String() string
- func (p *CreateCPRequest) Write(oprot thrift.Protocol) error
- type CreateCPRequestBuilder
- type CreateCPResp
- func (p *CreateCPResp) GetCode() nebula0.ErrorCode
- func (p *CreateCPResp) GetInfo() []*nebula0.CheckpointInfo
- func (p *CreateCPResp) Read(iprot thrift.Protocol) error
- func (p *CreateCPResp) ReadField1(iprot thrift.Protocol) error
- func (p *CreateCPResp) ReadField2(iprot thrift.Protocol) error
- func (c *CreateCPResp) SetCode(code nebula0.ErrorCode) *CreateCPResp
- func (c *CreateCPResp) SetInfo(info []*nebula0.CheckpointInfo) *CreateCPResp
- func (p *CreateCPResp) String() string
- func (p *CreateCPResp) Write(oprot thrift.Protocol) error
- type CreateCPRespBuilder
- type DelTags
- func (p *DelTags) GetId() *nebula0.Value
- func (p *DelTags) GetTags() []nebula0.TagID
- func (p *DelTags) IsSetId() bool
- func (p *DelTags) Read(iprot thrift.Protocol) error
- func (p *DelTags) ReadField1(iprot thrift.Protocol) error
- func (p *DelTags) ReadField2(iprot thrift.Protocol) error
- func (d *DelTags) SetId(id *nebula0.Value) *DelTags
- func (d *DelTags) SetTags(tags []nebula0.TagID) *DelTags
- func (p *DelTags) String() string
- func (p *DelTags) Write(oprot thrift.Protocol) error
- type DelTagsBuilder
- type DeleteEdgesRequest
- func (p *DeleteEdgesRequest) GetCommon() *RequestCommon
- func (p *DeleteEdgesRequest) GetParts() map[nebula0.PartitionID][]*EdgeKey
- func (p *DeleteEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *DeleteEdgesRequest) IsSetCommon() bool
- func (p *DeleteEdgesRequest) Read(iprot thrift.Protocol) error
- func (p *DeleteEdgesRequest) ReadField1(iprot thrift.Protocol) error
- func (p *DeleteEdgesRequest) ReadField2(iprot thrift.Protocol) error
- func (p *DeleteEdgesRequest) ReadField3(iprot thrift.Protocol) error
- func (d *DeleteEdgesRequest) SetCommon(common *RequestCommon) *DeleteEdgesRequest
- func (d *DeleteEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*EdgeKey) *DeleteEdgesRequest
- func (d *DeleteEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *DeleteEdgesRequest
- func (p *DeleteEdgesRequest) String() string
- func (p *DeleteEdgesRequest) Write(oprot thrift.Protocol) error
- type DeleteEdgesRequestBuilder
- func (d *DeleteEdgesRequestBuilder) Common(common *RequestCommon) *DeleteEdgesRequestBuilder
- func (p DeleteEdgesRequestBuilder) Emit() *DeleteEdgesRequest
- func (d *DeleteEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*EdgeKey) *DeleteEdgesRequestBuilder
- func (d *DeleteEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *DeleteEdgesRequestBuilder
- type DeleteTagsRequest
- func (p *DeleteTagsRequest) GetCommon() *RequestCommon
- func (p *DeleteTagsRequest) GetParts() map[nebula0.PartitionID][]*DelTags
- func (p *DeleteTagsRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *DeleteTagsRequest) IsSetCommon() bool
- func (p *DeleteTagsRequest) Read(iprot thrift.Protocol) error
- func (p *DeleteTagsRequest) ReadField1(iprot thrift.Protocol) error
- func (p *DeleteTagsRequest) ReadField2(iprot thrift.Protocol) error
- func (p *DeleteTagsRequest) ReadField3(iprot thrift.Protocol) error
- func (d *DeleteTagsRequest) SetCommon(common *RequestCommon) *DeleteTagsRequest
- func (d *DeleteTagsRequest) SetParts(parts map[nebula0.PartitionID][]*DelTags) *DeleteTagsRequest
- func (d *DeleteTagsRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *DeleteTagsRequest
- func (p *DeleteTagsRequest) String() string
- func (p *DeleteTagsRequest) Write(oprot thrift.Protocol) error
- type DeleteTagsRequestBuilder
- func (d *DeleteTagsRequestBuilder) Common(common *RequestCommon) *DeleteTagsRequestBuilder
- func (p DeleteTagsRequestBuilder) Emit() *DeleteTagsRequest
- func (d *DeleteTagsRequestBuilder) Parts(parts map[nebula0.PartitionID][]*DelTags) *DeleteTagsRequestBuilder
- func (d *DeleteTagsRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *DeleteTagsRequestBuilder
- type DeleteVerticesRequest
- func (p *DeleteVerticesRequest) GetCommon() *RequestCommon
- func (p *DeleteVerticesRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Value
- func (p *DeleteVerticesRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *DeleteVerticesRequest) IsSetCommon() bool
- func (p *DeleteVerticesRequest) Read(iprot thrift.Protocol) error
- func (p *DeleteVerticesRequest) ReadField1(iprot thrift.Protocol) error
- func (p *DeleteVerticesRequest) ReadField2(iprot thrift.Protocol) error
- func (p *DeleteVerticesRequest) ReadField3(iprot thrift.Protocol) error
- func (d *DeleteVerticesRequest) SetCommon(common *RequestCommon) *DeleteVerticesRequest
- func (d *DeleteVerticesRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Value) *DeleteVerticesRequest
- func (d *DeleteVerticesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *DeleteVerticesRequest
- func (p *DeleteVerticesRequest) String() string
- func (p *DeleteVerticesRequest) Write(oprot thrift.Protocol) error
- type DeleteVerticesRequestBuilder
- func (d *DeleteVerticesRequestBuilder) Common(common *RequestCommon) *DeleteVerticesRequestBuilder
- func (p DeleteVerticesRequestBuilder) Emit() *DeleteVerticesRequest
- func (d *DeleteVerticesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Value) *DeleteVerticesRequestBuilder
- func (d *DeleteVerticesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *DeleteVerticesRequestBuilder
- type DropCPRequest
- func (p *DropCPRequest) GetName() []byte
- func (p *DropCPRequest) GetSpaceIds() []nebula0.GraphSpaceID
- func (p *DropCPRequest) Read(iprot thrift.Protocol) error
- func (p *DropCPRequest) ReadField1(iprot thrift.Protocol) error
- func (p *DropCPRequest) ReadField2(iprot thrift.Protocol) error
- func (d *DropCPRequest) SetName(name []byte) *DropCPRequest
- func (d *DropCPRequest) SetSpaceIds(spaceIds []nebula0.GraphSpaceID) *DropCPRequest
- func (p *DropCPRequest) String() string
- func (p *DropCPRequest) Write(oprot thrift.Protocol) error
- type DropCPRequestBuilder
- type DropCPResp
- func (p *DropCPResp) GetCode() nebula0.ErrorCode
- func (p *DropCPResp) Read(iprot thrift.Protocol) error
- func (p *DropCPResp) ReadField1(iprot thrift.Protocol) error
- func (d *DropCPResp) SetCode(code nebula0.ErrorCode) *DropCPResp
- func (p *DropCPResp) String() string
- func (p *DropCPResp) Write(oprot thrift.Protocol) error
- type DropCPRespBuilder
- type EdgeDirection
- type EdgeKey
- func (p *EdgeKey) GetDst() *nebula0.Value
- func (p *EdgeKey) GetEdgeType() nebula0.EdgeType
- func (p *EdgeKey) GetRanking() nebula0.EdgeRanking
- func (p *EdgeKey) GetSrc() *nebula0.Value
- func (p *EdgeKey) IsSetDst() bool
- func (p *EdgeKey) IsSetSrc() bool
- func (p *EdgeKey) Read(iprot thrift.Protocol) error
- func (p *EdgeKey) ReadField1(iprot thrift.Protocol) error
- func (p *EdgeKey) ReadField2(iprot thrift.Protocol) error
- func (p *EdgeKey) ReadField3(iprot thrift.Protocol) error
- func (p *EdgeKey) ReadField4(iprot thrift.Protocol) error
- func (e *EdgeKey) SetDst(dst *nebula0.Value) *EdgeKey
- func (e *EdgeKey) SetEdgeType(edgeType nebula0.EdgeType) *EdgeKey
- func (e *EdgeKey) SetRanking(ranking nebula0.EdgeRanking) *EdgeKey
- func (e *EdgeKey) SetSrc(src *nebula0.Value) *EdgeKey
- func (p *EdgeKey) String() string
- func (p *EdgeKey) Write(oprot thrift.Protocol) error
- type EdgeKeyBuilder
- func (e *EdgeKeyBuilder) Dst(dst *nebula0.Value) *EdgeKeyBuilder
- func (e *EdgeKeyBuilder) EdgeType(edgeType nebula0.EdgeType) *EdgeKeyBuilder
- func (p EdgeKeyBuilder) Emit() *EdgeKey
- func (e *EdgeKeyBuilder) Ranking(ranking nebula0.EdgeRanking) *EdgeKeyBuilder
- func (e *EdgeKeyBuilder) Src(src *nebula0.Value) *EdgeKeyBuilder
- type EdgeProp
- func (p *EdgeProp) GetProps() [][]byte
- func (p *EdgeProp) GetType() nebula0.EdgeType
- func (p *EdgeProp) Read(iprot thrift.Protocol) error
- func (p *EdgeProp) ReadField1(iprot thrift.Protocol) error
- func (p *EdgeProp) ReadField2(iprot thrift.Protocol) error
- func (e *EdgeProp) SetProps(props [][]byte) *EdgeProp
- func (e *EdgeProp) SetType(type_a1 nebula0.EdgeType) *EdgeProp
- func (p *EdgeProp) String() string
- func (p *EdgeProp) Write(oprot thrift.Protocol) error
- type EdgePropBuilder
- type EngineSignType
- type ExecResponse
- func (p *ExecResponse) GetResult_() *ResponseCommon
- func (p *ExecResponse) IsSetResult_() bool
- func (p *ExecResponse) Read(iprot thrift.Protocol) error
- func (p *ExecResponse) ReadField1(iprot thrift.Protocol) error
- func (e *ExecResponse) SetResult_(result *ResponseCommon) *ExecResponse
- func (p *ExecResponse) String() string
- func (p *ExecResponse) Write(oprot thrift.Protocol) error
- type ExecResponseBuilder
- type Expr
- func (p *Expr) GetAlias() []byte
- func (p *Expr) GetExpr() []byte
- func (p *Expr) Read(iprot thrift.Protocol) error
- func (p *Expr) ReadField1(iprot thrift.Protocol) error
- func (p *Expr) ReadField2(iprot thrift.Protocol) error
- func (e *Expr) SetAlias(alias []byte) *Expr
- func (e *Expr) SetExpr(expr []byte) *Expr
- func (p *Expr) String() string
- func (p *Expr) Write(oprot thrift.Protocol) error
- type ExprBuilder
- type GetDstBySrcRequest
- func (p *GetDstBySrcRequest) GetCommon() *RequestCommon
- func (p *GetDstBySrcRequest) GetEdgeTypes() []nebula0.EdgeType
- func (p *GetDstBySrcRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Value
- func (p *GetDstBySrcRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *GetDstBySrcRequest) IsSetCommon() bool
- func (p *GetDstBySrcRequest) Read(iprot thrift.Protocol) error
- func (p *GetDstBySrcRequest) ReadField1(iprot thrift.Protocol) error
- func (p *GetDstBySrcRequest) ReadField2(iprot thrift.Protocol) error
- func (p *GetDstBySrcRequest) ReadField3(iprot thrift.Protocol) error
- func (p *GetDstBySrcRequest) ReadField4(iprot thrift.Protocol) error
- func (g *GetDstBySrcRequest) SetCommon(common *RequestCommon) *GetDstBySrcRequest
- func (g *GetDstBySrcRequest) SetEdgeTypes(edgeTypes []nebula0.EdgeType) *GetDstBySrcRequest
- func (g *GetDstBySrcRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetDstBySrcRequest
- func (g *GetDstBySrcRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetDstBySrcRequest
- func (p *GetDstBySrcRequest) String() string
- func (p *GetDstBySrcRequest) Write(oprot thrift.Protocol) error
- type GetDstBySrcRequestBuilder
- func (g *GetDstBySrcRequestBuilder) Common(common *RequestCommon) *GetDstBySrcRequestBuilder
- func (g *GetDstBySrcRequestBuilder) EdgeTypes(edgeTypes []nebula0.EdgeType) *GetDstBySrcRequestBuilder
- func (p GetDstBySrcRequestBuilder) Emit() *GetDstBySrcRequest
- func (g *GetDstBySrcRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetDstBySrcRequestBuilder
- func (g *GetDstBySrcRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetDstBySrcRequestBuilder
- type GetDstBySrcResponse
- func (p *GetDstBySrcResponse) GetDsts() *nebula0.DataSet
- func (p *GetDstBySrcResponse) GetResult_() *ResponseCommon
- func (p *GetDstBySrcResponse) IsSetDsts() bool
- func (p *GetDstBySrcResponse) IsSetResult_() bool
- func (p *GetDstBySrcResponse) Read(iprot thrift.Protocol) error
- func (p *GetDstBySrcResponse) ReadField1(iprot thrift.Protocol) error
- func (p *GetDstBySrcResponse) ReadField2(iprot thrift.Protocol) error
- func (g *GetDstBySrcResponse) SetDsts(dsts *nebula0.DataSet) *GetDstBySrcResponse
- func (g *GetDstBySrcResponse) SetResult_(result *ResponseCommon) *GetDstBySrcResponse
- func (p *GetDstBySrcResponse) String() string
- func (p *GetDstBySrcResponse) Write(oprot thrift.Protocol) error
- type GetDstBySrcResponseBuilder
- type GetLeaderPartsResp
- func (p *GetLeaderPartsResp) GetCode() nebula0.ErrorCode
- func (p *GetLeaderPartsResp) GetLeaderParts() map[nebula0.GraphSpaceID][]nebula0.PartitionID
- func (p *GetLeaderPartsResp) Read(iprot thrift.Protocol) error
- func (p *GetLeaderPartsResp) ReadField1(iprot thrift.Protocol) error
- func (p *GetLeaderPartsResp) ReadField2(iprot thrift.Protocol) error
- func (g *GetLeaderPartsResp) SetCode(code nebula0.ErrorCode) *GetLeaderPartsResp
- func (g *GetLeaderPartsResp) SetLeaderParts(leaderParts map[nebula0.GraphSpaceID][]nebula0.PartitionID) *GetLeaderPartsResp
- func (p *GetLeaderPartsResp) String() string
- func (p *GetLeaderPartsResp) Write(oprot thrift.Protocol) error
- type GetLeaderPartsRespBuilder
- type GetLeaderReq
- type GetLeaderReqBuilder
- type GetNeighborsRequest
- func (p *GetNeighborsRequest) GetColumnNames() [][]byte
- func (p *GetNeighborsRequest) GetCommon() *RequestCommon
- func (p *GetNeighborsRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Value
- func (p *GetNeighborsRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *GetNeighborsRequest) GetTraverseSpec() *TraverseSpec
- func (p *GetNeighborsRequest) IsSetCommon() bool
- func (p *GetNeighborsRequest) IsSetTraverseSpec() bool
- func (p *GetNeighborsRequest) Read(iprot thrift.Protocol) error
- func (p *GetNeighborsRequest) ReadField1(iprot thrift.Protocol) error
- func (p *GetNeighborsRequest) ReadField2(iprot thrift.Protocol) error
- func (p *GetNeighborsRequest) ReadField3(iprot thrift.Protocol) error
- func (p *GetNeighborsRequest) ReadField4(iprot thrift.Protocol) error
- func (p *GetNeighborsRequest) ReadField5(iprot thrift.Protocol) error
- func (g *GetNeighborsRequest) SetColumnNames(columnNames [][]byte) *GetNeighborsRequest
- func (g *GetNeighborsRequest) SetCommon(common *RequestCommon) *GetNeighborsRequest
- func (g *GetNeighborsRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetNeighborsRequest
- func (g *GetNeighborsRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetNeighborsRequest
- func (g *GetNeighborsRequest) SetTraverseSpec(traverseSpec *TraverseSpec) *GetNeighborsRequest
- func (p *GetNeighborsRequest) String() string
- func (p *GetNeighborsRequest) Write(oprot thrift.Protocol) error
- type GetNeighborsRequestBuilder
- func (g *GetNeighborsRequestBuilder) ColumnNames(columnNames [][]byte) *GetNeighborsRequestBuilder
- func (g *GetNeighborsRequestBuilder) Common(common *RequestCommon) *GetNeighborsRequestBuilder
- func (p GetNeighborsRequestBuilder) Emit() *GetNeighborsRequest
- func (g *GetNeighborsRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetNeighborsRequestBuilder
- func (g *GetNeighborsRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetNeighborsRequestBuilder
- func (g *GetNeighborsRequestBuilder) TraverseSpec(traverseSpec *TraverseSpec) *GetNeighborsRequestBuilder
- type GetNeighborsResponse
- func (p *GetNeighborsResponse) GetResult_() *ResponseCommon
- func (p *GetNeighborsResponse) GetVertices() *nebula0.DataSet
- func (p *GetNeighborsResponse) IsSetResult_() bool
- func (p *GetNeighborsResponse) IsSetVertices() bool
- func (p *GetNeighborsResponse) Read(iprot thrift.Protocol) error
- func (p *GetNeighborsResponse) ReadField1(iprot thrift.Protocol) error
- func (p *GetNeighborsResponse) ReadField2(iprot thrift.Protocol) error
- func (g *GetNeighborsResponse) SetResult_(result *ResponseCommon) *GetNeighborsResponse
- func (g *GetNeighborsResponse) SetVertices(vertices *nebula0.DataSet) *GetNeighborsResponse
- func (p *GetNeighborsResponse) String() string
- func (p *GetNeighborsResponse) Write(oprot thrift.Protocol) error
- type GetNeighborsResponseBuilder
- type GetPropRequest
- func (p *GetPropRequest) GetCommon() *RequestCommon
- func (p *GetPropRequest) GetDedup() bool
- func (p *GetPropRequest) GetEdgeProps() []*EdgeProp
- func (p *GetPropRequest) GetExpressions() []*Expr
- func (p *GetPropRequest) GetFilter() []byte
- func (p *GetPropRequest) GetLimit() int64
- func (p *GetPropRequest) GetOrderBy() []*OrderBy
- func (p *GetPropRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Row
- func (p *GetPropRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *GetPropRequest) GetVertexProps() []*VertexProp
- func (p *GetPropRequest) IsSetCommon() bool
- func (p *GetPropRequest) IsSetEdgeProps() bool
- func (p *GetPropRequest) IsSetExpressions() bool
- func (p *GetPropRequest) IsSetFilter() bool
- func (p *GetPropRequest) IsSetLimit() bool
- func (p *GetPropRequest) IsSetOrderBy() bool
- func (p *GetPropRequest) IsSetVertexProps() bool
- func (p *GetPropRequest) Read(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField1(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField10(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField2(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField3(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField4(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField5(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField6(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField7(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField8(iprot thrift.Protocol) error
- func (p *GetPropRequest) ReadField9(iprot thrift.Protocol) error
- func (g *GetPropRequest) SetCommon(common *RequestCommon) *GetPropRequest
- func (g *GetPropRequest) SetDedup(dedup bool) *GetPropRequest
- func (g *GetPropRequest) SetEdgeProps(edgeProps []*EdgeProp) *GetPropRequest
- func (g *GetPropRequest) SetExpressions(expressions []*Expr) *GetPropRequest
- func (g *GetPropRequest) SetFilter(filter []byte) *GetPropRequest
- func (g *GetPropRequest) SetLimit(limit *int64) *GetPropRequest
- func (g *GetPropRequest) SetOrderBy(orderBy []*OrderBy) *GetPropRequest
- func (g *GetPropRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Row) *GetPropRequest
- func (g *GetPropRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetPropRequest
- func (g *GetPropRequest) SetVertexProps(vertexProps []*VertexProp) *GetPropRequest
- func (p *GetPropRequest) String() string
- func (p *GetPropRequest) Write(oprot thrift.Protocol) error
- type GetPropRequestBuilder
- func (g *GetPropRequestBuilder) Common(common *RequestCommon) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) Dedup(dedup bool) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) EdgeProps(edgeProps []*EdgeProp) *GetPropRequestBuilder
- func (p GetPropRequestBuilder) Emit() *GetPropRequest
- func (g *GetPropRequestBuilder) Expressions(expressions []*Expr) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) Filter(filter []byte) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) Limit(limit *int64) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) OrderBy(orderBy []*OrderBy) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Row) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetPropRequestBuilder
- func (g *GetPropRequestBuilder) VertexProps(vertexProps []*VertexProp) *GetPropRequestBuilder
- type GetPropResponse
- func (p *GetPropResponse) GetProps() *nebula0.DataSet
- func (p *GetPropResponse) GetResult_() *ResponseCommon
- func (p *GetPropResponse) IsSetProps() bool
- func (p *GetPropResponse) IsSetResult_() bool
- func (p *GetPropResponse) Read(iprot thrift.Protocol) error
- func (p *GetPropResponse) ReadField1(iprot thrift.Protocol) error
- func (p *GetPropResponse) ReadField2(iprot thrift.Protocol) error
- func (g *GetPropResponse) SetProps(props *nebula0.DataSet) *GetPropResponse
- func (g *GetPropResponse) SetResult_(result *ResponseCommon) *GetPropResponse
- func (p *GetPropResponse) String() string
- func (p *GetPropResponse) Write(oprot thrift.Protocol) error
- type GetPropResponseBuilder
- type GetUUIDReq
- func (p *GetUUIDReq) GetCommon() *RequestCommon
- func (p *GetUUIDReq) GetName() []byte
- func (p *GetUUIDReq) GetPartID() nebula0.PartitionID
- func (p *GetUUIDReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *GetUUIDReq) IsSetCommon() bool
- func (p *GetUUIDReq) Read(iprot thrift.Protocol) error
- func (p *GetUUIDReq) ReadField1(iprot thrift.Protocol) error
- func (p *GetUUIDReq) ReadField2(iprot thrift.Protocol) error
- func (p *GetUUIDReq) ReadField3(iprot thrift.Protocol) error
- func (p *GetUUIDReq) ReadField4(iprot thrift.Protocol) error
- func (g *GetUUIDReq) SetCommon(common *RequestCommon) *GetUUIDReq
- func (g *GetUUIDReq) SetName(name []byte) *GetUUIDReq
- func (g *GetUUIDReq) SetPartID(partID nebula0.PartitionID) *GetUUIDReq
- func (g *GetUUIDReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetUUIDReq
- func (p *GetUUIDReq) String() string
- func (p *GetUUIDReq) Write(oprot thrift.Protocol) error
- type GetUUIDReqBuilder
- func (g *GetUUIDReqBuilder) Common(common *RequestCommon) *GetUUIDReqBuilder
- func (p GetUUIDReqBuilder) Emit() *GetUUIDReq
- func (g *GetUUIDReqBuilder) Name(name []byte) *GetUUIDReqBuilder
- func (g *GetUUIDReqBuilder) PartID(partID nebula0.PartitionID) *GetUUIDReqBuilder
- func (g *GetUUIDReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetUUIDReqBuilder
- type GetUUIDResp
- func (p *GetUUIDResp) GetId() *nebula0.Value
- func (p *GetUUIDResp) GetResult_() *ResponseCommon
- func (p *GetUUIDResp) IsSetId() bool
- func (p *GetUUIDResp) IsSetResult_() bool
- func (p *GetUUIDResp) Read(iprot thrift.Protocol) error
- func (p *GetUUIDResp) ReadField1(iprot thrift.Protocol) error
- func (p *GetUUIDResp) ReadField2(iprot thrift.Protocol) error
- func (g *GetUUIDResp) SetId(id *nebula0.Value) *GetUUIDResp
- func (g *GetUUIDResp) SetResult_(result *ResponseCommon) *GetUUIDResp
- func (p *GetUUIDResp) String() string
- func (p *GetUUIDResp) Write(oprot thrift.Protocol) error
- type GetUUIDRespBuilder
- type GraphStorageService
- type GraphStorageServiceAddEdgesArgs
- func (p *GraphStorageServiceAddEdgesArgs) GetReq() *AddEdgesRequest
- func (p *GraphStorageServiceAddEdgesArgs) IsSetReq() bool
- func (p *GraphStorageServiceAddEdgesArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceAddEdgesArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceAddEdgesArgs) SetReq(req *AddEdgesRequest) *GraphStorageServiceAddEdgesArgs
- func (p *GraphStorageServiceAddEdgesArgs) String() string
- func (p *GraphStorageServiceAddEdgesArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceAddEdgesArgsBuilder
- type GraphStorageServiceAddEdgesResult
- func (p *GraphStorageServiceAddEdgesResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceAddEdgesResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceAddEdgesResult) IsSetSuccess() bool
- func (p *GraphStorageServiceAddEdgesResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceAddEdgesResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceAddEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceAddEdgesResult
- func (p *GraphStorageServiceAddEdgesResult) String() string
- func (p *GraphStorageServiceAddEdgesResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceAddEdgesResultBuilder
- type GraphStorageServiceAddVerticesArgs
- func (p *GraphStorageServiceAddVerticesArgs) GetReq() *AddVerticesRequest
- func (p *GraphStorageServiceAddVerticesArgs) IsSetReq() bool
- func (p *GraphStorageServiceAddVerticesArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceAddVerticesArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceAddVerticesArgs) SetReq(req *AddVerticesRequest) *GraphStorageServiceAddVerticesArgs
- func (p *GraphStorageServiceAddVerticesArgs) String() string
- func (p *GraphStorageServiceAddVerticesArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceAddVerticesArgsBuilder
- type GraphStorageServiceAddVerticesResult
- func (p *GraphStorageServiceAddVerticesResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceAddVerticesResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceAddVerticesResult) IsSetSuccess() bool
- func (p *GraphStorageServiceAddVerticesResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceAddVerticesResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceAddVerticesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceAddVerticesResult
- func (p *GraphStorageServiceAddVerticesResult) String() string
- func (p *GraphStorageServiceAddVerticesResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceAddVerticesResultBuilder
- type GraphStorageServiceChainAddEdgesArgs
- func (p *GraphStorageServiceChainAddEdgesArgs) GetReq() *AddEdgesRequest
- func (p *GraphStorageServiceChainAddEdgesArgs) IsSetReq() bool
- func (p *GraphStorageServiceChainAddEdgesArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceChainAddEdgesArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceChainAddEdgesArgs) SetReq(req *AddEdgesRequest) *GraphStorageServiceChainAddEdgesArgs
- func (p *GraphStorageServiceChainAddEdgesArgs) String() string
- func (p *GraphStorageServiceChainAddEdgesArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceChainAddEdgesArgsBuilder
- type GraphStorageServiceChainAddEdgesResult
- func (p *GraphStorageServiceChainAddEdgesResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceChainAddEdgesResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceChainAddEdgesResult) IsSetSuccess() bool
- func (p *GraphStorageServiceChainAddEdgesResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceChainAddEdgesResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceChainAddEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceChainAddEdgesResult
- func (p *GraphStorageServiceChainAddEdgesResult) String() string
- func (p *GraphStorageServiceChainAddEdgesResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceChainAddEdgesResultBuilder
- type GraphStorageServiceChainDeleteEdgesArgs
- func (p *GraphStorageServiceChainDeleteEdgesArgs) GetReq() *DeleteEdgesRequest
- func (p *GraphStorageServiceChainDeleteEdgesArgs) IsSetReq() bool
- func (p *GraphStorageServiceChainDeleteEdgesArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceChainDeleteEdgesArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceChainDeleteEdgesArgs) SetReq(req *DeleteEdgesRequest) *GraphStorageServiceChainDeleteEdgesArgs
- func (p *GraphStorageServiceChainDeleteEdgesArgs) String() string
- func (p *GraphStorageServiceChainDeleteEdgesArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceChainDeleteEdgesArgsBuilder
- type GraphStorageServiceChainDeleteEdgesResult
- func (p *GraphStorageServiceChainDeleteEdgesResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceChainDeleteEdgesResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceChainDeleteEdgesResult) IsSetSuccess() bool
- func (p *GraphStorageServiceChainDeleteEdgesResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceChainDeleteEdgesResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceChainDeleteEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceChainDeleteEdgesResult
- func (p *GraphStorageServiceChainDeleteEdgesResult) String() string
- func (p *GraphStorageServiceChainDeleteEdgesResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceChainDeleteEdgesResultBuilder
- type GraphStorageServiceChainUpdateEdgeArgs
- func (p *GraphStorageServiceChainUpdateEdgeArgs) GetReq() *UpdateEdgeRequest
- func (p *GraphStorageServiceChainUpdateEdgeArgs) IsSetReq() bool
- func (p *GraphStorageServiceChainUpdateEdgeArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceChainUpdateEdgeArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceChainUpdateEdgeArgs) SetReq(req *UpdateEdgeRequest) *GraphStorageServiceChainUpdateEdgeArgs
- func (p *GraphStorageServiceChainUpdateEdgeArgs) String() string
- func (p *GraphStorageServiceChainUpdateEdgeArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceChainUpdateEdgeArgsBuilder
- type GraphStorageServiceChainUpdateEdgeResult
- func (p *GraphStorageServiceChainUpdateEdgeResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceChainUpdateEdgeResult) GetSuccess() *UpdateResponse
- func (p *GraphStorageServiceChainUpdateEdgeResult) IsSetSuccess() bool
- func (p *GraphStorageServiceChainUpdateEdgeResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceChainUpdateEdgeResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceChainUpdateEdgeResult) SetSuccess(success *UpdateResponse) *GraphStorageServiceChainUpdateEdgeResult
- func (p *GraphStorageServiceChainUpdateEdgeResult) String() string
- func (p *GraphStorageServiceChainUpdateEdgeResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceChainUpdateEdgeResultBuilder
- type GraphStorageServiceChannelClient
- func (p *GraphStorageServiceChannelClient) AddEdges(ctx context.Context, req *AddEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) AddVertices(ctx context.Context, req *AddVerticesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) ChainAddEdges(ctx context.Context, req *AddEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) ChainDeleteEdges(ctx context.Context, req *DeleteEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) ChainUpdateEdge(ctx context.Context, req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
- func (c *GraphStorageServiceChannelClient) Close() error
- func (p *GraphStorageServiceChannelClient) DeleteEdges(ctx context.Context, req *DeleteEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) DeleteTags(ctx context.Context, req *DeleteTagsRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) DeleteVertices(ctx context.Context, req *DeleteVerticesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) Get(ctx context.Context, req *KVGetRequest) (_r *KVGetResponse, err error)
- func (p *GraphStorageServiceChannelClient) GetDstBySrc(ctx context.Context, req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error)
- func (p *GraphStorageServiceChannelClient) GetNeighbors(ctx context.Context, req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error)
- func (p *GraphStorageServiceChannelClient) GetProps(ctx context.Context, req *GetPropRequest) (_r *GetPropResponse, err error)
- func (p *GraphStorageServiceChannelClient) GetUUID(ctx context.Context, req *GetUUIDReq) (_r *GetUUIDResp, err error)
- func (c *GraphStorageServiceChannelClient) IsOpen() bool
- func (p *GraphStorageServiceChannelClient) LookupAndTraverse(ctx context.Context, req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error)
- func (p *GraphStorageServiceChannelClient) LookupIndex(ctx context.Context, req *LookupIndexRequest) (_r *LookupIndexResp, err error)
- func (c *GraphStorageServiceChannelClient) Open() error
- func (p *GraphStorageServiceChannelClient) Put(ctx context.Context, req *KVPutRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) Remove(ctx context.Context, req *KVRemoveRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceChannelClient) ScanEdge(ctx context.Context, req *ScanEdgeRequest) (_r *ScanResponse, err error)
- func (p *GraphStorageServiceChannelClient) ScanVertex(ctx context.Context, req *ScanVertexRequest) (_r *ScanResponse, err error)
- func (p *GraphStorageServiceChannelClient) UpdateEdge(ctx context.Context, req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
- func (p *GraphStorageServiceChannelClient) UpdateVertex(ctx context.Context, req *UpdateVertexRequest) (_r *UpdateResponse, err error)
- type GraphStorageServiceClient
- func NewGraphStorageServiceClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *GraphStorageServiceClient
- func NewGraphStorageServiceClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *GraphStorageServiceClient
- func NewGraphStorageServiceClientProtocol(prot thrift.Protocol) *GraphStorageServiceClient
- func (p *GraphStorageServiceClient) AddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) AddVertices(req *AddVerticesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) ChainAddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) ChainDeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) ChainUpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
- func (client *GraphStorageServiceClient) Close() error
- func (p *GraphStorageServiceClient) DeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) DeleteTags(req *DeleteTagsRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) DeleteVertices(req *DeleteVerticesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) Get(req *KVGetRequest) (_r *KVGetResponse, err error)
- func (p *GraphStorageServiceClient) GetDstBySrc(req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error)
- func (p *GraphStorageServiceClient) GetNeighbors(req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error)
- func (p *GraphStorageServiceClient) GetProps(req *GetPropRequest) (_r *GetPropResponse, err error)
- func (p *GraphStorageServiceClient) GetUUID(req *GetUUIDReq) (_r *GetUUIDResp, err error)
- func (client *GraphStorageServiceClient) IsOpen() bool
- func (p *GraphStorageServiceClient) LookupAndTraverse(req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error)
- func (p *GraphStorageServiceClient) LookupIndex(req *LookupIndexRequest) (_r *LookupIndexResp, err error)
- func (client *GraphStorageServiceClient) Open() error
- func (p *GraphStorageServiceClient) Put(req *KVPutRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) Remove(req *KVRemoveRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceClient) ScanEdge(req *ScanEdgeRequest) (_r *ScanResponse, err error)
- func (p *GraphStorageServiceClient) ScanVertex(req *ScanVertexRequest) (_r *ScanResponse, err error)
- func (p *GraphStorageServiceClient) UpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
- func (p *GraphStorageServiceClient) UpdateVertex(req *UpdateVertexRequest) (_r *UpdateResponse, err error)
- type GraphStorageServiceClientInterface
- type GraphStorageServiceDeleteEdgesArgs
- func (p *GraphStorageServiceDeleteEdgesArgs) GetReq() *DeleteEdgesRequest
- func (p *GraphStorageServiceDeleteEdgesArgs) IsSetReq() bool
- func (p *GraphStorageServiceDeleteEdgesArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceDeleteEdgesArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceDeleteEdgesArgs) SetReq(req *DeleteEdgesRequest) *GraphStorageServiceDeleteEdgesArgs
- func (p *GraphStorageServiceDeleteEdgesArgs) String() string
- func (p *GraphStorageServiceDeleteEdgesArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceDeleteEdgesArgsBuilder
- type GraphStorageServiceDeleteEdgesResult
- func (p *GraphStorageServiceDeleteEdgesResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceDeleteEdgesResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceDeleteEdgesResult) IsSetSuccess() bool
- func (p *GraphStorageServiceDeleteEdgesResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceDeleteEdgesResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceDeleteEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceDeleteEdgesResult
- func (p *GraphStorageServiceDeleteEdgesResult) String() string
- func (p *GraphStorageServiceDeleteEdgesResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceDeleteEdgesResultBuilder
- type GraphStorageServiceDeleteTagsArgs
- func (p *GraphStorageServiceDeleteTagsArgs) GetReq() *DeleteTagsRequest
- func (p *GraphStorageServiceDeleteTagsArgs) IsSetReq() bool
- func (p *GraphStorageServiceDeleteTagsArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceDeleteTagsArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceDeleteTagsArgs) SetReq(req *DeleteTagsRequest) *GraphStorageServiceDeleteTagsArgs
- func (p *GraphStorageServiceDeleteTagsArgs) String() string
- func (p *GraphStorageServiceDeleteTagsArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceDeleteTagsArgsBuilder
- type GraphStorageServiceDeleteTagsResult
- func (p *GraphStorageServiceDeleteTagsResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceDeleteTagsResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceDeleteTagsResult) IsSetSuccess() bool
- func (p *GraphStorageServiceDeleteTagsResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceDeleteTagsResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceDeleteTagsResult) SetSuccess(success *ExecResponse) *GraphStorageServiceDeleteTagsResult
- func (p *GraphStorageServiceDeleteTagsResult) String() string
- func (p *GraphStorageServiceDeleteTagsResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceDeleteTagsResultBuilder
- type GraphStorageServiceDeleteVerticesArgs
- func (p *GraphStorageServiceDeleteVerticesArgs) GetReq() *DeleteVerticesRequest
- func (p *GraphStorageServiceDeleteVerticesArgs) IsSetReq() bool
- func (p *GraphStorageServiceDeleteVerticesArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceDeleteVerticesArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceDeleteVerticesArgs) SetReq(req *DeleteVerticesRequest) *GraphStorageServiceDeleteVerticesArgs
- func (p *GraphStorageServiceDeleteVerticesArgs) String() string
- func (p *GraphStorageServiceDeleteVerticesArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceDeleteVerticesArgsBuilder
- type GraphStorageServiceDeleteVerticesResult
- func (p *GraphStorageServiceDeleteVerticesResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceDeleteVerticesResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceDeleteVerticesResult) IsSetSuccess() bool
- func (p *GraphStorageServiceDeleteVerticesResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceDeleteVerticesResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceDeleteVerticesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceDeleteVerticesResult
- func (p *GraphStorageServiceDeleteVerticesResult) String() string
- func (p *GraphStorageServiceDeleteVerticesResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceDeleteVerticesResultBuilder
- type GraphStorageServiceGetArgs
- func (p *GraphStorageServiceGetArgs) GetReq() *KVGetRequest
- func (p *GraphStorageServiceGetArgs) IsSetReq() bool
- func (p *GraphStorageServiceGetArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetArgs) SetReq(req *KVGetRequest) *GraphStorageServiceGetArgs
- func (p *GraphStorageServiceGetArgs) String() string
- func (p *GraphStorageServiceGetArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetArgsBuilder
- type GraphStorageServiceGetDstBySrcArgs
- func (p *GraphStorageServiceGetDstBySrcArgs) GetReq() *GetDstBySrcRequest
- func (p *GraphStorageServiceGetDstBySrcArgs) IsSetReq() bool
- func (p *GraphStorageServiceGetDstBySrcArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetDstBySrcArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetDstBySrcArgs) SetReq(req *GetDstBySrcRequest) *GraphStorageServiceGetDstBySrcArgs
- func (p *GraphStorageServiceGetDstBySrcArgs) String() string
- func (p *GraphStorageServiceGetDstBySrcArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetDstBySrcArgsBuilder
- type GraphStorageServiceGetDstBySrcResult
- func (p *GraphStorageServiceGetDstBySrcResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceGetDstBySrcResult) GetSuccess() *GetDstBySrcResponse
- func (p *GraphStorageServiceGetDstBySrcResult) IsSetSuccess() bool
- func (p *GraphStorageServiceGetDstBySrcResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetDstBySrcResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetDstBySrcResult) SetSuccess(success *GetDstBySrcResponse) *GraphStorageServiceGetDstBySrcResult
- func (p *GraphStorageServiceGetDstBySrcResult) String() string
- func (p *GraphStorageServiceGetDstBySrcResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetDstBySrcResultBuilder
- type GraphStorageServiceGetNeighborsArgs
- func (p *GraphStorageServiceGetNeighborsArgs) GetReq() *GetNeighborsRequest
- func (p *GraphStorageServiceGetNeighborsArgs) IsSetReq() bool
- func (p *GraphStorageServiceGetNeighborsArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetNeighborsArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetNeighborsArgs) SetReq(req *GetNeighborsRequest) *GraphStorageServiceGetNeighborsArgs
- func (p *GraphStorageServiceGetNeighborsArgs) String() string
- func (p *GraphStorageServiceGetNeighborsArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetNeighborsArgsBuilder
- type GraphStorageServiceGetNeighborsResult
- func (p *GraphStorageServiceGetNeighborsResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceGetNeighborsResult) GetSuccess() *GetNeighborsResponse
- func (p *GraphStorageServiceGetNeighborsResult) IsSetSuccess() bool
- func (p *GraphStorageServiceGetNeighborsResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetNeighborsResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetNeighborsResult) SetSuccess(success *GetNeighborsResponse) *GraphStorageServiceGetNeighborsResult
- func (p *GraphStorageServiceGetNeighborsResult) String() string
- func (p *GraphStorageServiceGetNeighborsResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetNeighborsResultBuilder
- type GraphStorageServiceGetPropsArgs
- func (p *GraphStorageServiceGetPropsArgs) GetReq() *GetPropRequest
- func (p *GraphStorageServiceGetPropsArgs) IsSetReq() bool
- func (p *GraphStorageServiceGetPropsArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetPropsArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetPropsArgs) SetReq(req *GetPropRequest) *GraphStorageServiceGetPropsArgs
- func (p *GraphStorageServiceGetPropsArgs) String() string
- func (p *GraphStorageServiceGetPropsArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetPropsArgsBuilder
- type GraphStorageServiceGetPropsResult
- func (p *GraphStorageServiceGetPropsResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceGetPropsResult) GetSuccess() *GetPropResponse
- func (p *GraphStorageServiceGetPropsResult) IsSetSuccess() bool
- func (p *GraphStorageServiceGetPropsResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetPropsResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetPropsResult) SetSuccess(success *GetPropResponse) *GraphStorageServiceGetPropsResult
- func (p *GraphStorageServiceGetPropsResult) String() string
- func (p *GraphStorageServiceGetPropsResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetPropsResultBuilder
- type GraphStorageServiceGetResult
- func (p *GraphStorageServiceGetResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceGetResult) GetSuccess() *KVGetResponse
- func (p *GraphStorageServiceGetResult) IsSetSuccess() bool
- func (p *GraphStorageServiceGetResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetResult) SetSuccess(success *KVGetResponse) *GraphStorageServiceGetResult
- func (p *GraphStorageServiceGetResult) String() string
- func (p *GraphStorageServiceGetResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetResultBuilder
- type GraphStorageServiceGetUUIDArgs
- func (p *GraphStorageServiceGetUUIDArgs) GetReq() *GetUUIDReq
- func (p *GraphStorageServiceGetUUIDArgs) IsSetReq() bool
- func (p *GraphStorageServiceGetUUIDArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetUUIDArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetUUIDArgs) SetReq(req *GetUUIDReq) *GraphStorageServiceGetUUIDArgs
- func (p *GraphStorageServiceGetUUIDArgs) String() string
- func (p *GraphStorageServiceGetUUIDArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetUUIDArgsBuilder
- type GraphStorageServiceGetUUIDResult
- func (p *GraphStorageServiceGetUUIDResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceGetUUIDResult) GetSuccess() *GetUUIDResp
- func (p *GraphStorageServiceGetUUIDResult) IsSetSuccess() bool
- func (p *GraphStorageServiceGetUUIDResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceGetUUIDResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceGetUUIDResult) SetSuccess(success *GetUUIDResp) *GraphStorageServiceGetUUIDResult
- func (p *GraphStorageServiceGetUUIDResult) String() string
- func (p *GraphStorageServiceGetUUIDResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceGetUUIDResultBuilder
- type GraphStorageServiceLookupAndTraverseArgs
- func (p *GraphStorageServiceLookupAndTraverseArgs) GetReq() *LookupAndTraverseRequest
- func (p *GraphStorageServiceLookupAndTraverseArgs) IsSetReq() bool
- func (p *GraphStorageServiceLookupAndTraverseArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceLookupAndTraverseArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceLookupAndTraverseArgs) SetReq(req *LookupAndTraverseRequest) *GraphStorageServiceLookupAndTraverseArgs
- func (p *GraphStorageServiceLookupAndTraverseArgs) String() string
- func (p *GraphStorageServiceLookupAndTraverseArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceLookupAndTraverseArgsBuilder
- type GraphStorageServiceLookupAndTraverseResult
- func (p *GraphStorageServiceLookupAndTraverseResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceLookupAndTraverseResult) GetSuccess() *GetNeighborsResponse
- func (p *GraphStorageServiceLookupAndTraverseResult) IsSetSuccess() bool
- func (p *GraphStorageServiceLookupAndTraverseResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceLookupAndTraverseResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceLookupAndTraverseResult) SetSuccess(success *GetNeighborsResponse) *GraphStorageServiceLookupAndTraverseResult
- func (p *GraphStorageServiceLookupAndTraverseResult) String() string
- func (p *GraphStorageServiceLookupAndTraverseResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceLookupAndTraverseResultBuilder
- type GraphStorageServiceLookupIndexArgs
- func (p *GraphStorageServiceLookupIndexArgs) GetReq() *LookupIndexRequest
- func (p *GraphStorageServiceLookupIndexArgs) IsSetReq() bool
- func (p *GraphStorageServiceLookupIndexArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceLookupIndexArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceLookupIndexArgs) SetReq(req *LookupIndexRequest) *GraphStorageServiceLookupIndexArgs
- func (p *GraphStorageServiceLookupIndexArgs) String() string
- func (p *GraphStorageServiceLookupIndexArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceLookupIndexArgsBuilder
- type GraphStorageServiceLookupIndexResult
- func (p *GraphStorageServiceLookupIndexResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceLookupIndexResult) GetSuccess() *LookupIndexResp
- func (p *GraphStorageServiceLookupIndexResult) IsSetSuccess() bool
- func (p *GraphStorageServiceLookupIndexResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceLookupIndexResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceLookupIndexResult) SetSuccess(success *LookupIndexResp) *GraphStorageServiceLookupIndexResult
- func (p *GraphStorageServiceLookupIndexResult) String() string
- func (p *GraphStorageServiceLookupIndexResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceLookupIndexResultBuilder
- type GraphStorageServiceProcessor
- func (p *GraphStorageServiceProcessor) AddToFunctionServiceMap(key, service string)
- func (p *GraphStorageServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunctionContext)
- func (p *GraphStorageServiceProcessor) FunctionServiceMap() map[string]string
- func (p *GraphStorageServiceProcessor) GetProcessorFunctionContext(key string) (processor thrift.ProcessorFunctionContext, err error)
- func (p *GraphStorageServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunctionContext
- type GraphStorageServicePutArgs
- func (p *GraphStorageServicePutArgs) GetReq() *KVPutRequest
- func (p *GraphStorageServicePutArgs) IsSetReq() bool
- func (p *GraphStorageServicePutArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServicePutArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServicePutArgs) SetReq(req *KVPutRequest) *GraphStorageServicePutArgs
- func (p *GraphStorageServicePutArgs) String() string
- func (p *GraphStorageServicePutArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServicePutArgsBuilder
- type GraphStorageServicePutResult
- func (p *GraphStorageServicePutResult) Exception() thrift.WritableException
- func (p *GraphStorageServicePutResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServicePutResult) IsSetSuccess() bool
- func (p *GraphStorageServicePutResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServicePutResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServicePutResult) SetSuccess(success *ExecResponse) *GraphStorageServicePutResult
- func (p *GraphStorageServicePutResult) String() string
- func (p *GraphStorageServicePutResult) Write(oprot thrift.Protocol) error
- type GraphStorageServicePutResultBuilder
- type GraphStorageServiceRemoveArgs
- func (p *GraphStorageServiceRemoveArgs) GetReq() *KVRemoveRequest
- func (p *GraphStorageServiceRemoveArgs) IsSetReq() bool
- func (p *GraphStorageServiceRemoveArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceRemoveArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceRemoveArgs) SetReq(req *KVRemoveRequest) *GraphStorageServiceRemoveArgs
- func (p *GraphStorageServiceRemoveArgs) String() string
- func (p *GraphStorageServiceRemoveArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceRemoveArgsBuilder
- type GraphStorageServiceRemoveResult
- func (p *GraphStorageServiceRemoveResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceRemoveResult) GetSuccess() *ExecResponse
- func (p *GraphStorageServiceRemoveResult) IsSetSuccess() bool
- func (p *GraphStorageServiceRemoveResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceRemoveResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceRemoveResult) SetSuccess(success *ExecResponse) *GraphStorageServiceRemoveResult
- func (p *GraphStorageServiceRemoveResult) String() string
- func (p *GraphStorageServiceRemoveResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceRemoveResultBuilder
- type GraphStorageServiceScanEdgeArgs
- func (p *GraphStorageServiceScanEdgeArgs) GetReq() *ScanEdgeRequest
- func (p *GraphStorageServiceScanEdgeArgs) IsSetReq() bool
- func (p *GraphStorageServiceScanEdgeArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceScanEdgeArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceScanEdgeArgs) SetReq(req *ScanEdgeRequest) *GraphStorageServiceScanEdgeArgs
- func (p *GraphStorageServiceScanEdgeArgs) String() string
- func (p *GraphStorageServiceScanEdgeArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceScanEdgeArgsBuilder
- type GraphStorageServiceScanEdgeResult
- func (p *GraphStorageServiceScanEdgeResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceScanEdgeResult) GetSuccess() *ScanResponse
- func (p *GraphStorageServiceScanEdgeResult) IsSetSuccess() bool
- func (p *GraphStorageServiceScanEdgeResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceScanEdgeResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceScanEdgeResult) SetSuccess(success *ScanResponse) *GraphStorageServiceScanEdgeResult
- func (p *GraphStorageServiceScanEdgeResult) String() string
- func (p *GraphStorageServiceScanEdgeResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceScanEdgeResultBuilder
- type GraphStorageServiceScanVertexArgs
- func (p *GraphStorageServiceScanVertexArgs) GetReq() *ScanVertexRequest
- func (p *GraphStorageServiceScanVertexArgs) IsSetReq() bool
- func (p *GraphStorageServiceScanVertexArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceScanVertexArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceScanVertexArgs) SetReq(req *ScanVertexRequest) *GraphStorageServiceScanVertexArgs
- func (p *GraphStorageServiceScanVertexArgs) String() string
- func (p *GraphStorageServiceScanVertexArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceScanVertexArgsBuilder
- type GraphStorageServiceScanVertexResult
- func (p *GraphStorageServiceScanVertexResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceScanVertexResult) GetSuccess() *ScanResponse
- func (p *GraphStorageServiceScanVertexResult) IsSetSuccess() bool
- func (p *GraphStorageServiceScanVertexResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceScanVertexResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceScanVertexResult) SetSuccess(success *ScanResponse) *GraphStorageServiceScanVertexResult
- func (p *GraphStorageServiceScanVertexResult) String() string
- func (p *GraphStorageServiceScanVertexResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceScanVertexResultBuilder
- type GraphStorageServiceThreadsafeClient
- func NewGraphStorageServiceThreadsafeClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *GraphStorageServiceThreadsafeClient
- func NewGraphStorageServiceThreadsafeClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *GraphStorageServiceThreadsafeClient
- func NewGraphStorageServiceThreadsafeClientProtocol(prot thrift.Protocol) *GraphStorageServiceThreadsafeClient
- func (p *GraphStorageServiceThreadsafeClient) AddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) AddVertices(req *AddVerticesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) ChainAddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) ChainDeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) ChainUpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
- func (client *GraphStorageServiceThreadsafeClient) Close() error
- func (p *GraphStorageServiceThreadsafeClient) DeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) DeleteTags(req *DeleteTagsRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) DeleteVertices(req *DeleteVerticesRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) Get(req *KVGetRequest) (_r *KVGetResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) GetDstBySrc(req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) GetNeighbors(req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) GetProps(req *GetPropRequest) (_r *GetPropResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) GetUUID(req *GetUUIDReq) (_r *GetUUIDResp, err error)
- func (client *GraphStorageServiceThreadsafeClient) IsOpen() bool
- func (p *GraphStorageServiceThreadsafeClient) LookupAndTraverse(req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) LookupIndex(req *LookupIndexRequest) (_r *LookupIndexResp, err error)
- func (client *GraphStorageServiceThreadsafeClient) Open() error
- func (p *GraphStorageServiceThreadsafeClient) Put(req *KVPutRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) Remove(req *KVRemoveRequest) (_r *ExecResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) ScanEdge(req *ScanEdgeRequest) (_r *ScanResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) ScanVertex(req *ScanVertexRequest) (_r *ScanResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) UpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
- func (p *GraphStorageServiceThreadsafeClient) UpdateVertex(req *UpdateVertexRequest) (_r *UpdateResponse, err error)
- type GraphStorageServiceUpdateEdgeArgs
- func (p *GraphStorageServiceUpdateEdgeArgs) GetReq() *UpdateEdgeRequest
- func (p *GraphStorageServiceUpdateEdgeArgs) IsSetReq() bool
- func (p *GraphStorageServiceUpdateEdgeArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceUpdateEdgeArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceUpdateEdgeArgs) SetReq(req *UpdateEdgeRequest) *GraphStorageServiceUpdateEdgeArgs
- func (p *GraphStorageServiceUpdateEdgeArgs) String() string
- func (p *GraphStorageServiceUpdateEdgeArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceUpdateEdgeArgsBuilder
- type GraphStorageServiceUpdateEdgeResult
- func (p *GraphStorageServiceUpdateEdgeResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceUpdateEdgeResult) GetSuccess() *UpdateResponse
- func (p *GraphStorageServiceUpdateEdgeResult) IsSetSuccess() bool
- func (p *GraphStorageServiceUpdateEdgeResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceUpdateEdgeResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceUpdateEdgeResult) SetSuccess(success *UpdateResponse) *GraphStorageServiceUpdateEdgeResult
- func (p *GraphStorageServiceUpdateEdgeResult) String() string
- func (p *GraphStorageServiceUpdateEdgeResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceUpdateEdgeResultBuilder
- type GraphStorageServiceUpdateVertexArgs
- func (p *GraphStorageServiceUpdateVertexArgs) GetReq() *UpdateVertexRequest
- func (p *GraphStorageServiceUpdateVertexArgs) IsSetReq() bool
- func (p *GraphStorageServiceUpdateVertexArgs) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceUpdateVertexArgs) ReadField1(iprot thrift.Protocol) error
- func (g *GraphStorageServiceUpdateVertexArgs) SetReq(req *UpdateVertexRequest) *GraphStorageServiceUpdateVertexArgs
- func (p *GraphStorageServiceUpdateVertexArgs) String() string
- func (p *GraphStorageServiceUpdateVertexArgs) Write(oprot thrift.Protocol) error
- type GraphStorageServiceUpdateVertexArgsBuilder
- type GraphStorageServiceUpdateVertexResult
- func (p *GraphStorageServiceUpdateVertexResult) Exception() thrift.WritableException
- func (p *GraphStorageServiceUpdateVertexResult) GetSuccess() *UpdateResponse
- func (p *GraphStorageServiceUpdateVertexResult) IsSetSuccess() bool
- func (p *GraphStorageServiceUpdateVertexResult) Read(iprot thrift.Protocol) error
- func (p *GraphStorageServiceUpdateVertexResult) ReadField0(iprot thrift.Protocol) error
- func (g *GraphStorageServiceUpdateVertexResult) SetSuccess(success *UpdateResponse) *GraphStorageServiceUpdateVertexResult
- func (p *GraphStorageServiceUpdateVertexResult) String() string
- func (p *GraphStorageServiceUpdateVertexResult) Write(oprot thrift.Protocol) error
- type GraphStorageServiceUpdateVertexResultBuilder
- type IndexColumnHint
- func (p *IndexColumnHint) GetBeginValue() *nebula0.Value
- func (p *IndexColumnHint) GetColumnName() []byte
- func (p *IndexColumnHint) GetEndValue() *nebula0.Value
- func (p *IndexColumnHint) GetIncludeBegin() bool
- func (p *IndexColumnHint) GetIncludeEnd() bool
- func (p *IndexColumnHint) GetScanType() ScanType
- func (p *IndexColumnHint) IsSetBeginValue() bool
- func (p *IndexColumnHint) IsSetEndValue() bool
- func (p *IndexColumnHint) Read(iprot thrift.Protocol) error
- func (p *IndexColumnHint) ReadField1(iprot thrift.Protocol) error
- func (p *IndexColumnHint) ReadField2(iprot thrift.Protocol) error
- func (p *IndexColumnHint) ReadField3(iprot thrift.Protocol) error
- func (p *IndexColumnHint) ReadField4(iprot thrift.Protocol) error
- func (p *IndexColumnHint) ReadField5(iprot thrift.Protocol) error
- func (p *IndexColumnHint) ReadField6(iprot thrift.Protocol) error
- func (i *IndexColumnHint) SetBeginValue(beginValue *nebula0.Value) *IndexColumnHint
- func (i *IndexColumnHint) SetColumnName(columnName []byte) *IndexColumnHint
- func (i *IndexColumnHint) SetEndValue(endValue *nebula0.Value) *IndexColumnHint
- func (i *IndexColumnHint) SetIncludeBegin(includeBegin bool) *IndexColumnHint
- func (i *IndexColumnHint) SetIncludeEnd(includeEnd bool) *IndexColumnHint
- func (i *IndexColumnHint) SetScanType(scanType ScanType) *IndexColumnHint
- func (p *IndexColumnHint) String() string
- func (p *IndexColumnHint) Write(oprot thrift.Protocol) error
- type IndexColumnHintBuilder
- func (i *IndexColumnHintBuilder) BeginValue(beginValue *nebula0.Value) *IndexColumnHintBuilder
- func (i *IndexColumnHintBuilder) ColumnName(columnName []byte) *IndexColumnHintBuilder
- func (p IndexColumnHintBuilder) Emit() *IndexColumnHint
- func (i *IndexColumnHintBuilder) EndValue(endValue *nebula0.Value) *IndexColumnHintBuilder
- func (i *IndexColumnHintBuilder) IncludeBegin(includeBegin bool) *IndexColumnHintBuilder
- func (i *IndexColumnHintBuilder) IncludeEnd(includeEnd bool) *IndexColumnHintBuilder
- func (i *IndexColumnHintBuilder) ScanType(scanType ScanType) *IndexColumnHintBuilder
- type IndexQueryContext
- func (p *IndexQueryContext) GetColumnHints() []*IndexColumnHint
- func (p *IndexQueryContext) GetFilter() []byte
- func (p *IndexQueryContext) GetIndexID() nebula0.IndexID
- func (p *IndexQueryContext) Read(iprot thrift.Protocol) error
- func (p *IndexQueryContext) ReadField1(iprot thrift.Protocol) error
- func (p *IndexQueryContext) ReadField2(iprot thrift.Protocol) error
- func (p *IndexQueryContext) ReadField3(iprot thrift.Protocol) error
- func (i *IndexQueryContext) SetColumnHints(columnHints []*IndexColumnHint) *IndexQueryContext
- func (i *IndexQueryContext) SetFilter(filter []byte) *IndexQueryContext
- func (i *IndexQueryContext) SetIndexID(indexID nebula0.IndexID) *IndexQueryContext
- func (p *IndexQueryContext) String() string
- func (p *IndexQueryContext) Write(oprot thrift.Protocol) error
- type IndexQueryContextBuilder
- func (i *IndexQueryContextBuilder) ColumnHints(columnHints []*IndexColumnHint) *IndexQueryContextBuilder
- func (p IndexQueryContextBuilder) Emit() *IndexQueryContext
- func (i *IndexQueryContextBuilder) Filter(filter []byte) *IndexQueryContextBuilder
- func (i *IndexQueryContextBuilder) IndexID(indexID nebula0.IndexID) *IndexQueryContextBuilder
- type IndexSpec
- func (p *IndexSpec) GetContexts() []*IndexQueryContext
- func (p *IndexSpec) GetSchemaID() *nebula0.SchemaID
- func (p *IndexSpec) IsSetSchemaID() bool
- func (p *IndexSpec) Read(iprot thrift.Protocol) error
- func (p *IndexSpec) ReadField1(iprot thrift.Protocol) error
- func (p *IndexSpec) ReadField2(iprot thrift.Protocol) error
- func (i *IndexSpec) SetContexts(contexts []*IndexQueryContext) *IndexSpec
- func (i *IndexSpec) SetSchemaID(schemaID *nebula0.SchemaID) *IndexSpec
- func (p *IndexSpec) String() string
- func (p *IndexSpec) Write(oprot thrift.Protocol) error
- type IndexSpecBuilder
- type KVGetRequest
- func (p *KVGetRequest) GetParts() map[nebula0.PartitionID][][]byte
- func (p *KVGetRequest) GetReturnPartly() bool
- func (p *KVGetRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *KVGetRequest) Read(iprot thrift.Protocol) error
- func (p *KVGetRequest) ReadField1(iprot thrift.Protocol) error
- func (p *KVGetRequest) ReadField2(iprot thrift.Protocol) error
- func (p *KVGetRequest) ReadField3(iprot thrift.Protocol) error
- func (k *KVGetRequest) SetParts(parts map[nebula0.PartitionID][][]byte) *KVGetRequest
- func (k *KVGetRequest) SetReturnPartly(returnPartly bool) *KVGetRequest
- func (k *KVGetRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *KVGetRequest
- func (p *KVGetRequest) String() string
- func (p *KVGetRequest) Write(oprot thrift.Protocol) error
- type KVGetRequestBuilder
- func (p KVGetRequestBuilder) Emit() *KVGetRequest
- func (k *KVGetRequestBuilder) Parts(parts map[nebula0.PartitionID][][]byte) *KVGetRequestBuilder
- func (k *KVGetRequestBuilder) ReturnPartly(returnPartly bool) *KVGetRequestBuilder
- func (k *KVGetRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *KVGetRequestBuilder
- type KVGetResponse
- func (p *KVGetResponse) GetKeyValues() map[string][]byte
- func (p *KVGetResponse) GetResult_() *ResponseCommon
- func (p *KVGetResponse) IsSetResult_() bool
- func (p *KVGetResponse) Read(iprot thrift.Protocol) error
- func (p *KVGetResponse) ReadField1(iprot thrift.Protocol) error
- func (p *KVGetResponse) ReadField2(iprot thrift.Protocol) error
- func (k *KVGetResponse) SetKeyValues(keyValues map[string][]byte) *KVGetResponse
- func (k *KVGetResponse) SetResult_(result *ResponseCommon) *KVGetResponse
- func (p *KVGetResponse) String() string
- func (p *KVGetResponse) Write(oprot thrift.Protocol) error
- type KVGetResponseBuilder
- type KVPutRequest
- func (p *KVPutRequest) GetParts() map[nebula0.PartitionID][]*nebula0.KeyValue
- func (p *KVPutRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *KVPutRequest) Read(iprot thrift.Protocol) error
- func (p *KVPutRequest) ReadField1(iprot thrift.Protocol) error
- func (p *KVPutRequest) ReadField2(iprot thrift.Protocol) error
- func (k *KVPutRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.KeyValue) *KVPutRequest
- func (k *KVPutRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *KVPutRequest
- func (p *KVPutRequest) String() string
- func (p *KVPutRequest) Write(oprot thrift.Protocol) error
- type KVPutRequestBuilder
- type KVRemoveRequest
- func (p *KVRemoveRequest) GetParts() map[nebula0.PartitionID][][]byte
- func (p *KVRemoveRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *KVRemoveRequest) Read(iprot thrift.Protocol) error
- func (p *KVRemoveRequest) ReadField1(iprot thrift.Protocol) error
- func (p *KVRemoveRequest) ReadField2(iprot thrift.Protocol) error
- func (k *KVRemoveRequest) SetParts(parts map[nebula0.PartitionID][][]byte) *KVRemoveRequest
- func (k *KVRemoveRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *KVRemoveRequest
- func (p *KVRemoveRequest) String() string
- func (p *KVRemoveRequest) Write(oprot thrift.Protocol) error
- type KVRemoveRequestBuilder
- type ListClusterInfoReq
- type ListClusterInfoReqBuilder
- type ListClusterInfoResp
- func (p *ListClusterInfoResp) GetDir() *nebula0.DirInfo
- func (p *ListClusterInfoResp) GetResult_() *ResponseCommon
- func (p *ListClusterInfoResp) IsSetDir() bool
- func (p *ListClusterInfoResp) IsSetResult_() bool
- func (p *ListClusterInfoResp) Read(iprot thrift.Protocol) error
- func (p *ListClusterInfoResp) ReadField1(iprot thrift.Protocol) error
- func (p *ListClusterInfoResp) ReadField2(iprot thrift.Protocol) error
- func (l *ListClusterInfoResp) SetDir(dir *nebula0.DirInfo) *ListClusterInfoResp
- func (l *ListClusterInfoResp) SetResult_(result *ResponseCommon) *ListClusterInfoResp
- func (p *ListClusterInfoResp) String() string
- func (p *ListClusterInfoResp) Write(oprot thrift.Protocol) error
- type ListClusterInfoRespBuilder
- type LookupAndTraverseRequest
- func (p *LookupAndTraverseRequest) GetCommon() *RequestCommon
- func (p *LookupAndTraverseRequest) GetIndices() *IndexSpec
- func (p *LookupAndTraverseRequest) GetParts() []nebula0.PartitionID
- func (p *LookupAndTraverseRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *LookupAndTraverseRequest) GetTraverseSpec() *TraverseSpec
- func (p *LookupAndTraverseRequest) IsSetCommon() bool
- func (p *LookupAndTraverseRequest) IsSetIndices() bool
- func (p *LookupAndTraverseRequest) IsSetTraverseSpec() bool
- func (p *LookupAndTraverseRequest) Read(iprot thrift.Protocol) error
- func (p *LookupAndTraverseRequest) ReadField1(iprot thrift.Protocol) error
- func (p *LookupAndTraverseRequest) ReadField2(iprot thrift.Protocol) error
- func (p *LookupAndTraverseRequest) ReadField3(iprot thrift.Protocol) error
- func (p *LookupAndTraverseRequest) ReadField4(iprot thrift.Protocol) error
- func (p *LookupAndTraverseRequest) ReadField5(iprot thrift.Protocol) error
- func (l *LookupAndTraverseRequest) SetCommon(common *RequestCommon) *LookupAndTraverseRequest
- func (l *LookupAndTraverseRequest) SetIndices(indices *IndexSpec) *LookupAndTraverseRequest
- func (l *LookupAndTraverseRequest) SetParts(parts []nebula0.PartitionID) *LookupAndTraverseRequest
- func (l *LookupAndTraverseRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *LookupAndTraverseRequest
- func (l *LookupAndTraverseRequest) SetTraverseSpec(traverseSpec *TraverseSpec) *LookupAndTraverseRequest
- func (p *LookupAndTraverseRequest) String() string
- func (p *LookupAndTraverseRequest) Write(oprot thrift.Protocol) error
- type LookupAndTraverseRequestBuilder
- func (l *LookupAndTraverseRequestBuilder) Common(common *RequestCommon) *LookupAndTraverseRequestBuilder
- func (p LookupAndTraverseRequestBuilder) Emit() *LookupAndTraverseRequest
- func (l *LookupAndTraverseRequestBuilder) Indices(indices *IndexSpec) *LookupAndTraverseRequestBuilder
- func (l *LookupAndTraverseRequestBuilder) Parts(parts []nebula0.PartitionID) *LookupAndTraverseRequestBuilder
- func (l *LookupAndTraverseRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *LookupAndTraverseRequestBuilder
- func (l *LookupAndTraverseRequestBuilder) TraverseSpec(traverseSpec *TraverseSpec) *LookupAndTraverseRequestBuilder
- type LookupIndexRequest
- func (p *LookupIndexRequest) GetCommon() *RequestCommon
- func (p *LookupIndexRequest) GetIndices() *IndexSpec
- func (p *LookupIndexRequest) GetLimit() int64
- func (p *LookupIndexRequest) GetOrderBy() []*OrderBy
- func (p *LookupIndexRequest) GetParts() []nebula0.PartitionID
- func (p *LookupIndexRequest) GetReturnColumns() [][]byte
- func (p *LookupIndexRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *LookupIndexRequest) GetStatColumns() []*StatProp
- func (p *LookupIndexRequest) IsSetCommon() bool
- func (p *LookupIndexRequest) IsSetIndices() bool
- func (p *LookupIndexRequest) IsSetLimit() bool
- func (p *LookupIndexRequest) IsSetOrderBy() bool
- func (p *LookupIndexRequest) IsSetReturnColumns() bool
- func (p *LookupIndexRequest) IsSetStatColumns() bool
- func (p *LookupIndexRequest) Read(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField1(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField2(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField3(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField4(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField5(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField6(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField7(iprot thrift.Protocol) error
- func (p *LookupIndexRequest) ReadField8(iprot thrift.Protocol) error
- func (l *LookupIndexRequest) SetCommon(common *RequestCommon) *LookupIndexRequest
- func (l *LookupIndexRequest) SetIndices(indices *IndexSpec) *LookupIndexRequest
- func (l *LookupIndexRequest) SetLimit(limit *int64) *LookupIndexRequest
- func (l *LookupIndexRequest) SetOrderBy(orderBy []*OrderBy) *LookupIndexRequest
- func (l *LookupIndexRequest) SetParts(parts []nebula0.PartitionID) *LookupIndexRequest
- func (l *LookupIndexRequest) SetReturnColumns(returnColumns [][]byte) *LookupIndexRequest
- func (l *LookupIndexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *LookupIndexRequest
- func (l *LookupIndexRequest) SetStatColumns(statColumns []*StatProp) *LookupIndexRequest
- func (p *LookupIndexRequest) String() string
- func (p *LookupIndexRequest) Write(oprot thrift.Protocol) error
- type LookupIndexRequestBuilder
- func (l *LookupIndexRequestBuilder) Common(common *RequestCommon) *LookupIndexRequestBuilder
- func (p LookupIndexRequestBuilder) Emit() *LookupIndexRequest
- func (l *LookupIndexRequestBuilder) Indices(indices *IndexSpec) *LookupIndexRequestBuilder
- func (l *LookupIndexRequestBuilder) Limit(limit *int64) *LookupIndexRequestBuilder
- func (l *LookupIndexRequestBuilder) OrderBy(orderBy []*OrderBy) *LookupIndexRequestBuilder
- func (l *LookupIndexRequestBuilder) Parts(parts []nebula0.PartitionID) *LookupIndexRequestBuilder
- func (l *LookupIndexRequestBuilder) ReturnColumns(returnColumns [][]byte) *LookupIndexRequestBuilder
- func (l *LookupIndexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *LookupIndexRequestBuilder
- func (l *LookupIndexRequestBuilder) StatColumns(statColumns []*StatProp) *LookupIndexRequestBuilder
- type LookupIndexResp
- func (p *LookupIndexResp) GetData() *nebula0.DataSet
- func (p *LookupIndexResp) GetResult_() *ResponseCommon
- func (p *LookupIndexResp) GetStatData() *nebula0.DataSet
- func (p *LookupIndexResp) IsSetData() bool
- func (p *LookupIndexResp) IsSetResult_() bool
- func (p *LookupIndexResp) IsSetStatData() bool
- func (p *LookupIndexResp) Read(iprot thrift.Protocol) error
- func (p *LookupIndexResp) ReadField1(iprot thrift.Protocol) error
- func (p *LookupIndexResp) ReadField2(iprot thrift.Protocol) error
- func (p *LookupIndexResp) ReadField3(iprot thrift.Protocol) error
- func (l *LookupIndexResp) SetData(data *nebula0.DataSet) *LookupIndexResp
- func (l *LookupIndexResp) SetResult_(result *ResponseCommon) *LookupIndexResp
- func (l *LookupIndexResp) SetStatData(statData *nebula0.DataSet) *LookupIndexResp
- func (p *LookupIndexResp) String() string
- func (p *LookupIndexResp) Write(oprot thrift.Protocol) error
- type LookupIndexRespBuilder
- func (l *LookupIndexRespBuilder) Data(data *nebula0.DataSet) *LookupIndexRespBuilder
- func (p LookupIndexRespBuilder) Emit() *LookupIndexResp
- func (l *LookupIndexRespBuilder) Result_(result *ResponseCommon) *LookupIndexRespBuilder
- func (l *LookupIndexRespBuilder) StatData(statData *nebula0.DataSet) *LookupIndexRespBuilder
- type MemberChangeReq
- func (p *MemberChangeReq) GetAdd() bool
- func (p *MemberChangeReq) GetPartID() nebula0.PartitionID
- func (p *MemberChangeReq) GetPeer() *nebula0.HostAddr
- func (p *MemberChangeReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *MemberChangeReq) IsSetPeer() bool
- func (p *MemberChangeReq) Read(iprot thrift.Protocol) error
- func (p *MemberChangeReq) ReadField1(iprot thrift.Protocol) error
- func (p *MemberChangeReq) ReadField2(iprot thrift.Protocol) error
- func (p *MemberChangeReq) ReadField3(iprot thrift.Protocol) error
- func (p *MemberChangeReq) ReadField4(iprot thrift.Protocol) error
- func (m *MemberChangeReq) SetAdd(add bool) *MemberChangeReq
- func (m *MemberChangeReq) SetPartID(partID nebula0.PartitionID) *MemberChangeReq
- func (m *MemberChangeReq) SetPeer(peer *nebula0.HostAddr) *MemberChangeReq
- func (m *MemberChangeReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *MemberChangeReq
- func (p *MemberChangeReq) String() string
- func (p *MemberChangeReq) Write(oprot thrift.Protocol) error
- type MemberChangeReqBuilder
- func (m *MemberChangeReqBuilder) Add(add bool) *MemberChangeReqBuilder
- func (p MemberChangeReqBuilder) Emit() *MemberChangeReq
- func (m *MemberChangeReqBuilder) PartID(partID nebula0.PartitionID) *MemberChangeReqBuilder
- func (m *MemberChangeReqBuilder) Peer(peer *nebula0.HostAddr) *MemberChangeReqBuilder
- func (m *MemberChangeReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *MemberChangeReqBuilder
- type NewEdge_
- func (p *NewEdge_) GetKey() *EdgeKey
- func (p *NewEdge_) GetProps() []*nebula0.Value
- func (p *NewEdge_) IsSetKey() bool
- func (p *NewEdge_) Read(iprot thrift.Protocol) error
- func (p *NewEdge_) ReadField1(iprot thrift.Protocol) error
- func (p *NewEdge_) ReadField2(iprot thrift.Protocol) error
- func (n *NewEdge_) SetKey(key *EdgeKey) *NewEdge_
- func (n *NewEdge_) SetProps(props []*nebula0.Value) *NewEdge_
- func (p *NewEdge_) String() string
- func (p *NewEdge_) Write(oprot thrift.Protocol) error
- type NewEdge_Builder
- type NewTag_
- func (p *NewTag_) GetProps() []*nebula0.Value
- func (p *NewTag_) GetTagID() nebula0.TagID
- func (p *NewTag_) Read(iprot thrift.Protocol) error
- func (p *NewTag_) ReadField1(iprot thrift.Protocol) error
- func (p *NewTag_) ReadField2(iprot thrift.Protocol) error
- func (n *NewTag_) SetProps(props []*nebula0.Value) *NewTag_
- func (n *NewTag_) SetTagID(tagID nebula0.TagID) *NewTag_
- func (p *NewTag_) String() string
- func (p *NewTag_) Write(oprot thrift.Protocol) error
- type NewTag_Builder
- type NewVertex_
- func (p *NewVertex_) GetId() *nebula0.Value
- func (p *NewVertex_) GetTags() []*NewTag_
- func (p *NewVertex_) IsSetId() bool
- func (p *NewVertex_) Read(iprot thrift.Protocol) error
- func (p *NewVertex_) ReadField1(iprot thrift.Protocol) error
- func (p *NewVertex_) ReadField2(iprot thrift.Protocol) error
- func (n *NewVertex_) SetId(id *nebula0.Value) *NewVertex_
- func (n *NewVertex_) SetTags(tags []*NewTag_) *NewVertex_
- func (p *NewVertex_) String() string
- func (p *NewVertex_) Write(oprot thrift.Protocol) error
- type NewVertex_Builder
- type OrderBy
- func (p *OrderBy) GetDirection() OrderDirection
- func (p *OrderBy) GetProp() []byte
- func (p *OrderBy) Read(iprot thrift.Protocol) error
- func (p *OrderBy) ReadField1(iprot thrift.Protocol) error
- func (p *OrderBy) ReadField2(iprot thrift.Protocol) error
- func (o *OrderBy) SetDirection(direction OrderDirection) *OrderBy
- func (o *OrderBy) SetProp(prop []byte) *OrderBy
- func (p *OrderBy) String() string
- func (p *OrderBy) Write(oprot thrift.Protocol) error
- type OrderByBuilder
- type OrderDirection
- type PartitionResult_
- func (p *PartitionResult_) GetCode() nebula0.ErrorCode
- func (p *PartitionResult_) GetLeader() *nebula0.HostAddr
- func (p *PartitionResult_) GetPartID() nebula0.PartitionID
- func (p *PartitionResult_) IsSetLeader() bool
- func (p *PartitionResult_) Read(iprot thrift.Protocol) error
- func (p *PartitionResult_) ReadField1(iprot thrift.Protocol) error
- func (p *PartitionResult_) ReadField2(iprot thrift.Protocol) error
- func (p *PartitionResult_) ReadField3(iprot thrift.Protocol) error
- func (p *PartitionResult_) SetCode(code nebula0.ErrorCode) *PartitionResult_
- func (p *PartitionResult_) SetLeader(leader *nebula0.HostAddr) *PartitionResult_
- func (p *PartitionResult_) SetPartID(partID nebula0.PartitionID) *PartitionResult_
- func (p *PartitionResult_) String() string
- func (p *PartitionResult_) Write(oprot thrift.Protocol) error
- type PartitionResult_Builder
- func (p *PartitionResult_Builder) Code(code nebula0.ErrorCode) *PartitionResult_Builder
- func (p PartitionResult_Builder) Emit() *PartitionResult_
- func (p *PartitionResult_Builder) Leader(leader *nebula0.HostAddr) *PartitionResult_Builder
- func (p *PartitionResult_Builder) PartID(partID nebula0.PartitionID) *PartitionResult_Builder
- type RebuildIndexRequest
- func (p *RebuildIndexRequest) GetIndexID() nebula0.IndexID
- func (p *RebuildIndexRequest) GetParts() []nebula0.PartitionID
- func (p *RebuildIndexRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *RebuildIndexRequest) Read(iprot thrift.Protocol) error
- func (p *RebuildIndexRequest) ReadField1(iprot thrift.Protocol) error
- func (p *RebuildIndexRequest) ReadField2(iprot thrift.Protocol) error
- func (p *RebuildIndexRequest) ReadField3(iprot thrift.Protocol) error
- func (r *RebuildIndexRequest) SetIndexID(indexID nebula0.IndexID) *RebuildIndexRequest
- func (r *RebuildIndexRequest) SetParts(parts []nebula0.PartitionID) *RebuildIndexRequest
- func (r *RebuildIndexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *RebuildIndexRequest
- func (p *RebuildIndexRequest) String() string
- func (p *RebuildIndexRequest) Write(oprot thrift.Protocol) error
- type RebuildIndexRequestBuilder
- func (p RebuildIndexRequestBuilder) Emit() *RebuildIndexRequest
- func (r *RebuildIndexRequestBuilder) IndexID(indexID nebula0.IndexID) *RebuildIndexRequestBuilder
- func (r *RebuildIndexRequestBuilder) Parts(parts []nebula0.PartitionID) *RebuildIndexRequestBuilder
- func (r *RebuildIndexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *RebuildIndexRequestBuilder
- type RemovePartReq
- func (p *RemovePartReq) GetPartID() nebula0.PartitionID
- func (p *RemovePartReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *RemovePartReq) Read(iprot thrift.Protocol) error
- func (p *RemovePartReq) ReadField1(iprot thrift.Protocol) error
- func (p *RemovePartReq) ReadField2(iprot thrift.Protocol) error
- func (r *RemovePartReq) SetPartID(partID nebula0.PartitionID) *RemovePartReq
- func (r *RemovePartReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *RemovePartReq
- func (p *RemovePartReq) String() string
- func (p *RemovePartReq) Write(oprot thrift.Protocol) error
- type RemovePartReqBuilder
- type RequestCommon
- func (p *RequestCommon) GetPlanID() nebula0.ExecutionPlanID
- func (p *RequestCommon) GetProfileDetail() bool
- func (p *RequestCommon) GetSessionID() nebula0.SessionID
- func (p *RequestCommon) IsSetPlanID() bool
- func (p *RequestCommon) IsSetProfileDetail() bool
- func (p *RequestCommon) IsSetSessionID() bool
- func (p *RequestCommon) Read(iprot thrift.Protocol) error
- func (p *RequestCommon) ReadField1(iprot thrift.Protocol) error
- func (p *RequestCommon) ReadField2(iprot thrift.Protocol) error
- func (p *RequestCommon) ReadField3(iprot thrift.Protocol) error
- func (r *RequestCommon) SetPlanID(planID *nebula0.ExecutionPlanID) *RequestCommon
- func (r *RequestCommon) SetProfileDetail(profileDetail *bool) *RequestCommon
- func (r *RequestCommon) SetSessionID(sessionID *nebula0.SessionID) *RequestCommon
- func (p *RequestCommon) String() string
- func (p *RequestCommon) Write(oprot thrift.Protocol) error
- type RequestCommonBuilder
- func (p RequestCommonBuilder) Emit() *RequestCommon
- func (r *RequestCommonBuilder) PlanID(planID *nebula0.ExecutionPlanID) *RequestCommonBuilder
- func (r *RequestCommonBuilder) ProfileDetail(profileDetail *bool) *RequestCommonBuilder
- func (r *RequestCommonBuilder) SessionID(sessionID *nebula0.SessionID) *RequestCommonBuilder
- type ResponseCommon
- func (p *ResponseCommon) GetFailedParts() []*PartitionResult_
- func (p *ResponseCommon) GetLatencyDetailUs() map[string]int32
- func (p *ResponseCommon) GetLatencyInUs() int64
- func (p *ResponseCommon) IsSetLatencyDetailUs() bool
- func (p *ResponseCommon) Read(iprot thrift.Protocol) error
- func (p *ResponseCommon) ReadField1(iprot thrift.Protocol) error
- func (p *ResponseCommon) ReadField2(iprot thrift.Protocol) error
- func (p *ResponseCommon) ReadField3(iprot thrift.Protocol) error
- func (r *ResponseCommon) SetFailedParts(failedParts []*PartitionResult_) *ResponseCommon
- func (r *ResponseCommon) SetLatencyDetailUs(latencyDetailUs map[string]int32) *ResponseCommon
- func (r *ResponseCommon) SetLatencyInUs(latencyInUs int64) *ResponseCommon
- func (p *ResponseCommon) String() string
- func (p *ResponseCommon) Write(oprot thrift.Protocol) error
- type ResponseCommonBuilder
- func (p ResponseCommonBuilder) Emit() *ResponseCommon
- func (r *ResponseCommonBuilder) FailedParts(failedParts []*PartitionResult_) *ResponseCommonBuilder
- func (r *ResponseCommonBuilder) LatencyDetailUs(latencyDetailUs map[string]int32) *ResponseCommonBuilder
- func (r *ResponseCommonBuilder) LatencyInUs(latencyInUs int64) *ResponseCommonBuilder
- type ScanCursor
- func (p *ScanCursor) GetNextCursor() []byte
- func (p *ScanCursor) IsSetNextCursor() bool
- func (p *ScanCursor) Read(iprot thrift.Protocol) error
- func (p *ScanCursor) ReadField1(iprot thrift.Protocol) error
- func (s *ScanCursor) SetNextCursor(nextCursor []byte) *ScanCursor
- func (p *ScanCursor) String() string
- func (p *ScanCursor) Write(oprot thrift.Protocol) error
- type ScanCursorBuilder
- type ScanEdgeRequest
- func (p *ScanEdgeRequest) GetCommon() *RequestCommon
- func (p *ScanEdgeRequest) GetEnableReadFromFollower() bool
- func (p *ScanEdgeRequest) GetEndTime() int64
- func (p *ScanEdgeRequest) GetFilter() []byte
- func (p *ScanEdgeRequest) GetLimit() int64
- func (p *ScanEdgeRequest) GetOnlyLatestVersion() bool
- func (p *ScanEdgeRequest) GetParts() map[nebula0.PartitionID]*ScanCursor
- func (p *ScanEdgeRequest) GetReturnColumns() []*EdgeProp
- func (p *ScanEdgeRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *ScanEdgeRequest) GetStartTime() int64
- func (p *ScanEdgeRequest) IsSetCommon() bool
- func (p *ScanEdgeRequest) IsSetEndTime() bool
- func (p *ScanEdgeRequest) IsSetFilter() bool
- func (p *ScanEdgeRequest) IsSetStartTime() bool
- func (p *ScanEdgeRequest) Read(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField1(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField10(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField2(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField3(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField4(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField5(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField6(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField7(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField8(iprot thrift.Protocol) error
- func (p *ScanEdgeRequest) ReadField9(iprot thrift.Protocol) error
- func (s *ScanEdgeRequest) SetCommon(common *RequestCommon) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetEnableReadFromFollower(enableReadFromFollower bool) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetEndTime(endTime *int64) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetFilter(filter []byte) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetLimit(limit int64) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetOnlyLatestVersion(onlyLatestVersion bool) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetParts(parts map[nebula0.PartitionID]*ScanCursor) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetReturnColumns(returnColumns []*EdgeProp) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ScanEdgeRequest
- func (s *ScanEdgeRequest) SetStartTime(startTime *int64) *ScanEdgeRequest
- func (p *ScanEdgeRequest) String() string
- func (p *ScanEdgeRequest) Write(oprot thrift.Protocol) error
- type ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) Common(common *RequestCommon) *ScanEdgeRequestBuilder
- func (p ScanEdgeRequestBuilder) Emit() *ScanEdgeRequest
- func (s *ScanEdgeRequestBuilder) EnableReadFromFollower(enableReadFromFollower bool) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) EndTime(endTime *int64) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) Filter(filter []byte) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) Limit(limit int64) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) OnlyLatestVersion(onlyLatestVersion bool) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) Parts(parts map[nebula0.PartitionID]*ScanCursor) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) ReturnColumns(returnColumns []*EdgeProp) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ScanEdgeRequestBuilder
- func (s *ScanEdgeRequestBuilder) StartTime(startTime *int64) *ScanEdgeRequestBuilder
- type ScanResponse
- func (p *ScanResponse) GetCursors() map[nebula0.PartitionID]*ScanCursor
- func (p *ScanResponse) GetProps() *nebula0.DataSet
- func (p *ScanResponse) GetResult_() *ResponseCommon
- func (p *ScanResponse) IsSetProps() bool
- func (p *ScanResponse) IsSetResult_() bool
- func (p *ScanResponse) Read(iprot thrift.Protocol) error
- func (p *ScanResponse) ReadField1(iprot thrift.Protocol) error
- func (p *ScanResponse) ReadField2(iprot thrift.Protocol) error
- func (p *ScanResponse) ReadField3(iprot thrift.Protocol) error
- func (s *ScanResponse) SetCursors(cursors map[nebula0.PartitionID]*ScanCursor) *ScanResponse
- func (s *ScanResponse) SetProps(props *nebula0.DataSet) *ScanResponse
- func (s *ScanResponse) SetResult_(result *ResponseCommon) *ScanResponse
- func (p *ScanResponse) String() string
- func (p *ScanResponse) Write(oprot thrift.Protocol) error
- type ScanResponseBuilder
- func (s *ScanResponseBuilder) Cursors(cursors map[nebula0.PartitionID]*ScanCursor) *ScanResponseBuilder
- func (p ScanResponseBuilder) Emit() *ScanResponse
- func (s *ScanResponseBuilder) Props(props *nebula0.DataSet) *ScanResponseBuilder
- func (s *ScanResponseBuilder) Result_(result *ResponseCommon) *ScanResponseBuilder
- type ScanType
- type ScanVertexRequest
- func (p *ScanVertexRequest) GetCommon() *RequestCommon
- func (p *ScanVertexRequest) GetEnableReadFromFollower() bool
- func (p *ScanVertexRequest) GetEndTime() int64
- func (p *ScanVertexRequest) GetFilter() []byte
- func (p *ScanVertexRequest) GetLimit() int64
- func (p *ScanVertexRequest) GetOnlyLatestVersion() bool
- func (p *ScanVertexRequest) GetParts() map[nebula0.PartitionID]*ScanCursor
- func (p *ScanVertexRequest) GetReturnColumns() []*VertexProp
- func (p *ScanVertexRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *ScanVertexRequest) GetStartTime() int64
- func (p *ScanVertexRequest) IsSetCommon() bool
- func (p *ScanVertexRequest) IsSetEndTime() bool
- func (p *ScanVertexRequest) IsSetFilter() bool
- func (p *ScanVertexRequest) IsSetStartTime() bool
- func (p *ScanVertexRequest) Read(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField1(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField10(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField2(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField3(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField4(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField5(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField6(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField7(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField8(iprot thrift.Protocol) error
- func (p *ScanVertexRequest) ReadField9(iprot thrift.Protocol) error
- func (s *ScanVertexRequest) SetCommon(common *RequestCommon) *ScanVertexRequest
- func (s *ScanVertexRequest) SetEnableReadFromFollower(enableReadFromFollower bool) *ScanVertexRequest
- func (s *ScanVertexRequest) SetEndTime(endTime *int64) *ScanVertexRequest
- func (s *ScanVertexRequest) SetFilter(filter []byte) *ScanVertexRequest
- func (s *ScanVertexRequest) SetLimit(limit int64) *ScanVertexRequest
- func (s *ScanVertexRequest) SetOnlyLatestVersion(onlyLatestVersion bool) *ScanVertexRequest
- func (s *ScanVertexRequest) SetParts(parts map[nebula0.PartitionID]*ScanCursor) *ScanVertexRequest
- func (s *ScanVertexRequest) SetReturnColumns(returnColumns []*VertexProp) *ScanVertexRequest
- func (s *ScanVertexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ScanVertexRequest
- func (s *ScanVertexRequest) SetStartTime(startTime *int64) *ScanVertexRequest
- func (p *ScanVertexRequest) String() string
- func (p *ScanVertexRequest) Write(oprot thrift.Protocol) error
- type ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) Common(common *RequestCommon) *ScanVertexRequestBuilder
- func (p ScanVertexRequestBuilder) Emit() *ScanVertexRequest
- func (s *ScanVertexRequestBuilder) EnableReadFromFollower(enableReadFromFollower bool) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) EndTime(endTime *int64) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) Filter(filter []byte) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) Limit(limit int64) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) OnlyLatestVersion(onlyLatestVersion bool) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) Parts(parts map[nebula0.PartitionID]*ScanCursor) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) ReturnColumns(returnColumns []*VertexProp) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ScanVertexRequestBuilder
- func (s *ScanVertexRequestBuilder) StartTime(startTime *int64) *ScanVertexRequestBuilder
- type StatProp
- func (p *StatProp) GetAlias() []byte
- func (p *StatProp) GetProp() []byte
- func (p *StatProp) GetStat() StatType
- func (p *StatProp) Read(iprot thrift.Protocol) error
- func (p *StatProp) ReadField1(iprot thrift.Protocol) error
- func (p *StatProp) ReadField2(iprot thrift.Protocol) error
- func (p *StatProp) ReadField3(iprot thrift.Protocol) error
- func (s *StatProp) SetAlias(alias []byte) *StatProp
- func (s *StatProp) SetProp(prop []byte) *StatProp
- func (s *StatProp) SetStat(stat StatType) *StatProp
- func (p *StatProp) String() string
- func (p *StatProp) Write(oprot thrift.Protocol) error
- type StatPropBuilder
- type StatType
- type StopTaskRequest
- func (p *StopTaskRequest) GetJobID() int32
- func (p *StopTaskRequest) GetTaskID() int32
- func (p *StopTaskRequest) Read(iprot thrift.Protocol) error
- func (p *StopTaskRequest) ReadField1(iprot thrift.Protocol) error
- func (p *StopTaskRequest) ReadField2(iprot thrift.Protocol) error
- func (s *StopTaskRequest) SetJobID(jobID int32) *StopTaskRequest
- func (s *StopTaskRequest) SetTaskID(taskID int32) *StopTaskRequest
- func (p *StopTaskRequest) String() string
- func (p *StopTaskRequest) Write(oprot thrift.Protocol) error
- type StopTaskRequestBuilder
- type StopTaskResp
- func (p *StopTaskResp) GetCode() nebula0.ErrorCode
- func (p *StopTaskResp) Read(iprot thrift.Protocol) error
- func (p *StopTaskResp) ReadField1(iprot thrift.Protocol) error
- func (s *StopTaskResp) SetCode(code nebula0.ErrorCode) *StopTaskResp
- func (p *StopTaskResp) String() string
- func (p *StopTaskResp) Write(oprot thrift.Protocol) error
- type StopTaskRespBuilder
- type StorageAdminService
- type StorageAdminServiceAddAdminTaskArgs
- func (p *StorageAdminServiceAddAdminTaskArgs) GetReq() *AddTaskRequest
- func (p *StorageAdminServiceAddAdminTaskArgs) IsSetReq() bool
- func (p *StorageAdminServiceAddAdminTaskArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceAddAdminTaskArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceAddAdminTaskArgs) SetReq(req *AddTaskRequest) *StorageAdminServiceAddAdminTaskArgs
- func (p *StorageAdminServiceAddAdminTaskArgs) String() string
- func (p *StorageAdminServiceAddAdminTaskArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceAddAdminTaskArgsBuilder
- type StorageAdminServiceAddAdminTaskResult
- func (p *StorageAdminServiceAddAdminTaskResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceAddAdminTaskResult) GetSuccess() *AddTaskResp
- func (p *StorageAdminServiceAddAdminTaskResult) IsSetSuccess() bool
- func (p *StorageAdminServiceAddAdminTaskResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceAddAdminTaskResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceAddAdminTaskResult) SetSuccess(success *AddTaskResp) *StorageAdminServiceAddAdminTaskResult
- func (p *StorageAdminServiceAddAdminTaskResult) String() string
- func (p *StorageAdminServiceAddAdminTaskResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceAddAdminTaskResultBuilder
- type StorageAdminServiceAddLearnerArgs
- func (p *StorageAdminServiceAddLearnerArgs) GetReq() *AddLearnerReq
- func (p *StorageAdminServiceAddLearnerArgs) IsSetReq() bool
- func (p *StorageAdminServiceAddLearnerArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceAddLearnerArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceAddLearnerArgs) SetReq(req *AddLearnerReq) *StorageAdminServiceAddLearnerArgs
- func (p *StorageAdminServiceAddLearnerArgs) String() string
- func (p *StorageAdminServiceAddLearnerArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceAddLearnerArgsBuilder
- type StorageAdminServiceAddLearnerResult
- func (p *StorageAdminServiceAddLearnerResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceAddLearnerResult) GetSuccess() *AdminExecResp
- func (p *StorageAdminServiceAddLearnerResult) IsSetSuccess() bool
- func (p *StorageAdminServiceAddLearnerResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceAddLearnerResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceAddLearnerResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceAddLearnerResult
- func (p *StorageAdminServiceAddLearnerResult) String() string
- func (p *StorageAdminServiceAddLearnerResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceAddLearnerResultBuilder
- type StorageAdminServiceAddPartArgs
- func (p *StorageAdminServiceAddPartArgs) GetReq() *AddPartReq
- func (p *StorageAdminServiceAddPartArgs) IsSetReq() bool
- func (p *StorageAdminServiceAddPartArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceAddPartArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceAddPartArgs) SetReq(req *AddPartReq) *StorageAdminServiceAddPartArgs
- func (p *StorageAdminServiceAddPartArgs) String() string
- func (p *StorageAdminServiceAddPartArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceAddPartArgsBuilder
- type StorageAdminServiceAddPartResult
- func (p *StorageAdminServiceAddPartResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceAddPartResult) GetSuccess() *AdminExecResp
- func (p *StorageAdminServiceAddPartResult) IsSetSuccess() bool
- func (p *StorageAdminServiceAddPartResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceAddPartResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceAddPartResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceAddPartResult
- func (p *StorageAdminServiceAddPartResult) String() string
- func (p *StorageAdminServiceAddPartResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceAddPartResultBuilder
- type StorageAdminServiceBlockingWritesArgs
- func (p *StorageAdminServiceBlockingWritesArgs) GetReq() *BlockingSignRequest
- func (p *StorageAdminServiceBlockingWritesArgs) IsSetReq() bool
- func (p *StorageAdminServiceBlockingWritesArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceBlockingWritesArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceBlockingWritesArgs) SetReq(req *BlockingSignRequest) *StorageAdminServiceBlockingWritesArgs
- func (p *StorageAdminServiceBlockingWritesArgs) String() string
- func (p *StorageAdminServiceBlockingWritesArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceBlockingWritesArgsBuilder
- type StorageAdminServiceBlockingWritesResult
- func (p *StorageAdminServiceBlockingWritesResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceBlockingWritesResult) GetSuccess() *BlockingSignResp
- func (p *StorageAdminServiceBlockingWritesResult) IsSetSuccess() bool
- func (p *StorageAdminServiceBlockingWritesResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceBlockingWritesResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceBlockingWritesResult) SetSuccess(success *BlockingSignResp) *StorageAdminServiceBlockingWritesResult
- func (p *StorageAdminServiceBlockingWritesResult) String() string
- func (p *StorageAdminServiceBlockingWritesResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceBlockingWritesResultBuilder
- type StorageAdminServiceChannelClient
- func (p *StorageAdminServiceChannelClient) AddAdminTask(ctx context.Context, req *AddTaskRequest) (_r *AddTaskResp, err error)
- func (p *StorageAdminServiceChannelClient) AddLearner(ctx context.Context, req *AddLearnerReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceChannelClient) AddPart(ctx context.Context, req *AddPartReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceChannelClient) BlockingWrites(ctx context.Context, req *BlockingSignRequest) (_r *BlockingSignResp, err error)
- func (p *StorageAdminServiceChannelClient) CheckPeers(ctx context.Context, req *CheckPeersReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceChannelClient) ClearSpace(ctx context.Context, req *ClearSpaceReq) (_r *ClearSpaceResp, err error)
- func (c *StorageAdminServiceChannelClient) Close() error
- func (p *StorageAdminServiceChannelClient) CreateCheckpoint(ctx context.Context, req *CreateCPRequest) (_r *CreateCPResp, err error)
- func (p *StorageAdminServiceChannelClient) DropCheckpoint(ctx context.Context, req *DropCPRequest) (_r *DropCPResp, err error)
- func (p *StorageAdminServiceChannelClient) GetLeaderParts(ctx context.Context, req *GetLeaderReq) (_r *GetLeaderPartsResp, err error)
- func (c *StorageAdminServiceChannelClient) IsOpen() bool
- func (p *StorageAdminServiceChannelClient) MemberChange(ctx context.Context, req *MemberChangeReq) (_r *AdminExecResp, err error)
- func (c *StorageAdminServiceChannelClient) Open() error
- func (p *StorageAdminServiceChannelClient) RemovePart(ctx context.Context, req *RemovePartReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceChannelClient) StopAdminTask(ctx context.Context, req *StopTaskRequest) (_r *StopTaskResp, err error)
- func (p *StorageAdminServiceChannelClient) TransLeader(ctx context.Context, req *TransLeaderReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceChannelClient) WaitingForCatchUpData(ctx context.Context, req *CatchUpDataReq) (_r *AdminExecResp, err error)
- type StorageAdminServiceCheckPeersArgs
- func (p *StorageAdminServiceCheckPeersArgs) GetReq() *CheckPeersReq
- func (p *StorageAdminServiceCheckPeersArgs) IsSetReq() bool
- func (p *StorageAdminServiceCheckPeersArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceCheckPeersArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceCheckPeersArgs) SetReq(req *CheckPeersReq) *StorageAdminServiceCheckPeersArgs
- func (p *StorageAdminServiceCheckPeersArgs) String() string
- func (p *StorageAdminServiceCheckPeersArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceCheckPeersArgsBuilder
- type StorageAdminServiceCheckPeersResult
- func (p *StorageAdminServiceCheckPeersResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceCheckPeersResult) GetSuccess() *AdminExecResp
- func (p *StorageAdminServiceCheckPeersResult) IsSetSuccess() bool
- func (p *StorageAdminServiceCheckPeersResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceCheckPeersResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceCheckPeersResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceCheckPeersResult
- func (p *StorageAdminServiceCheckPeersResult) String() string
- func (p *StorageAdminServiceCheckPeersResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceCheckPeersResultBuilder
- type StorageAdminServiceClearSpaceArgs
- func (p *StorageAdminServiceClearSpaceArgs) GetReq() *ClearSpaceReq
- func (p *StorageAdminServiceClearSpaceArgs) IsSetReq() bool
- func (p *StorageAdminServiceClearSpaceArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceClearSpaceArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceClearSpaceArgs) SetReq(req *ClearSpaceReq) *StorageAdminServiceClearSpaceArgs
- func (p *StorageAdminServiceClearSpaceArgs) String() string
- func (p *StorageAdminServiceClearSpaceArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceClearSpaceArgsBuilder
- type StorageAdminServiceClearSpaceResult
- func (p *StorageAdminServiceClearSpaceResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceClearSpaceResult) GetSuccess() *ClearSpaceResp
- func (p *StorageAdminServiceClearSpaceResult) IsSetSuccess() bool
- func (p *StorageAdminServiceClearSpaceResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceClearSpaceResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceClearSpaceResult) SetSuccess(success *ClearSpaceResp) *StorageAdminServiceClearSpaceResult
- func (p *StorageAdminServiceClearSpaceResult) String() string
- func (p *StorageAdminServiceClearSpaceResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceClearSpaceResultBuilder
- type StorageAdminServiceClient
- func NewStorageAdminServiceClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *StorageAdminServiceClient
- func NewStorageAdminServiceClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *StorageAdminServiceClient
- func NewStorageAdminServiceClientProtocol(prot thrift.Protocol) *StorageAdminServiceClient
- func (p *StorageAdminServiceClient) AddAdminTask(req *AddTaskRequest) (_r *AddTaskResp, err error)
- func (p *StorageAdminServiceClient) AddLearner(req *AddLearnerReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceClient) AddPart(req *AddPartReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceClient) BlockingWrites(req *BlockingSignRequest) (_r *BlockingSignResp, err error)
- func (p *StorageAdminServiceClient) CheckPeers(req *CheckPeersReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceClient) ClearSpace(req *ClearSpaceReq) (_r *ClearSpaceResp, err error)
- func (client *StorageAdminServiceClient) Close() error
- func (p *StorageAdminServiceClient) CreateCheckpoint(req *CreateCPRequest) (_r *CreateCPResp, err error)
- func (p *StorageAdminServiceClient) DropCheckpoint(req *DropCPRequest) (_r *DropCPResp, err error)
- func (p *StorageAdminServiceClient) GetLeaderParts(req *GetLeaderReq) (_r *GetLeaderPartsResp, err error)
- func (client *StorageAdminServiceClient) IsOpen() bool
- func (p *StorageAdminServiceClient) MemberChange(req *MemberChangeReq) (_r *AdminExecResp, err error)
- func (client *StorageAdminServiceClient) Open() error
- func (p *StorageAdminServiceClient) RemovePart(req *RemovePartReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceClient) StopAdminTask(req *StopTaskRequest) (_r *StopTaskResp, err error)
- func (p *StorageAdminServiceClient) TransLeader(req *TransLeaderReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceClient) WaitingForCatchUpData(req *CatchUpDataReq) (_r *AdminExecResp, err error)
- type StorageAdminServiceClientInterface
- type StorageAdminServiceCreateCheckpointArgs
- func (p *StorageAdminServiceCreateCheckpointArgs) GetReq() *CreateCPRequest
- func (p *StorageAdminServiceCreateCheckpointArgs) IsSetReq() bool
- func (p *StorageAdminServiceCreateCheckpointArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceCreateCheckpointArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceCreateCheckpointArgs) SetReq(req *CreateCPRequest) *StorageAdminServiceCreateCheckpointArgs
- func (p *StorageAdminServiceCreateCheckpointArgs) String() string
- func (p *StorageAdminServiceCreateCheckpointArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceCreateCheckpointArgsBuilder
- type StorageAdminServiceCreateCheckpointResult
- func (p *StorageAdminServiceCreateCheckpointResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceCreateCheckpointResult) GetSuccess() *CreateCPResp
- func (p *StorageAdminServiceCreateCheckpointResult) IsSetSuccess() bool
- func (p *StorageAdminServiceCreateCheckpointResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceCreateCheckpointResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceCreateCheckpointResult) SetSuccess(success *CreateCPResp) *StorageAdminServiceCreateCheckpointResult
- func (p *StorageAdminServiceCreateCheckpointResult) String() string
- func (p *StorageAdminServiceCreateCheckpointResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceCreateCheckpointResultBuilder
- type StorageAdminServiceDropCheckpointArgs
- func (p *StorageAdminServiceDropCheckpointArgs) GetReq() *DropCPRequest
- func (p *StorageAdminServiceDropCheckpointArgs) IsSetReq() bool
- func (p *StorageAdminServiceDropCheckpointArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceDropCheckpointArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceDropCheckpointArgs) SetReq(req *DropCPRequest) *StorageAdminServiceDropCheckpointArgs
- func (p *StorageAdminServiceDropCheckpointArgs) String() string
- func (p *StorageAdminServiceDropCheckpointArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceDropCheckpointArgsBuilder
- type StorageAdminServiceDropCheckpointResult
- func (p *StorageAdminServiceDropCheckpointResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceDropCheckpointResult) GetSuccess() *DropCPResp
- func (p *StorageAdminServiceDropCheckpointResult) IsSetSuccess() bool
- func (p *StorageAdminServiceDropCheckpointResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceDropCheckpointResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceDropCheckpointResult) SetSuccess(success *DropCPResp) *StorageAdminServiceDropCheckpointResult
- func (p *StorageAdminServiceDropCheckpointResult) String() string
- func (p *StorageAdminServiceDropCheckpointResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceDropCheckpointResultBuilder
- type StorageAdminServiceGetLeaderPartsArgs
- func (p *StorageAdminServiceGetLeaderPartsArgs) GetReq() *GetLeaderReq
- func (p *StorageAdminServiceGetLeaderPartsArgs) IsSetReq() bool
- func (p *StorageAdminServiceGetLeaderPartsArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceGetLeaderPartsArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceGetLeaderPartsArgs) SetReq(req *GetLeaderReq) *StorageAdminServiceGetLeaderPartsArgs
- func (p *StorageAdminServiceGetLeaderPartsArgs) String() string
- func (p *StorageAdminServiceGetLeaderPartsArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceGetLeaderPartsArgsBuilder
- type StorageAdminServiceGetLeaderPartsResult
- func (p *StorageAdminServiceGetLeaderPartsResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceGetLeaderPartsResult) GetSuccess() *GetLeaderPartsResp
- func (p *StorageAdminServiceGetLeaderPartsResult) IsSetSuccess() bool
- func (p *StorageAdminServiceGetLeaderPartsResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceGetLeaderPartsResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceGetLeaderPartsResult) SetSuccess(success *GetLeaderPartsResp) *StorageAdminServiceGetLeaderPartsResult
- func (p *StorageAdminServiceGetLeaderPartsResult) String() string
- func (p *StorageAdminServiceGetLeaderPartsResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceGetLeaderPartsResultBuilder
- type StorageAdminServiceMemberChangeArgs
- func (p *StorageAdminServiceMemberChangeArgs) GetReq() *MemberChangeReq
- func (p *StorageAdminServiceMemberChangeArgs) IsSetReq() bool
- func (p *StorageAdminServiceMemberChangeArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceMemberChangeArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceMemberChangeArgs) SetReq(req *MemberChangeReq) *StorageAdminServiceMemberChangeArgs
- func (p *StorageAdminServiceMemberChangeArgs) String() string
- func (p *StorageAdminServiceMemberChangeArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceMemberChangeArgsBuilder
- type StorageAdminServiceMemberChangeResult
- func (p *StorageAdminServiceMemberChangeResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceMemberChangeResult) GetSuccess() *AdminExecResp
- func (p *StorageAdminServiceMemberChangeResult) IsSetSuccess() bool
- func (p *StorageAdminServiceMemberChangeResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceMemberChangeResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceMemberChangeResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceMemberChangeResult
- func (p *StorageAdminServiceMemberChangeResult) String() string
- func (p *StorageAdminServiceMemberChangeResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceMemberChangeResultBuilder
- type StorageAdminServiceProcessor
- func (p *StorageAdminServiceProcessor) AddToFunctionServiceMap(key, service string)
- func (p *StorageAdminServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunctionContext)
- func (p *StorageAdminServiceProcessor) FunctionServiceMap() map[string]string
- func (p *StorageAdminServiceProcessor) GetProcessorFunctionContext(key string) (processor thrift.ProcessorFunctionContext, err error)
- func (p *StorageAdminServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunctionContext
- type StorageAdminServiceRemovePartArgs
- func (p *StorageAdminServiceRemovePartArgs) GetReq() *RemovePartReq
- func (p *StorageAdminServiceRemovePartArgs) IsSetReq() bool
- func (p *StorageAdminServiceRemovePartArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceRemovePartArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceRemovePartArgs) SetReq(req *RemovePartReq) *StorageAdminServiceRemovePartArgs
- func (p *StorageAdminServiceRemovePartArgs) String() string
- func (p *StorageAdminServiceRemovePartArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceRemovePartArgsBuilder
- type StorageAdminServiceRemovePartResult
- func (p *StorageAdminServiceRemovePartResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceRemovePartResult) GetSuccess() *AdminExecResp
- func (p *StorageAdminServiceRemovePartResult) IsSetSuccess() bool
- func (p *StorageAdminServiceRemovePartResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceRemovePartResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceRemovePartResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceRemovePartResult
- func (p *StorageAdminServiceRemovePartResult) String() string
- func (p *StorageAdminServiceRemovePartResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceRemovePartResultBuilder
- type StorageAdminServiceStopAdminTaskArgs
- func (p *StorageAdminServiceStopAdminTaskArgs) GetReq() *StopTaskRequest
- func (p *StorageAdminServiceStopAdminTaskArgs) IsSetReq() bool
- func (p *StorageAdminServiceStopAdminTaskArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceStopAdminTaskArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceStopAdminTaskArgs) SetReq(req *StopTaskRequest) *StorageAdminServiceStopAdminTaskArgs
- func (p *StorageAdminServiceStopAdminTaskArgs) String() string
- func (p *StorageAdminServiceStopAdminTaskArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceStopAdminTaskArgsBuilder
- type StorageAdminServiceStopAdminTaskResult
- func (p *StorageAdminServiceStopAdminTaskResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceStopAdminTaskResult) GetSuccess() *StopTaskResp
- func (p *StorageAdminServiceStopAdminTaskResult) IsSetSuccess() bool
- func (p *StorageAdminServiceStopAdminTaskResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceStopAdminTaskResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceStopAdminTaskResult) SetSuccess(success *StopTaskResp) *StorageAdminServiceStopAdminTaskResult
- func (p *StorageAdminServiceStopAdminTaskResult) String() string
- func (p *StorageAdminServiceStopAdminTaskResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceStopAdminTaskResultBuilder
- type StorageAdminServiceThreadsafeClient
- func NewStorageAdminServiceThreadsafeClient(t thrift.Transport, iprot thrift.Protocol, oprot thrift.Protocol) *StorageAdminServiceThreadsafeClient
- func NewStorageAdminServiceThreadsafeClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *StorageAdminServiceThreadsafeClient
- func NewStorageAdminServiceThreadsafeClientProtocol(prot thrift.Protocol) *StorageAdminServiceThreadsafeClient
- func (p *StorageAdminServiceThreadsafeClient) AddAdminTask(req *AddTaskRequest) (_r *AddTaskResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) AddLearner(req *AddLearnerReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) AddPart(req *AddPartReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) BlockingWrites(req *BlockingSignRequest) (_r *BlockingSignResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) CheckPeers(req *CheckPeersReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) ClearSpace(req *ClearSpaceReq) (_r *ClearSpaceResp, err error)
- func (client *StorageAdminServiceThreadsafeClient) Close() error
- func (p *StorageAdminServiceThreadsafeClient) CreateCheckpoint(req *CreateCPRequest) (_r *CreateCPResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) DropCheckpoint(req *DropCPRequest) (_r *DropCPResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) GetLeaderParts(req *GetLeaderReq) (_r *GetLeaderPartsResp, err error)
- func (client *StorageAdminServiceThreadsafeClient) IsOpen() bool
- func (p *StorageAdminServiceThreadsafeClient) MemberChange(req *MemberChangeReq) (_r *AdminExecResp, err error)
- func (client *StorageAdminServiceThreadsafeClient) Open() error
- func (p *StorageAdminServiceThreadsafeClient) RemovePart(req *RemovePartReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) StopAdminTask(req *StopTaskRequest) (_r *StopTaskResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) TransLeader(req *TransLeaderReq) (_r *AdminExecResp, err error)
- func (p *StorageAdminServiceThreadsafeClient) WaitingForCatchUpData(req *CatchUpDataReq) (_r *AdminExecResp, err error)
- type StorageAdminServiceTransLeaderArgs
- func (p *StorageAdminServiceTransLeaderArgs) GetReq() *TransLeaderReq
- func (p *StorageAdminServiceTransLeaderArgs) IsSetReq() bool
- func (p *StorageAdminServiceTransLeaderArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceTransLeaderArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceTransLeaderArgs) SetReq(req *TransLeaderReq) *StorageAdminServiceTransLeaderArgs
- func (p *StorageAdminServiceTransLeaderArgs) String() string
- func (p *StorageAdminServiceTransLeaderArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceTransLeaderArgsBuilder
- type StorageAdminServiceTransLeaderResult
- func (p *StorageAdminServiceTransLeaderResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceTransLeaderResult) GetSuccess() *AdminExecResp
- func (p *StorageAdminServiceTransLeaderResult) IsSetSuccess() bool
- func (p *StorageAdminServiceTransLeaderResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceTransLeaderResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceTransLeaderResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceTransLeaderResult
- func (p *StorageAdminServiceTransLeaderResult) String() string
- func (p *StorageAdminServiceTransLeaderResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceTransLeaderResultBuilder
- type StorageAdminServiceWaitingForCatchUpDataArgs
- func (p *StorageAdminServiceWaitingForCatchUpDataArgs) GetReq() *CatchUpDataReq
- func (p *StorageAdminServiceWaitingForCatchUpDataArgs) IsSetReq() bool
- func (p *StorageAdminServiceWaitingForCatchUpDataArgs) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceWaitingForCatchUpDataArgs) ReadField1(iprot thrift.Protocol) error
- func (s *StorageAdminServiceWaitingForCatchUpDataArgs) SetReq(req *CatchUpDataReq) *StorageAdminServiceWaitingForCatchUpDataArgs
- func (p *StorageAdminServiceWaitingForCatchUpDataArgs) String() string
- func (p *StorageAdminServiceWaitingForCatchUpDataArgs) Write(oprot thrift.Protocol) error
- type StorageAdminServiceWaitingForCatchUpDataArgsBuilder
- type StorageAdminServiceWaitingForCatchUpDataResult
- func (p *StorageAdminServiceWaitingForCatchUpDataResult) Exception() thrift.WritableException
- func (p *StorageAdminServiceWaitingForCatchUpDataResult) GetSuccess() *AdminExecResp
- func (p *StorageAdminServiceWaitingForCatchUpDataResult) IsSetSuccess() bool
- func (p *StorageAdminServiceWaitingForCatchUpDataResult) Read(iprot thrift.Protocol) error
- func (p *StorageAdminServiceWaitingForCatchUpDataResult) ReadField0(iprot thrift.Protocol) error
- func (s *StorageAdminServiceWaitingForCatchUpDataResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceWaitingForCatchUpDataResult
- func (p *StorageAdminServiceWaitingForCatchUpDataResult) String() string
- func (p *StorageAdminServiceWaitingForCatchUpDataResult) Write(oprot thrift.Protocol) error
- type StorageAdminServiceWaitingForCatchUpDataResultBuilder
- type TaskPara
- func (p *TaskPara) GetParts() []nebula0.PartitionID
- func (p *TaskPara) GetSpaceID() nebula0.GraphSpaceID
- func (p *TaskPara) GetTaskSpecificParas() [][]byte
- func (p *TaskPara) IsSetParts() bool
- func (p *TaskPara) IsSetTaskSpecificParas() bool
- func (p *TaskPara) Read(iprot thrift.Protocol) error
- func (p *TaskPara) ReadField1(iprot thrift.Protocol) error
- func (p *TaskPara) ReadField2(iprot thrift.Protocol) error
- func (p *TaskPara) ReadField3(iprot thrift.Protocol) error
- func (t *TaskPara) SetParts(parts []nebula0.PartitionID) *TaskPara
- func (t *TaskPara) SetSpaceID(spaceID nebula0.GraphSpaceID) *TaskPara
- func (t *TaskPara) SetTaskSpecificParas(taskSpecificParas [][]byte) *TaskPara
- func (p *TaskPara) String() string
- func (p *TaskPara) Write(oprot thrift.Protocol) error
- type TaskParaBuilder
- type TransLeaderReq
- func (p *TransLeaderReq) GetNewLeader_() *nebula0.HostAddr
- func (p *TransLeaderReq) GetPartID() nebula0.PartitionID
- func (p *TransLeaderReq) GetSpaceID() nebula0.GraphSpaceID
- func (p *TransLeaderReq) IsSetNewLeader_() bool
- func (p *TransLeaderReq) Read(iprot thrift.Protocol) error
- func (p *TransLeaderReq) ReadField1(iprot thrift.Protocol) error
- func (p *TransLeaderReq) ReadField2(iprot thrift.Protocol) error
- func (p *TransLeaderReq) ReadField3(iprot thrift.Protocol) error
- func (t *TransLeaderReq) SetNewLeader_(newLeader *nebula0.HostAddr) *TransLeaderReq
- func (t *TransLeaderReq) SetPartID(partID nebula0.PartitionID) *TransLeaderReq
- func (t *TransLeaderReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *TransLeaderReq
- func (p *TransLeaderReq) String() string
- func (p *TransLeaderReq) Write(oprot thrift.Protocol) error
- type TransLeaderReqBuilder
- func (p TransLeaderReqBuilder) Emit() *TransLeaderReq
- func (t *TransLeaderReqBuilder) NewLeader_(newLeader *nebula0.HostAddr) *TransLeaderReqBuilder
- func (t *TransLeaderReqBuilder) PartID(partID nebula0.PartitionID) *TransLeaderReqBuilder
- func (t *TransLeaderReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *TransLeaderReqBuilder
- type TraverseSpec
- func (p *TraverseSpec) GetDedup() bool
- func (p *TraverseSpec) GetEdgeDirection() EdgeDirection
- func (p *TraverseSpec) GetEdgeProps() []*EdgeProp
- func (p *TraverseSpec) GetEdgeTypes() []nebula0.EdgeType
- func (p *TraverseSpec) GetExpressions() []*Expr
- func (p *TraverseSpec) GetFilter() []byte
- func (p *TraverseSpec) GetLimit() int64
- func (p *TraverseSpec) GetOrderBy() []*OrderBy
- func (p *TraverseSpec) GetRandom() bool
- func (p *TraverseSpec) GetStatProps() []*StatProp
- func (p *TraverseSpec) GetTagFilter() []byte
- func (p *TraverseSpec) GetVertexProps() []*VertexProp
- func (p *TraverseSpec) IsSetEdgeProps() bool
- func (p *TraverseSpec) IsSetExpressions() bool
- func (p *TraverseSpec) IsSetFilter() bool
- func (p *TraverseSpec) IsSetLimit() bool
- func (p *TraverseSpec) IsSetOrderBy() bool
- func (p *TraverseSpec) IsSetRandom() bool
- func (p *TraverseSpec) IsSetStatProps() bool
- func (p *TraverseSpec) IsSetTagFilter() bool
- func (p *TraverseSpec) IsSetVertexProps() bool
- func (p *TraverseSpec) Read(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField1(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField10(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField11(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField12(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField2(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField3(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField4(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField5(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField6(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField7(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField8(iprot thrift.Protocol) error
- func (p *TraverseSpec) ReadField9(iprot thrift.Protocol) error
- func (t *TraverseSpec) SetDedup(dedup bool) *TraverseSpec
- func (t *TraverseSpec) SetEdgeDirection(edgeDirection EdgeDirection) *TraverseSpec
- func (t *TraverseSpec) SetEdgeProps(edgeProps []*EdgeProp) *TraverseSpec
- func (t *TraverseSpec) SetEdgeTypes(edgeTypes []nebula0.EdgeType) *TraverseSpec
- func (t *TraverseSpec) SetExpressions(expressions []*Expr) *TraverseSpec
- func (t *TraverseSpec) SetFilter(filter []byte) *TraverseSpec
- func (t *TraverseSpec) SetLimit(limit *int64) *TraverseSpec
- func (t *TraverseSpec) SetOrderBy(orderBy []*OrderBy) *TraverseSpec
- func (t *TraverseSpec) SetRandom(random *bool) *TraverseSpec
- func (t *TraverseSpec) SetStatProps(statProps []*StatProp) *TraverseSpec
- func (t *TraverseSpec) SetTagFilter(tagFilter []byte) *TraverseSpec
- func (t *TraverseSpec) SetVertexProps(vertexProps []*VertexProp) *TraverseSpec
- func (p *TraverseSpec) String() string
- func (p *TraverseSpec) Write(oprot thrift.Protocol) error
- type TraverseSpecBuilder
- func (t *TraverseSpecBuilder) Dedup(dedup bool) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) EdgeDirection(edgeDirection EdgeDirection) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) EdgeProps(edgeProps []*EdgeProp) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) EdgeTypes(edgeTypes []nebula0.EdgeType) *TraverseSpecBuilder
- func (p TraverseSpecBuilder) Emit() *TraverseSpec
- func (t *TraverseSpecBuilder) Expressions(expressions []*Expr) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) Filter(filter []byte) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) Limit(limit *int64) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) OrderBy(orderBy []*OrderBy) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) Random(random *bool) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) StatProps(statProps []*StatProp) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) TagFilter(tagFilter []byte) *TraverseSpecBuilder
- func (t *TraverseSpecBuilder) VertexProps(vertexProps []*VertexProp) *TraverseSpecBuilder
- type UpdateEdgeRequest
- func (p *UpdateEdgeRequest) GetCommon() *RequestCommon
- func (p *UpdateEdgeRequest) GetCondition() []byte
- func (p *UpdateEdgeRequest) GetEdgeKey() *EdgeKey
- func (p *UpdateEdgeRequest) GetInsertable() bool
- func (p *UpdateEdgeRequest) GetPartID() nebula0.PartitionID
- func (p *UpdateEdgeRequest) GetReturnProps() [][]byte
- func (p *UpdateEdgeRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *UpdateEdgeRequest) GetUpdatedProps() []*UpdatedProp
- func (p *UpdateEdgeRequest) IsSetCommon() bool
- func (p *UpdateEdgeRequest) IsSetCondition() bool
- func (p *UpdateEdgeRequest) IsSetEdgeKey() bool
- func (p *UpdateEdgeRequest) IsSetInsertable() bool
- func (p *UpdateEdgeRequest) IsSetReturnProps() bool
- func (p *UpdateEdgeRequest) Read(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField1(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField2(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField3(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField4(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField5(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField6(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField7(iprot thrift.Protocol) error
- func (p *UpdateEdgeRequest) ReadField8(iprot thrift.Protocol) error
- func (u *UpdateEdgeRequest) SetCommon(common *RequestCommon) *UpdateEdgeRequest
- func (u *UpdateEdgeRequest) SetCondition(condition []byte) *UpdateEdgeRequest
- func (u *UpdateEdgeRequest) SetEdgeKey(edgeKey *EdgeKey) *UpdateEdgeRequest
- func (u *UpdateEdgeRequest) SetInsertable(insertable bool) *UpdateEdgeRequest
- func (u *UpdateEdgeRequest) SetPartID(partID nebula0.PartitionID) *UpdateEdgeRequest
- func (u *UpdateEdgeRequest) SetReturnProps(returnProps [][]byte) *UpdateEdgeRequest
- func (u *UpdateEdgeRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *UpdateEdgeRequest
- func (u *UpdateEdgeRequest) SetUpdatedProps(updatedProps []*UpdatedProp) *UpdateEdgeRequest
- func (p *UpdateEdgeRequest) String() string
- func (p *UpdateEdgeRequest) Write(oprot thrift.Protocol) error
- type UpdateEdgeRequestBuilder
- func (u *UpdateEdgeRequestBuilder) Common(common *RequestCommon) *UpdateEdgeRequestBuilder
- func (u *UpdateEdgeRequestBuilder) Condition(condition []byte) *UpdateEdgeRequestBuilder
- func (u *UpdateEdgeRequestBuilder) EdgeKey(edgeKey *EdgeKey) *UpdateEdgeRequestBuilder
- func (p UpdateEdgeRequestBuilder) Emit() *UpdateEdgeRequest
- func (u *UpdateEdgeRequestBuilder) Insertable(insertable bool) *UpdateEdgeRequestBuilder
- func (u *UpdateEdgeRequestBuilder) PartID(partID nebula0.PartitionID) *UpdateEdgeRequestBuilder
- func (u *UpdateEdgeRequestBuilder) ReturnProps(returnProps [][]byte) *UpdateEdgeRequestBuilder
- func (u *UpdateEdgeRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *UpdateEdgeRequestBuilder
- func (u *UpdateEdgeRequestBuilder) UpdatedProps(updatedProps []*UpdatedProp) *UpdateEdgeRequestBuilder
- type UpdateResponse
- func (p *UpdateResponse) GetProps() *nebula0.DataSet
- func (p *UpdateResponse) GetResult_() *ResponseCommon
- func (p *UpdateResponse) IsSetProps() bool
- func (p *UpdateResponse) IsSetResult_() bool
- func (p *UpdateResponse) Read(iprot thrift.Protocol) error
- func (p *UpdateResponse) ReadField1(iprot thrift.Protocol) error
- func (p *UpdateResponse) ReadField2(iprot thrift.Protocol) error
- func (u *UpdateResponse) SetProps(props *nebula0.DataSet) *UpdateResponse
- func (u *UpdateResponse) SetResult_(result *ResponseCommon) *UpdateResponse
- func (p *UpdateResponse) String() string
- func (p *UpdateResponse) Write(oprot thrift.Protocol) error
- type UpdateResponseBuilder
- type UpdateVertexRequest
- func (p *UpdateVertexRequest) GetCommon() *RequestCommon
- func (p *UpdateVertexRequest) GetCondition() []byte
- func (p *UpdateVertexRequest) GetInsertable() bool
- func (p *UpdateVertexRequest) GetPartID() nebula0.PartitionID
- func (p *UpdateVertexRequest) GetReturnProps() [][]byte
- func (p *UpdateVertexRequest) GetSpaceID() nebula0.GraphSpaceID
- func (p *UpdateVertexRequest) GetTagID() nebula0.TagID
- func (p *UpdateVertexRequest) GetUpdatedProps() []*UpdatedProp
- func (p *UpdateVertexRequest) GetVertexID() *nebula0.Value
- func (p *UpdateVertexRequest) IsSetCommon() bool
- func (p *UpdateVertexRequest) IsSetCondition() bool
- func (p *UpdateVertexRequest) IsSetInsertable() bool
- func (p *UpdateVertexRequest) IsSetReturnProps() bool
- func (p *UpdateVertexRequest) IsSetVertexID() bool
- func (p *UpdateVertexRequest) Read(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField1(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField2(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField3(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField4(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField5(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField6(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField7(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField8(iprot thrift.Protocol) error
- func (p *UpdateVertexRequest) ReadField9(iprot thrift.Protocol) error
- func (u *UpdateVertexRequest) SetCommon(common *RequestCommon) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetCondition(condition []byte) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetInsertable(insertable bool) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetPartID(partID nebula0.PartitionID) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetReturnProps(returnProps [][]byte) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetTagID(tagID nebula0.TagID) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetUpdatedProps(updatedProps []*UpdatedProp) *UpdateVertexRequest
- func (u *UpdateVertexRequest) SetVertexID(vertexID *nebula0.Value) *UpdateVertexRequest
- func (p *UpdateVertexRequest) String() string
- func (p *UpdateVertexRequest) Write(oprot thrift.Protocol) error
- type UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) Common(common *RequestCommon) *UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) Condition(condition []byte) *UpdateVertexRequestBuilder
- func (p UpdateVertexRequestBuilder) Emit() *UpdateVertexRequest
- func (u *UpdateVertexRequestBuilder) Insertable(insertable bool) *UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) PartID(partID nebula0.PartitionID) *UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) ReturnProps(returnProps [][]byte) *UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) TagID(tagID nebula0.TagID) *UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) UpdatedProps(updatedProps []*UpdatedProp) *UpdateVertexRequestBuilder
- func (u *UpdateVertexRequestBuilder) VertexID(vertexID *nebula0.Value) *UpdateVertexRequestBuilder
- type UpdatedProp
- func (p *UpdatedProp) GetName() []byte
- func (p *UpdatedProp) GetValue() []byte
- func (p *UpdatedProp) Read(iprot thrift.Protocol) error
- func (p *UpdatedProp) ReadField1(iprot thrift.Protocol) error
- func (p *UpdatedProp) ReadField2(iprot thrift.Protocol) error
- func (u *UpdatedProp) SetName(name []byte) *UpdatedProp
- func (u *UpdatedProp) SetValue(value []byte) *UpdatedProp
- func (p *UpdatedProp) String() string
- func (p *UpdatedProp) Write(oprot thrift.Protocol) error
- type UpdatedPropBuilder
- type VertexProp
- func (p *VertexProp) GetProps() [][]byte
- func (p *VertexProp) GetTag() nebula0.TagID
- func (p *VertexProp) Read(iprot thrift.Protocol) error
- func (p *VertexProp) ReadField1(iprot thrift.Protocol) error
- func (p *VertexProp) ReadField2(iprot thrift.Protocol) error
- func (v *VertexProp) SetProps(props [][]byte) *VertexProp
- func (v *VertexProp) SetTag(tag nebula0.TagID) *VertexProp
- func (p *VertexProp) String() string
- func (p *VertexProp) Write(oprot thrift.Protocol) error
- type VertexPropBuilder
Constants ¶
This section is empty.
Variables ¶
var AddLearnerReq_Learner_DEFAULT *nebula0.HostAddr
var AdminExecResp_Stats_DEFAULT *meta1.StatsItem
var CatchUpDataReq_Target_DEFAULT *nebula0.HostAddr
var ChainAddEdgesRequest_EdgeVersion_DEFAULT int64
var ChainUpdateEdgeRequest_EdgeVersion_DEFAULT int64
var DelTags_Id_DEFAULT *nebula0.Value
var EdgeDirectionNames = []string{
"BOTH",
"IN_EDGE",
"OUT_EDGE",
}
var EdgeDirectionToName = map[EdgeDirection]string{ EdgeDirection_BOTH: "BOTH", EdgeDirection_IN_EDGE: "IN_EDGE", EdgeDirection_OUT_EDGE: "OUT_EDGE", }
var EdgeDirectionToValue = map[string]EdgeDirection{ "BOTH": EdgeDirection_BOTH, "IN_EDGE": EdgeDirection_IN_EDGE, "OUT_EDGE": EdgeDirection_OUT_EDGE, }
var EdgeDirectionValues = []EdgeDirection{ EdgeDirection_BOTH, EdgeDirection_IN_EDGE, EdgeDirection_OUT_EDGE, }
var EdgeKey_Dst_DEFAULT *nebula0.Value
var EdgeKey_Src_DEFAULT *nebula0.Value
var EngineSignTypeNames = []string{
"BLOCK_ON",
"BLOCK_OFF",
}
var EngineSignTypeToName = map[EngineSignType]string{ EngineSignType_BLOCK_ON: "BLOCK_ON", EngineSignType_BLOCK_OFF: "BLOCK_OFF", }
var EngineSignTypeToValue = map[string]EngineSignType{ "BLOCK_ON": EngineSignType_BLOCK_ON, "BLOCK_OFF": EngineSignType_BLOCK_OFF, }
var EngineSignTypeValues = []EngineSignType{ EngineSignType_BLOCK_ON, EngineSignType_BLOCK_OFF, }
var GetDstBySrcResponse_Dsts_DEFAULT *nebula0.DataSet
var GetNeighborsResponse_Vertices_DEFAULT *nebula0.DataSet
var GetPropRequest_EdgeProps_DEFAULT []*EdgeProp
var GetPropRequest_Expressions_DEFAULT []*Expr
var GetPropRequest_Filter_DEFAULT []byte
var GetPropRequest_Limit_DEFAULT int64
var GetPropRequest_OrderBy_DEFAULT []*OrderBy
var GetPropRequest_VertexProps_DEFAULT []*VertexProp
var GetPropResponse_Props_DEFAULT *nebula0.DataSet
var GetUUIDResp_Id_DEFAULT *nebula0.Value
var GoUnusedProtection__ int
var IndexColumnHint_BeginValue_DEFAULT *nebula0.Value
var IndexColumnHint_EndValue_DEFAULT *nebula0.Value
var IndexSpec_SchemaID_DEFAULT *nebula0.SchemaID
var ListClusterInfoResp_Dir_DEFAULT *nebula0.DirInfo
var LookupIndexRequest_Limit_DEFAULT int64
var LookupIndexRequest_OrderBy_DEFAULT []*OrderBy
var LookupIndexRequest_ReturnColumns_DEFAULT [][]byte
var LookupIndexRequest_StatColumns_DEFAULT []*StatProp
var LookupIndexResp_Data_DEFAULT *nebula0.DataSet
var LookupIndexResp_StatData_DEFAULT *nebula0.DataSet
var MemberChangeReq_Peer_DEFAULT *nebula0.HostAddr
var NewVertex__Id_DEFAULT *nebula0.Value
var OrderDirectionNames = []string{
"ASCENDING",
"DESCENDING",
}
var OrderDirectionToName = map[OrderDirection]string{ OrderDirection_ASCENDING: "ASCENDING", OrderDirection_DESCENDING: "DESCENDING", }
var OrderDirectionToValue = map[string]OrderDirection{ "ASCENDING": OrderDirection_ASCENDING, "DESCENDING": OrderDirection_DESCENDING, }
var OrderDirectionValues = []OrderDirection{ OrderDirection_ASCENDING, OrderDirection_DESCENDING, }
var PartitionResult__Leader_DEFAULT *nebula0.HostAddr
var RequestCommon_PlanID_DEFAULT nebula0.ExecutionPlanID
var RequestCommon_ProfileDetail_DEFAULT bool
var RequestCommon_SessionID_DEFAULT nebula0.SessionID
var ResponseCommon_LatencyDetailUs_DEFAULT map[string]int32
var ScanCursor_NextCursor_DEFAULT []byte
var ScanEdgeRequest_EndTime_DEFAULT int64
var ScanEdgeRequest_Filter_DEFAULT []byte
var ScanEdgeRequest_StartTime_DEFAULT int64
var ScanResponse_Props_DEFAULT *nebula0.DataSet
var ScanTypeNames = []string{
"PREFIX",
"RANGE",
}
var ScanTypeToName = map[ScanType]string{ ScanType_PREFIX: "PREFIX", ScanType_RANGE: "RANGE", }
var ScanTypeToValue = map[string]ScanType{ "PREFIX": ScanType_PREFIX, "RANGE": ScanType_RANGE, }
var ScanTypeValues = []ScanType{ ScanType_PREFIX, ScanType_RANGE, }
var ScanVertexRequest_EndTime_DEFAULT int64
var ScanVertexRequest_Filter_DEFAULT []byte
var ScanVertexRequest_StartTime_DEFAULT int64
var StatTypeNames = []string{
"SUM",
"COUNT",
"AVG",
"MAX",
"MIN",
}
var StatTypeToName = map[StatType]string{ StatType_SUM: "SUM", StatType_COUNT: "COUNT", StatType_AVG: "AVG", StatType_MAX: "MAX", StatType_MIN: "MIN", }
var StatTypeToValue = map[string]StatType{ "SUM": StatType_SUM, "COUNT": StatType_COUNT, "AVG": StatType_AVG, "MAX": StatType_MAX, "MIN": StatType_MIN, }
var StatTypeValues = []StatType{ StatType_SUM, StatType_COUNT, StatType_AVG, StatType_MAX, StatType_MIN, }
var TaskPara_Parts_DEFAULT []nebula0.PartitionID
var TaskPara_TaskSpecificParas_DEFAULT [][]byte
var TransLeaderReq_NewLeader__DEFAULT *nebula0.HostAddr
var TraverseSpec_EdgeProps_DEFAULT []*EdgeProp
var TraverseSpec_Expressions_DEFAULT []*Expr
var TraverseSpec_Filter_DEFAULT []byte
var TraverseSpec_Limit_DEFAULT int64
var TraverseSpec_OrderBy_DEFAULT []*OrderBy
var TraverseSpec_Random_DEFAULT bool
var TraverseSpec_StatProps_DEFAULT []*StatProp
var TraverseSpec_TagFilter_DEFAULT []byte
var TraverseSpec_VertexProps_DEFAULT []*VertexProp
var UpdateEdgeRequest_Condition_DEFAULT []byte
var UpdateEdgeRequest_Insertable_DEFAULT bool = false
var UpdateEdgeRequest_ReturnProps_DEFAULT [][]byte
var UpdateResponse_Props_DEFAULT *nebula0.DataSet
var UpdateVertexRequest_Condition_DEFAULT []byte
var UpdateVertexRequest_Insertable_DEFAULT bool = false
var UpdateVertexRequest_ReturnProps_DEFAULT [][]byte
var UpdateVertexRequest_VertexID_DEFAULT *nebula0.Value
Functions ¶
This section is empty.
Types ¶
type AddEdgesRequest ¶
type AddEdgesRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*NewEdge_ `thrift:"parts,2" db:"parts" json:"parts"` PropNames [][]byte `thrift:"prop_names,3" db:"prop_names" json:"prop_names"` IfNotExists bool `thrift:"if_not_exists,4" db:"if_not_exists" json:"if_not_exists"` IgnoreExistedIndex bool `thrift:"ignore_existed_index,5" db:"ignore_existed_index" json:"ignore_existed_index"` Common *RequestCommon `thrift:"common,6,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- PropNames
- IfNotExists
- IgnoreExistedIndex
- Common
var GraphStorageServiceAddEdgesArgs_Req_DEFAULT *AddEdgesRequest
var GraphStorageServiceChainAddEdgesArgs_Req_DEFAULT *AddEdgesRequest
func NewAddEdgesRequest ¶
func NewAddEdgesRequest() *AddEdgesRequest
func (*AddEdgesRequest) GetCommon ¶
func (p *AddEdgesRequest) GetCommon() *RequestCommon
func (*AddEdgesRequest) GetIfNotExists ¶
func (p *AddEdgesRequest) GetIfNotExists() bool
func (*AddEdgesRequest) GetIgnoreExistedIndex ¶
func (p *AddEdgesRequest) GetIgnoreExistedIndex() bool
func (*AddEdgesRequest) GetParts ¶
func (p *AddEdgesRequest) GetParts() map[nebula0.PartitionID][]*NewEdge_
func (*AddEdgesRequest) GetPropNames ¶
func (p *AddEdgesRequest) GetPropNames() [][]byte
func (*AddEdgesRequest) GetSpaceID ¶
func (p *AddEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
func (*AddEdgesRequest) IsSetCommon ¶
func (p *AddEdgesRequest) IsSetCommon() bool
func (*AddEdgesRequest) ReadField1 ¶
func (p *AddEdgesRequest) ReadField1(iprot thrift.Protocol) error
func (*AddEdgesRequest) ReadField2 ¶
func (p *AddEdgesRequest) ReadField2(iprot thrift.Protocol) error
func (*AddEdgesRequest) ReadField3 ¶
func (p *AddEdgesRequest) ReadField3(iprot thrift.Protocol) error
func (*AddEdgesRequest) ReadField4 ¶
func (p *AddEdgesRequest) ReadField4(iprot thrift.Protocol) error
func (*AddEdgesRequest) ReadField5 ¶
func (p *AddEdgesRequest) ReadField5(iprot thrift.Protocol) error
func (*AddEdgesRequest) ReadField6 ¶
func (p *AddEdgesRequest) ReadField6(iprot thrift.Protocol) error
func (*AddEdgesRequest) SetCommon ¶
func (a *AddEdgesRequest) SetCommon(common *RequestCommon) *AddEdgesRequest
func (*AddEdgesRequest) SetIfNotExists ¶
func (a *AddEdgesRequest) SetIfNotExists(ifNotExists bool) *AddEdgesRequest
func (*AddEdgesRequest) SetIgnoreExistedIndex ¶
func (a *AddEdgesRequest) SetIgnoreExistedIndex(ignoreExistedIndex bool) *AddEdgesRequest
func (*AddEdgesRequest) SetParts ¶
func (a *AddEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*NewEdge_) *AddEdgesRequest
func (*AddEdgesRequest) SetPropNames ¶
func (a *AddEdgesRequest) SetPropNames(propNames [][]byte) *AddEdgesRequest
func (*AddEdgesRequest) SetSpaceID ¶
func (a *AddEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddEdgesRequest
func (*AddEdgesRequest) String ¶
func (p *AddEdgesRequest) String() string
type AddEdgesRequestBuilder ¶
type AddEdgesRequestBuilder struct {
// contains filtered or unexported fields
}
func NewAddEdgesRequestBuilder ¶
func NewAddEdgesRequestBuilder() *AddEdgesRequestBuilder
func (*AddEdgesRequestBuilder) Common ¶
func (a *AddEdgesRequestBuilder) Common(common *RequestCommon) *AddEdgesRequestBuilder
func (AddEdgesRequestBuilder) Emit ¶
func (p AddEdgesRequestBuilder) Emit() *AddEdgesRequest
func (*AddEdgesRequestBuilder) IfNotExists ¶
func (a *AddEdgesRequestBuilder) IfNotExists(ifNotExists bool) *AddEdgesRequestBuilder
func (*AddEdgesRequestBuilder) IgnoreExistedIndex ¶
func (a *AddEdgesRequestBuilder) IgnoreExistedIndex(ignoreExistedIndex bool) *AddEdgesRequestBuilder
func (*AddEdgesRequestBuilder) Parts ¶
func (a *AddEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*NewEdge_) *AddEdgesRequestBuilder
func (*AddEdgesRequestBuilder) PropNames ¶
func (a *AddEdgesRequestBuilder) PropNames(propNames [][]byte) *AddEdgesRequestBuilder
func (*AddEdgesRequestBuilder) SpaceID ¶
func (a *AddEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddEdgesRequestBuilder
type AddLearnerReq ¶
type AddLearnerReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` Learner *nebula0.HostAddr `thrift:"learner,3" db:"learner" json:"learner"` }
Attributes:
- SpaceID
- PartID
- Learner
var StorageAdminServiceAddLearnerArgs_Req_DEFAULT *AddLearnerReq
func NewAddLearnerReq ¶
func NewAddLearnerReq() *AddLearnerReq
func (*AddLearnerReq) GetLearner ¶
func (p *AddLearnerReq) GetLearner() *nebula0.HostAddr
func (*AddLearnerReq) GetPartID ¶
func (p *AddLearnerReq) GetPartID() nebula0.PartitionID
func (*AddLearnerReq) GetSpaceID ¶
func (p *AddLearnerReq) GetSpaceID() nebula0.GraphSpaceID
func (*AddLearnerReq) IsSetLearner ¶
func (p *AddLearnerReq) IsSetLearner() bool
func (*AddLearnerReq) ReadField1 ¶
func (p *AddLearnerReq) ReadField1(iprot thrift.Protocol) error
func (*AddLearnerReq) ReadField2 ¶
func (p *AddLearnerReq) ReadField2(iprot thrift.Protocol) error
func (*AddLearnerReq) ReadField3 ¶
func (p *AddLearnerReq) ReadField3(iprot thrift.Protocol) error
func (*AddLearnerReq) SetLearner ¶
func (a *AddLearnerReq) SetLearner(learner *nebula0.HostAddr) *AddLearnerReq
func (*AddLearnerReq) SetPartID ¶
func (a *AddLearnerReq) SetPartID(partID nebula0.PartitionID) *AddLearnerReq
func (*AddLearnerReq) SetSpaceID ¶
func (a *AddLearnerReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddLearnerReq
func (*AddLearnerReq) String ¶
func (p *AddLearnerReq) String() string
type AddLearnerReqBuilder ¶
type AddLearnerReqBuilder struct {
// contains filtered or unexported fields
}
func NewAddLearnerReqBuilder ¶
func NewAddLearnerReqBuilder() *AddLearnerReqBuilder
func (AddLearnerReqBuilder) Emit ¶
func (p AddLearnerReqBuilder) Emit() *AddLearnerReq
func (*AddLearnerReqBuilder) Learner ¶
func (a *AddLearnerReqBuilder) Learner(learner *nebula0.HostAddr) *AddLearnerReqBuilder
func (*AddLearnerReqBuilder) PartID ¶
func (a *AddLearnerReqBuilder) PartID(partID nebula0.PartitionID) *AddLearnerReqBuilder
func (*AddLearnerReqBuilder) SpaceID ¶
func (a *AddLearnerReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddLearnerReqBuilder
type AddPartReq ¶
type AddPartReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` AsLearner bool `thrift:"as_learner,3" db:"as_learner" json:"as_learner"` Peers []*nebula0.HostAddr `thrift:"peers,4" db:"peers" json:"peers"` }
Attributes:
- SpaceID
- PartID
- AsLearner
- Peers
var StorageAdminServiceAddPartArgs_Req_DEFAULT *AddPartReq
func NewAddPartReq ¶
func NewAddPartReq() *AddPartReq
func (*AddPartReq) GetAsLearner ¶
func (p *AddPartReq) GetAsLearner() bool
func (*AddPartReq) GetPartID ¶
func (p *AddPartReq) GetPartID() nebula0.PartitionID
func (*AddPartReq) GetPeers ¶
func (p *AddPartReq) GetPeers() []*nebula0.HostAddr
func (*AddPartReq) GetSpaceID ¶
func (p *AddPartReq) GetSpaceID() nebula0.GraphSpaceID
func (*AddPartReq) ReadField1 ¶
func (p *AddPartReq) ReadField1(iprot thrift.Protocol) error
func (*AddPartReq) ReadField2 ¶
func (p *AddPartReq) ReadField2(iprot thrift.Protocol) error
func (*AddPartReq) ReadField3 ¶
func (p *AddPartReq) ReadField3(iprot thrift.Protocol) error
func (*AddPartReq) ReadField4 ¶
func (p *AddPartReq) ReadField4(iprot thrift.Protocol) error
func (*AddPartReq) SetAsLearner ¶
func (a *AddPartReq) SetAsLearner(asLearner bool) *AddPartReq
func (*AddPartReq) SetPartID ¶
func (a *AddPartReq) SetPartID(partID nebula0.PartitionID) *AddPartReq
func (*AddPartReq) SetPeers ¶
func (a *AddPartReq) SetPeers(peers []*nebula0.HostAddr) *AddPartReq
func (*AddPartReq) SetSpaceID ¶
func (a *AddPartReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddPartReq
func (*AddPartReq) String ¶
func (p *AddPartReq) String() string
type AddPartReqBuilder ¶
type AddPartReqBuilder struct {
// contains filtered or unexported fields
}
func NewAddPartReqBuilder ¶
func NewAddPartReqBuilder() *AddPartReqBuilder
func (*AddPartReqBuilder) AsLearner ¶
func (a *AddPartReqBuilder) AsLearner(asLearner bool) *AddPartReqBuilder
func (AddPartReqBuilder) Emit ¶
func (p AddPartReqBuilder) Emit() *AddPartReq
func (*AddPartReqBuilder) PartID ¶
func (a *AddPartReqBuilder) PartID(partID nebula0.PartitionID) *AddPartReqBuilder
func (*AddPartReqBuilder) Peers ¶
func (a *AddPartReqBuilder) Peers(peers []*nebula0.HostAddr) *AddPartReqBuilder
func (*AddPartReqBuilder) SpaceID ¶
func (a *AddPartReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddPartReqBuilder
type AddTaskRequest ¶ added in v3.1.0
type AddTaskRequest struct { JobType meta1.JobType `thrift:"job_type,1" db:"job_type" json:"job_type"` JobID int32 `thrift:"job_id,2" db:"job_id" json:"job_id"` TaskID int32 `thrift:"task_id,3" db:"task_id" json:"task_id"` Para *TaskPara `thrift:"para,4" db:"para" json:"para"` }
Attributes:
- JobType
- JobID
- TaskID
- Para
var StorageAdminServiceAddAdminTaskArgs_Req_DEFAULT *AddTaskRequest
func NewAddTaskRequest ¶ added in v3.1.0
func NewAddTaskRequest() *AddTaskRequest
func (*AddTaskRequest) GetJobID ¶ added in v3.1.0
func (p *AddTaskRequest) GetJobID() int32
func (*AddTaskRequest) GetJobType ¶ added in v3.1.0
func (p *AddTaskRequest) GetJobType() meta1.JobType
func (*AddTaskRequest) GetPara ¶ added in v3.1.0
func (p *AddTaskRequest) GetPara() *TaskPara
func (*AddTaskRequest) GetTaskID ¶ added in v3.1.0
func (p *AddTaskRequest) GetTaskID() int32
func (*AddTaskRequest) IsSetPara ¶ added in v3.1.0
func (p *AddTaskRequest) IsSetPara() bool
func (*AddTaskRequest) Read ¶ added in v3.1.0
func (p *AddTaskRequest) Read(iprot thrift.Protocol) error
func (*AddTaskRequest) ReadField1 ¶ added in v3.1.0
func (p *AddTaskRequest) ReadField1(iprot thrift.Protocol) error
func (*AddTaskRequest) ReadField2 ¶ added in v3.1.0
func (p *AddTaskRequest) ReadField2(iprot thrift.Protocol) error
func (*AddTaskRequest) ReadField3 ¶ added in v3.1.0
func (p *AddTaskRequest) ReadField3(iprot thrift.Protocol) error
func (*AddTaskRequest) ReadField4 ¶ added in v3.1.0
func (p *AddTaskRequest) ReadField4(iprot thrift.Protocol) error
func (*AddTaskRequest) SetJobID ¶ added in v3.1.0
func (a *AddTaskRequest) SetJobID(jobID int32) *AddTaskRequest
func (*AddTaskRequest) SetJobType ¶ added in v3.1.0
func (a *AddTaskRequest) SetJobType(jobType meta1.JobType) *AddTaskRequest
func (*AddTaskRequest) SetPara ¶ added in v3.1.0
func (a *AddTaskRequest) SetPara(para *TaskPara) *AddTaskRequest
func (*AddTaskRequest) SetTaskID ¶ added in v3.1.0
func (a *AddTaskRequest) SetTaskID(taskID int32) *AddTaskRequest
func (*AddTaskRequest) String ¶ added in v3.1.0
func (p *AddTaskRequest) String() string
type AddTaskRequestBuilder ¶ added in v3.1.0
type AddTaskRequestBuilder struct {
// contains filtered or unexported fields
}
func NewAddTaskRequestBuilder ¶ added in v3.1.0
func NewAddTaskRequestBuilder() *AddTaskRequestBuilder
func (AddTaskRequestBuilder) Emit ¶ added in v3.1.0
func (p AddTaskRequestBuilder) Emit() *AddTaskRequest
func (*AddTaskRequestBuilder) JobID ¶ added in v3.1.0
func (a *AddTaskRequestBuilder) JobID(jobID int32) *AddTaskRequestBuilder
func (*AddTaskRequestBuilder) JobType ¶ added in v3.1.0
func (a *AddTaskRequestBuilder) JobType(jobType meta1.JobType) *AddTaskRequestBuilder
func (*AddTaskRequestBuilder) Para ¶ added in v3.1.0
func (a *AddTaskRequestBuilder) Para(para *TaskPara) *AddTaskRequestBuilder
func (*AddTaskRequestBuilder) TaskID ¶ added in v3.1.0
func (a *AddTaskRequestBuilder) TaskID(taskID int32) *AddTaskRequestBuilder
type AddTaskResp ¶ added in v3.1.0
Attributes:
- Code
var StorageAdminServiceAddAdminTaskResult_Success_DEFAULT *AddTaskResp
func NewAddTaskResp ¶ added in v3.1.0
func NewAddTaskResp() *AddTaskResp
func (*AddTaskResp) GetCode ¶ added in v3.1.0
func (p *AddTaskResp) GetCode() nebula0.ErrorCode
func (*AddTaskResp) ReadField1 ¶ added in v3.1.0
func (p *AddTaskResp) ReadField1(iprot thrift.Protocol) error
func (*AddTaskResp) SetCode ¶ added in v3.1.0
func (a *AddTaskResp) SetCode(code nebula0.ErrorCode) *AddTaskResp
func (*AddTaskResp) String ¶ added in v3.1.0
func (p *AddTaskResp) String() string
type AddTaskRespBuilder ¶ added in v3.1.0
type AddTaskRespBuilder struct {
// contains filtered or unexported fields
}
func NewAddTaskRespBuilder ¶ added in v3.1.0
func NewAddTaskRespBuilder() *AddTaskRespBuilder
func (*AddTaskRespBuilder) Code ¶ added in v3.1.0
func (a *AddTaskRespBuilder) Code(code nebula0.ErrorCode) *AddTaskRespBuilder
func (AddTaskRespBuilder) Emit ¶ added in v3.1.0
func (p AddTaskRespBuilder) Emit() *AddTaskResp
type AddVerticesRequest ¶
type AddVerticesRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*NewVertex_ `thrift:"parts,2" db:"parts" json:"parts"` PropNames map[nebula0.TagID][][]byte `thrift:"prop_names,3" db:"prop_names" json:"prop_names"` IfNotExists bool `thrift:"if_not_exists,4" db:"if_not_exists" json:"if_not_exists"` IgnoreExistedIndex bool `thrift:"ignore_existed_index,5" db:"ignore_existed_index" json:"ignore_existed_index"` Common *RequestCommon `thrift:"common,6,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- PropNames
- IfNotExists
- IgnoreExistedIndex
- Common
var GraphStorageServiceAddVerticesArgs_Req_DEFAULT *AddVerticesRequest
func NewAddVerticesRequest ¶
func NewAddVerticesRequest() *AddVerticesRequest
func (*AddVerticesRequest) GetCommon ¶
func (p *AddVerticesRequest) GetCommon() *RequestCommon
func (*AddVerticesRequest) GetIfNotExists ¶
func (p *AddVerticesRequest) GetIfNotExists() bool
func (*AddVerticesRequest) GetIgnoreExistedIndex ¶
func (p *AddVerticesRequest) GetIgnoreExistedIndex() bool
func (*AddVerticesRequest) GetParts ¶
func (p *AddVerticesRequest) GetParts() map[nebula0.PartitionID][]*NewVertex_
func (*AddVerticesRequest) GetPropNames ¶
func (p *AddVerticesRequest) GetPropNames() map[nebula0.TagID][][]byte
func (*AddVerticesRequest) GetSpaceID ¶
func (p *AddVerticesRequest) GetSpaceID() nebula0.GraphSpaceID
func (*AddVerticesRequest) IsSetCommon ¶
func (p *AddVerticesRequest) IsSetCommon() bool
func (*AddVerticesRequest) ReadField1 ¶
func (p *AddVerticesRequest) ReadField1(iprot thrift.Protocol) error
func (*AddVerticesRequest) ReadField2 ¶
func (p *AddVerticesRequest) ReadField2(iprot thrift.Protocol) error
func (*AddVerticesRequest) ReadField3 ¶
func (p *AddVerticesRequest) ReadField3(iprot thrift.Protocol) error
func (*AddVerticesRequest) ReadField4 ¶
func (p *AddVerticesRequest) ReadField4(iprot thrift.Protocol) error
func (*AddVerticesRequest) ReadField5 ¶
func (p *AddVerticesRequest) ReadField5(iprot thrift.Protocol) error
func (*AddVerticesRequest) ReadField6 ¶
func (p *AddVerticesRequest) ReadField6(iprot thrift.Protocol) error
func (*AddVerticesRequest) SetCommon ¶
func (a *AddVerticesRequest) SetCommon(common *RequestCommon) *AddVerticesRequest
func (*AddVerticesRequest) SetIfNotExists ¶
func (a *AddVerticesRequest) SetIfNotExists(ifNotExists bool) *AddVerticesRequest
func (*AddVerticesRequest) SetIgnoreExistedIndex ¶
func (a *AddVerticesRequest) SetIgnoreExistedIndex(ignoreExistedIndex bool) *AddVerticesRequest
func (*AddVerticesRequest) SetParts ¶
func (a *AddVerticesRequest) SetParts(parts map[nebula0.PartitionID][]*NewVertex_) *AddVerticesRequest
func (*AddVerticesRequest) SetPropNames ¶
func (a *AddVerticesRequest) SetPropNames(propNames map[nebula0.TagID][][]byte) *AddVerticesRequest
func (*AddVerticesRequest) SetSpaceID ¶
func (a *AddVerticesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *AddVerticesRequest
func (*AddVerticesRequest) String ¶
func (p *AddVerticesRequest) String() string
type AddVerticesRequestBuilder ¶
type AddVerticesRequestBuilder struct {
// contains filtered or unexported fields
}
func NewAddVerticesRequestBuilder ¶
func NewAddVerticesRequestBuilder() *AddVerticesRequestBuilder
func (*AddVerticesRequestBuilder) Common ¶
func (a *AddVerticesRequestBuilder) Common(common *RequestCommon) *AddVerticesRequestBuilder
func (AddVerticesRequestBuilder) Emit ¶
func (p AddVerticesRequestBuilder) Emit() *AddVerticesRequest
func (*AddVerticesRequestBuilder) IfNotExists ¶
func (a *AddVerticesRequestBuilder) IfNotExists(ifNotExists bool) *AddVerticesRequestBuilder
func (*AddVerticesRequestBuilder) IgnoreExistedIndex ¶
func (a *AddVerticesRequestBuilder) IgnoreExistedIndex(ignoreExistedIndex bool) *AddVerticesRequestBuilder
func (*AddVerticesRequestBuilder) Parts ¶
func (a *AddVerticesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*NewVertex_) *AddVerticesRequestBuilder
func (*AddVerticesRequestBuilder) PropNames ¶
func (a *AddVerticesRequestBuilder) PropNames(propNames map[nebula0.TagID][][]byte) *AddVerticesRequestBuilder
func (*AddVerticesRequestBuilder) SpaceID ¶
func (a *AddVerticesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *AddVerticesRequestBuilder
type AdminExecResp ¶
type AdminExecResp struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Stats *meta1.StatsItem `thrift:"stats,2,optional" db:"stats" json:"stats,omitempty"` }
Attributes:
- Result_
- Stats
var StorageAdminServiceAddLearnerResult_Success_DEFAULT *AdminExecResp
var StorageAdminServiceAddPartResult_Success_DEFAULT *AdminExecResp
var StorageAdminServiceCheckPeersResult_Success_DEFAULT *AdminExecResp
var StorageAdminServiceMemberChangeResult_Success_DEFAULT *AdminExecResp
var StorageAdminServiceRemovePartResult_Success_DEFAULT *AdminExecResp
var StorageAdminServiceTransLeaderResult_Success_DEFAULT *AdminExecResp
var StorageAdminServiceWaitingForCatchUpDataResult_Success_DEFAULT *AdminExecResp
func NewAdminExecResp ¶
func NewAdminExecResp() *AdminExecResp
func (*AdminExecResp) GetResult_ ¶
func (p *AdminExecResp) GetResult_() *ResponseCommon
func (*AdminExecResp) GetStats ¶
func (p *AdminExecResp) GetStats() *meta1.StatsItem
func (*AdminExecResp) IsSetResult_ ¶
func (p *AdminExecResp) IsSetResult_() bool
func (*AdminExecResp) IsSetStats ¶
func (p *AdminExecResp) IsSetStats() bool
func (*AdminExecResp) ReadField1 ¶
func (p *AdminExecResp) ReadField1(iprot thrift.Protocol) error
func (*AdminExecResp) ReadField2 ¶
func (p *AdminExecResp) ReadField2(iprot thrift.Protocol) error
func (*AdminExecResp) SetResult_ ¶
func (a *AdminExecResp) SetResult_(result *ResponseCommon) *AdminExecResp
func (*AdminExecResp) SetStats ¶
func (a *AdminExecResp) SetStats(stats *meta1.StatsItem) *AdminExecResp
func (*AdminExecResp) String ¶
func (p *AdminExecResp) String() string
type AdminExecRespBuilder ¶
type AdminExecRespBuilder struct {
// contains filtered or unexported fields
}
func NewAdminExecRespBuilder ¶
func NewAdminExecRespBuilder() *AdminExecRespBuilder
func (AdminExecRespBuilder) Emit ¶
func (p AdminExecRespBuilder) Emit() *AdminExecResp
func (*AdminExecRespBuilder) Result_ ¶
func (a *AdminExecRespBuilder) Result_(result *ResponseCommon) *AdminExecRespBuilder
func (*AdminExecRespBuilder) Stats ¶
func (a *AdminExecRespBuilder) Stats(stats *meta1.StatsItem) *AdminExecRespBuilder
type BlockingSignRequest ¶
type BlockingSignRequest struct { SpaceIds []nebula0.GraphSpaceID `thrift:"space_ids,1" db:"space_ids" json:"space_ids"` Sign EngineSignType `thrift:"sign,2,required" db:"sign" json:"sign"` }
Attributes:
- SpaceIds
- Sign
var StorageAdminServiceBlockingWritesArgs_Req_DEFAULT *BlockingSignRequest
func NewBlockingSignRequest ¶
func NewBlockingSignRequest() *BlockingSignRequest
func (*BlockingSignRequest) GetSign ¶
func (p *BlockingSignRequest) GetSign() EngineSignType
func (*BlockingSignRequest) GetSpaceIds ¶
func (p *BlockingSignRequest) GetSpaceIds() []nebula0.GraphSpaceID
func (*BlockingSignRequest) ReadField1 ¶
func (p *BlockingSignRequest) ReadField1(iprot thrift.Protocol) error
func (*BlockingSignRequest) ReadField2 ¶
func (p *BlockingSignRequest) ReadField2(iprot thrift.Protocol) error
func (*BlockingSignRequest) SetSign ¶
func (b *BlockingSignRequest) SetSign(sign EngineSignType) *BlockingSignRequest
func (*BlockingSignRequest) SetSpaceIds ¶
func (b *BlockingSignRequest) SetSpaceIds(spaceIds []nebula0.GraphSpaceID) *BlockingSignRequest
func (*BlockingSignRequest) String ¶
func (p *BlockingSignRequest) String() string
type BlockingSignRequestBuilder ¶
type BlockingSignRequestBuilder struct {
// contains filtered or unexported fields
}
func NewBlockingSignRequestBuilder ¶
func NewBlockingSignRequestBuilder() *BlockingSignRequestBuilder
func (BlockingSignRequestBuilder) Emit ¶
func (p BlockingSignRequestBuilder) Emit() *BlockingSignRequest
func (*BlockingSignRequestBuilder) Sign ¶
func (b *BlockingSignRequestBuilder) Sign(sign EngineSignType) *BlockingSignRequestBuilder
func (*BlockingSignRequestBuilder) SpaceIds ¶
func (b *BlockingSignRequestBuilder) SpaceIds(spaceIds []nebula0.GraphSpaceID) *BlockingSignRequestBuilder
type BlockingSignResp ¶ added in v3.1.0
Attributes:
- Code
var StorageAdminServiceBlockingWritesResult_Success_DEFAULT *BlockingSignResp
func NewBlockingSignResp ¶ added in v3.1.0
func NewBlockingSignResp() *BlockingSignResp
func (*BlockingSignResp) GetCode ¶ added in v3.1.0
func (p *BlockingSignResp) GetCode() nebula0.ErrorCode
func (*BlockingSignResp) Read ¶ added in v3.1.0
func (p *BlockingSignResp) Read(iprot thrift.Protocol) error
func (*BlockingSignResp) ReadField1 ¶ added in v3.1.0
func (p *BlockingSignResp) ReadField1(iprot thrift.Protocol) error
func (*BlockingSignResp) SetCode ¶ added in v3.1.0
func (b *BlockingSignResp) SetCode(code nebula0.ErrorCode) *BlockingSignResp
func (*BlockingSignResp) String ¶ added in v3.1.0
func (p *BlockingSignResp) String() string
type BlockingSignRespBuilder ¶ added in v3.1.0
type BlockingSignRespBuilder struct {
// contains filtered or unexported fields
}
func NewBlockingSignRespBuilder ¶ added in v3.1.0
func NewBlockingSignRespBuilder() *BlockingSignRespBuilder
func (*BlockingSignRespBuilder) Code ¶ added in v3.1.0
func (b *BlockingSignRespBuilder) Code(code nebula0.ErrorCode) *BlockingSignRespBuilder
func (BlockingSignRespBuilder) Emit ¶ added in v3.1.0
func (p BlockingSignRespBuilder) Emit() *BlockingSignResp
type CatchUpDataReq ¶
type CatchUpDataReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` Target *nebula0.HostAddr `thrift:"target,3" db:"target" json:"target"` }
Attributes:
- SpaceID
- PartID
- Target
var StorageAdminServiceWaitingForCatchUpDataArgs_Req_DEFAULT *CatchUpDataReq
func NewCatchUpDataReq ¶
func NewCatchUpDataReq() *CatchUpDataReq
func (*CatchUpDataReq) GetPartID ¶
func (p *CatchUpDataReq) GetPartID() nebula0.PartitionID
func (*CatchUpDataReq) GetSpaceID ¶
func (p *CatchUpDataReq) GetSpaceID() nebula0.GraphSpaceID
func (*CatchUpDataReq) GetTarget ¶
func (p *CatchUpDataReq) GetTarget() *nebula0.HostAddr
func (*CatchUpDataReq) IsSetTarget ¶
func (p *CatchUpDataReq) IsSetTarget() bool
func (*CatchUpDataReq) ReadField1 ¶
func (p *CatchUpDataReq) ReadField1(iprot thrift.Protocol) error
func (*CatchUpDataReq) ReadField2 ¶
func (p *CatchUpDataReq) ReadField2(iprot thrift.Protocol) error
func (*CatchUpDataReq) ReadField3 ¶
func (p *CatchUpDataReq) ReadField3(iprot thrift.Protocol) error
func (*CatchUpDataReq) SetPartID ¶
func (c *CatchUpDataReq) SetPartID(partID nebula0.PartitionID) *CatchUpDataReq
func (*CatchUpDataReq) SetSpaceID ¶
func (c *CatchUpDataReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *CatchUpDataReq
func (*CatchUpDataReq) SetTarget ¶
func (c *CatchUpDataReq) SetTarget(target *nebula0.HostAddr) *CatchUpDataReq
func (*CatchUpDataReq) String ¶
func (p *CatchUpDataReq) String() string
type CatchUpDataReqBuilder ¶
type CatchUpDataReqBuilder struct {
// contains filtered or unexported fields
}
func NewCatchUpDataReqBuilder ¶
func NewCatchUpDataReqBuilder() *CatchUpDataReqBuilder
func (CatchUpDataReqBuilder) Emit ¶
func (p CatchUpDataReqBuilder) Emit() *CatchUpDataReq
func (*CatchUpDataReqBuilder) PartID ¶
func (c *CatchUpDataReqBuilder) PartID(partID nebula0.PartitionID) *CatchUpDataReqBuilder
func (*CatchUpDataReqBuilder) SpaceID ¶
func (c *CatchUpDataReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *CatchUpDataReqBuilder
func (*CatchUpDataReqBuilder) Target ¶
func (c *CatchUpDataReqBuilder) Target(target *nebula0.HostAddr) *CatchUpDataReqBuilder
type ChainAddEdgesRequest ¶
type ChainAddEdgesRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*NewEdge_ `thrift:"parts,2" db:"parts" json:"parts"` PropNames [][]byte `thrift:"prop_names,3" db:"prop_names" json:"prop_names"` IfNotExists bool `thrift:"if_not_exists,4" db:"if_not_exists" json:"if_not_exists"` Term int64 `thrift:"term,5" db:"term" json:"term"` EdgeVersion *int64 `thrift:"edge_version,6,optional" db:"edge_version" json:"edge_version,omitempty"` }
Attributes:
- SpaceID
- Parts
- PropNames
- IfNotExists
- Term
- EdgeVersion
func NewChainAddEdgesRequest ¶
func NewChainAddEdgesRequest() *ChainAddEdgesRequest
func (*ChainAddEdgesRequest) GetEdgeVersion ¶
func (p *ChainAddEdgesRequest) GetEdgeVersion() int64
func (*ChainAddEdgesRequest) GetIfNotExists ¶
func (p *ChainAddEdgesRequest) GetIfNotExists() bool
func (*ChainAddEdgesRequest) GetParts ¶
func (p *ChainAddEdgesRequest) GetParts() map[nebula0.PartitionID][]*NewEdge_
func (*ChainAddEdgesRequest) GetPropNames ¶
func (p *ChainAddEdgesRequest) GetPropNames() [][]byte
func (*ChainAddEdgesRequest) GetSpaceID ¶
func (p *ChainAddEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
func (*ChainAddEdgesRequest) GetTerm ¶
func (p *ChainAddEdgesRequest) GetTerm() int64
func (*ChainAddEdgesRequest) IsSetEdgeVersion ¶
func (p *ChainAddEdgesRequest) IsSetEdgeVersion() bool
func (*ChainAddEdgesRequest) Read ¶
func (p *ChainAddEdgesRequest) Read(iprot thrift.Protocol) error
func (*ChainAddEdgesRequest) ReadField1 ¶
func (p *ChainAddEdgesRequest) ReadField1(iprot thrift.Protocol) error
func (*ChainAddEdgesRequest) ReadField2 ¶
func (p *ChainAddEdgesRequest) ReadField2(iprot thrift.Protocol) error
func (*ChainAddEdgesRequest) ReadField3 ¶
func (p *ChainAddEdgesRequest) ReadField3(iprot thrift.Protocol) error
func (*ChainAddEdgesRequest) ReadField4 ¶
func (p *ChainAddEdgesRequest) ReadField4(iprot thrift.Protocol) error
func (*ChainAddEdgesRequest) ReadField5 ¶
func (p *ChainAddEdgesRequest) ReadField5(iprot thrift.Protocol) error
func (*ChainAddEdgesRequest) ReadField6 ¶
func (p *ChainAddEdgesRequest) ReadField6(iprot thrift.Protocol) error
func (*ChainAddEdgesRequest) SetEdgeVersion ¶
func (c *ChainAddEdgesRequest) SetEdgeVersion(edgeVersion *int64) *ChainAddEdgesRequest
func (*ChainAddEdgesRequest) SetIfNotExists ¶
func (c *ChainAddEdgesRequest) SetIfNotExists(ifNotExists bool) *ChainAddEdgesRequest
func (*ChainAddEdgesRequest) SetParts ¶
func (c *ChainAddEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*NewEdge_) *ChainAddEdgesRequest
func (*ChainAddEdgesRequest) SetPropNames ¶
func (c *ChainAddEdgesRequest) SetPropNames(propNames [][]byte) *ChainAddEdgesRequest
func (*ChainAddEdgesRequest) SetSpaceID ¶
func (c *ChainAddEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ChainAddEdgesRequest
func (*ChainAddEdgesRequest) SetTerm ¶
func (c *ChainAddEdgesRequest) SetTerm(term int64) *ChainAddEdgesRequest
func (*ChainAddEdgesRequest) String ¶
func (p *ChainAddEdgesRequest) String() string
type ChainAddEdgesRequestBuilder ¶
type ChainAddEdgesRequestBuilder struct {
// contains filtered or unexported fields
}
func NewChainAddEdgesRequestBuilder ¶
func NewChainAddEdgesRequestBuilder() *ChainAddEdgesRequestBuilder
func (*ChainAddEdgesRequestBuilder) EdgeVersion ¶
func (c *ChainAddEdgesRequestBuilder) EdgeVersion(edgeVersion *int64) *ChainAddEdgesRequestBuilder
func (ChainAddEdgesRequestBuilder) Emit ¶
func (p ChainAddEdgesRequestBuilder) Emit() *ChainAddEdgesRequest
func (*ChainAddEdgesRequestBuilder) IfNotExists ¶
func (c *ChainAddEdgesRequestBuilder) IfNotExists(ifNotExists bool) *ChainAddEdgesRequestBuilder
func (*ChainAddEdgesRequestBuilder) Parts ¶
func (c *ChainAddEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*NewEdge_) *ChainAddEdgesRequestBuilder
func (*ChainAddEdgesRequestBuilder) PropNames ¶
func (c *ChainAddEdgesRequestBuilder) PropNames(propNames [][]byte) *ChainAddEdgesRequestBuilder
func (*ChainAddEdgesRequestBuilder) SpaceID ¶
func (c *ChainAddEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ChainAddEdgesRequestBuilder
func (*ChainAddEdgesRequestBuilder) Term ¶
func (c *ChainAddEdgesRequestBuilder) Term(term int64) *ChainAddEdgesRequestBuilder
type ChainDeleteEdgesRequest ¶
type ChainDeleteEdgesRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*EdgeKey `thrift:"parts,2" db:"parts" json:"parts"` TxnID []byte `thrift:"txn_id,3" db:"txn_id" json:"txn_id"` Term int64 `thrift:"term,4" db:"term" json:"term"` }
Attributes:
- SpaceID
- Parts
- TxnID
- Term
func NewChainDeleteEdgesRequest ¶
func NewChainDeleteEdgesRequest() *ChainDeleteEdgesRequest
func (*ChainDeleteEdgesRequest) GetParts ¶
func (p *ChainDeleteEdgesRequest) GetParts() map[nebula0.PartitionID][]*EdgeKey
func (*ChainDeleteEdgesRequest) GetSpaceID ¶
func (p *ChainDeleteEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
func (*ChainDeleteEdgesRequest) GetTerm ¶
func (p *ChainDeleteEdgesRequest) GetTerm() int64
func (*ChainDeleteEdgesRequest) GetTxnID ¶
func (p *ChainDeleteEdgesRequest) GetTxnID() []byte
func (*ChainDeleteEdgesRequest) Read ¶
func (p *ChainDeleteEdgesRequest) Read(iprot thrift.Protocol) error
func (*ChainDeleteEdgesRequest) ReadField1 ¶
func (p *ChainDeleteEdgesRequest) ReadField1(iprot thrift.Protocol) error
func (*ChainDeleteEdgesRequest) ReadField2 ¶
func (p *ChainDeleteEdgesRequest) ReadField2(iprot thrift.Protocol) error
func (*ChainDeleteEdgesRequest) ReadField3 ¶
func (p *ChainDeleteEdgesRequest) ReadField3(iprot thrift.Protocol) error
func (*ChainDeleteEdgesRequest) ReadField4 ¶
func (p *ChainDeleteEdgesRequest) ReadField4(iprot thrift.Protocol) error
func (*ChainDeleteEdgesRequest) SetParts ¶
func (c *ChainDeleteEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*EdgeKey) *ChainDeleteEdgesRequest
func (*ChainDeleteEdgesRequest) SetSpaceID ¶
func (c *ChainDeleteEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ChainDeleteEdgesRequest
func (*ChainDeleteEdgesRequest) SetTerm ¶
func (c *ChainDeleteEdgesRequest) SetTerm(term int64) *ChainDeleteEdgesRequest
func (*ChainDeleteEdgesRequest) SetTxnID ¶
func (c *ChainDeleteEdgesRequest) SetTxnID(txnID []byte) *ChainDeleteEdgesRequest
func (*ChainDeleteEdgesRequest) String ¶
func (p *ChainDeleteEdgesRequest) String() string
type ChainDeleteEdgesRequestBuilder ¶
type ChainDeleteEdgesRequestBuilder struct {
// contains filtered or unexported fields
}
func NewChainDeleteEdgesRequestBuilder ¶
func NewChainDeleteEdgesRequestBuilder() *ChainDeleteEdgesRequestBuilder
func (ChainDeleteEdgesRequestBuilder) Emit ¶
func (p ChainDeleteEdgesRequestBuilder) Emit() *ChainDeleteEdgesRequest
func (*ChainDeleteEdgesRequestBuilder) Parts ¶
func (c *ChainDeleteEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*EdgeKey) *ChainDeleteEdgesRequestBuilder
func (*ChainDeleteEdgesRequestBuilder) SpaceID ¶
func (c *ChainDeleteEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ChainDeleteEdgesRequestBuilder
func (*ChainDeleteEdgesRequestBuilder) Term ¶
func (c *ChainDeleteEdgesRequestBuilder) Term(term int64) *ChainDeleteEdgesRequestBuilder
func (*ChainDeleteEdgesRequestBuilder) TxnID ¶
func (c *ChainDeleteEdgesRequestBuilder) TxnID(txnID []byte) *ChainDeleteEdgesRequestBuilder
type ChainUpdateEdgeRequest ¶
type ChainUpdateEdgeRequest struct { UpdateEdgeRequest *UpdateEdgeRequest `thrift:"update_edge_request,1" db:"update_edge_request" json:"update_edge_request"` Term int64 `thrift:"term,2" db:"term" json:"term"` EdgeVersion *int64 `thrift:"edge_version,3,optional" db:"edge_version" json:"edge_version,omitempty"` SpaceID nebula0.GraphSpaceID `thrift:"space_id,4" db:"space_id" json:"space_id"` Parts []nebula0.PartitionID `thrift:"parts,5,required" db:"parts" json:"parts"` }
Attributes:
- UpdateEdgeRequest
- Term
- EdgeVersion
- SpaceID
- Parts
func NewChainUpdateEdgeRequest ¶
func NewChainUpdateEdgeRequest() *ChainUpdateEdgeRequest
func (*ChainUpdateEdgeRequest) GetEdgeVersion ¶
func (p *ChainUpdateEdgeRequest) GetEdgeVersion() int64
func (*ChainUpdateEdgeRequest) GetParts ¶
func (p *ChainUpdateEdgeRequest) GetParts() []nebula0.PartitionID
func (*ChainUpdateEdgeRequest) GetSpaceID ¶
func (p *ChainUpdateEdgeRequest) GetSpaceID() nebula0.GraphSpaceID
func (*ChainUpdateEdgeRequest) GetTerm ¶
func (p *ChainUpdateEdgeRequest) GetTerm() int64
func (*ChainUpdateEdgeRequest) GetUpdateEdgeRequest ¶
func (p *ChainUpdateEdgeRequest) GetUpdateEdgeRequest() *UpdateEdgeRequest
func (*ChainUpdateEdgeRequest) IsSetEdgeVersion ¶
func (p *ChainUpdateEdgeRequest) IsSetEdgeVersion() bool
func (*ChainUpdateEdgeRequest) IsSetUpdateEdgeRequest ¶
func (p *ChainUpdateEdgeRequest) IsSetUpdateEdgeRequest() bool
func (*ChainUpdateEdgeRequest) Read ¶
func (p *ChainUpdateEdgeRequest) Read(iprot thrift.Protocol) error
func (*ChainUpdateEdgeRequest) ReadField1 ¶
func (p *ChainUpdateEdgeRequest) ReadField1(iprot thrift.Protocol) error
func (*ChainUpdateEdgeRequest) ReadField2 ¶
func (p *ChainUpdateEdgeRequest) ReadField2(iprot thrift.Protocol) error
func (*ChainUpdateEdgeRequest) ReadField3 ¶
func (p *ChainUpdateEdgeRequest) ReadField3(iprot thrift.Protocol) error
func (*ChainUpdateEdgeRequest) ReadField4 ¶
func (p *ChainUpdateEdgeRequest) ReadField4(iprot thrift.Protocol) error
func (*ChainUpdateEdgeRequest) ReadField5 ¶
func (p *ChainUpdateEdgeRequest) ReadField5(iprot thrift.Protocol) error
func (*ChainUpdateEdgeRequest) SetEdgeVersion ¶
func (c *ChainUpdateEdgeRequest) SetEdgeVersion(edgeVersion *int64) *ChainUpdateEdgeRequest
func (*ChainUpdateEdgeRequest) SetParts ¶
func (c *ChainUpdateEdgeRequest) SetParts(parts []nebula0.PartitionID) *ChainUpdateEdgeRequest
func (*ChainUpdateEdgeRequest) SetSpaceID ¶
func (c *ChainUpdateEdgeRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ChainUpdateEdgeRequest
func (*ChainUpdateEdgeRequest) SetTerm ¶
func (c *ChainUpdateEdgeRequest) SetTerm(term int64) *ChainUpdateEdgeRequest
func (*ChainUpdateEdgeRequest) SetUpdateEdgeRequest ¶
func (c *ChainUpdateEdgeRequest) SetUpdateEdgeRequest(updateEdgeRequest *UpdateEdgeRequest) *ChainUpdateEdgeRequest
func (*ChainUpdateEdgeRequest) String ¶
func (p *ChainUpdateEdgeRequest) String() string
type ChainUpdateEdgeRequestBuilder ¶
type ChainUpdateEdgeRequestBuilder struct {
// contains filtered or unexported fields
}
func NewChainUpdateEdgeRequestBuilder ¶
func NewChainUpdateEdgeRequestBuilder() *ChainUpdateEdgeRequestBuilder
func (*ChainUpdateEdgeRequestBuilder) EdgeVersion ¶
func (c *ChainUpdateEdgeRequestBuilder) EdgeVersion(edgeVersion *int64) *ChainUpdateEdgeRequestBuilder
func (ChainUpdateEdgeRequestBuilder) Emit ¶
func (p ChainUpdateEdgeRequestBuilder) Emit() *ChainUpdateEdgeRequest
func (*ChainUpdateEdgeRequestBuilder) Parts ¶
func (c *ChainUpdateEdgeRequestBuilder) Parts(parts []nebula0.PartitionID) *ChainUpdateEdgeRequestBuilder
func (*ChainUpdateEdgeRequestBuilder) SpaceID ¶
func (c *ChainUpdateEdgeRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ChainUpdateEdgeRequestBuilder
func (*ChainUpdateEdgeRequestBuilder) Term ¶
func (c *ChainUpdateEdgeRequestBuilder) Term(term int64) *ChainUpdateEdgeRequestBuilder
func (*ChainUpdateEdgeRequestBuilder) UpdateEdgeRequest ¶
func (c *ChainUpdateEdgeRequestBuilder) UpdateEdgeRequest(updateEdgeRequest *UpdateEdgeRequest) *ChainUpdateEdgeRequestBuilder
type CheckPeersReq ¶
type CheckPeersReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` Peers []*nebula0.HostAddr `thrift:"peers,3" db:"peers" json:"peers"` }
Attributes:
- SpaceID
- PartID
- Peers
var StorageAdminServiceCheckPeersArgs_Req_DEFAULT *CheckPeersReq
func NewCheckPeersReq ¶
func NewCheckPeersReq() *CheckPeersReq
func (*CheckPeersReq) GetPartID ¶
func (p *CheckPeersReq) GetPartID() nebula0.PartitionID
func (*CheckPeersReq) GetPeers ¶
func (p *CheckPeersReq) GetPeers() []*nebula0.HostAddr
func (*CheckPeersReq) GetSpaceID ¶
func (p *CheckPeersReq) GetSpaceID() nebula0.GraphSpaceID
func (*CheckPeersReq) ReadField1 ¶
func (p *CheckPeersReq) ReadField1(iprot thrift.Protocol) error
func (*CheckPeersReq) ReadField2 ¶
func (p *CheckPeersReq) ReadField2(iprot thrift.Protocol) error
func (*CheckPeersReq) ReadField3 ¶
func (p *CheckPeersReq) ReadField3(iprot thrift.Protocol) error
func (*CheckPeersReq) SetPartID ¶
func (c *CheckPeersReq) SetPartID(partID nebula0.PartitionID) *CheckPeersReq
func (*CheckPeersReq) SetPeers ¶
func (c *CheckPeersReq) SetPeers(peers []*nebula0.HostAddr) *CheckPeersReq
func (*CheckPeersReq) SetSpaceID ¶
func (c *CheckPeersReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *CheckPeersReq
func (*CheckPeersReq) String ¶
func (p *CheckPeersReq) String() string
type CheckPeersReqBuilder ¶
type CheckPeersReqBuilder struct {
// contains filtered or unexported fields
}
func NewCheckPeersReqBuilder ¶
func NewCheckPeersReqBuilder() *CheckPeersReqBuilder
func (CheckPeersReqBuilder) Emit ¶
func (p CheckPeersReqBuilder) Emit() *CheckPeersReq
func (*CheckPeersReqBuilder) PartID ¶
func (c *CheckPeersReqBuilder) PartID(partID nebula0.PartitionID) *CheckPeersReqBuilder
func (*CheckPeersReqBuilder) Peers ¶
func (c *CheckPeersReqBuilder) Peers(peers []*nebula0.HostAddr) *CheckPeersReqBuilder
func (*CheckPeersReqBuilder) SpaceID ¶
func (c *CheckPeersReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *CheckPeersReqBuilder
type ClearSpaceReq ¶ added in v3.1.0
type ClearSpaceReq struct {
SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"`
}
Attributes:
- SpaceID
var StorageAdminServiceClearSpaceArgs_Req_DEFAULT *ClearSpaceReq
func NewClearSpaceReq ¶ added in v3.1.0
func NewClearSpaceReq() *ClearSpaceReq
func (*ClearSpaceReq) GetSpaceID ¶ added in v3.1.0
func (p *ClearSpaceReq) GetSpaceID() nebula0.GraphSpaceID
func (*ClearSpaceReq) Read ¶ added in v3.1.0
func (p *ClearSpaceReq) Read(iprot thrift.Protocol) error
func (*ClearSpaceReq) ReadField1 ¶ added in v3.1.0
func (p *ClearSpaceReq) ReadField1(iprot thrift.Protocol) error
func (*ClearSpaceReq) SetSpaceID ¶ added in v3.1.0
func (c *ClearSpaceReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *ClearSpaceReq
func (*ClearSpaceReq) String ¶ added in v3.1.0
func (p *ClearSpaceReq) String() string
type ClearSpaceReqBuilder ¶ added in v3.1.0
type ClearSpaceReqBuilder struct {
// contains filtered or unexported fields
}
func NewClearSpaceReqBuilder ¶ added in v3.1.0
func NewClearSpaceReqBuilder() *ClearSpaceReqBuilder
func (ClearSpaceReqBuilder) Emit ¶ added in v3.1.0
func (p ClearSpaceReqBuilder) Emit() *ClearSpaceReq
func (*ClearSpaceReqBuilder) SpaceID ¶ added in v3.1.0
func (c *ClearSpaceReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ClearSpaceReqBuilder
type ClearSpaceResp ¶ added in v3.1.0
Attributes:
- Code
var StorageAdminServiceClearSpaceResult_Success_DEFAULT *ClearSpaceResp
func NewClearSpaceResp ¶ added in v3.1.0
func NewClearSpaceResp() *ClearSpaceResp
func (*ClearSpaceResp) GetCode ¶ added in v3.1.0
func (p *ClearSpaceResp) GetCode() nebula0.ErrorCode
func (*ClearSpaceResp) Read ¶ added in v3.1.0
func (p *ClearSpaceResp) Read(iprot thrift.Protocol) error
func (*ClearSpaceResp) ReadField1 ¶ added in v3.1.0
func (p *ClearSpaceResp) ReadField1(iprot thrift.Protocol) error
func (*ClearSpaceResp) SetCode ¶ added in v3.1.0
func (c *ClearSpaceResp) SetCode(code nebula0.ErrorCode) *ClearSpaceResp
func (*ClearSpaceResp) String ¶ added in v3.1.0
func (p *ClearSpaceResp) String() string
type ClearSpaceRespBuilder ¶ added in v3.1.0
type ClearSpaceRespBuilder struct {
// contains filtered or unexported fields
}
func NewClearSpaceRespBuilder ¶ added in v3.1.0
func NewClearSpaceRespBuilder() *ClearSpaceRespBuilder
func (*ClearSpaceRespBuilder) Code ¶ added in v3.1.0
func (c *ClearSpaceRespBuilder) Code(code nebula0.ErrorCode) *ClearSpaceRespBuilder
func (ClearSpaceRespBuilder) Emit ¶ added in v3.1.0
func (p ClearSpaceRespBuilder) Emit() *ClearSpaceResp
type CreateCPRequest ¶
type CreateCPRequest struct { SpaceIds []nebula0.GraphSpaceID `thrift:"space_ids,1" db:"space_ids" json:"space_ids"` Name []byte `thrift:"name,2" db:"name" json:"name"` }
Attributes:
- SpaceIds
- Name
var StorageAdminServiceCreateCheckpointArgs_Req_DEFAULT *CreateCPRequest
func NewCreateCPRequest ¶
func NewCreateCPRequest() *CreateCPRequest
func (*CreateCPRequest) GetName ¶
func (p *CreateCPRequest) GetName() []byte
func (*CreateCPRequest) GetSpaceIds ¶
func (p *CreateCPRequest) GetSpaceIds() []nebula0.GraphSpaceID
func (*CreateCPRequest) ReadField1 ¶
func (p *CreateCPRequest) ReadField1(iprot thrift.Protocol) error
func (*CreateCPRequest) ReadField2 ¶
func (p *CreateCPRequest) ReadField2(iprot thrift.Protocol) error
func (*CreateCPRequest) SetName ¶
func (c *CreateCPRequest) SetName(name []byte) *CreateCPRequest
func (*CreateCPRequest) SetSpaceIds ¶
func (c *CreateCPRequest) SetSpaceIds(spaceIds []nebula0.GraphSpaceID) *CreateCPRequest
func (*CreateCPRequest) String ¶
func (p *CreateCPRequest) String() string
type CreateCPRequestBuilder ¶
type CreateCPRequestBuilder struct {
// contains filtered or unexported fields
}
func NewCreateCPRequestBuilder ¶
func NewCreateCPRequestBuilder() *CreateCPRequestBuilder
func (CreateCPRequestBuilder) Emit ¶
func (p CreateCPRequestBuilder) Emit() *CreateCPRequest
func (*CreateCPRequestBuilder) Name ¶
func (c *CreateCPRequestBuilder) Name(name []byte) *CreateCPRequestBuilder
func (*CreateCPRequestBuilder) SpaceIds ¶
func (c *CreateCPRequestBuilder) SpaceIds(spaceIds []nebula0.GraphSpaceID) *CreateCPRequestBuilder
type CreateCPResp ¶
type CreateCPResp struct { Code nebula0.ErrorCode `thrift:"code,1" db:"code" json:"code"` Info []*nebula0.CheckpointInfo `thrift:"info,2" db:"info" json:"info"` }
Attributes:
- Code
- Info
var StorageAdminServiceCreateCheckpointResult_Success_DEFAULT *CreateCPResp
func NewCreateCPResp ¶
func NewCreateCPResp() *CreateCPResp
func (*CreateCPResp) GetCode ¶ added in v3.1.0
func (p *CreateCPResp) GetCode() nebula0.ErrorCode
func (*CreateCPResp) GetInfo ¶
func (p *CreateCPResp) GetInfo() []*nebula0.CheckpointInfo
func (*CreateCPResp) ReadField1 ¶
func (p *CreateCPResp) ReadField1(iprot thrift.Protocol) error
func (*CreateCPResp) ReadField2 ¶
func (p *CreateCPResp) ReadField2(iprot thrift.Protocol) error
func (*CreateCPResp) SetCode ¶ added in v3.1.0
func (c *CreateCPResp) SetCode(code nebula0.ErrorCode) *CreateCPResp
func (*CreateCPResp) SetInfo ¶
func (c *CreateCPResp) SetInfo(info []*nebula0.CheckpointInfo) *CreateCPResp
func (*CreateCPResp) String ¶
func (p *CreateCPResp) String() string
type CreateCPRespBuilder ¶
type CreateCPRespBuilder struct {
// contains filtered or unexported fields
}
func NewCreateCPRespBuilder ¶
func NewCreateCPRespBuilder() *CreateCPRespBuilder
func (*CreateCPRespBuilder) Code ¶ added in v3.1.0
func (c *CreateCPRespBuilder) Code(code nebula0.ErrorCode) *CreateCPRespBuilder
func (CreateCPRespBuilder) Emit ¶
func (p CreateCPRespBuilder) Emit() *CreateCPResp
func (*CreateCPRespBuilder) Info ¶
func (c *CreateCPRespBuilder) Info(info []*nebula0.CheckpointInfo) *CreateCPRespBuilder
type DelTags ¶
type DelTags struct { Id *nebula0.Value `thrift:"id,1" db:"id" json:"id"` Tags []nebula0.TagID `thrift:"tags,2" db:"tags" json:"tags"` }
Attributes:
- Id
- Tags
func NewDelTags ¶
func NewDelTags() *DelTags
type DelTagsBuilder ¶
type DelTagsBuilder struct {
// contains filtered or unexported fields
}
func NewDelTagsBuilder ¶
func NewDelTagsBuilder() *DelTagsBuilder
func (DelTagsBuilder) Emit ¶
func (p DelTagsBuilder) Emit() *DelTags
func (*DelTagsBuilder) Id ¶
func (d *DelTagsBuilder) Id(id *nebula0.Value) *DelTagsBuilder
func (*DelTagsBuilder) Tags ¶
func (d *DelTagsBuilder) Tags(tags []nebula0.TagID) *DelTagsBuilder
type DeleteEdgesRequest ¶
type DeleteEdgesRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*EdgeKey `thrift:"parts,2" db:"parts" json:"parts"` Common *RequestCommon `thrift:"common,3,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- Common
var GraphStorageServiceChainDeleteEdgesArgs_Req_DEFAULT *DeleteEdgesRequest
var GraphStorageServiceDeleteEdgesArgs_Req_DEFAULT *DeleteEdgesRequest
func NewDeleteEdgesRequest ¶
func NewDeleteEdgesRequest() *DeleteEdgesRequest
func (*DeleteEdgesRequest) GetCommon ¶
func (p *DeleteEdgesRequest) GetCommon() *RequestCommon
func (*DeleteEdgesRequest) GetParts ¶
func (p *DeleteEdgesRequest) GetParts() map[nebula0.PartitionID][]*EdgeKey
func (*DeleteEdgesRequest) GetSpaceID ¶
func (p *DeleteEdgesRequest) GetSpaceID() nebula0.GraphSpaceID
func (*DeleteEdgesRequest) IsSetCommon ¶
func (p *DeleteEdgesRequest) IsSetCommon() bool
func (*DeleteEdgesRequest) ReadField1 ¶
func (p *DeleteEdgesRequest) ReadField1(iprot thrift.Protocol) error
func (*DeleteEdgesRequest) ReadField2 ¶
func (p *DeleteEdgesRequest) ReadField2(iprot thrift.Protocol) error
func (*DeleteEdgesRequest) ReadField3 ¶
func (p *DeleteEdgesRequest) ReadField3(iprot thrift.Protocol) error
func (*DeleteEdgesRequest) SetCommon ¶
func (d *DeleteEdgesRequest) SetCommon(common *RequestCommon) *DeleteEdgesRequest
func (*DeleteEdgesRequest) SetParts ¶
func (d *DeleteEdgesRequest) SetParts(parts map[nebula0.PartitionID][]*EdgeKey) *DeleteEdgesRequest
func (*DeleteEdgesRequest) SetSpaceID ¶
func (d *DeleteEdgesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *DeleteEdgesRequest
func (*DeleteEdgesRequest) String ¶
func (p *DeleteEdgesRequest) String() string
type DeleteEdgesRequestBuilder ¶
type DeleteEdgesRequestBuilder struct {
// contains filtered or unexported fields
}
func NewDeleteEdgesRequestBuilder ¶
func NewDeleteEdgesRequestBuilder() *DeleteEdgesRequestBuilder
func (*DeleteEdgesRequestBuilder) Common ¶
func (d *DeleteEdgesRequestBuilder) Common(common *RequestCommon) *DeleteEdgesRequestBuilder
func (DeleteEdgesRequestBuilder) Emit ¶
func (p DeleteEdgesRequestBuilder) Emit() *DeleteEdgesRequest
func (*DeleteEdgesRequestBuilder) Parts ¶
func (d *DeleteEdgesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*EdgeKey) *DeleteEdgesRequestBuilder
func (*DeleteEdgesRequestBuilder) SpaceID ¶
func (d *DeleteEdgesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *DeleteEdgesRequestBuilder
type DeleteTagsRequest ¶
type DeleteTagsRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*DelTags `thrift:"parts,2" db:"parts" json:"parts"` Common *RequestCommon `thrift:"common,3,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- Common
var GraphStorageServiceDeleteTagsArgs_Req_DEFAULT *DeleteTagsRequest
func NewDeleteTagsRequest ¶
func NewDeleteTagsRequest() *DeleteTagsRequest
func (*DeleteTagsRequest) GetCommon ¶
func (p *DeleteTagsRequest) GetCommon() *RequestCommon
func (*DeleteTagsRequest) GetParts ¶
func (p *DeleteTagsRequest) GetParts() map[nebula0.PartitionID][]*DelTags
func (*DeleteTagsRequest) GetSpaceID ¶
func (p *DeleteTagsRequest) GetSpaceID() nebula0.GraphSpaceID
func (*DeleteTagsRequest) IsSetCommon ¶
func (p *DeleteTagsRequest) IsSetCommon() bool
func (*DeleteTagsRequest) ReadField1 ¶
func (p *DeleteTagsRequest) ReadField1(iprot thrift.Protocol) error
func (*DeleteTagsRequest) ReadField2 ¶
func (p *DeleteTagsRequest) ReadField2(iprot thrift.Protocol) error
func (*DeleteTagsRequest) ReadField3 ¶
func (p *DeleteTagsRequest) ReadField3(iprot thrift.Protocol) error
func (*DeleteTagsRequest) SetCommon ¶
func (d *DeleteTagsRequest) SetCommon(common *RequestCommon) *DeleteTagsRequest
func (*DeleteTagsRequest) SetParts ¶
func (d *DeleteTagsRequest) SetParts(parts map[nebula0.PartitionID][]*DelTags) *DeleteTagsRequest
func (*DeleteTagsRequest) SetSpaceID ¶
func (d *DeleteTagsRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *DeleteTagsRequest
func (*DeleteTagsRequest) String ¶
func (p *DeleteTagsRequest) String() string
type DeleteTagsRequestBuilder ¶
type DeleteTagsRequestBuilder struct {
// contains filtered or unexported fields
}
func NewDeleteTagsRequestBuilder ¶
func NewDeleteTagsRequestBuilder() *DeleteTagsRequestBuilder
func (*DeleteTagsRequestBuilder) Common ¶
func (d *DeleteTagsRequestBuilder) Common(common *RequestCommon) *DeleteTagsRequestBuilder
func (DeleteTagsRequestBuilder) Emit ¶
func (p DeleteTagsRequestBuilder) Emit() *DeleteTagsRequest
func (*DeleteTagsRequestBuilder) Parts ¶
func (d *DeleteTagsRequestBuilder) Parts(parts map[nebula0.PartitionID][]*DelTags) *DeleteTagsRequestBuilder
func (*DeleteTagsRequestBuilder) SpaceID ¶
func (d *DeleteTagsRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *DeleteTagsRequestBuilder
type DeleteVerticesRequest ¶
type DeleteVerticesRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*nebula0.Value `thrift:"parts,2" db:"parts" json:"parts"` Common *RequestCommon `thrift:"common,3,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- Common
var GraphStorageServiceDeleteVerticesArgs_Req_DEFAULT *DeleteVerticesRequest
func NewDeleteVerticesRequest ¶
func NewDeleteVerticesRequest() *DeleteVerticesRequest
func (*DeleteVerticesRequest) GetCommon ¶
func (p *DeleteVerticesRequest) GetCommon() *RequestCommon
func (*DeleteVerticesRequest) GetParts ¶
func (p *DeleteVerticesRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Value
func (*DeleteVerticesRequest) GetSpaceID ¶
func (p *DeleteVerticesRequest) GetSpaceID() nebula0.GraphSpaceID
func (*DeleteVerticesRequest) IsSetCommon ¶
func (p *DeleteVerticesRequest) IsSetCommon() bool
func (*DeleteVerticesRequest) Read ¶
func (p *DeleteVerticesRequest) Read(iprot thrift.Protocol) error
func (*DeleteVerticesRequest) ReadField1 ¶
func (p *DeleteVerticesRequest) ReadField1(iprot thrift.Protocol) error
func (*DeleteVerticesRequest) ReadField2 ¶
func (p *DeleteVerticesRequest) ReadField2(iprot thrift.Protocol) error
func (*DeleteVerticesRequest) ReadField3 ¶
func (p *DeleteVerticesRequest) ReadField3(iprot thrift.Protocol) error
func (*DeleteVerticesRequest) SetCommon ¶
func (d *DeleteVerticesRequest) SetCommon(common *RequestCommon) *DeleteVerticesRequest
func (*DeleteVerticesRequest) SetParts ¶
func (d *DeleteVerticesRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Value) *DeleteVerticesRequest
func (*DeleteVerticesRequest) SetSpaceID ¶
func (d *DeleteVerticesRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *DeleteVerticesRequest
func (*DeleteVerticesRequest) String ¶
func (p *DeleteVerticesRequest) String() string
type DeleteVerticesRequestBuilder ¶
type DeleteVerticesRequestBuilder struct {
// contains filtered or unexported fields
}
func NewDeleteVerticesRequestBuilder ¶
func NewDeleteVerticesRequestBuilder() *DeleteVerticesRequestBuilder
func (*DeleteVerticesRequestBuilder) Common ¶
func (d *DeleteVerticesRequestBuilder) Common(common *RequestCommon) *DeleteVerticesRequestBuilder
func (DeleteVerticesRequestBuilder) Emit ¶
func (p DeleteVerticesRequestBuilder) Emit() *DeleteVerticesRequest
func (*DeleteVerticesRequestBuilder) Parts ¶
func (d *DeleteVerticesRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Value) *DeleteVerticesRequestBuilder
func (*DeleteVerticesRequestBuilder) SpaceID ¶
func (d *DeleteVerticesRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *DeleteVerticesRequestBuilder
type DropCPRequest ¶
type DropCPRequest struct { SpaceIds []nebula0.GraphSpaceID `thrift:"space_ids,1" db:"space_ids" json:"space_ids"` Name []byte `thrift:"name,2" db:"name" json:"name"` }
Attributes:
- SpaceIds
- Name
var StorageAdminServiceDropCheckpointArgs_Req_DEFAULT *DropCPRequest
func NewDropCPRequest ¶
func NewDropCPRequest() *DropCPRequest
func (*DropCPRequest) GetName ¶
func (p *DropCPRequest) GetName() []byte
func (*DropCPRequest) GetSpaceIds ¶
func (p *DropCPRequest) GetSpaceIds() []nebula0.GraphSpaceID
func (*DropCPRequest) ReadField1 ¶
func (p *DropCPRequest) ReadField1(iprot thrift.Protocol) error
func (*DropCPRequest) ReadField2 ¶
func (p *DropCPRequest) ReadField2(iprot thrift.Protocol) error
func (*DropCPRequest) SetName ¶
func (d *DropCPRequest) SetName(name []byte) *DropCPRequest
func (*DropCPRequest) SetSpaceIds ¶
func (d *DropCPRequest) SetSpaceIds(spaceIds []nebula0.GraphSpaceID) *DropCPRequest
func (*DropCPRequest) String ¶
func (p *DropCPRequest) String() string
type DropCPRequestBuilder ¶
type DropCPRequestBuilder struct {
// contains filtered or unexported fields
}
func NewDropCPRequestBuilder ¶
func NewDropCPRequestBuilder() *DropCPRequestBuilder
func (DropCPRequestBuilder) Emit ¶
func (p DropCPRequestBuilder) Emit() *DropCPRequest
func (*DropCPRequestBuilder) Name ¶
func (d *DropCPRequestBuilder) Name(name []byte) *DropCPRequestBuilder
func (*DropCPRequestBuilder) SpaceIds ¶
func (d *DropCPRequestBuilder) SpaceIds(spaceIds []nebula0.GraphSpaceID) *DropCPRequestBuilder
type DropCPResp ¶ added in v3.1.0
Attributes:
- Code
var StorageAdminServiceDropCheckpointResult_Success_DEFAULT *DropCPResp
func NewDropCPResp ¶ added in v3.1.0
func NewDropCPResp() *DropCPResp
func (*DropCPResp) GetCode ¶ added in v3.1.0
func (p *DropCPResp) GetCode() nebula0.ErrorCode
func (*DropCPResp) ReadField1 ¶ added in v3.1.0
func (p *DropCPResp) ReadField1(iprot thrift.Protocol) error
func (*DropCPResp) SetCode ¶ added in v3.1.0
func (d *DropCPResp) SetCode(code nebula0.ErrorCode) *DropCPResp
func (*DropCPResp) String ¶ added in v3.1.0
func (p *DropCPResp) String() string
type DropCPRespBuilder ¶ added in v3.1.0
type DropCPRespBuilder struct {
// contains filtered or unexported fields
}
func NewDropCPRespBuilder ¶ added in v3.1.0
func NewDropCPRespBuilder() *DropCPRespBuilder
func (*DropCPRespBuilder) Code ¶ added in v3.1.0
func (d *DropCPRespBuilder) Code(code nebula0.ErrorCode) *DropCPRespBuilder
func (DropCPRespBuilder) Emit ¶ added in v3.1.0
func (p DropCPRespBuilder) Emit() *DropCPResp
type EdgeDirection ¶
type EdgeDirection int64
const ( EdgeDirection_BOTH EdgeDirection = 1 EdgeDirection_IN_EDGE EdgeDirection = 2 EdgeDirection_OUT_EDGE EdgeDirection = 3 )
func EdgeDirectionFromString ¶
func EdgeDirectionFromString(s string) (EdgeDirection, error)
func EdgeDirectionPtr ¶
func EdgeDirectionPtr(v EdgeDirection) *EdgeDirection
func (EdgeDirection) String ¶
func (p EdgeDirection) String() string
type EdgeKey ¶
type EdgeKey struct { Src *nebula0.Value `thrift:"src,1" db:"src" json:"src"` EdgeType nebula0.EdgeType `thrift:"edge_type,2" db:"edge_type" json:"edge_type"` Ranking nebula0.EdgeRanking `thrift:"ranking,3" db:"ranking" json:"ranking"` Dst *nebula0.Value `thrift:"dst,4" db:"dst" json:"dst"` }
Attributes:
- Src
- EdgeType
- Ranking
- Dst
var NewEdge__Key_DEFAULT *EdgeKey
var UpdateEdgeRequest_EdgeKey_DEFAULT *EdgeKey
func NewEdgeKey ¶
func NewEdgeKey() *EdgeKey
func (*EdgeKey) GetEdgeType ¶
func (*EdgeKey) GetRanking ¶
func (p *EdgeKey) GetRanking() nebula0.EdgeRanking
func (*EdgeKey) SetRanking ¶
func (e *EdgeKey) SetRanking(ranking nebula0.EdgeRanking) *EdgeKey
type EdgeKeyBuilder ¶
type EdgeKeyBuilder struct {
// contains filtered or unexported fields
}
func NewEdgeKeyBuilder ¶
func NewEdgeKeyBuilder() *EdgeKeyBuilder
func (*EdgeKeyBuilder) Dst ¶
func (e *EdgeKeyBuilder) Dst(dst *nebula0.Value) *EdgeKeyBuilder
func (*EdgeKeyBuilder) EdgeType ¶
func (e *EdgeKeyBuilder) EdgeType(edgeType nebula0.EdgeType) *EdgeKeyBuilder
func (EdgeKeyBuilder) Emit ¶
func (p EdgeKeyBuilder) Emit() *EdgeKey
func (*EdgeKeyBuilder) Ranking ¶
func (e *EdgeKeyBuilder) Ranking(ranking nebula0.EdgeRanking) *EdgeKeyBuilder
func (*EdgeKeyBuilder) Src ¶
func (e *EdgeKeyBuilder) Src(src *nebula0.Value) *EdgeKeyBuilder
type EdgeProp ¶
type EdgeProp struct { Type nebula0.EdgeType `thrift:"type,1" db:"type" json:"type"` Props [][]byte `thrift:"props,2" db:"props" json:"props"` }
Attributes:
- Type
- Props
func NewEdgeProp ¶
func NewEdgeProp() *EdgeProp
type EdgePropBuilder ¶
type EdgePropBuilder struct {
// contains filtered or unexported fields
}
func NewEdgePropBuilder ¶
func NewEdgePropBuilder() *EdgePropBuilder
func (EdgePropBuilder) Emit ¶
func (p EdgePropBuilder) Emit() *EdgeProp
func (*EdgePropBuilder) Props ¶
func (e *EdgePropBuilder) Props(props [][]byte) *EdgePropBuilder
func (*EdgePropBuilder) Type ¶
func (e *EdgePropBuilder) Type(type_a1 nebula0.EdgeType) *EdgePropBuilder
type EngineSignType ¶
type EngineSignType int64
const ( EngineSignType_BLOCK_ON EngineSignType = 1 EngineSignType_BLOCK_OFF EngineSignType = 2 )
func EngineSignTypeFromString ¶
func EngineSignTypeFromString(s string) (EngineSignType, error)
func EngineSignTypePtr ¶
func EngineSignTypePtr(v EngineSignType) *EngineSignType
func (EngineSignType) String ¶
func (p EngineSignType) String() string
type ExecResponse ¶
type ExecResponse struct {
Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"`
}
Attributes:
- Result_
var GraphStorageServiceAddEdgesResult_Success_DEFAULT *ExecResponse
var GraphStorageServiceAddVerticesResult_Success_DEFAULT *ExecResponse
var GraphStorageServiceChainAddEdgesResult_Success_DEFAULT *ExecResponse
var GraphStorageServiceChainDeleteEdgesResult_Success_DEFAULT *ExecResponse
var GraphStorageServiceDeleteEdgesResult_Success_DEFAULT *ExecResponse
var GraphStorageServiceDeleteTagsResult_Success_DEFAULT *ExecResponse
var GraphStorageServiceDeleteVerticesResult_Success_DEFAULT *ExecResponse
var GraphStorageServicePutResult_Success_DEFAULT *ExecResponse
var GraphStorageServiceRemoveResult_Success_DEFAULT *ExecResponse
func NewExecResponse ¶
func NewExecResponse() *ExecResponse
func (*ExecResponse) GetResult_ ¶
func (p *ExecResponse) GetResult_() *ResponseCommon
func (*ExecResponse) IsSetResult_ ¶
func (p *ExecResponse) IsSetResult_() bool
func (*ExecResponse) ReadField1 ¶
func (p *ExecResponse) ReadField1(iprot thrift.Protocol) error
func (*ExecResponse) SetResult_ ¶
func (e *ExecResponse) SetResult_(result *ResponseCommon) *ExecResponse
func (*ExecResponse) String ¶
func (p *ExecResponse) String() string
type ExecResponseBuilder ¶
type ExecResponseBuilder struct {
// contains filtered or unexported fields
}
func NewExecResponseBuilder ¶
func NewExecResponseBuilder() *ExecResponseBuilder
func (ExecResponseBuilder) Emit ¶
func (p ExecResponseBuilder) Emit() *ExecResponse
func (*ExecResponseBuilder) Result_ ¶
func (e *ExecResponseBuilder) Result_(result *ResponseCommon) *ExecResponseBuilder
type Expr ¶
type Expr struct { Alias []byte `thrift:"alias,1" db:"alias" json:"alias"` Expr []byte `thrift:"expr,2" db:"expr" json:"expr"` }
Attributes:
- Alias
- Expr
type ExprBuilder ¶
type ExprBuilder struct {
// contains filtered or unexported fields
}
func NewExprBuilder ¶
func NewExprBuilder() *ExprBuilder
func (*ExprBuilder) Alias ¶
func (e *ExprBuilder) Alias(alias []byte) *ExprBuilder
func (ExprBuilder) Emit ¶
func (p ExprBuilder) Emit() *Expr
func (*ExprBuilder) Expr ¶
func (e *ExprBuilder) Expr(expr []byte) *ExprBuilder
type GetDstBySrcRequest ¶ added in v3.3.1
type GetDstBySrcRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*nebula0.Value `thrift:"parts,2" db:"parts" json:"parts"` EdgeTypes []nebula0.EdgeType `thrift:"edge_types,3" db:"edge_types" json:"edge_types"` Common *RequestCommon `thrift:"common,4,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- EdgeTypes
- Common
var GraphStorageServiceGetDstBySrcArgs_Req_DEFAULT *GetDstBySrcRequest
func NewGetDstBySrcRequest ¶ added in v3.3.1
func NewGetDstBySrcRequest() *GetDstBySrcRequest
func (*GetDstBySrcRequest) GetCommon ¶ added in v3.3.1
func (p *GetDstBySrcRequest) GetCommon() *RequestCommon
func (*GetDstBySrcRequest) GetEdgeTypes ¶ added in v3.3.1
func (p *GetDstBySrcRequest) GetEdgeTypes() []nebula0.EdgeType
func (*GetDstBySrcRequest) GetParts ¶ added in v3.3.1
func (p *GetDstBySrcRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Value
func (*GetDstBySrcRequest) GetSpaceID ¶ added in v3.3.1
func (p *GetDstBySrcRequest) GetSpaceID() nebula0.GraphSpaceID
func (*GetDstBySrcRequest) IsSetCommon ¶ added in v3.3.1
func (p *GetDstBySrcRequest) IsSetCommon() bool
func (*GetDstBySrcRequest) Read ¶ added in v3.3.1
func (p *GetDstBySrcRequest) Read(iprot thrift.Protocol) error
func (*GetDstBySrcRequest) ReadField1 ¶ added in v3.3.1
func (p *GetDstBySrcRequest) ReadField1(iprot thrift.Protocol) error
func (*GetDstBySrcRequest) ReadField2 ¶ added in v3.3.1
func (p *GetDstBySrcRequest) ReadField2(iprot thrift.Protocol) error
func (*GetDstBySrcRequest) ReadField3 ¶ added in v3.3.1
func (p *GetDstBySrcRequest) ReadField3(iprot thrift.Protocol) error
func (*GetDstBySrcRequest) ReadField4 ¶ added in v3.3.1
func (p *GetDstBySrcRequest) ReadField4(iprot thrift.Protocol) error
func (*GetDstBySrcRequest) SetCommon ¶ added in v3.3.1
func (g *GetDstBySrcRequest) SetCommon(common *RequestCommon) *GetDstBySrcRequest
func (*GetDstBySrcRequest) SetEdgeTypes ¶ added in v3.3.1
func (g *GetDstBySrcRequest) SetEdgeTypes(edgeTypes []nebula0.EdgeType) *GetDstBySrcRequest
func (*GetDstBySrcRequest) SetParts ¶ added in v3.3.1
func (g *GetDstBySrcRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetDstBySrcRequest
func (*GetDstBySrcRequest) SetSpaceID ¶ added in v3.3.1
func (g *GetDstBySrcRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetDstBySrcRequest
func (*GetDstBySrcRequest) String ¶ added in v3.3.1
func (p *GetDstBySrcRequest) String() string
type GetDstBySrcRequestBuilder ¶ added in v3.3.1
type GetDstBySrcRequestBuilder struct {
// contains filtered or unexported fields
}
func NewGetDstBySrcRequestBuilder ¶ added in v3.3.1
func NewGetDstBySrcRequestBuilder() *GetDstBySrcRequestBuilder
func (*GetDstBySrcRequestBuilder) Common ¶ added in v3.3.1
func (g *GetDstBySrcRequestBuilder) Common(common *RequestCommon) *GetDstBySrcRequestBuilder
func (*GetDstBySrcRequestBuilder) EdgeTypes ¶ added in v3.3.1
func (g *GetDstBySrcRequestBuilder) EdgeTypes(edgeTypes []nebula0.EdgeType) *GetDstBySrcRequestBuilder
func (GetDstBySrcRequestBuilder) Emit ¶ added in v3.3.1
func (p GetDstBySrcRequestBuilder) Emit() *GetDstBySrcRequest
func (*GetDstBySrcRequestBuilder) Parts ¶ added in v3.3.1
func (g *GetDstBySrcRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetDstBySrcRequestBuilder
func (*GetDstBySrcRequestBuilder) SpaceID ¶ added in v3.3.1
func (g *GetDstBySrcRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetDstBySrcRequestBuilder
type GetDstBySrcResponse ¶ added in v3.3.1
type GetDstBySrcResponse struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Dsts *nebula0.DataSet `thrift:"dsts,2,optional" db:"dsts" json:"dsts,omitempty"` }
Attributes:
- Result_
- Dsts
var GraphStorageServiceGetDstBySrcResult_Success_DEFAULT *GetDstBySrcResponse
func NewGetDstBySrcResponse ¶ added in v3.3.1
func NewGetDstBySrcResponse() *GetDstBySrcResponse
func (*GetDstBySrcResponse) GetDsts ¶ added in v3.3.1
func (p *GetDstBySrcResponse) GetDsts() *nebula0.DataSet
func (*GetDstBySrcResponse) GetResult_ ¶ added in v3.3.1
func (p *GetDstBySrcResponse) GetResult_() *ResponseCommon
func (*GetDstBySrcResponse) IsSetDsts ¶ added in v3.3.1
func (p *GetDstBySrcResponse) IsSetDsts() bool
func (*GetDstBySrcResponse) IsSetResult_ ¶ added in v3.3.1
func (p *GetDstBySrcResponse) IsSetResult_() bool
func (*GetDstBySrcResponse) Read ¶ added in v3.3.1
func (p *GetDstBySrcResponse) Read(iprot thrift.Protocol) error
func (*GetDstBySrcResponse) ReadField1 ¶ added in v3.3.1
func (p *GetDstBySrcResponse) ReadField1(iprot thrift.Protocol) error
func (*GetDstBySrcResponse) ReadField2 ¶ added in v3.3.1
func (p *GetDstBySrcResponse) ReadField2(iprot thrift.Protocol) error
func (*GetDstBySrcResponse) SetDsts ¶ added in v3.3.1
func (g *GetDstBySrcResponse) SetDsts(dsts *nebula0.DataSet) *GetDstBySrcResponse
func (*GetDstBySrcResponse) SetResult_ ¶ added in v3.3.1
func (g *GetDstBySrcResponse) SetResult_(result *ResponseCommon) *GetDstBySrcResponse
func (*GetDstBySrcResponse) String ¶ added in v3.3.1
func (p *GetDstBySrcResponse) String() string
type GetDstBySrcResponseBuilder ¶ added in v3.3.1
type GetDstBySrcResponseBuilder struct {
// contains filtered or unexported fields
}
func NewGetDstBySrcResponseBuilder ¶ added in v3.3.1
func NewGetDstBySrcResponseBuilder() *GetDstBySrcResponseBuilder
func (*GetDstBySrcResponseBuilder) Dsts ¶ added in v3.3.1
func (g *GetDstBySrcResponseBuilder) Dsts(dsts *nebula0.DataSet) *GetDstBySrcResponseBuilder
func (GetDstBySrcResponseBuilder) Emit ¶ added in v3.3.1
func (p GetDstBySrcResponseBuilder) Emit() *GetDstBySrcResponse
func (*GetDstBySrcResponseBuilder) Result_ ¶ added in v3.3.1
func (g *GetDstBySrcResponseBuilder) Result_(result *ResponseCommon) *GetDstBySrcResponseBuilder
type GetLeaderPartsResp ¶
type GetLeaderPartsResp struct { Code nebula0.ErrorCode `thrift:"code,1" db:"code" json:"code"` LeaderParts map[nebula0.GraphSpaceID][]nebula0.PartitionID `thrift:"leader_parts,2" db:"leader_parts" json:"leader_parts"` }
Attributes:
- Code
- LeaderParts
var StorageAdminServiceGetLeaderPartsResult_Success_DEFAULT *GetLeaderPartsResp
func NewGetLeaderPartsResp ¶
func NewGetLeaderPartsResp() *GetLeaderPartsResp
func (*GetLeaderPartsResp) GetCode ¶ added in v3.1.0
func (p *GetLeaderPartsResp) GetCode() nebula0.ErrorCode
func (*GetLeaderPartsResp) GetLeaderParts ¶
func (p *GetLeaderPartsResp) GetLeaderParts() map[nebula0.GraphSpaceID][]nebula0.PartitionID
func (*GetLeaderPartsResp) ReadField1 ¶
func (p *GetLeaderPartsResp) ReadField1(iprot thrift.Protocol) error
func (*GetLeaderPartsResp) ReadField2 ¶
func (p *GetLeaderPartsResp) ReadField2(iprot thrift.Protocol) error
func (*GetLeaderPartsResp) SetCode ¶ added in v3.1.0
func (g *GetLeaderPartsResp) SetCode(code nebula0.ErrorCode) *GetLeaderPartsResp
func (*GetLeaderPartsResp) SetLeaderParts ¶
func (g *GetLeaderPartsResp) SetLeaderParts(leaderParts map[nebula0.GraphSpaceID][]nebula0.PartitionID) *GetLeaderPartsResp
func (*GetLeaderPartsResp) String ¶
func (p *GetLeaderPartsResp) String() string
type GetLeaderPartsRespBuilder ¶
type GetLeaderPartsRespBuilder struct {
// contains filtered or unexported fields
}
func NewGetLeaderPartsRespBuilder ¶
func NewGetLeaderPartsRespBuilder() *GetLeaderPartsRespBuilder
func (*GetLeaderPartsRespBuilder) Code ¶ added in v3.1.0
func (g *GetLeaderPartsRespBuilder) Code(code nebula0.ErrorCode) *GetLeaderPartsRespBuilder
func (GetLeaderPartsRespBuilder) Emit ¶
func (p GetLeaderPartsRespBuilder) Emit() *GetLeaderPartsResp
func (*GetLeaderPartsRespBuilder) LeaderParts ¶
func (g *GetLeaderPartsRespBuilder) LeaderParts(leaderParts map[nebula0.GraphSpaceID][]nebula0.PartitionID) *GetLeaderPartsRespBuilder
type GetLeaderReq ¶
type GetLeaderReq struct { }
var StorageAdminServiceGetLeaderPartsArgs_Req_DEFAULT *GetLeaderReq
func NewGetLeaderReq ¶
func NewGetLeaderReq() *GetLeaderReq
func (*GetLeaderReq) String ¶
func (p *GetLeaderReq) String() string
type GetLeaderReqBuilder ¶
type GetLeaderReqBuilder struct {
// contains filtered or unexported fields
}
func NewGetLeaderReqBuilder ¶
func NewGetLeaderReqBuilder() *GetLeaderReqBuilder
func (GetLeaderReqBuilder) Emit ¶
func (p GetLeaderReqBuilder) Emit() *GetLeaderReq
type GetNeighborsRequest ¶
type GetNeighborsRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` ColumnNames [][]byte `thrift:"column_names,2" db:"column_names" json:"column_names"` Parts map[nebula0.PartitionID][]*nebula0.Value `thrift:"parts,3" db:"parts" json:"parts"` TraverseSpec *TraverseSpec `thrift:"traverse_spec,4" db:"traverse_spec" json:"traverse_spec"` Common *RequestCommon `thrift:"common,5,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- ColumnNames
- Parts
- TraverseSpec
- Common
var GraphStorageServiceGetNeighborsArgs_Req_DEFAULT *GetNeighborsRequest
func NewGetNeighborsRequest ¶
func NewGetNeighborsRequest() *GetNeighborsRequest
func (*GetNeighborsRequest) GetColumnNames ¶
func (p *GetNeighborsRequest) GetColumnNames() [][]byte
func (*GetNeighborsRequest) GetCommon ¶
func (p *GetNeighborsRequest) GetCommon() *RequestCommon
func (*GetNeighborsRequest) GetParts ¶
func (p *GetNeighborsRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Value
func (*GetNeighborsRequest) GetSpaceID ¶
func (p *GetNeighborsRequest) GetSpaceID() nebula0.GraphSpaceID
func (*GetNeighborsRequest) GetTraverseSpec ¶
func (p *GetNeighborsRequest) GetTraverseSpec() *TraverseSpec
func (*GetNeighborsRequest) IsSetCommon ¶
func (p *GetNeighborsRequest) IsSetCommon() bool
func (*GetNeighborsRequest) IsSetTraverseSpec ¶
func (p *GetNeighborsRequest) IsSetTraverseSpec() bool
func (*GetNeighborsRequest) ReadField1 ¶
func (p *GetNeighborsRequest) ReadField1(iprot thrift.Protocol) error
func (*GetNeighborsRequest) ReadField2 ¶
func (p *GetNeighborsRequest) ReadField2(iprot thrift.Protocol) error
func (*GetNeighborsRequest) ReadField3 ¶
func (p *GetNeighborsRequest) ReadField3(iprot thrift.Protocol) error
func (*GetNeighborsRequest) ReadField4 ¶
func (p *GetNeighborsRequest) ReadField4(iprot thrift.Protocol) error
func (*GetNeighborsRequest) ReadField5 ¶
func (p *GetNeighborsRequest) ReadField5(iprot thrift.Protocol) error
func (*GetNeighborsRequest) SetColumnNames ¶
func (g *GetNeighborsRequest) SetColumnNames(columnNames [][]byte) *GetNeighborsRequest
func (*GetNeighborsRequest) SetCommon ¶
func (g *GetNeighborsRequest) SetCommon(common *RequestCommon) *GetNeighborsRequest
func (*GetNeighborsRequest) SetParts ¶
func (g *GetNeighborsRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetNeighborsRequest
func (*GetNeighborsRequest) SetSpaceID ¶
func (g *GetNeighborsRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetNeighborsRequest
func (*GetNeighborsRequest) SetTraverseSpec ¶
func (g *GetNeighborsRequest) SetTraverseSpec(traverseSpec *TraverseSpec) *GetNeighborsRequest
func (*GetNeighborsRequest) String ¶
func (p *GetNeighborsRequest) String() string
type GetNeighborsRequestBuilder ¶
type GetNeighborsRequestBuilder struct {
// contains filtered or unexported fields
}
func NewGetNeighborsRequestBuilder ¶
func NewGetNeighborsRequestBuilder() *GetNeighborsRequestBuilder
func (*GetNeighborsRequestBuilder) ColumnNames ¶
func (g *GetNeighborsRequestBuilder) ColumnNames(columnNames [][]byte) *GetNeighborsRequestBuilder
func (*GetNeighborsRequestBuilder) Common ¶
func (g *GetNeighborsRequestBuilder) Common(common *RequestCommon) *GetNeighborsRequestBuilder
func (GetNeighborsRequestBuilder) Emit ¶
func (p GetNeighborsRequestBuilder) Emit() *GetNeighborsRequest
func (*GetNeighborsRequestBuilder) Parts ¶
func (g *GetNeighborsRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Value) *GetNeighborsRequestBuilder
func (*GetNeighborsRequestBuilder) SpaceID ¶
func (g *GetNeighborsRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetNeighborsRequestBuilder
func (*GetNeighborsRequestBuilder) TraverseSpec ¶
func (g *GetNeighborsRequestBuilder) TraverseSpec(traverseSpec *TraverseSpec) *GetNeighborsRequestBuilder
type GetNeighborsResponse ¶
type GetNeighborsResponse struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Vertices *nebula0.DataSet `thrift:"vertices,2,optional" db:"vertices" json:"vertices,omitempty"` }
Attributes:
- Result_
- Vertices
var GraphStorageServiceGetNeighborsResult_Success_DEFAULT *GetNeighborsResponse
var GraphStorageServiceLookupAndTraverseResult_Success_DEFAULT *GetNeighborsResponse
func NewGetNeighborsResponse ¶
func NewGetNeighborsResponse() *GetNeighborsResponse
func (*GetNeighborsResponse) GetResult_ ¶
func (p *GetNeighborsResponse) GetResult_() *ResponseCommon
func (*GetNeighborsResponse) GetVertices ¶
func (p *GetNeighborsResponse) GetVertices() *nebula0.DataSet
func (*GetNeighborsResponse) IsSetResult_ ¶
func (p *GetNeighborsResponse) IsSetResult_() bool
func (*GetNeighborsResponse) IsSetVertices ¶
func (p *GetNeighborsResponse) IsSetVertices() bool
func (*GetNeighborsResponse) Read ¶
func (p *GetNeighborsResponse) Read(iprot thrift.Protocol) error
func (*GetNeighborsResponse) ReadField1 ¶
func (p *GetNeighborsResponse) ReadField1(iprot thrift.Protocol) error
func (*GetNeighborsResponse) ReadField2 ¶
func (p *GetNeighborsResponse) ReadField2(iprot thrift.Protocol) error
func (*GetNeighborsResponse) SetResult_ ¶
func (g *GetNeighborsResponse) SetResult_(result *ResponseCommon) *GetNeighborsResponse
func (*GetNeighborsResponse) SetVertices ¶
func (g *GetNeighborsResponse) SetVertices(vertices *nebula0.DataSet) *GetNeighborsResponse
func (*GetNeighborsResponse) String ¶
func (p *GetNeighborsResponse) String() string
type GetNeighborsResponseBuilder ¶
type GetNeighborsResponseBuilder struct {
// contains filtered or unexported fields
}
func NewGetNeighborsResponseBuilder ¶
func NewGetNeighborsResponseBuilder() *GetNeighborsResponseBuilder
func (GetNeighborsResponseBuilder) Emit ¶
func (p GetNeighborsResponseBuilder) Emit() *GetNeighborsResponse
func (*GetNeighborsResponseBuilder) Result_ ¶
func (g *GetNeighborsResponseBuilder) Result_(result *ResponseCommon) *GetNeighborsResponseBuilder
func (*GetNeighborsResponseBuilder) Vertices ¶
func (g *GetNeighborsResponseBuilder) Vertices(vertices *nebula0.DataSet) *GetNeighborsResponseBuilder
type GetPropRequest ¶
type GetPropRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*nebula0.Row `thrift:"parts,2" db:"parts" json:"parts"` VertexProps []*VertexProp `thrift:"vertex_props,3,optional" db:"vertex_props" json:"vertex_props,omitempty"` EdgeProps []*EdgeProp `thrift:"edge_props,4,optional" db:"edge_props" json:"edge_props,omitempty"` Expressions []*Expr `thrift:"expressions,5,optional" db:"expressions" json:"expressions,omitempty"` Dedup bool `thrift:"dedup,6" db:"dedup" json:"dedup"` OrderBy []*OrderBy `thrift:"order_by,7,optional" db:"order_by" json:"order_by,omitempty"` Limit *int64 `thrift:"limit,8,optional" db:"limit" json:"limit,omitempty"` Filter []byte `thrift:"filter,9,optional" db:"filter" json:"filter,omitempty"` Common *RequestCommon `thrift:"common,10,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- VertexProps
- EdgeProps
- Expressions
- Dedup
- OrderBy
- Limit
- Filter
- Common
var GraphStorageServiceGetPropsArgs_Req_DEFAULT *GetPropRequest
func NewGetPropRequest ¶
func NewGetPropRequest() *GetPropRequest
func (*GetPropRequest) GetCommon ¶
func (p *GetPropRequest) GetCommon() *RequestCommon
func (*GetPropRequest) GetDedup ¶
func (p *GetPropRequest) GetDedup() bool
func (*GetPropRequest) GetEdgeProps ¶
func (p *GetPropRequest) GetEdgeProps() []*EdgeProp
func (*GetPropRequest) GetExpressions ¶
func (p *GetPropRequest) GetExpressions() []*Expr
func (*GetPropRequest) GetFilter ¶
func (p *GetPropRequest) GetFilter() []byte
func (*GetPropRequest) GetLimit ¶
func (p *GetPropRequest) GetLimit() int64
func (*GetPropRequest) GetOrderBy ¶
func (p *GetPropRequest) GetOrderBy() []*OrderBy
func (*GetPropRequest) GetParts ¶
func (p *GetPropRequest) GetParts() map[nebula0.PartitionID][]*nebula0.Row
func (*GetPropRequest) GetSpaceID ¶
func (p *GetPropRequest) GetSpaceID() nebula0.GraphSpaceID
func (*GetPropRequest) GetVertexProps ¶
func (p *GetPropRequest) GetVertexProps() []*VertexProp
func (*GetPropRequest) IsSetCommon ¶
func (p *GetPropRequest) IsSetCommon() bool
func (*GetPropRequest) IsSetEdgeProps ¶
func (p *GetPropRequest) IsSetEdgeProps() bool
func (*GetPropRequest) IsSetExpressions ¶
func (p *GetPropRequest) IsSetExpressions() bool
func (*GetPropRequest) IsSetFilter ¶
func (p *GetPropRequest) IsSetFilter() bool
func (*GetPropRequest) IsSetLimit ¶
func (p *GetPropRequest) IsSetLimit() bool
func (*GetPropRequest) IsSetOrderBy ¶
func (p *GetPropRequest) IsSetOrderBy() bool
func (*GetPropRequest) IsSetVertexProps ¶
func (p *GetPropRequest) IsSetVertexProps() bool
func (*GetPropRequest) ReadField1 ¶
func (p *GetPropRequest) ReadField1(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField10 ¶
func (p *GetPropRequest) ReadField10(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField2 ¶
func (p *GetPropRequest) ReadField2(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField3 ¶
func (p *GetPropRequest) ReadField3(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField4 ¶
func (p *GetPropRequest) ReadField4(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField5 ¶
func (p *GetPropRequest) ReadField5(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField6 ¶
func (p *GetPropRequest) ReadField6(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField7 ¶
func (p *GetPropRequest) ReadField7(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField8 ¶
func (p *GetPropRequest) ReadField8(iprot thrift.Protocol) error
func (*GetPropRequest) ReadField9 ¶
func (p *GetPropRequest) ReadField9(iprot thrift.Protocol) error
func (*GetPropRequest) SetCommon ¶
func (g *GetPropRequest) SetCommon(common *RequestCommon) *GetPropRequest
func (*GetPropRequest) SetDedup ¶
func (g *GetPropRequest) SetDedup(dedup bool) *GetPropRequest
func (*GetPropRequest) SetEdgeProps ¶
func (g *GetPropRequest) SetEdgeProps(edgeProps []*EdgeProp) *GetPropRequest
func (*GetPropRequest) SetExpressions ¶
func (g *GetPropRequest) SetExpressions(expressions []*Expr) *GetPropRequest
func (*GetPropRequest) SetFilter ¶
func (g *GetPropRequest) SetFilter(filter []byte) *GetPropRequest
func (*GetPropRequest) SetLimit ¶
func (g *GetPropRequest) SetLimit(limit *int64) *GetPropRequest
func (*GetPropRequest) SetOrderBy ¶
func (g *GetPropRequest) SetOrderBy(orderBy []*OrderBy) *GetPropRequest
func (*GetPropRequest) SetParts ¶
func (g *GetPropRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.Row) *GetPropRequest
func (*GetPropRequest) SetSpaceID ¶
func (g *GetPropRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetPropRequest
func (*GetPropRequest) SetVertexProps ¶
func (g *GetPropRequest) SetVertexProps(vertexProps []*VertexProp) *GetPropRequest
func (*GetPropRequest) String ¶
func (p *GetPropRequest) String() string
type GetPropRequestBuilder ¶
type GetPropRequestBuilder struct {
// contains filtered or unexported fields
}
func NewGetPropRequestBuilder ¶
func NewGetPropRequestBuilder() *GetPropRequestBuilder
func (*GetPropRequestBuilder) Common ¶
func (g *GetPropRequestBuilder) Common(common *RequestCommon) *GetPropRequestBuilder
func (*GetPropRequestBuilder) Dedup ¶
func (g *GetPropRequestBuilder) Dedup(dedup bool) *GetPropRequestBuilder
func (*GetPropRequestBuilder) EdgeProps ¶
func (g *GetPropRequestBuilder) EdgeProps(edgeProps []*EdgeProp) *GetPropRequestBuilder
func (GetPropRequestBuilder) Emit ¶
func (p GetPropRequestBuilder) Emit() *GetPropRequest
func (*GetPropRequestBuilder) Expressions ¶
func (g *GetPropRequestBuilder) Expressions(expressions []*Expr) *GetPropRequestBuilder
func (*GetPropRequestBuilder) Filter ¶
func (g *GetPropRequestBuilder) Filter(filter []byte) *GetPropRequestBuilder
func (*GetPropRequestBuilder) Limit ¶
func (g *GetPropRequestBuilder) Limit(limit *int64) *GetPropRequestBuilder
func (*GetPropRequestBuilder) OrderBy ¶
func (g *GetPropRequestBuilder) OrderBy(orderBy []*OrderBy) *GetPropRequestBuilder
func (*GetPropRequestBuilder) Parts ¶
func (g *GetPropRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.Row) *GetPropRequestBuilder
func (*GetPropRequestBuilder) SpaceID ¶
func (g *GetPropRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetPropRequestBuilder
func (*GetPropRequestBuilder) VertexProps ¶
func (g *GetPropRequestBuilder) VertexProps(vertexProps []*VertexProp) *GetPropRequestBuilder
type GetPropResponse ¶
type GetPropResponse struct { Result_ *ResponseCommon `thrift:"result,1" db:"result" json:"result"` Props *nebula0.DataSet `thrift:"props,2,optional" db:"props" json:"props,omitempty"` }
Attributes:
- Result_
- Props
var GraphStorageServiceGetPropsResult_Success_DEFAULT *GetPropResponse
func NewGetPropResponse ¶
func NewGetPropResponse() *GetPropResponse
func (*GetPropResponse) GetProps ¶
func (p *GetPropResponse) GetProps() *nebula0.DataSet
func (*GetPropResponse) GetResult_ ¶
func (p *GetPropResponse) GetResult_() *ResponseCommon
func (*GetPropResponse) IsSetProps ¶
func (p *GetPropResponse) IsSetProps() bool
func (*GetPropResponse) IsSetResult_ ¶
func (p *GetPropResponse) IsSetResult_() bool
func (*GetPropResponse) ReadField1 ¶
func (p *GetPropResponse) ReadField1(iprot thrift.Protocol) error
func (*GetPropResponse) ReadField2 ¶
func (p *GetPropResponse) ReadField2(iprot thrift.Protocol) error
func (*GetPropResponse) SetProps ¶
func (g *GetPropResponse) SetProps(props *nebula0.DataSet) *GetPropResponse
func (*GetPropResponse) SetResult_ ¶
func (g *GetPropResponse) SetResult_(result *ResponseCommon) *GetPropResponse
func (*GetPropResponse) String ¶
func (p *GetPropResponse) String() string
type GetPropResponseBuilder ¶
type GetPropResponseBuilder struct {
// contains filtered or unexported fields
}
func NewGetPropResponseBuilder ¶
func NewGetPropResponseBuilder() *GetPropResponseBuilder
func (GetPropResponseBuilder) Emit ¶
func (p GetPropResponseBuilder) Emit() *GetPropResponse
func (*GetPropResponseBuilder) Props ¶
func (g *GetPropResponseBuilder) Props(props *nebula0.DataSet) *GetPropResponseBuilder
func (*GetPropResponseBuilder) Result_ ¶
func (g *GetPropResponseBuilder) Result_(result *ResponseCommon) *GetPropResponseBuilder
type GetUUIDReq ¶
type GetUUIDReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` Name []byte `thrift:"name,3" db:"name" json:"name"` Common *RequestCommon `thrift:"common,4,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- PartID
- Name
- Common
var GraphStorageServiceGetUUIDArgs_Req_DEFAULT *GetUUIDReq
func NewGetUUIDReq ¶
func NewGetUUIDReq() *GetUUIDReq
func (*GetUUIDReq) GetCommon ¶
func (p *GetUUIDReq) GetCommon() *RequestCommon
func (*GetUUIDReq) GetName ¶
func (p *GetUUIDReq) GetName() []byte
func (*GetUUIDReq) GetPartID ¶
func (p *GetUUIDReq) GetPartID() nebula0.PartitionID
func (*GetUUIDReq) GetSpaceID ¶
func (p *GetUUIDReq) GetSpaceID() nebula0.GraphSpaceID
func (*GetUUIDReq) IsSetCommon ¶
func (p *GetUUIDReq) IsSetCommon() bool
func (*GetUUIDReq) ReadField1 ¶
func (p *GetUUIDReq) ReadField1(iprot thrift.Protocol) error
func (*GetUUIDReq) ReadField2 ¶
func (p *GetUUIDReq) ReadField2(iprot thrift.Protocol) error
func (*GetUUIDReq) ReadField3 ¶
func (p *GetUUIDReq) ReadField3(iprot thrift.Protocol) error
func (*GetUUIDReq) ReadField4 ¶
func (p *GetUUIDReq) ReadField4(iprot thrift.Protocol) error
func (*GetUUIDReq) SetCommon ¶
func (g *GetUUIDReq) SetCommon(common *RequestCommon) *GetUUIDReq
func (*GetUUIDReq) SetName ¶
func (g *GetUUIDReq) SetName(name []byte) *GetUUIDReq
func (*GetUUIDReq) SetPartID ¶
func (g *GetUUIDReq) SetPartID(partID nebula0.PartitionID) *GetUUIDReq
func (*GetUUIDReq) SetSpaceID ¶
func (g *GetUUIDReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *GetUUIDReq
func (*GetUUIDReq) String ¶
func (p *GetUUIDReq) String() string
type GetUUIDReqBuilder ¶
type GetUUIDReqBuilder struct {
// contains filtered or unexported fields
}
func NewGetUUIDReqBuilder ¶
func NewGetUUIDReqBuilder() *GetUUIDReqBuilder
func (*GetUUIDReqBuilder) Common ¶
func (g *GetUUIDReqBuilder) Common(common *RequestCommon) *GetUUIDReqBuilder
func (GetUUIDReqBuilder) Emit ¶
func (p GetUUIDReqBuilder) Emit() *GetUUIDReq
func (*GetUUIDReqBuilder) Name ¶
func (g *GetUUIDReqBuilder) Name(name []byte) *GetUUIDReqBuilder
func (*GetUUIDReqBuilder) PartID ¶
func (g *GetUUIDReqBuilder) PartID(partID nebula0.PartitionID) *GetUUIDReqBuilder
func (*GetUUIDReqBuilder) SpaceID ¶
func (g *GetUUIDReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *GetUUIDReqBuilder
type GetUUIDResp ¶
type GetUUIDResp struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Id *nebula0.Value `thrift:"id,2" db:"id" json:"id"` }
Attributes:
- Result_
- Id
var GraphStorageServiceGetUUIDResult_Success_DEFAULT *GetUUIDResp
func NewGetUUIDResp ¶
func NewGetUUIDResp() *GetUUIDResp
func (*GetUUIDResp) GetId ¶
func (p *GetUUIDResp) GetId() *nebula0.Value
func (*GetUUIDResp) GetResult_ ¶
func (p *GetUUIDResp) GetResult_() *ResponseCommon
func (*GetUUIDResp) IsSetId ¶
func (p *GetUUIDResp) IsSetId() bool
func (*GetUUIDResp) IsSetResult_ ¶
func (p *GetUUIDResp) IsSetResult_() bool
func (*GetUUIDResp) ReadField1 ¶
func (p *GetUUIDResp) ReadField1(iprot thrift.Protocol) error
func (*GetUUIDResp) ReadField2 ¶
func (p *GetUUIDResp) ReadField2(iprot thrift.Protocol) error
func (*GetUUIDResp) SetId ¶
func (g *GetUUIDResp) SetId(id *nebula0.Value) *GetUUIDResp
func (*GetUUIDResp) SetResult_ ¶
func (g *GetUUIDResp) SetResult_(result *ResponseCommon) *GetUUIDResp
func (*GetUUIDResp) String ¶
func (p *GetUUIDResp) String() string
type GetUUIDRespBuilder ¶
type GetUUIDRespBuilder struct {
// contains filtered or unexported fields
}
func NewGetUUIDRespBuilder ¶
func NewGetUUIDRespBuilder() *GetUUIDRespBuilder
func (GetUUIDRespBuilder) Emit ¶
func (p GetUUIDRespBuilder) Emit() *GetUUIDResp
func (*GetUUIDRespBuilder) Id ¶
func (g *GetUUIDRespBuilder) Id(id *nebula0.Value) *GetUUIDRespBuilder
func (*GetUUIDRespBuilder) Result_ ¶
func (g *GetUUIDRespBuilder) Result_(result *ResponseCommon) *GetUUIDRespBuilder
type GraphStorageService ¶
type GraphStorageService interface { // Parameters: // - Req GetNeighbors(ctx context.Context, req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error) // Parameters: // - Req GetDstBySrc(ctx context.Context, req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error) // Parameters: // - Req GetProps(ctx context.Context, req *GetPropRequest) (_r *GetPropResponse, err error) // Parameters: // - Req AddVertices(ctx context.Context, req *AddVerticesRequest) (_r *ExecResponse, err error) // Parameters: // - Req AddEdges(ctx context.Context, req *AddEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req DeleteEdges(ctx context.Context, req *DeleteEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req DeleteVertices(ctx context.Context, req *DeleteVerticesRequest) (_r *ExecResponse, err error) // Parameters: // - Req DeleteTags(ctx context.Context, req *DeleteTagsRequest) (_r *ExecResponse, err error) // Parameters: // - Req UpdateVertex(ctx context.Context, req *UpdateVertexRequest) (_r *UpdateResponse, err error) // Parameters: // - Req UpdateEdge(ctx context.Context, req *UpdateEdgeRequest) (_r *UpdateResponse, err error) // Parameters: // - Req ScanVertex(ctx context.Context, req *ScanVertexRequest) (_r *ScanResponse, err error) // Parameters: // - Req ScanEdge(ctx context.Context, req *ScanEdgeRequest) (_r *ScanResponse, err error) // Parameters: // - Req GetUUID(ctx context.Context, req *GetUUIDReq) (_r *GetUUIDResp, err error) // Parameters: // - Req LookupIndex(ctx context.Context, req *LookupIndexRequest) (_r *LookupIndexResp, err error) // Parameters: // - Req LookupAndTraverse(ctx context.Context, req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error) // Parameters: // - Req ChainUpdateEdge(ctx context.Context, req *UpdateEdgeRequest) (_r *UpdateResponse, err error) // Parameters: // - Req ChainAddEdges(ctx context.Context, req *AddEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req ChainDeleteEdges(ctx context.Context, req *DeleteEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req Get(ctx context.Context, req *KVGetRequest) (_r *KVGetResponse, err error) // Parameters: // - Req Put(ctx context.Context, req *KVPutRequest) (_r *ExecResponse, err error) // Parameters: // - Req Remove(ctx context.Context, req *KVRemoveRequest) (_r *ExecResponse, err error) }
type GraphStorageServiceAddEdgesArgs ¶
type GraphStorageServiceAddEdgesArgs struct { thrift.IRequest Req *AddEdgesRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceAddEdgesArgs ¶
func NewGraphStorageServiceAddEdgesArgs() *GraphStorageServiceAddEdgesArgs
func (*GraphStorageServiceAddEdgesArgs) GetReq ¶
func (p *GraphStorageServiceAddEdgesArgs) GetReq() *AddEdgesRequest
func (*GraphStorageServiceAddEdgesArgs) IsSetReq ¶
func (p *GraphStorageServiceAddEdgesArgs) IsSetReq() bool
func (*GraphStorageServiceAddEdgesArgs) Read ¶
func (p *GraphStorageServiceAddEdgesArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceAddEdgesArgs) ReadField1 ¶
func (p *GraphStorageServiceAddEdgesArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceAddEdgesArgs) SetReq ¶
func (g *GraphStorageServiceAddEdgesArgs) SetReq(req *AddEdgesRequest) *GraphStorageServiceAddEdgesArgs
func (*GraphStorageServiceAddEdgesArgs) String ¶
func (p *GraphStorageServiceAddEdgesArgs) String() string
type GraphStorageServiceAddEdgesArgsBuilder ¶
type GraphStorageServiceAddEdgesArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceAddEdgesArgsBuilder ¶
func NewGraphStorageServiceAddEdgesArgsBuilder() *GraphStorageServiceAddEdgesArgsBuilder
func (GraphStorageServiceAddEdgesArgsBuilder) Emit ¶
func (p GraphStorageServiceAddEdgesArgsBuilder) Emit() *GraphStorageServiceAddEdgesArgs
func (*GraphStorageServiceAddEdgesArgsBuilder) Req ¶
func (g *GraphStorageServiceAddEdgesArgsBuilder) Req(req *AddEdgesRequest) *GraphStorageServiceAddEdgesArgsBuilder
type GraphStorageServiceAddEdgesResult ¶
type GraphStorageServiceAddEdgesResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceAddEdgesResult ¶
func NewGraphStorageServiceAddEdgesResult() *GraphStorageServiceAddEdgesResult
func (*GraphStorageServiceAddEdgesResult) Exception ¶
func (p *GraphStorageServiceAddEdgesResult) Exception() thrift.WritableException
func (*GraphStorageServiceAddEdgesResult) GetSuccess ¶
func (p *GraphStorageServiceAddEdgesResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceAddEdgesResult) IsSetSuccess ¶
func (p *GraphStorageServiceAddEdgesResult) IsSetSuccess() bool
func (*GraphStorageServiceAddEdgesResult) Read ¶
func (p *GraphStorageServiceAddEdgesResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceAddEdgesResult) ReadField0 ¶
func (p *GraphStorageServiceAddEdgesResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceAddEdgesResult) SetSuccess ¶
func (g *GraphStorageServiceAddEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceAddEdgesResult
func (*GraphStorageServiceAddEdgesResult) String ¶
func (p *GraphStorageServiceAddEdgesResult) String() string
type GraphStorageServiceAddEdgesResultBuilder ¶
type GraphStorageServiceAddEdgesResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceAddEdgesResultBuilder ¶
func NewGraphStorageServiceAddEdgesResultBuilder() *GraphStorageServiceAddEdgesResultBuilder
func (*GraphStorageServiceAddEdgesResultBuilder) Success ¶
func (g *GraphStorageServiceAddEdgesResultBuilder) Success(success *ExecResponse) *GraphStorageServiceAddEdgesResultBuilder
type GraphStorageServiceAddVerticesArgs ¶
type GraphStorageServiceAddVerticesArgs struct { thrift.IRequest Req *AddVerticesRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceAddVerticesArgs ¶
func NewGraphStorageServiceAddVerticesArgs() *GraphStorageServiceAddVerticesArgs
func (*GraphStorageServiceAddVerticesArgs) GetReq ¶
func (p *GraphStorageServiceAddVerticesArgs) GetReq() *AddVerticesRequest
func (*GraphStorageServiceAddVerticesArgs) IsSetReq ¶
func (p *GraphStorageServiceAddVerticesArgs) IsSetReq() bool
func (*GraphStorageServiceAddVerticesArgs) Read ¶
func (p *GraphStorageServiceAddVerticesArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceAddVerticesArgs) ReadField1 ¶
func (p *GraphStorageServiceAddVerticesArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceAddVerticesArgs) SetReq ¶
func (g *GraphStorageServiceAddVerticesArgs) SetReq(req *AddVerticesRequest) *GraphStorageServiceAddVerticesArgs
func (*GraphStorageServiceAddVerticesArgs) String ¶
func (p *GraphStorageServiceAddVerticesArgs) String() string
type GraphStorageServiceAddVerticesArgsBuilder ¶
type GraphStorageServiceAddVerticesArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceAddVerticesArgsBuilder ¶
func NewGraphStorageServiceAddVerticesArgsBuilder() *GraphStorageServiceAddVerticesArgsBuilder
type GraphStorageServiceAddVerticesResult ¶
type GraphStorageServiceAddVerticesResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceAddVerticesResult ¶
func NewGraphStorageServiceAddVerticesResult() *GraphStorageServiceAddVerticesResult
func (*GraphStorageServiceAddVerticesResult) Exception ¶
func (p *GraphStorageServiceAddVerticesResult) Exception() thrift.WritableException
func (*GraphStorageServiceAddVerticesResult) GetSuccess ¶
func (p *GraphStorageServiceAddVerticesResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceAddVerticesResult) IsSetSuccess ¶
func (p *GraphStorageServiceAddVerticesResult) IsSetSuccess() bool
func (*GraphStorageServiceAddVerticesResult) Read ¶
func (p *GraphStorageServiceAddVerticesResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceAddVerticesResult) ReadField0 ¶
func (p *GraphStorageServiceAddVerticesResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceAddVerticesResult) SetSuccess ¶
func (g *GraphStorageServiceAddVerticesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceAddVerticesResult
func (*GraphStorageServiceAddVerticesResult) String ¶
func (p *GraphStorageServiceAddVerticesResult) String() string
type GraphStorageServiceAddVerticesResultBuilder ¶
type GraphStorageServiceAddVerticesResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceAddVerticesResultBuilder ¶
func NewGraphStorageServiceAddVerticesResultBuilder() *GraphStorageServiceAddVerticesResultBuilder
func (*GraphStorageServiceAddVerticesResultBuilder) Success ¶
func (g *GraphStorageServiceAddVerticesResultBuilder) Success(success *ExecResponse) *GraphStorageServiceAddVerticesResultBuilder
type GraphStorageServiceChainAddEdgesArgs ¶
type GraphStorageServiceChainAddEdgesArgs struct { thrift.IRequest Req *AddEdgesRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceChainAddEdgesArgs ¶
func NewGraphStorageServiceChainAddEdgesArgs() *GraphStorageServiceChainAddEdgesArgs
func (*GraphStorageServiceChainAddEdgesArgs) GetReq ¶
func (p *GraphStorageServiceChainAddEdgesArgs) GetReq() *AddEdgesRequest
func (*GraphStorageServiceChainAddEdgesArgs) IsSetReq ¶
func (p *GraphStorageServiceChainAddEdgesArgs) IsSetReq() bool
func (*GraphStorageServiceChainAddEdgesArgs) Read ¶
func (p *GraphStorageServiceChainAddEdgesArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceChainAddEdgesArgs) ReadField1 ¶
func (p *GraphStorageServiceChainAddEdgesArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceChainAddEdgesArgs) SetReq ¶
func (g *GraphStorageServiceChainAddEdgesArgs) SetReq(req *AddEdgesRequest) *GraphStorageServiceChainAddEdgesArgs
func (*GraphStorageServiceChainAddEdgesArgs) String ¶
func (p *GraphStorageServiceChainAddEdgesArgs) String() string
type GraphStorageServiceChainAddEdgesArgsBuilder ¶
type GraphStorageServiceChainAddEdgesArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceChainAddEdgesArgsBuilder ¶
func NewGraphStorageServiceChainAddEdgesArgsBuilder() *GraphStorageServiceChainAddEdgesArgsBuilder
type GraphStorageServiceChainAddEdgesResult ¶
type GraphStorageServiceChainAddEdgesResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceChainAddEdgesResult ¶
func NewGraphStorageServiceChainAddEdgesResult() *GraphStorageServiceChainAddEdgesResult
func (*GraphStorageServiceChainAddEdgesResult) Exception ¶
func (p *GraphStorageServiceChainAddEdgesResult) Exception() thrift.WritableException
func (*GraphStorageServiceChainAddEdgesResult) GetSuccess ¶
func (p *GraphStorageServiceChainAddEdgesResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceChainAddEdgesResult) IsSetSuccess ¶
func (p *GraphStorageServiceChainAddEdgesResult) IsSetSuccess() bool
func (*GraphStorageServiceChainAddEdgesResult) Read ¶
func (p *GraphStorageServiceChainAddEdgesResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceChainAddEdgesResult) ReadField0 ¶
func (p *GraphStorageServiceChainAddEdgesResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceChainAddEdgesResult) SetSuccess ¶
func (g *GraphStorageServiceChainAddEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceChainAddEdgesResult
func (*GraphStorageServiceChainAddEdgesResult) String ¶
func (p *GraphStorageServiceChainAddEdgesResult) String() string
type GraphStorageServiceChainAddEdgesResultBuilder ¶
type GraphStorageServiceChainAddEdgesResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceChainAddEdgesResultBuilder ¶
func NewGraphStorageServiceChainAddEdgesResultBuilder() *GraphStorageServiceChainAddEdgesResultBuilder
func (*GraphStorageServiceChainAddEdgesResultBuilder) Success ¶
func (g *GraphStorageServiceChainAddEdgesResultBuilder) Success(success *ExecResponse) *GraphStorageServiceChainAddEdgesResultBuilder
type GraphStorageServiceChainDeleteEdgesArgs ¶
type GraphStorageServiceChainDeleteEdgesArgs struct { thrift.IRequest Req *DeleteEdgesRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceChainDeleteEdgesArgs ¶
func NewGraphStorageServiceChainDeleteEdgesArgs() *GraphStorageServiceChainDeleteEdgesArgs
func (*GraphStorageServiceChainDeleteEdgesArgs) GetReq ¶
func (p *GraphStorageServiceChainDeleteEdgesArgs) GetReq() *DeleteEdgesRequest
func (*GraphStorageServiceChainDeleteEdgesArgs) IsSetReq ¶
func (p *GraphStorageServiceChainDeleteEdgesArgs) IsSetReq() bool
func (*GraphStorageServiceChainDeleteEdgesArgs) Read ¶
func (p *GraphStorageServiceChainDeleteEdgesArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceChainDeleteEdgesArgs) ReadField1 ¶
func (p *GraphStorageServiceChainDeleteEdgesArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceChainDeleteEdgesArgs) SetReq ¶
func (g *GraphStorageServiceChainDeleteEdgesArgs) SetReq(req *DeleteEdgesRequest) *GraphStorageServiceChainDeleteEdgesArgs
func (*GraphStorageServiceChainDeleteEdgesArgs) String ¶
func (p *GraphStorageServiceChainDeleteEdgesArgs) String() string
type GraphStorageServiceChainDeleteEdgesArgsBuilder ¶
type GraphStorageServiceChainDeleteEdgesArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceChainDeleteEdgesArgsBuilder ¶
func NewGraphStorageServiceChainDeleteEdgesArgsBuilder() *GraphStorageServiceChainDeleteEdgesArgsBuilder
type GraphStorageServiceChainDeleteEdgesResult ¶
type GraphStorageServiceChainDeleteEdgesResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceChainDeleteEdgesResult ¶
func NewGraphStorageServiceChainDeleteEdgesResult() *GraphStorageServiceChainDeleteEdgesResult
func (*GraphStorageServiceChainDeleteEdgesResult) Exception ¶
func (p *GraphStorageServiceChainDeleteEdgesResult) Exception() thrift.WritableException
func (*GraphStorageServiceChainDeleteEdgesResult) GetSuccess ¶
func (p *GraphStorageServiceChainDeleteEdgesResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceChainDeleteEdgesResult) IsSetSuccess ¶
func (p *GraphStorageServiceChainDeleteEdgesResult) IsSetSuccess() bool
func (*GraphStorageServiceChainDeleteEdgesResult) Read ¶
func (p *GraphStorageServiceChainDeleteEdgesResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceChainDeleteEdgesResult) ReadField0 ¶
func (p *GraphStorageServiceChainDeleteEdgesResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceChainDeleteEdgesResult) SetSuccess ¶
func (g *GraphStorageServiceChainDeleteEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceChainDeleteEdgesResult
func (*GraphStorageServiceChainDeleteEdgesResult) String ¶
func (p *GraphStorageServiceChainDeleteEdgesResult) String() string
type GraphStorageServiceChainDeleteEdgesResultBuilder ¶
type GraphStorageServiceChainDeleteEdgesResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceChainDeleteEdgesResultBuilder ¶
func NewGraphStorageServiceChainDeleteEdgesResultBuilder() *GraphStorageServiceChainDeleteEdgesResultBuilder
func (*GraphStorageServiceChainDeleteEdgesResultBuilder) Success ¶
func (g *GraphStorageServiceChainDeleteEdgesResultBuilder) Success(success *ExecResponse) *GraphStorageServiceChainDeleteEdgesResultBuilder
type GraphStorageServiceChainUpdateEdgeArgs ¶
type GraphStorageServiceChainUpdateEdgeArgs struct { thrift.IRequest Req *UpdateEdgeRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceChainUpdateEdgeArgs ¶
func NewGraphStorageServiceChainUpdateEdgeArgs() *GraphStorageServiceChainUpdateEdgeArgs
func (*GraphStorageServiceChainUpdateEdgeArgs) GetReq ¶
func (p *GraphStorageServiceChainUpdateEdgeArgs) GetReq() *UpdateEdgeRequest
func (*GraphStorageServiceChainUpdateEdgeArgs) IsSetReq ¶
func (p *GraphStorageServiceChainUpdateEdgeArgs) IsSetReq() bool
func (*GraphStorageServiceChainUpdateEdgeArgs) Read ¶
func (p *GraphStorageServiceChainUpdateEdgeArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceChainUpdateEdgeArgs) ReadField1 ¶
func (p *GraphStorageServiceChainUpdateEdgeArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceChainUpdateEdgeArgs) SetReq ¶
func (g *GraphStorageServiceChainUpdateEdgeArgs) SetReq(req *UpdateEdgeRequest) *GraphStorageServiceChainUpdateEdgeArgs
func (*GraphStorageServiceChainUpdateEdgeArgs) String ¶
func (p *GraphStorageServiceChainUpdateEdgeArgs) String() string
type GraphStorageServiceChainUpdateEdgeArgsBuilder ¶
type GraphStorageServiceChainUpdateEdgeArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceChainUpdateEdgeArgsBuilder ¶
func NewGraphStorageServiceChainUpdateEdgeArgsBuilder() *GraphStorageServiceChainUpdateEdgeArgsBuilder
type GraphStorageServiceChainUpdateEdgeResult ¶
type GraphStorageServiceChainUpdateEdgeResult struct { thrift.IResponse Success *UpdateResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceChainUpdateEdgeResult ¶
func NewGraphStorageServiceChainUpdateEdgeResult() *GraphStorageServiceChainUpdateEdgeResult
func (*GraphStorageServiceChainUpdateEdgeResult) Exception ¶
func (p *GraphStorageServiceChainUpdateEdgeResult) Exception() thrift.WritableException
func (*GraphStorageServiceChainUpdateEdgeResult) GetSuccess ¶
func (p *GraphStorageServiceChainUpdateEdgeResult) GetSuccess() *UpdateResponse
func (*GraphStorageServiceChainUpdateEdgeResult) IsSetSuccess ¶
func (p *GraphStorageServiceChainUpdateEdgeResult) IsSetSuccess() bool
func (*GraphStorageServiceChainUpdateEdgeResult) Read ¶
func (p *GraphStorageServiceChainUpdateEdgeResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceChainUpdateEdgeResult) ReadField0 ¶
func (p *GraphStorageServiceChainUpdateEdgeResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceChainUpdateEdgeResult) SetSuccess ¶
func (g *GraphStorageServiceChainUpdateEdgeResult) SetSuccess(success *UpdateResponse) *GraphStorageServiceChainUpdateEdgeResult
func (*GraphStorageServiceChainUpdateEdgeResult) String ¶
func (p *GraphStorageServiceChainUpdateEdgeResult) String() string
type GraphStorageServiceChainUpdateEdgeResultBuilder ¶
type GraphStorageServiceChainUpdateEdgeResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceChainUpdateEdgeResultBuilder ¶
func NewGraphStorageServiceChainUpdateEdgeResultBuilder() *GraphStorageServiceChainUpdateEdgeResultBuilder
func (*GraphStorageServiceChainUpdateEdgeResultBuilder) Success ¶
func (g *GraphStorageServiceChainUpdateEdgeResultBuilder) Success(success *UpdateResponse) *GraphStorageServiceChainUpdateEdgeResultBuilder
type GraphStorageServiceChannelClient ¶
type GraphStorageServiceChannelClient struct {
RequestChannel thrift.RequestChannel
}
func NewGraphStorageServiceChannelClient ¶
func NewGraphStorageServiceChannelClient(channel thrift.RequestChannel) *GraphStorageServiceChannelClient
func (*GraphStorageServiceChannelClient) AddEdges ¶
func (p *GraphStorageServiceChannelClient) AddEdges(ctx context.Context, req *AddEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) AddVertices ¶
func (p *GraphStorageServiceChannelClient) AddVertices(ctx context.Context, req *AddVerticesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) ChainAddEdges ¶
func (p *GraphStorageServiceChannelClient) ChainAddEdges(ctx context.Context, req *AddEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) ChainDeleteEdges ¶
func (p *GraphStorageServiceChannelClient) ChainDeleteEdges(ctx context.Context, req *DeleteEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) ChainUpdateEdge ¶
func (p *GraphStorageServiceChannelClient) ChainUpdateEdge(ctx context.Context, req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) Close ¶
func (c *GraphStorageServiceChannelClient) Close() error
func (*GraphStorageServiceChannelClient) DeleteEdges ¶
func (p *GraphStorageServiceChannelClient) DeleteEdges(ctx context.Context, req *DeleteEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) DeleteTags ¶
func (p *GraphStorageServiceChannelClient) DeleteTags(ctx context.Context, req *DeleteTagsRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) DeleteVertices ¶
func (p *GraphStorageServiceChannelClient) DeleteVertices(ctx context.Context, req *DeleteVerticesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) Get ¶
func (p *GraphStorageServiceChannelClient) Get(ctx context.Context, req *KVGetRequest) (_r *KVGetResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) GetDstBySrc ¶ added in v3.3.1
func (p *GraphStorageServiceChannelClient) GetDstBySrc(ctx context.Context, req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) GetNeighbors ¶
func (p *GraphStorageServiceChannelClient) GetNeighbors(ctx context.Context, req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) GetProps ¶
func (p *GraphStorageServiceChannelClient) GetProps(ctx context.Context, req *GetPropRequest) (_r *GetPropResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) GetUUID ¶
func (p *GraphStorageServiceChannelClient) GetUUID(ctx context.Context, req *GetUUIDReq) (_r *GetUUIDResp, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) IsOpen ¶
func (c *GraphStorageServiceChannelClient) IsOpen() bool
func (*GraphStorageServiceChannelClient) LookupAndTraverse ¶
func (p *GraphStorageServiceChannelClient) LookupAndTraverse(ctx context.Context, req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) LookupIndex ¶
func (p *GraphStorageServiceChannelClient) LookupIndex(ctx context.Context, req *LookupIndexRequest) (_r *LookupIndexResp, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) Open ¶
func (c *GraphStorageServiceChannelClient) Open() error
func (*GraphStorageServiceChannelClient) Put ¶
func (p *GraphStorageServiceChannelClient) Put(ctx context.Context, req *KVPutRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) Remove ¶
func (p *GraphStorageServiceChannelClient) Remove(ctx context.Context, req *KVRemoveRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) ScanEdge ¶
func (p *GraphStorageServiceChannelClient) ScanEdge(ctx context.Context, req *ScanEdgeRequest) (_r *ScanResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) ScanVertex ¶
func (p *GraphStorageServiceChannelClient) ScanVertex(ctx context.Context, req *ScanVertexRequest) (_r *ScanResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) UpdateEdge ¶
func (p *GraphStorageServiceChannelClient) UpdateEdge(ctx context.Context, req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceChannelClient) UpdateVertex ¶
func (p *GraphStorageServiceChannelClient) UpdateVertex(ctx context.Context, req *UpdateVertexRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
type GraphStorageServiceClient ¶
type GraphStorageServiceClient struct { GraphStorageServiceClientInterface CC thrift.ClientConn }
func NewGraphStorageServiceClientFactory ¶
func NewGraphStorageServiceClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *GraphStorageServiceClient
func NewGraphStorageServiceClientProtocol ¶
func NewGraphStorageServiceClientProtocol(prot thrift.Protocol) *GraphStorageServiceClient
func (*GraphStorageServiceClient) AddEdges ¶
func (p *GraphStorageServiceClient) AddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) AddVertices ¶
func (p *GraphStorageServiceClient) AddVertices(req *AddVerticesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) ChainAddEdges ¶
func (p *GraphStorageServiceClient) ChainAddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) ChainDeleteEdges ¶
func (p *GraphStorageServiceClient) ChainDeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) ChainUpdateEdge ¶
func (p *GraphStorageServiceClient) ChainUpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) Close ¶
func (client *GraphStorageServiceClient) Close() error
func (*GraphStorageServiceClient) DeleteEdges ¶
func (p *GraphStorageServiceClient) DeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) DeleteTags ¶
func (p *GraphStorageServiceClient) DeleteTags(req *DeleteTagsRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) DeleteVertices ¶
func (p *GraphStorageServiceClient) DeleteVertices(req *DeleteVerticesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) Get ¶
func (p *GraphStorageServiceClient) Get(req *KVGetRequest) (_r *KVGetResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) GetDstBySrc ¶ added in v3.3.1
func (p *GraphStorageServiceClient) GetDstBySrc(req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) GetNeighbors ¶
func (p *GraphStorageServiceClient) GetNeighbors(req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) GetProps ¶
func (p *GraphStorageServiceClient) GetProps(req *GetPropRequest) (_r *GetPropResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) GetUUID ¶
func (p *GraphStorageServiceClient) GetUUID(req *GetUUIDReq) (_r *GetUUIDResp, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) IsOpen ¶
func (client *GraphStorageServiceClient) IsOpen() bool
func (*GraphStorageServiceClient) LookupAndTraverse ¶
func (p *GraphStorageServiceClient) LookupAndTraverse(req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) LookupIndex ¶
func (p *GraphStorageServiceClient) LookupIndex(req *LookupIndexRequest) (_r *LookupIndexResp, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) Open ¶
func (client *GraphStorageServiceClient) Open() error
func (*GraphStorageServiceClient) Put ¶
func (p *GraphStorageServiceClient) Put(req *KVPutRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) Remove ¶
func (p *GraphStorageServiceClient) Remove(req *KVRemoveRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) ScanEdge ¶
func (p *GraphStorageServiceClient) ScanEdge(req *ScanEdgeRequest) (_r *ScanResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) ScanVertex ¶
func (p *GraphStorageServiceClient) ScanVertex(req *ScanVertexRequest) (_r *ScanResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) UpdateEdge ¶
func (p *GraphStorageServiceClient) UpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceClient) UpdateVertex ¶
func (p *GraphStorageServiceClient) UpdateVertex(req *UpdateVertexRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
type GraphStorageServiceClientInterface ¶
type GraphStorageServiceClientInterface interface { thrift.ClientInterface // Parameters: // - Req GetNeighbors(req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error) // Parameters: // - Req GetDstBySrc(req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error) // Parameters: // - Req GetProps(req *GetPropRequest) (_r *GetPropResponse, err error) // Parameters: // - Req AddVertices(req *AddVerticesRequest) (_r *ExecResponse, err error) // Parameters: // - Req AddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req DeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req DeleteVertices(req *DeleteVerticesRequest) (_r *ExecResponse, err error) // Parameters: // - Req DeleteTags(req *DeleteTagsRequest) (_r *ExecResponse, err error) // Parameters: // - Req UpdateVertex(req *UpdateVertexRequest) (_r *UpdateResponse, err error) // Parameters: // - Req UpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error) // Parameters: // - Req ScanVertex(req *ScanVertexRequest) (_r *ScanResponse, err error) // Parameters: // - Req ScanEdge(req *ScanEdgeRequest) (_r *ScanResponse, err error) // Parameters: // - Req GetUUID(req *GetUUIDReq) (_r *GetUUIDResp, err error) // Parameters: // - Req LookupIndex(req *LookupIndexRequest) (_r *LookupIndexResp, err error) // Parameters: // - Req LookupAndTraverse(req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error) // Parameters: // - Req ChainUpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error) // Parameters: // - Req ChainAddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req ChainDeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error) // Parameters: // - Req Get(req *KVGetRequest) (_r *KVGetResponse, err error) // Parameters: // - Req Put(req *KVPutRequest) (_r *ExecResponse, err error) // Parameters: // - Req Remove(req *KVRemoveRequest) (_r *ExecResponse, err error) }
type GraphStorageServiceDeleteEdgesArgs ¶
type GraphStorageServiceDeleteEdgesArgs struct { thrift.IRequest Req *DeleteEdgesRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceDeleteEdgesArgs ¶
func NewGraphStorageServiceDeleteEdgesArgs() *GraphStorageServiceDeleteEdgesArgs
func (*GraphStorageServiceDeleteEdgesArgs) GetReq ¶
func (p *GraphStorageServiceDeleteEdgesArgs) GetReq() *DeleteEdgesRequest
func (*GraphStorageServiceDeleteEdgesArgs) IsSetReq ¶
func (p *GraphStorageServiceDeleteEdgesArgs) IsSetReq() bool
func (*GraphStorageServiceDeleteEdgesArgs) Read ¶
func (p *GraphStorageServiceDeleteEdgesArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteEdgesArgs) ReadField1 ¶
func (p *GraphStorageServiceDeleteEdgesArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteEdgesArgs) SetReq ¶
func (g *GraphStorageServiceDeleteEdgesArgs) SetReq(req *DeleteEdgesRequest) *GraphStorageServiceDeleteEdgesArgs
func (*GraphStorageServiceDeleteEdgesArgs) String ¶
func (p *GraphStorageServiceDeleteEdgesArgs) String() string
type GraphStorageServiceDeleteEdgesArgsBuilder ¶
type GraphStorageServiceDeleteEdgesArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceDeleteEdgesArgsBuilder ¶
func NewGraphStorageServiceDeleteEdgesArgsBuilder() *GraphStorageServiceDeleteEdgesArgsBuilder
type GraphStorageServiceDeleteEdgesResult ¶
type GraphStorageServiceDeleteEdgesResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceDeleteEdgesResult ¶
func NewGraphStorageServiceDeleteEdgesResult() *GraphStorageServiceDeleteEdgesResult
func (*GraphStorageServiceDeleteEdgesResult) Exception ¶
func (p *GraphStorageServiceDeleteEdgesResult) Exception() thrift.WritableException
func (*GraphStorageServiceDeleteEdgesResult) GetSuccess ¶
func (p *GraphStorageServiceDeleteEdgesResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceDeleteEdgesResult) IsSetSuccess ¶
func (p *GraphStorageServiceDeleteEdgesResult) IsSetSuccess() bool
func (*GraphStorageServiceDeleteEdgesResult) Read ¶
func (p *GraphStorageServiceDeleteEdgesResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteEdgesResult) ReadField0 ¶
func (p *GraphStorageServiceDeleteEdgesResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteEdgesResult) SetSuccess ¶
func (g *GraphStorageServiceDeleteEdgesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceDeleteEdgesResult
func (*GraphStorageServiceDeleteEdgesResult) String ¶
func (p *GraphStorageServiceDeleteEdgesResult) String() string
type GraphStorageServiceDeleteEdgesResultBuilder ¶
type GraphStorageServiceDeleteEdgesResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceDeleteEdgesResultBuilder ¶
func NewGraphStorageServiceDeleteEdgesResultBuilder() *GraphStorageServiceDeleteEdgesResultBuilder
func (*GraphStorageServiceDeleteEdgesResultBuilder) Success ¶
func (g *GraphStorageServiceDeleteEdgesResultBuilder) Success(success *ExecResponse) *GraphStorageServiceDeleteEdgesResultBuilder
type GraphStorageServiceDeleteTagsArgs ¶
type GraphStorageServiceDeleteTagsArgs struct { thrift.IRequest Req *DeleteTagsRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceDeleteTagsArgs ¶
func NewGraphStorageServiceDeleteTagsArgs() *GraphStorageServiceDeleteTagsArgs
func (*GraphStorageServiceDeleteTagsArgs) GetReq ¶
func (p *GraphStorageServiceDeleteTagsArgs) GetReq() *DeleteTagsRequest
func (*GraphStorageServiceDeleteTagsArgs) IsSetReq ¶
func (p *GraphStorageServiceDeleteTagsArgs) IsSetReq() bool
func (*GraphStorageServiceDeleteTagsArgs) Read ¶
func (p *GraphStorageServiceDeleteTagsArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteTagsArgs) ReadField1 ¶
func (p *GraphStorageServiceDeleteTagsArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteTagsArgs) SetReq ¶
func (g *GraphStorageServiceDeleteTagsArgs) SetReq(req *DeleteTagsRequest) *GraphStorageServiceDeleteTagsArgs
func (*GraphStorageServiceDeleteTagsArgs) String ¶
func (p *GraphStorageServiceDeleteTagsArgs) String() string
type GraphStorageServiceDeleteTagsArgsBuilder ¶
type GraphStorageServiceDeleteTagsArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceDeleteTagsArgsBuilder ¶
func NewGraphStorageServiceDeleteTagsArgsBuilder() *GraphStorageServiceDeleteTagsArgsBuilder
type GraphStorageServiceDeleteTagsResult ¶
type GraphStorageServiceDeleteTagsResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceDeleteTagsResult ¶
func NewGraphStorageServiceDeleteTagsResult() *GraphStorageServiceDeleteTagsResult
func (*GraphStorageServiceDeleteTagsResult) Exception ¶
func (p *GraphStorageServiceDeleteTagsResult) Exception() thrift.WritableException
func (*GraphStorageServiceDeleteTagsResult) GetSuccess ¶
func (p *GraphStorageServiceDeleteTagsResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceDeleteTagsResult) IsSetSuccess ¶
func (p *GraphStorageServiceDeleteTagsResult) IsSetSuccess() bool
func (*GraphStorageServiceDeleteTagsResult) Read ¶
func (p *GraphStorageServiceDeleteTagsResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteTagsResult) ReadField0 ¶
func (p *GraphStorageServiceDeleteTagsResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteTagsResult) SetSuccess ¶
func (g *GraphStorageServiceDeleteTagsResult) SetSuccess(success *ExecResponse) *GraphStorageServiceDeleteTagsResult
func (*GraphStorageServiceDeleteTagsResult) String ¶
func (p *GraphStorageServiceDeleteTagsResult) String() string
type GraphStorageServiceDeleteTagsResultBuilder ¶
type GraphStorageServiceDeleteTagsResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceDeleteTagsResultBuilder ¶
func NewGraphStorageServiceDeleteTagsResultBuilder() *GraphStorageServiceDeleteTagsResultBuilder
func (*GraphStorageServiceDeleteTagsResultBuilder) Success ¶
func (g *GraphStorageServiceDeleteTagsResultBuilder) Success(success *ExecResponse) *GraphStorageServiceDeleteTagsResultBuilder
type GraphStorageServiceDeleteVerticesArgs ¶
type GraphStorageServiceDeleteVerticesArgs struct { thrift.IRequest Req *DeleteVerticesRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceDeleteVerticesArgs ¶
func NewGraphStorageServiceDeleteVerticesArgs() *GraphStorageServiceDeleteVerticesArgs
func (*GraphStorageServiceDeleteVerticesArgs) GetReq ¶
func (p *GraphStorageServiceDeleteVerticesArgs) GetReq() *DeleteVerticesRequest
func (*GraphStorageServiceDeleteVerticesArgs) IsSetReq ¶
func (p *GraphStorageServiceDeleteVerticesArgs) IsSetReq() bool
func (*GraphStorageServiceDeleteVerticesArgs) Read ¶
func (p *GraphStorageServiceDeleteVerticesArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteVerticesArgs) ReadField1 ¶
func (p *GraphStorageServiceDeleteVerticesArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteVerticesArgs) SetReq ¶
func (g *GraphStorageServiceDeleteVerticesArgs) SetReq(req *DeleteVerticesRequest) *GraphStorageServiceDeleteVerticesArgs
func (*GraphStorageServiceDeleteVerticesArgs) String ¶
func (p *GraphStorageServiceDeleteVerticesArgs) String() string
type GraphStorageServiceDeleteVerticesArgsBuilder ¶
type GraphStorageServiceDeleteVerticesArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceDeleteVerticesArgsBuilder ¶
func NewGraphStorageServiceDeleteVerticesArgsBuilder() *GraphStorageServiceDeleteVerticesArgsBuilder
type GraphStorageServiceDeleteVerticesResult ¶
type GraphStorageServiceDeleteVerticesResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceDeleteVerticesResult ¶
func NewGraphStorageServiceDeleteVerticesResult() *GraphStorageServiceDeleteVerticesResult
func (*GraphStorageServiceDeleteVerticesResult) Exception ¶
func (p *GraphStorageServiceDeleteVerticesResult) Exception() thrift.WritableException
func (*GraphStorageServiceDeleteVerticesResult) GetSuccess ¶
func (p *GraphStorageServiceDeleteVerticesResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceDeleteVerticesResult) IsSetSuccess ¶
func (p *GraphStorageServiceDeleteVerticesResult) IsSetSuccess() bool
func (*GraphStorageServiceDeleteVerticesResult) Read ¶
func (p *GraphStorageServiceDeleteVerticesResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteVerticesResult) ReadField0 ¶
func (p *GraphStorageServiceDeleteVerticesResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceDeleteVerticesResult) SetSuccess ¶
func (g *GraphStorageServiceDeleteVerticesResult) SetSuccess(success *ExecResponse) *GraphStorageServiceDeleteVerticesResult
func (*GraphStorageServiceDeleteVerticesResult) String ¶
func (p *GraphStorageServiceDeleteVerticesResult) String() string
type GraphStorageServiceDeleteVerticesResultBuilder ¶
type GraphStorageServiceDeleteVerticesResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceDeleteVerticesResultBuilder ¶
func NewGraphStorageServiceDeleteVerticesResultBuilder() *GraphStorageServiceDeleteVerticesResultBuilder
func (*GraphStorageServiceDeleteVerticesResultBuilder) Success ¶
func (g *GraphStorageServiceDeleteVerticesResultBuilder) Success(success *ExecResponse) *GraphStorageServiceDeleteVerticesResultBuilder
type GraphStorageServiceGetArgs ¶
type GraphStorageServiceGetArgs struct { thrift.IRequest Req *KVGetRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceGetArgs ¶
func NewGraphStorageServiceGetArgs() *GraphStorageServiceGetArgs
func (*GraphStorageServiceGetArgs) GetReq ¶
func (p *GraphStorageServiceGetArgs) GetReq() *KVGetRequest
func (*GraphStorageServiceGetArgs) IsSetReq ¶
func (p *GraphStorageServiceGetArgs) IsSetReq() bool
func (*GraphStorageServiceGetArgs) Read ¶
func (p *GraphStorageServiceGetArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetArgs) ReadField1 ¶
func (p *GraphStorageServiceGetArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceGetArgs) SetReq ¶
func (g *GraphStorageServiceGetArgs) SetReq(req *KVGetRequest) *GraphStorageServiceGetArgs
func (*GraphStorageServiceGetArgs) String ¶
func (p *GraphStorageServiceGetArgs) String() string
type GraphStorageServiceGetArgsBuilder ¶
type GraphStorageServiceGetArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetArgsBuilder ¶
func NewGraphStorageServiceGetArgsBuilder() *GraphStorageServiceGetArgsBuilder
func (GraphStorageServiceGetArgsBuilder) Emit ¶
func (p GraphStorageServiceGetArgsBuilder) Emit() *GraphStorageServiceGetArgs
func (*GraphStorageServiceGetArgsBuilder) Req ¶
func (g *GraphStorageServiceGetArgsBuilder) Req(req *KVGetRequest) *GraphStorageServiceGetArgsBuilder
type GraphStorageServiceGetDstBySrcArgs ¶ added in v3.3.1
type GraphStorageServiceGetDstBySrcArgs struct { thrift.IRequest Req *GetDstBySrcRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceGetDstBySrcArgs ¶ added in v3.3.1
func NewGraphStorageServiceGetDstBySrcArgs() *GraphStorageServiceGetDstBySrcArgs
func (*GraphStorageServiceGetDstBySrcArgs) GetReq ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcArgs) GetReq() *GetDstBySrcRequest
func (*GraphStorageServiceGetDstBySrcArgs) IsSetReq ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcArgs) IsSetReq() bool
func (*GraphStorageServiceGetDstBySrcArgs) Read ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetDstBySrcArgs) ReadField1 ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceGetDstBySrcArgs) SetReq ¶ added in v3.3.1
func (g *GraphStorageServiceGetDstBySrcArgs) SetReq(req *GetDstBySrcRequest) *GraphStorageServiceGetDstBySrcArgs
func (*GraphStorageServiceGetDstBySrcArgs) String ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcArgs) String() string
type GraphStorageServiceGetDstBySrcArgsBuilder ¶ added in v3.3.1
type GraphStorageServiceGetDstBySrcArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetDstBySrcArgsBuilder ¶ added in v3.3.1
func NewGraphStorageServiceGetDstBySrcArgsBuilder() *GraphStorageServiceGetDstBySrcArgsBuilder
type GraphStorageServiceGetDstBySrcResult ¶ added in v3.3.1
type GraphStorageServiceGetDstBySrcResult struct { thrift.IResponse Success *GetDstBySrcResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceGetDstBySrcResult ¶ added in v3.3.1
func NewGraphStorageServiceGetDstBySrcResult() *GraphStorageServiceGetDstBySrcResult
func (*GraphStorageServiceGetDstBySrcResult) Exception ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcResult) Exception() thrift.WritableException
func (*GraphStorageServiceGetDstBySrcResult) GetSuccess ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcResult) GetSuccess() *GetDstBySrcResponse
func (*GraphStorageServiceGetDstBySrcResult) IsSetSuccess ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcResult) IsSetSuccess() bool
func (*GraphStorageServiceGetDstBySrcResult) Read ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetDstBySrcResult) ReadField0 ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceGetDstBySrcResult) SetSuccess ¶ added in v3.3.1
func (g *GraphStorageServiceGetDstBySrcResult) SetSuccess(success *GetDstBySrcResponse) *GraphStorageServiceGetDstBySrcResult
func (*GraphStorageServiceGetDstBySrcResult) String ¶ added in v3.3.1
func (p *GraphStorageServiceGetDstBySrcResult) String() string
type GraphStorageServiceGetDstBySrcResultBuilder ¶ added in v3.3.1
type GraphStorageServiceGetDstBySrcResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetDstBySrcResultBuilder ¶ added in v3.3.1
func NewGraphStorageServiceGetDstBySrcResultBuilder() *GraphStorageServiceGetDstBySrcResultBuilder
func (*GraphStorageServiceGetDstBySrcResultBuilder) Success ¶ added in v3.3.1
func (g *GraphStorageServiceGetDstBySrcResultBuilder) Success(success *GetDstBySrcResponse) *GraphStorageServiceGetDstBySrcResultBuilder
type GraphStorageServiceGetNeighborsArgs ¶
type GraphStorageServiceGetNeighborsArgs struct { thrift.IRequest Req *GetNeighborsRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceGetNeighborsArgs ¶
func NewGraphStorageServiceGetNeighborsArgs() *GraphStorageServiceGetNeighborsArgs
func (*GraphStorageServiceGetNeighborsArgs) GetReq ¶
func (p *GraphStorageServiceGetNeighborsArgs) GetReq() *GetNeighborsRequest
func (*GraphStorageServiceGetNeighborsArgs) IsSetReq ¶
func (p *GraphStorageServiceGetNeighborsArgs) IsSetReq() bool
func (*GraphStorageServiceGetNeighborsArgs) Read ¶
func (p *GraphStorageServiceGetNeighborsArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetNeighborsArgs) ReadField1 ¶
func (p *GraphStorageServiceGetNeighborsArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceGetNeighborsArgs) SetReq ¶
func (g *GraphStorageServiceGetNeighborsArgs) SetReq(req *GetNeighborsRequest) *GraphStorageServiceGetNeighborsArgs
func (*GraphStorageServiceGetNeighborsArgs) String ¶
func (p *GraphStorageServiceGetNeighborsArgs) String() string
type GraphStorageServiceGetNeighborsArgsBuilder ¶
type GraphStorageServiceGetNeighborsArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetNeighborsArgsBuilder ¶
func NewGraphStorageServiceGetNeighborsArgsBuilder() *GraphStorageServiceGetNeighborsArgsBuilder
type GraphStorageServiceGetNeighborsResult ¶
type GraphStorageServiceGetNeighborsResult struct { thrift.IResponse Success *GetNeighborsResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceGetNeighborsResult ¶
func NewGraphStorageServiceGetNeighborsResult() *GraphStorageServiceGetNeighborsResult
func (*GraphStorageServiceGetNeighborsResult) Exception ¶
func (p *GraphStorageServiceGetNeighborsResult) Exception() thrift.WritableException
func (*GraphStorageServiceGetNeighborsResult) GetSuccess ¶
func (p *GraphStorageServiceGetNeighborsResult) GetSuccess() *GetNeighborsResponse
func (*GraphStorageServiceGetNeighborsResult) IsSetSuccess ¶
func (p *GraphStorageServiceGetNeighborsResult) IsSetSuccess() bool
func (*GraphStorageServiceGetNeighborsResult) Read ¶
func (p *GraphStorageServiceGetNeighborsResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetNeighborsResult) ReadField0 ¶
func (p *GraphStorageServiceGetNeighborsResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceGetNeighborsResult) SetSuccess ¶
func (g *GraphStorageServiceGetNeighborsResult) SetSuccess(success *GetNeighborsResponse) *GraphStorageServiceGetNeighborsResult
func (*GraphStorageServiceGetNeighborsResult) String ¶
func (p *GraphStorageServiceGetNeighborsResult) String() string
type GraphStorageServiceGetNeighborsResultBuilder ¶
type GraphStorageServiceGetNeighborsResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetNeighborsResultBuilder ¶
func NewGraphStorageServiceGetNeighborsResultBuilder() *GraphStorageServiceGetNeighborsResultBuilder
func (*GraphStorageServiceGetNeighborsResultBuilder) Success ¶
func (g *GraphStorageServiceGetNeighborsResultBuilder) Success(success *GetNeighborsResponse) *GraphStorageServiceGetNeighborsResultBuilder
type GraphStorageServiceGetPropsArgs ¶
type GraphStorageServiceGetPropsArgs struct { thrift.IRequest Req *GetPropRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceGetPropsArgs ¶
func NewGraphStorageServiceGetPropsArgs() *GraphStorageServiceGetPropsArgs
func (*GraphStorageServiceGetPropsArgs) GetReq ¶
func (p *GraphStorageServiceGetPropsArgs) GetReq() *GetPropRequest
func (*GraphStorageServiceGetPropsArgs) IsSetReq ¶
func (p *GraphStorageServiceGetPropsArgs) IsSetReq() bool
func (*GraphStorageServiceGetPropsArgs) Read ¶
func (p *GraphStorageServiceGetPropsArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetPropsArgs) ReadField1 ¶
func (p *GraphStorageServiceGetPropsArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceGetPropsArgs) SetReq ¶
func (g *GraphStorageServiceGetPropsArgs) SetReq(req *GetPropRequest) *GraphStorageServiceGetPropsArgs
func (*GraphStorageServiceGetPropsArgs) String ¶
func (p *GraphStorageServiceGetPropsArgs) String() string
type GraphStorageServiceGetPropsArgsBuilder ¶
type GraphStorageServiceGetPropsArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetPropsArgsBuilder ¶
func NewGraphStorageServiceGetPropsArgsBuilder() *GraphStorageServiceGetPropsArgsBuilder
func (GraphStorageServiceGetPropsArgsBuilder) Emit ¶
func (p GraphStorageServiceGetPropsArgsBuilder) Emit() *GraphStorageServiceGetPropsArgs
func (*GraphStorageServiceGetPropsArgsBuilder) Req ¶
func (g *GraphStorageServiceGetPropsArgsBuilder) Req(req *GetPropRequest) *GraphStorageServiceGetPropsArgsBuilder
type GraphStorageServiceGetPropsResult ¶
type GraphStorageServiceGetPropsResult struct { thrift.IResponse Success *GetPropResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceGetPropsResult ¶
func NewGraphStorageServiceGetPropsResult() *GraphStorageServiceGetPropsResult
func (*GraphStorageServiceGetPropsResult) Exception ¶
func (p *GraphStorageServiceGetPropsResult) Exception() thrift.WritableException
func (*GraphStorageServiceGetPropsResult) GetSuccess ¶
func (p *GraphStorageServiceGetPropsResult) GetSuccess() *GetPropResponse
func (*GraphStorageServiceGetPropsResult) IsSetSuccess ¶
func (p *GraphStorageServiceGetPropsResult) IsSetSuccess() bool
func (*GraphStorageServiceGetPropsResult) Read ¶
func (p *GraphStorageServiceGetPropsResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetPropsResult) ReadField0 ¶
func (p *GraphStorageServiceGetPropsResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceGetPropsResult) SetSuccess ¶
func (g *GraphStorageServiceGetPropsResult) SetSuccess(success *GetPropResponse) *GraphStorageServiceGetPropsResult
func (*GraphStorageServiceGetPropsResult) String ¶
func (p *GraphStorageServiceGetPropsResult) String() string
type GraphStorageServiceGetPropsResultBuilder ¶
type GraphStorageServiceGetPropsResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetPropsResultBuilder ¶
func NewGraphStorageServiceGetPropsResultBuilder() *GraphStorageServiceGetPropsResultBuilder
func (*GraphStorageServiceGetPropsResultBuilder) Success ¶
func (g *GraphStorageServiceGetPropsResultBuilder) Success(success *GetPropResponse) *GraphStorageServiceGetPropsResultBuilder
type GraphStorageServiceGetResult ¶
type GraphStorageServiceGetResult struct { thrift.IResponse Success *KVGetResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceGetResult ¶
func NewGraphStorageServiceGetResult() *GraphStorageServiceGetResult
func (*GraphStorageServiceGetResult) Exception ¶
func (p *GraphStorageServiceGetResult) Exception() thrift.WritableException
func (*GraphStorageServiceGetResult) GetSuccess ¶
func (p *GraphStorageServiceGetResult) GetSuccess() *KVGetResponse
func (*GraphStorageServiceGetResult) IsSetSuccess ¶
func (p *GraphStorageServiceGetResult) IsSetSuccess() bool
func (*GraphStorageServiceGetResult) Read ¶
func (p *GraphStorageServiceGetResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetResult) ReadField0 ¶
func (p *GraphStorageServiceGetResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceGetResult) SetSuccess ¶
func (g *GraphStorageServiceGetResult) SetSuccess(success *KVGetResponse) *GraphStorageServiceGetResult
func (*GraphStorageServiceGetResult) String ¶
func (p *GraphStorageServiceGetResult) String() string
type GraphStorageServiceGetResultBuilder ¶
type GraphStorageServiceGetResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetResultBuilder ¶
func NewGraphStorageServiceGetResultBuilder() *GraphStorageServiceGetResultBuilder
func (GraphStorageServiceGetResultBuilder) Emit ¶
func (p GraphStorageServiceGetResultBuilder) Emit() *GraphStorageServiceGetResult
func (*GraphStorageServiceGetResultBuilder) Success ¶
func (g *GraphStorageServiceGetResultBuilder) Success(success *KVGetResponse) *GraphStorageServiceGetResultBuilder
type GraphStorageServiceGetUUIDArgs ¶
type GraphStorageServiceGetUUIDArgs struct { thrift.IRequest Req *GetUUIDReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceGetUUIDArgs ¶
func NewGraphStorageServiceGetUUIDArgs() *GraphStorageServiceGetUUIDArgs
func (*GraphStorageServiceGetUUIDArgs) GetReq ¶
func (p *GraphStorageServiceGetUUIDArgs) GetReq() *GetUUIDReq
func (*GraphStorageServiceGetUUIDArgs) IsSetReq ¶
func (p *GraphStorageServiceGetUUIDArgs) IsSetReq() bool
func (*GraphStorageServiceGetUUIDArgs) Read ¶
func (p *GraphStorageServiceGetUUIDArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetUUIDArgs) ReadField1 ¶
func (p *GraphStorageServiceGetUUIDArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceGetUUIDArgs) SetReq ¶
func (g *GraphStorageServiceGetUUIDArgs) SetReq(req *GetUUIDReq) *GraphStorageServiceGetUUIDArgs
func (*GraphStorageServiceGetUUIDArgs) String ¶
func (p *GraphStorageServiceGetUUIDArgs) String() string
type GraphStorageServiceGetUUIDArgsBuilder ¶
type GraphStorageServiceGetUUIDArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetUUIDArgsBuilder ¶
func NewGraphStorageServiceGetUUIDArgsBuilder() *GraphStorageServiceGetUUIDArgsBuilder
func (GraphStorageServiceGetUUIDArgsBuilder) Emit ¶
func (p GraphStorageServiceGetUUIDArgsBuilder) Emit() *GraphStorageServiceGetUUIDArgs
func (*GraphStorageServiceGetUUIDArgsBuilder) Req ¶
func (g *GraphStorageServiceGetUUIDArgsBuilder) Req(req *GetUUIDReq) *GraphStorageServiceGetUUIDArgsBuilder
type GraphStorageServiceGetUUIDResult ¶
type GraphStorageServiceGetUUIDResult struct { thrift.IResponse Success *GetUUIDResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceGetUUIDResult ¶
func NewGraphStorageServiceGetUUIDResult() *GraphStorageServiceGetUUIDResult
func (*GraphStorageServiceGetUUIDResult) Exception ¶
func (p *GraphStorageServiceGetUUIDResult) Exception() thrift.WritableException
func (*GraphStorageServiceGetUUIDResult) GetSuccess ¶
func (p *GraphStorageServiceGetUUIDResult) GetSuccess() *GetUUIDResp
func (*GraphStorageServiceGetUUIDResult) IsSetSuccess ¶
func (p *GraphStorageServiceGetUUIDResult) IsSetSuccess() bool
func (*GraphStorageServiceGetUUIDResult) Read ¶
func (p *GraphStorageServiceGetUUIDResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceGetUUIDResult) ReadField0 ¶
func (p *GraphStorageServiceGetUUIDResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceGetUUIDResult) SetSuccess ¶
func (g *GraphStorageServiceGetUUIDResult) SetSuccess(success *GetUUIDResp) *GraphStorageServiceGetUUIDResult
func (*GraphStorageServiceGetUUIDResult) String ¶
func (p *GraphStorageServiceGetUUIDResult) String() string
type GraphStorageServiceGetUUIDResultBuilder ¶
type GraphStorageServiceGetUUIDResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceGetUUIDResultBuilder ¶
func NewGraphStorageServiceGetUUIDResultBuilder() *GraphStorageServiceGetUUIDResultBuilder
func (GraphStorageServiceGetUUIDResultBuilder) Emit ¶
func (p GraphStorageServiceGetUUIDResultBuilder) Emit() *GraphStorageServiceGetUUIDResult
func (*GraphStorageServiceGetUUIDResultBuilder) Success ¶
func (g *GraphStorageServiceGetUUIDResultBuilder) Success(success *GetUUIDResp) *GraphStorageServiceGetUUIDResultBuilder
type GraphStorageServiceLookupAndTraverseArgs ¶
type GraphStorageServiceLookupAndTraverseArgs struct { thrift.IRequest Req *LookupAndTraverseRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceLookupAndTraverseArgs ¶
func NewGraphStorageServiceLookupAndTraverseArgs() *GraphStorageServiceLookupAndTraverseArgs
func (*GraphStorageServiceLookupAndTraverseArgs) GetReq ¶
func (p *GraphStorageServiceLookupAndTraverseArgs) GetReq() *LookupAndTraverseRequest
func (*GraphStorageServiceLookupAndTraverseArgs) IsSetReq ¶
func (p *GraphStorageServiceLookupAndTraverseArgs) IsSetReq() bool
func (*GraphStorageServiceLookupAndTraverseArgs) Read ¶
func (p *GraphStorageServiceLookupAndTraverseArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupAndTraverseArgs) ReadField1 ¶
func (p *GraphStorageServiceLookupAndTraverseArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupAndTraverseArgs) SetReq ¶
func (g *GraphStorageServiceLookupAndTraverseArgs) SetReq(req *LookupAndTraverseRequest) *GraphStorageServiceLookupAndTraverseArgs
func (*GraphStorageServiceLookupAndTraverseArgs) String ¶
func (p *GraphStorageServiceLookupAndTraverseArgs) String() string
type GraphStorageServiceLookupAndTraverseArgsBuilder ¶
type GraphStorageServiceLookupAndTraverseArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceLookupAndTraverseArgsBuilder ¶
func NewGraphStorageServiceLookupAndTraverseArgsBuilder() *GraphStorageServiceLookupAndTraverseArgsBuilder
type GraphStorageServiceLookupAndTraverseResult ¶
type GraphStorageServiceLookupAndTraverseResult struct { thrift.IResponse Success *GetNeighborsResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceLookupAndTraverseResult ¶
func NewGraphStorageServiceLookupAndTraverseResult() *GraphStorageServiceLookupAndTraverseResult
func (*GraphStorageServiceLookupAndTraverseResult) Exception ¶
func (p *GraphStorageServiceLookupAndTraverseResult) Exception() thrift.WritableException
func (*GraphStorageServiceLookupAndTraverseResult) GetSuccess ¶
func (p *GraphStorageServiceLookupAndTraverseResult) GetSuccess() *GetNeighborsResponse
func (*GraphStorageServiceLookupAndTraverseResult) IsSetSuccess ¶
func (p *GraphStorageServiceLookupAndTraverseResult) IsSetSuccess() bool
func (*GraphStorageServiceLookupAndTraverseResult) Read ¶
func (p *GraphStorageServiceLookupAndTraverseResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupAndTraverseResult) ReadField0 ¶
func (p *GraphStorageServiceLookupAndTraverseResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupAndTraverseResult) SetSuccess ¶
func (g *GraphStorageServiceLookupAndTraverseResult) SetSuccess(success *GetNeighborsResponse) *GraphStorageServiceLookupAndTraverseResult
func (*GraphStorageServiceLookupAndTraverseResult) String ¶
func (p *GraphStorageServiceLookupAndTraverseResult) String() string
type GraphStorageServiceLookupAndTraverseResultBuilder ¶
type GraphStorageServiceLookupAndTraverseResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceLookupAndTraverseResultBuilder ¶
func NewGraphStorageServiceLookupAndTraverseResultBuilder() *GraphStorageServiceLookupAndTraverseResultBuilder
func (*GraphStorageServiceLookupAndTraverseResultBuilder) Success ¶
func (g *GraphStorageServiceLookupAndTraverseResultBuilder) Success(success *GetNeighborsResponse) *GraphStorageServiceLookupAndTraverseResultBuilder
type GraphStorageServiceLookupIndexArgs ¶
type GraphStorageServiceLookupIndexArgs struct { thrift.IRequest Req *LookupIndexRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceLookupIndexArgs ¶
func NewGraphStorageServiceLookupIndexArgs() *GraphStorageServiceLookupIndexArgs
func (*GraphStorageServiceLookupIndexArgs) GetReq ¶
func (p *GraphStorageServiceLookupIndexArgs) GetReq() *LookupIndexRequest
func (*GraphStorageServiceLookupIndexArgs) IsSetReq ¶
func (p *GraphStorageServiceLookupIndexArgs) IsSetReq() bool
func (*GraphStorageServiceLookupIndexArgs) Read ¶
func (p *GraphStorageServiceLookupIndexArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupIndexArgs) ReadField1 ¶
func (p *GraphStorageServiceLookupIndexArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupIndexArgs) SetReq ¶
func (g *GraphStorageServiceLookupIndexArgs) SetReq(req *LookupIndexRequest) *GraphStorageServiceLookupIndexArgs
func (*GraphStorageServiceLookupIndexArgs) String ¶
func (p *GraphStorageServiceLookupIndexArgs) String() string
type GraphStorageServiceLookupIndexArgsBuilder ¶
type GraphStorageServiceLookupIndexArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceLookupIndexArgsBuilder ¶
func NewGraphStorageServiceLookupIndexArgsBuilder() *GraphStorageServiceLookupIndexArgsBuilder
type GraphStorageServiceLookupIndexResult ¶
type GraphStorageServiceLookupIndexResult struct { thrift.IResponse Success *LookupIndexResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceLookupIndexResult ¶
func NewGraphStorageServiceLookupIndexResult() *GraphStorageServiceLookupIndexResult
func (*GraphStorageServiceLookupIndexResult) Exception ¶
func (p *GraphStorageServiceLookupIndexResult) Exception() thrift.WritableException
func (*GraphStorageServiceLookupIndexResult) GetSuccess ¶
func (p *GraphStorageServiceLookupIndexResult) GetSuccess() *LookupIndexResp
func (*GraphStorageServiceLookupIndexResult) IsSetSuccess ¶
func (p *GraphStorageServiceLookupIndexResult) IsSetSuccess() bool
func (*GraphStorageServiceLookupIndexResult) Read ¶
func (p *GraphStorageServiceLookupIndexResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupIndexResult) ReadField0 ¶
func (p *GraphStorageServiceLookupIndexResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceLookupIndexResult) SetSuccess ¶
func (g *GraphStorageServiceLookupIndexResult) SetSuccess(success *LookupIndexResp) *GraphStorageServiceLookupIndexResult
func (*GraphStorageServiceLookupIndexResult) String ¶
func (p *GraphStorageServiceLookupIndexResult) String() string
type GraphStorageServiceLookupIndexResultBuilder ¶
type GraphStorageServiceLookupIndexResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceLookupIndexResultBuilder ¶
func NewGraphStorageServiceLookupIndexResultBuilder() *GraphStorageServiceLookupIndexResultBuilder
func (*GraphStorageServiceLookupIndexResultBuilder) Success ¶
func (g *GraphStorageServiceLookupIndexResultBuilder) Success(success *LookupIndexResp) *GraphStorageServiceLookupIndexResultBuilder
type GraphStorageServiceProcessor ¶
type GraphStorageServiceProcessor struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceProcessor ¶
func NewGraphStorageServiceProcessor(handler GraphStorageService) *GraphStorageServiceProcessor
func (*GraphStorageServiceProcessor) AddToFunctionServiceMap ¶
func (p *GraphStorageServiceProcessor) AddToFunctionServiceMap(key, service string)
func (*GraphStorageServiceProcessor) AddToProcessorMap ¶
func (p *GraphStorageServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunctionContext)
func (*GraphStorageServiceProcessor) FunctionServiceMap ¶
func (p *GraphStorageServiceProcessor) FunctionServiceMap() map[string]string
func (*GraphStorageServiceProcessor) GetProcessorFunctionContext ¶
func (p *GraphStorageServiceProcessor) GetProcessorFunctionContext(key string) (processor thrift.ProcessorFunctionContext, err error)
func (*GraphStorageServiceProcessor) ProcessorMap ¶
func (p *GraphStorageServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunctionContext
type GraphStorageServicePutArgs ¶
type GraphStorageServicePutArgs struct { thrift.IRequest Req *KVPutRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServicePutArgs ¶
func NewGraphStorageServicePutArgs() *GraphStorageServicePutArgs
func (*GraphStorageServicePutArgs) GetReq ¶
func (p *GraphStorageServicePutArgs) GetReq() *KVPutRequest
func (*GraphStorageServicePutArgs) IsSetReq ¶
func (p *GraphStorageServicePutArgs) IsSetReq() bool
func (*GraphStorageServicePutArgs) Read ¶
func (p *GraphStorageServicePutArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServicePutArgs) ReadField1 ¶
func (p *GraphStorageServicePutArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServicePutArgs) SetReq ¶
func (g *GraphStorageServicePutArgs) SetReq(req *KVPutRequest) *GraphStorageServicePutArgs
func (*GraphStorageServicePutArgs) String ¶
func (p *GraphStorageServicePutArgs) String() string
type GraphStorageServicePutArgsBuilder ¶
type GraphStorageServicePutArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServicePutArgsBuilder ¶
func NewGraphStorageServicePutArgsBuilder() *GraphStorageServicePutArgsBuilder
func (GraphStorageServicePutArgsBuilder) Emit ¶
func (p GraphStorageServicePutArgsBuilder) Emit() *GraphStorageServicePutArgs
func (*GraphStorageServicePutArgsBuilder) Req ¶
func (g *GraphStorageServicePutArgsBuilder) Req(req *KVPutRequest) *GraphStorageServicePutArgsBuilder
type GraphStorageServicePutResult ¶
type GraphStorageServicePutResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServicePutResult ¶
func NewGraphStorageServicePutResult() *GraphStorageServicePutResult
func (*GraphStorageServicePutResult) Exception ¶
func (p *GraphStorageServicePutResult) Exception() thrift.WritableException
func (*GraphStorageServicePutResult) GetSuccess ¶
func (p *GraphStorageServicePutResult) GetSuccess() *ExecResponse
func (*GraphStorageServicePutResult) IsSetSuccess ¶
func (p *GraphStorageServicePutResult) IsSetSuccess() bool
func (*GraphStorageServicePutResult) Read ¶
func (p *GraphStorageServicePutResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServicePutResult) ReadField0 ¶
func (p *GraphStorageServicePutResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServicePutResult) SetSuccess ¶
func (g *GraphStorageServicePutResult) SetSuccess(success *ExecResponse) *GraphStorageServicePutResult
func (*GraphStorageServicePutResult) String ¶
func (p *GraphStorageServicePutResult) String() string
type GraphStorageServicePutResultBuilder ¶
type GraphStorageServicePutResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServicePutResultBuilder ¶
func NewGraphStorageServicePutResultBuilder() *GraphStorageServicePutResultBuilder
func (GraphStorageServicePutResultBuilder) Emit ¶
func (p GraphStorageServicePutResultBuilder) Emit() *GraphStorageServicePutResult
func (*GraphStorageServicePutResultBuilder) Success ¶
func (g *GraphStorageServicePutResultBuilder) Success(success *ExecResponse) *GraphStorageServicePutResultBuilder
type GraphStorageServiceRemoveArgs ¶
type GraphStorageServiceRemoveArgs struct { thrift.IRequest Req *KVRemoveRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceRemoveArgs ¶
func NewGraphStorageServiceRemoveArgs() *GraphStorageServiceRemoveArgs
func (*GraphStorageServiceRemoveArgs) GetReq ¶
func (p *GraphStorageServiceRemoveArgs) GetReq() *KVRemoveRequest
func (*GraphStorageServiceRemoveArgs) IsSetReq ¶
func (p *GraphStorageServiceRemoveArgs) IsSetReq() bool
func (*GraphStorageServiceRemoveArgs) Read ¶
func (p *GraphStorageServiceRemoveArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceRemoveArgs) ReadField1 ¶
func (p *GraphStorageServiceRemoveArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceRemoveArgs) SetReq ¶
func (g *GraphStorageServiceRemoveArgs) SetReq(req *KVRemoveRequest) *GraphStorageServiceRemoveArgs
func (*GraphStorageServiceRemoveArgs) String ¶
func (p *GraphStorageServiceRemoveArgs) String() string
type GraphStorageServiceRemoveArgsBuilder ¶
type GraphStorageServiceRemoveArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceRemoveArgsBuilder ¶
func NewGraphStorageServiceRemoveArgsBuilder() *GraphStorageServiceRemoveArgsBuilder
func (GraphStorageServiceRemoveArgsBuilder) Emit ¶
func (p GraphStorageServiceRemoveArgsBuilder) Emit() *GraphStorageServiceRemoveArgs
func (*GraphStorageServiceRemoveArgsBuilder) Req ¶
func (g *GraphStorageServiceRemoveArgsBuilder) Req(req *KVRemoveRequest) *GraphStorageServiceRemoveArgsBuilder
type GraphStorageServiceRemoveResult ¶
type GraphStorageServiceRemoveResult struct { thrift.IResponse Success *ExecResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceRemoveResult ¶
func NewGraphStorageServiceRemoveResult() *GraphStorageServiceRemoveResult
func (*GraphStorageServiceRemoveResult) Exception ¶
func (p *GraphStorageServiceRemoveResult) Exception() thrift.WritableException
func (*GraphStorageServiceRemoveResult) GetSuccess ¶
func (p *GraphStorageServiceRemoveResult) GetSuccess() *ExecResponse
func (*GraphStorageServiceRemoveResult) IsSetSuccess ¶
func (p *GraphStorageServiceRemoveResult) IsSetSuccess() bool
func (*GraphStorageServiceRemoveResult) Read ¶
func (p *GraphStorageServiceRemoveResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceRemoveResult) ReadField0 ¶
func (p *GraphStorageServiceRemoveResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceRemoveResult) SetSuccess ¶
func (g *GraphStorageServiceRemoveResult) SetSuccess(success *ExecResponse) *GraphStorageServiceRemoveResult
func (*GraphStorageServiceRemoveResult) String ¶
func (p *GraphStorageServiceRemoveResult) String() string
type GraphStorageServiceRemoveResultBuilder ¶
type GraphStorageServiceRemoveResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceRemoveResultBuilder ¶
func NewGraphStorageServiceRemoveResultBuilder() *GraphStorageServiceRemoveResultBuilder
func (GraphStorageServiceRemoveResultBuilder) Emit ¶
func (p GraphStorageServiceRemoveResultBuilder) Emit() *GraphStorageServiceRemoveResult
func (*GraphStorageServiceRemoveResultBuilder) Success ¶
func (g *GraphStorageServiceRemoveResultBuilder) Success(success *ExecResponse) *GraphStorageServiceRemoveResultBuilder
type GraphStorageServiceScanEdgeArgs ¶
type GraphStorageServiceScanEdgeArgs struct { thrift.IRequest Req *ScanEdgeRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceScanEdgeArgs ¶
func NewGraphStorageServiceScanEdgeArgs() *GraphStorageServiceScanEdgeArgs
func (*GraphStorageServiceScanEdgeArgs) GetReq ¶
func (p *GraphStorageServiceScanEdgeArgs) GetReq() *ScanEdgeRequest
func (*GraphStorageServiceScanEdgeArgs) IsSetReq ¶
func (p *GraphStorageServiceScanEdgeArgs) IsSetReq() bool
func (*GraphStorageServiceScanEdgeArgs) Read ¶
func (p *GraphStorageServiceScanEdgeArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceScanEdgeArgs) ReadField1 ¶
func (p *GraphStorageServiceScanEdgeArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceScanEdgeArgs) SetReq ¶
func (g *GraphStorageServiceScanEdgeArgs) SetReq(req *ScanEdgeRequest) *GraphStorageServiceScanEdgeArgs
func (*GraphStorageServiceScanEdgeArgs) String ¶
func (p *GraphStorageServiceScanEdgeArgs) String() string
type GraphStorageServiceScanEdgeArgsBuilder ¶
type GraphStorageServiceScanEdgeArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceScanEdgeArgsBuilder ¶
func NewGraphStorageServiceScanEdgeArgsBuilder() *GraphStorageServiceScanEdgeArgsBuilder
func (GraphStorageServiceScanEdgeArgsBuilder) Emit ¶
func (p GraphStorageServiceScanEdgeArgsBuilder) Emit() *GraphStorageServiceScanEdgeArgs
func (*GraphStorageServiceScanEdgeArgsBuilder) Req ¶
func (g *GraphStorageServiceScanEdgeArgsBuilder) Req(req *ScanEdgeRequest) *GraphStorageServiceScanEdgeArgsBuilder
type GraphStorageServiceScanEdgeResult ¶
type GraphStorageServiceScanEdgeResult struct { thrift.IResponse Success *ScanResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceScanEdgeResult ¶
func NewGraphStorageServiceScanEdgeResult() *GraphStorageServiceScanEdgeResult
func (*GraphStorageServiceScanEdgeResult) Exception ¶
func (p *GraphStorageServiceScanEdgeResult) Exception() thrift.WritableException
func (*GraphStorageServiceScanEdgeResult) GetSuccess ¶
func (p *GraphStorageServiceScanEdgeResult) GetSuccess() *ScanResponse
func (*GraphStorageServiceScanEdgeResult) IsSetSuccess ¶
func (p *GraphStorageServiceScanEdgeResult) IsSetSuccess() bool
func (*GraphStorageServiceScanEdgeResult) Read ¶
func (p *GraphStorageServiceScanEdgeResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceScanEdgeResult) ReadField0 ¶
func (p *GraphStorageServiceScanEdgeResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceScanEdgeResult) SetSuccess ¶
func (g *GraphStorageServiceScanEdgeResult) SetSuccess(success *ScanResponse) *GraphStorageServiceScanEdgeResult
func (*GraphStorageServiceScanEdgeResult) String ¶
func (p *GraphStorageServiceScanEdgeResult) String() string
type GraphStorageServiceScanEdgeResultBuilder ¶
type GraphStorageServiceScanEdgeResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceScanEdgeResultBuilder ¶
func NewGraphStorageServiceScanEdgeResultBuilder() *GraphStorageServiceScanEdgeResultBuilder
func (*GraphStorageServiceScanEdgeResultBuilder) Success ¶
func (g *GraphStorageServiceScanEdgeResultBuilder) Success(success *ScanResponse) *GraphStorageServiceScanEdgeResultBuilder
type GraphStorageServiceScanVertexArgs ¶
type GraphStorageServiceScanVertexArgs struct { thrift.IRequest Req *ScanVertexRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceScanVertexArgs ¶
func NewGraphStorageServiceScanVertexArgs() *GraphStorageServiceScanVertexArgs
func (*GraphStorageServiceScanVertexArgs) GetReq ¶
func (p *GraphStorageServiceScanVertexArgs) GetReq() *ScanVertexRequest
func (*GraphStorageServiceScanVertexArgs) IsSetReq ¶
func (p *GraphStorageServiceScanVertexArgs) IsSetReq() bool
func (*GraphStorageServiceScanVertexArgs) Read ¶
func (p *GraphStorageServiceScanVertexArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceScanVertexArgs) ReadField1 ¶
func (p *GraphStorageServiceScanVertexArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceScanVertexArgs) SetReq ¶
func (g *GraphStorageServiceScanVertexArgs) SetReq(req *ScanVertexRequest) *GraphStorageServiceScanVertexArgs
func (*GraphStorageServiceScanVertexArgs) String ¶
func (p *GraphStorageServiceScanVertexArgs) String() string
type GraphStorageServiceScanVertexArgsBuilder ¶
type GraphStorageServiceScanVertexArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceScanVertexArgsBuilder ¶
func NewGraphStorageServiceScanVertexArgsBuilder() *GraphStorageServiceScanVertexArgsBuilder
type GraphStorageServiceScanVertexResult ¶
type GraphStorageServiceScanVertexResult struct { thrift.IResponse Success *ScanResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceScanVertexResult ¶
func NewGraphStorageServiceScanVertexResult() *GraphStorageServiceScanVertexResult
func (*GraphStorageServiceScanVertexResult) Exception ¶
func (p *GraphStorageServiceScanVertexResult) Exception() thrift.WritableException
func (*GraphStorageServiceScanVertexResult) GetSuccess ¶
func (p *GraphStorageServiceScanVertexResult) GetSuccess() *ScanResponse
func (*GraphStorageServiceScanVertexResult) IsSetSuccess ¶
func (p *GraphStorageServiceScanVertexResult) IsSetSuccess() bool
func (*GraphStorageServiceScanVertexResult) Read ¶
func (p *GraphStorageServiceScanVertexResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceScanVertexResult) ReadField0 ¶
func (p *GraphStorageServiceScanVertexResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceScanVertexResult) SetSuccess ¶
func (g *GraphStorageServiceScanVertexResult) SetSuccess(success *ScanResponse) *GraphStorageServiceScanVertexResult
func (*GraphStorageServiceScanVertexResult) String ¶
func (p *GraphStorageServiceScanVertexResult) String() string
type GraphStorageServiceScanVertexResultBuilder ¶
type GraphStorageServiceScanVertexResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceScanVertexResultBuilder ¶
func NewGraphStorageServiceScanVertexResultBuilder() *GraphStorageServiceScanVertexResultBuilder
func (*GraphStorageServiceScanVertexResultBuilder) Success ¶
func (g *GraphStorageServiceScanVertexResultBuilder) Success(success *ScanResponse) *GraphStorageServiceScanVertexResultBuilder
type GraphStorageServiceThreadsafeClient ¶
type GraphStorageServiceThreadsafeClient struct { GraphStorageServiceClientInterface CC thrift.ClientConn Mu sync.Mutex }
func NewGraphStorageServiceThreadsafeClientFactory ¶
func NewGraphStorageServiceThreadsafeClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *GraphStorageServiceThreadsafeClient
func NewGraphStorageServiceThreadsafeClientProtocol ¶
func NewGraphStorageServiceThreadsafeClientProtocol(prot thrift.Protocol) *GraphStorageServiceThreadsafeClient
func (*GraphStorageServiceThreadsafeClient) AddEdges ¶
func (p *GraphStorageServiceThreadsafeClient) AddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) AddVertices ¶
func (p *GraphStorageServiceThreadsafeClient) AddVertices(req *AddVerticesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) ChainAddEdges ¶
func (p *GraphStorageServiceThreadsafeClient) ChainAddEdges(req *AddEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) ChainDeleteEdges ¶
func (p *GraphStorageServiceThreadsafeClient) ChainDeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) ChainUpdateEdge ¶
func (p *GraphStorageServiceThreadsafeClient) ChainUpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) Close ¶
func (client *GraphStorageServiceThreadsafeClient) Close() error
func (*GraphStorageServiceThreadsafeClient) DeleteEdges ¶
func (p *GraphStorageServiceThreadsafeClient) DeleteEdges(req *DeleteEdgesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) DeleteTags ¶
func (p *GraphStorageServiceThreadsafeClient) DeleteTags(req *DeleteTagsRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) DeleteVertices ¶
func (p *GraphStorageServiceThreadsafeClient) DeleteVertices(req *DeleteVerticesRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) Get ¶
func (p *GraphStorageServiceThreadsafeClient) Get(req *KVGetRequest) (_r *KVGetResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) GetDstBySrc ¶ added in v3.3.1
func (p *GraphStorageServiceThreadsafeClient) GetDstBySrc(req *GetDstBySrcRequest) (_r *GetDstBySrcResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) GetNeighbors ¶
func (p *GraphStorageServiceThreadsafeClient) GetNeighbors(req *GetNeighborsRequest) (_r *GetNeighborsResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) GetProps ¶
func (p *GraphStorageServiceThreadsafeClient) GetProps(req *GetPropRequest) (_r *GetPropResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) GetUUID ¶
func (p *GraphStorageServiceThreadsafeClient) GetUUID(req *GetUUIDReq) (_r *GetUUIDResp, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) IsOpen ¶
func (client *GraphStorageServiceThreadsafeClient) IsOpen() bool
func (*GraphStorageServiceThreadsafeClient) LookupAndTraverse ¶
func (p *GraphStorageServiceThreadsafeClient) LookupAndTraverse(req *LookupAndTraverseRequest) (_r *GetNeighborsResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) LookupIndex ¶
func (p *GraphStorageServiceThreadsafeClient) LookupIndex(req *LookupIndexRequest) (_r *LookupIndexResp, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) Open ¶
func (client *GraphStorageServiceThreadsafeClient) Open() error
func (*GraphStorageServiceThreadsafeClient) Put ¶
func (p *GraphStorageServiceThreadsafeClient) Put(req *KVPutRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) Remove ¶
func (p *GraphStorageServiceThreadsafeClient) Remove(req *KVRemoveRequest) (_r *ExecResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) ScanEdge ¶
func (p *GraphStorageServiceThreadsafeClient) ScanEdge(req *ScanEdgeRequest) (_r *ScanResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) ScanVertex ¶
func (p *GraphStorageServiceThreadsafeClient) ScanVertex(req *ScanVertexRequest) (_r *ScanResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) UpdateEdge ¶
func (p *GraphStorageServiceThreadsafeClient) UpdateEdge(req *UpdateEdgeRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
func (*GraphStorageServiceThreadsafeClient) UpdateVertex ¶
func (p *GraphStorageServiceThreadsafeClient) UpdateVertex(req *UpdateVertexRequest) (_r *UpdateResponse, err error)
Parameters:
- Req
type GraphStorageServiceUpdateEdgeArgs ¶
type GraphStorageServiceUpdateEdgeArgs struct { thrift.IRequest Req *UpdateEdgeRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceUpdateEdgeArgs ¶
func NewGraphStorageServiceUpdateEdgeArgs() *GraphStorageServiceUpdateEdgeArgs
func (*GraphStorageServiceUpdateEdgeArgs) GetReq ¶
func (p *GraphStorageServiceUpdateEdgeArgs) GetReq() *UpdateEdgeRequest
func (*GraphStorageServiceUpdateEdgeArgs) IsSetReq ¶
func (p *GraphStorageServiceUpdateEdgeArgs) IsSetReq() bool
func (*GraphStorageServiceUpdateEdgeArgs) Read ¶
func (p *GraphStorageServiceUpdateEdgeArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateEdgeArgs) ReadField1 ¶
func (p *GraphStorageServiceUpdateEdgeArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateEdgeArgs) SetReq ¶
func (g *GraphStorageServiceUpdateEdgeArgs) SetReq(req *UpdateEdgeRequest) *GraphStorageServiceUpdateEdgeArgs
func (*GraphStorageServiceUpdateEdgeArgs) String ¶
func (p *GraphStorageServiceUpdateEdgeArgs) String() string
type GraphStorageServiceUpdateEdgeArgsBuilder ¶
type GraphStorageServiceUpdateEdgeArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceUpdateEdgeArgsBuilder ¶
func NewGraphStorageServiceUpdateEdgeArgsBuilder() *GraphStorageServiceUpdateEdgeArgsBuilder
type GraphStorageServiceUpdateEdgeResult ¶
type GraphStorageServiceUpdateEdgeResult struct { thrift.IResponse Success *UpdateResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceUpdateEdgeResult ¶
func NewGraphStorageServiceUpdateEdgeResult() *GraphStorageServiceUpdateEdgeResult
func (*GraphStorageServiceUpdateEdgeResult) Exception ¶
func (p *GraphStorageServiceUpdateEdgeResult) Exception() thrift.WritableException
func (*GraphStorageServiceUpdateEdgeResult) GetSuccess ¶
func (p *GraphStorageServiceUpdateEdgeResult) GetSuccess() *UpdateResponse
func (*GraphStorageServiceUpdateEdgeResult) IsSetSuccess ¶
func (p *GraphStorageServiceUpdateEdgeResult) IsSetSuccess() bool
func (*GraphStorageServiceUpdateEdgeResult) Read ¶
func (p *GraphStorageServiceUpdateEdgeResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateEdgeResult) ReadField0 ¶
func (p *GraphStorageServiceUpdateEdgeResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateEdgeResult) SetSuccess ¶
func (g *GraphStorageServiceUpdateEdgeResult) SetSuccess(success *UpdateResponse) *GraphStorageServiceUpdateEdgeResult
func (*GraphStorageServiceUpdateEdgeResult) String ¶
func (p *GraphStorageServiceUpdateEdgeResult) String() string
type GraphStorageServiceUpdateEdgeResultBuilder ¶
type GraphStorageServiceUpdateEdgeResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceUpdateEdgeResultBuilder ¶
func NewGraphStorageServiceUpdateEdgeResultBuilder() *GraphStorageServiceUpdateEdgeResultBuilder
func (*GraphStorageServiceUpdateEdgeResultBuilder) Success ¶
func (g *GraphStorageServiceUpdateEdgeResultBuilder) Success(success *UpdateResponse) *GraphStorageServiceUpdateEdgeResultBuilder
type GraphStorageServiceUpdateVertexArgs ¶
type GraphStorageServiceUpdateVertexArgs struct { thrift.IRequest Req *UpdateVertexRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewGraphStorageServiceUpdateVertexArgs ¶
func NewGraphStorageServiceUpdateVertexArgs() *GraphStorageServiceUpdateVertexArgs
func (*GraphStorageServiceUpdateVertexArgs) GetReq ¶
func (p *GraphStorageServiceUpdateVertexArgs) GetReq() *UpdateVertexRequest
func (*GraphStorageServiceUpdateVertexArgs) IsSetReq ¶
func (p *GraphStorageServiceUpdateVertexArgs) IsSetReq() bool
func (*GraphStorageServiceUpdateVertexArgs) Read ¶
func (p *GraphStorageServiceUpdateVertexArgs) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateVertexArgs) ReadField1 ¶
func (p *GraphStorageServiceUpdateVertexArgs) ReadField1(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateVertexArgs) SetReq ¶
func (g *GraphStorageServiceUpdateVertexArgs) SetReq(req *UpdateVertexRequest) *GraphStorageServiceUpdateVertexArgs
func (*GraphStorageServiceUpdateVertexArgs) String ¶
func (p *GraphStorageServiceUpdateVertexArgs) String() string
type GraphStorageServiceUpdateVertexArgsBuilder ¶
type GraphStorageServiceUpdateVertexArgsBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceUpdateVertexArgsBuilder ¶
func NewGraphStorageServiceUpdateVertexArgsBuilder() *GraphStorageServiceUpdateVertexArgsBuilder
type GraphStorageServiceUpdateVertexResult ¶
type GraphStorageServiceUpdateVertexResult struct { thrift.IResponse Success *UpdateResponse `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewGraphStorageServiceUpdateVertexResult ¶
func NewGraphStorageServiceUpdateVertexResult() *GraphStorageServiceUpdateVertexResult
func (*GraphStorageServiceUpdateVertexResult) Exception ¶
func (p *GraphStorageServiceUpdateVertexResult) Exception() thrift.WritableException
func (*GraphStorageServiceUpdateVertexResult) GetSuccess ¶
func (p *GraphStorageServiceUpdateVertexResult) GetSuccess() *UpdateResponse
func (*GraphStorageServiceUpdateVertexResult) IsSetSuccess ¶
func (p *GraphStorageServiceUpdateVertexResult) IsSetSuccess() bool
func (*GraphStorageServiceUpdateVertexResult) Read ¶
func (p *GraphStorageServiceUpdateVertexResult) Read(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateVertexResult) ReadField0 ¶
func (p *GraphStorageServiceUpdateVertexResult) ReadField0(iprot thrift.Protocol) error
func (*GraphStorageServiceUpdateVertexResult) SetSuccess ¶
func (g *GraphStorageServiceUpdateVertexResult) SetSuccess(success *UpdateResponse) *GraphStorageServiceUpdateVertexResult
func (*GraphStorageServiceUpdateVertexResult) String ¶
func (p *GraphStorageServiceUpdateVertexResult) String() string
type GraphStorageServiceUpdateVertexResultBuilder ¶
type GraphStorageServiceUpdateVertexResultBuilder struct {
// contains filtered or unexported fields
}
func NewGraphStorageServiceUpdateVertexResultBuilder ¶
func NewGraphStorageServiceUpdateVertexResultBuilder() *GraphStorageServiceUpdateVertexResultBuilder
func (*GraphStorageServiceUpdateVertexResultBuilder) Success ¶
func (g *GraphStorageServiceUpdateVertexResultBuilder) Success(success *UpdateResponse) *GraphStorageServiceUpdateVertexResultBuilder
type IndexColumnHint ¶
type IndexColumnHint struct { ColumnName []byte `thrift:"column_name,1" db:"column_name" json:"column_name"` ScanType ScanType `thrift:"scan_type,2" db:"scan_type" json:"scan_type"` BeginValue *nebula0.Value `thrift:"begin_value,3" db:"begin_value" json:"begin_value"` EndValue *nebula0.Value `thrift:"end_value,4" db:"end_value" json:"end_value"` IncludeBegin bool `thrift:"include_begin,5" db:"include_begin" json:"include_begin"` IncludeEnd bool `thrift:"include_end,6" db:"include_end" json:"include_end"` }
Attributes:
- ColumnName
- ScanType
- BeginValue
- EndValue
- IncludeBegin
- IncludeEnd
func NewIndexColumnHint ¶
func NewIndexColumnHint() *IndexColumnHint
func (*IndexColumnHint) GetBeginValue ¶
func (p *IndexColumnHint) GetBeginValue() *nebula0.Value
func (*IndexColumnHint) GetColumnName ¶
func (p *IndexColumnHint) GetColumnName() []byte
func (*IndexColumnHint) GetEndValue ¶
func (p *IndexColumnHint) GetEndValue() *nebula0.Value
func (*IndexColumnHint) GetIncludeBegin ¶
func (p *IndexColumnHint) GetIncludeBegin() bool
func (*IndexColumnHint) GetIncludeEnd ¶
func (p *IndexColumnHint) GetIncludeEnd() bool
func (*IndexColumnHint) GetScanType ¶
func (p *IndexColumnHint) GetScanType() ScanType
func (*IndexColumnHint) IsSetBeginValue ¶
func (p *IndexColumnHint) IsSetBeginValue() bool
func (*IndexColumnHint) IsSetEndValue ¶
func (p *IndexColumnHint) IsSetEndValue() bool
func (*IndexColumnHint) ReadField1 ¶
func (p *IndexColumnHint) ReadField1(iprot thrift.Protocol) error
func (*IndexColumnHint) ReadField2 ¶
func (p *IndexColumnHint) ReadField2(iprot thrift.Protocol) error
func (*IndexColumnHint) ReadField3 ¶
func (p *IndexColumnHint) ReadField3(iprot thrift.Protocol) error
func (*IndexColumnHint) ReadField4 ¶
func (p *IndexColumnHint) ReadField4(iprot thrift.Protocol) error
func (*IndexColumnHint) ReadField5 ¶
func (p *IndexColumnHint) ReadField5(iprot thrift.Protocol) error
func (*IndexColumnHint) ReadField6 ¶
func (p *IndexColumnHint) ReadField6(iprot thrift.Protocol) error
func (*IndexColumnHint) SetBeginValue ¶
func (i *IndexColumnHint) SetBeginValue(beginValue *nebula0.Value) *IndexColumnHint
func (*IndexColumnHint) SetColumnName ¶
func (i *IndexColumnHint) SetColumnName(columnName []byte) *IndexColumnHint
func (*IndexColumnHint) SetEndValue ¶
func (i *IndexColumnHint) SetEndValue(endValue *nebula0.Value) *IndexColumnHint
func (*IndexColumnHint) SetIncludeBegin ¶
func (i *IndexColumnHint) SetIncludeBegin(includeBegin bool) *IndexColumnHint
func (*IndexColumnHint) SetIncludeEnd ¶
func (i *IndexColumnHint) SetIncludeEnd(includeEnd bool) *IndexColumnHint
func (*IndexColumnHint) SetScanType ¶
func (i *IndexColumnHint) SetScanType(scanType ScanType) *IndexColumnHint
func (*IndexColumnHint) String ¶
func (p *IndexColumnHint) String() string
type IndexColumnHintBuilder ¶
type IndexColumnHintBuilder struct {
// contains filtered or unexported fields
}
func NewIndexColumnHintBuilder ¶
func NewIndexColumnHintBuilder() *IndexColumnHintBuilder
func (*IndexColumnHintBuilder) BeginValue ¶
func (i *IndexColumnHintBuilder) BeginValue(beginValue *nebula0.Value) *IndexColumnHintBuilder
func (*IndexColumnHintBuilder) ColumnName ¶
func (i *IndexColumnHintBuilder) ColumnName(columnName []byte) *IndexColumnHintBuilder
func (IndexColumnHintBuilder) Emit ¶
func (p IndexColumnHintBuilder) Emit() *IndexColumnHint
func (*IndexColumnHintBuilder) EndValue ¶
func (i *IndexColumnHintBuilder) EndValue(endValue *nebula0.Value) *IndexColumnHintBuilder
func (*IndexColumnHintBuilder) IncludeBegin ¶
func (i *IndexColumnHintBuilder) IncludeBegin(includeBegin bool) *IndexColumnHintBuilder
func (*IndexColumnHintBuilder) IncludeEnd ¶
func (i *IndexColumnHintBuilder) IncludeEnd(includeEnd bool) *IndexColumnHintBuilder
func (*IndexColumnHintBuilder) ScanType ¶
func (i *IndexColumnHintBuilder) ScanType(scanType ScanType) *IndexColumnHintBuilder
type IndexQueryContext ¶
type IndexQueryContext struct { IndexID nebula0.IndexID `thrift:"index_id,1" db:"index_id" json:"index_id"` Filter []byte `thrift:"filter,2" db:"filter" json:"filter"` ColumnHints []*IndexColumnHint `thrift:"column_hints,3" db:"column_hints" json:"column_hints"` }
Attributes:
- IndexID
- Filter
- ColumnHints
func NewIndexQueryContext ¶
func NewIndexQueryContext() *IndexQueryContext
func (*IndexQueryContext) GetColumnHints ¶
func (p *IndexQueryContext) GetColumnHints() []*IndexColumnHint
func (*IndexQueryContext) GetFilter ¶
func (p *IndexQueryContext) GetFilter() []byte
func (*IndexQueryContext) GetIndexID ¶
func (p *IndexQueryContext) GetIndexID() nebula0.IndexID
func (*IndexQueryContext) ReadField1 ¶
func (p *IndexQueryContext) ReadField1(iprot thrift.Protocol) error
func (*IndexQueryContext) ReadField2 ¶
func (p *IndexQueryContext) ReadField2(iprot thrift.Protocol) error
func (*IndexQueryContext) ReadField3 ¶
func (p *IndexQueryContext) ReadField3(iprot thrift.Protocol) error
func (*IndexQueryContext) SetColumnHints ¶
func (i *IndexQueryContext) SetColumnHints(columnHints []*IndexColumnHint) *IndexQueryContext
func (*IndexQueryContext) SetFilter ¶
func (i *IndexQueryContext) SetFilter(filter []byte) *IndexQueryContext
func (*IndexQueryContext) SetIndexID ¶
func (i *IndexQueryContext) SetIndexID(indexID nebula0.IndexID) *IndexQueryContext
func (*IndexQueryContext) String ¶
func (p *IndexQueryContext) String() string
type IndexQueryContextBuilder ¶
type IndexQueryContextBuilder struct {
// contains filtered or unexported fields
}
func NewIndexQueryContextBuilder ¶
func NewIndexQueryContextBuilder() *IndexQueryContextBuilder
func (*IndexQueryContextBuilder) ColumnHints ¶
func (i *IndexQueryContextBuilder) ColumnHints(columnHints []*IndexColumnHint) *IndexQueryContextBuilder
func (IndexQueryContextBuilder) Emit ¶
func (p IndexQueryContextBuilder) Emit() *IndexQueryContext
func (*IndexQueryContextBuilder) Filter ¶
func (i *IndexQueryContextBuilder) Filter(filter []byte) *IndexQueryContextBuilder
func (*IndexQueryContextBuilder) IndexID ¶
func (i *IndexQueryContextBuilder) IndexID(indexID nebula0.IndexID) *IndexQueryContextBuilder
type IndexSpec ¶
type IndexSpec struct { Contexts []*IndexQueryContext `thrift:"contexts,1,required" db:"contexts" json:"contexts"` SchemaID *nebula0.SchemaID `thrift:"schema_id,2" db:"schema_id" json:"schema_id"` }
Attributes:
- Contexts
- SchemaID
var LookupAndTraverseRequest_Indices_DEFAULT *IndexSpec
var LookupIndexRequest_Indices_DEFAULT *IndexSpec
func NewIndexSpec ¶
func NewIndexSpec() *IndexSpec
func (*IndexSpec) GetContexts ¶
func (p *IndexSpec) GetContexts() []*IndexQueryContext
func (*IndexSpec) GetSchemaID ¶
func (*IndexSpec) IsSetSchemaID ¶
func (*IndexSpec) SetContexts ¶
func (i *IndexSpec) SetContexts(contexts []*IndexQueryContext) *IndexSpec
func (*IndexSpec) SetSchemaID ¶
type IndexSpecBuilder ¶
type IndexSpecBuilder struct {
// contains filtered or unexported fields
}
func NewIndexSpecBuilder ¶
func NewIndexSpecBuilder() *IndexSpecBuilder
func (*IndexSpecBuilder) Contexts ¶
func (i *IndexSpecBuilder) Contexts(contexts []*IndexQueryContext) *IndexSpecBuilder
func (IndexSpecBuilder) Emit ¶
func (p IndexSpecBuilder) Emit() *IndexSpec
func (*IndexSpecBuilder) SchemaID ¶
func (i *IndexSpecBuilder) SchemaID(schemaID *nebula0.SchemaID) *IndexSpecBuilder
type KVGetRequest ¶
type KVGetRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][][]byte `thrift:"parts,2" db:"parts" json:"parts"` ReturnPartly bool `thrift:"return_partly,3" db:"return_partly" json:"return_partly"` }
Attributes:
- SpaceID
- Parts
- ReturnPartly
var GraphStorageServiceGetArgs_Req_DEFAULT *KVGetRequest
func NewKVGetRequest ¶
func NewKVGetRequest() *KVGetRequest
func (*KVGetRequest) GetParts ¶
func (p *KVGetRequest) GetParts() map[nebula0.PartitionID][][]byte
func (*KVGetRequest) GetReturnPartly ¶
func (p *KVGetRequest) GetReturnPartly() bool
func (*KVGetRequest) GetSpaceID ¶
func (p *KVGetRequest) GetSpaceID() nebula0.GraphSpaceID
func (*KVGetRequest) ReadField1 ¶
func (p *KVGetRequest) ReadField1(iprot thrift.Protocol) error
func (*KVGetRequest) ReadField2 ¶
func (p *KVGetRequest) ReadField2(iprot thrift.Protocol) error
func (*KVGetRequest) ReadField3 ¶
func (p *KVGetRequest) ReadField3(iprot thrift.Protocol) error
func (*KVGetRequest) SetParts ¶
func (k *KVGetRequest) SetParts(parts map[nebula0.PartitionID][][]byte) *KVGetRequest
func (*KVGetRequest) SetReturnPartly ¶
func (k *KVGetRequest) SetReturnPartly(returnPartly bool) *KVGetRequest
func (*KVGetRequest) SetSpaceID ¶
func (k *KVGetRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *KVGetRequest
func (*KVGetRequest) String ¶
func (p *KVGetRequest) String() string
type KVGetRequestBuilder ¶
type KVGetRequestBuilder struct {
// contains filtered or unexported fields
}
func NewKVGetRequestBuilder ¶
func NewKVGetRequestBuilder() *KVGetRequestBuilder
func (KVGetRequestBuilder) Emit ¶
func (p KVGetRequestBuilder) Emit() *KVGetRequest
func (*KVGetRequestBuilder) Parts ¶
func (k *KVGetRequestBuilder) Parts(parts map[nebula0.PartitionID][][]byte) *KVGetRequestBuilder
func (*KVGetRequestBuilder) ReturnPartly ¶
func (k *KVGetRequestBuilder) ReturnPartly(returnPartly bool) *KVGetRequestBuilder
func (*KVGetRequestBuilder) SpaceID ¶
func (k *KVGetRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *KVGetRequestBuilder
type KVGetResponse ¶
type KVGetResponse struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` KeyValues map[string][]byte `thrift:"key_values,2" db:"key_values" json:"key_values"` }
Attributes:
- Result_
- KeyValues
var GraphStorageServiceGetResult_Success_DEFAULT *KVGetResponse
func NewKVGetResponse ¶
func NewKVGetResponse() *KVGetResponse
func (*KVGetResponse) GetKeyValues ¶
func (p *KVGetResponse) GetKeyValues() map[string][]byte
func (*KVGetResponse) GetResult_ ¶
func (p *KVGetResponse) GetResult_() *ResponseCommon
func (*KVGetResponse) IsSetResult_ ¶
func (p *KVGetResponse) IsSetResult_() bool
func (*KVGetResponse) ReadField1 ¶
func (p *KVGetResponse) ReadField1(iprot thrift.Protocol) error
func (*KVGetResponse) ReadField2 ¶
func (p *KVGetResponse) ReadField2(iprot thrift.Protocol) error
func (*KVGetResponse) SetKeyValues ¶
func (k *KVGetResponse) SetKeyValues(keyValues map[string][]byte) *KVGetResponse
func (*KVGetResponse) SetResult_ ¶
func (k *KVGetResponse) SetResult_(result *ResponseCommon) *KVGetResponse
func (*KVGetResponse) String ¶
func (p *KVGetResponse) String() string
type KVGetResponseBuilder ¶
type KVGetResponseBuilder struct {
// contains filtered or unexported fields
}
func NewKVGetResponseBuilder ¶
func NewKVGetResponseBuilder() *KVGetResponseBuilder
func (KVGetResponseBuilder) Emit ¶
func (p KVGetResponseBuilder) Emit() *KVGetResponse
func (*KVGetResponseBuilder) KeyValues ¶
func (k *KVGetResponseBuilder) KeyValues(keyValues map[string][]byte) *KVGetResponseBuilder
func (*KVGetResponseBuilder) Result_ ¶
func (k *KVGetResponseBuilder) Result_(result *ResponseCommon) *KVGetResponseBuilder
type KVPutRequest ¶
type KVPutRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][]*nebula0.KeyValue `thrift:"parts,2" db:"parts" json:"parts"` }
Attributes:
- SpaceID
- Parts
var GraphStorageServicePutArgs_Req_DEFAULT *KVPutRequest
func NewKVPutRequest ¶
func NewKVPutRequest() *KVPutRequest
func (*KVPutRequest) GetParts ¶
func (p *KVPutRequest) GetParts() map[nebula0.PartitionID][]*nebula0.KeyValue
func (*KVPutRequest) GetSpaceID ¶
func (p *KVPutRequest) GetSpaceID() nebula0.GraphSpaceID
func (*KVPutRequest) ReadField1 ¶
func (p *KVPutRequest) ReadField1(iprot thrift.Protocol) error
func (*KVPutRequest) ReadField2 ¶
func (p *KVPutRequest) ReadField2(iprot thrift.Protocol) error
func (*KVPutRequest) SetParts ¶
func (k *KVPutRequest) SetParts(parts map[nebula0.PartitionID][]*nebula0.KeyValue) *KVPutRequest
func (*KVPutRequest) SetSpaceID ¶
func (k *KVPutRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *KVPutRequest
func (*KVPutRequest) String ¶
func (p *KVPutRequest) String() string
type KVPutRequestBuilder ¶
type KVPutRequestBuilder struct {
// contains filtered or unexported fields
}
func NewKVPutRequestBuilder ¶
func NewKVPutRequestBuilder() *KVPutRequestBuilder
func (KVPutRequestBuilder) Emit ¶
func (p KVPutRequestBuilder) Emit() *KVPutRequest
func (*KVPutRequestBuilder) Parts ¶
func (k *KVPutRequestBuilder) Parts(parts map[nebula0.PartitionID][]*nebula0.KeyValue) *KVPutRequestBuilder
func (*KVPutRequestBuilder) SpaceID ¶
func (k *KVPutRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *KVPutRequestBuilder
type KVRemoveRequest ¶
type KVRemoveRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID][][]byte `thrift:"parts,2" db:"parts" json:"parts"` }
Attributes:
- SpaceID
- Parts
var GraphStorageServiceRemoveArgs_Req_DEFAULT *KVRemoveRequest
func NewKVRemoveRequest ¶
func NewKVRemoveRequest() *KVRemoveRequest
func (*KVRemoveRequest) GetParts ¶
func (p *KVRemoveRequest) GetParts() map[nebula0.PartitionID][][]byte
func (*KVRemoveRequest) GetSpaceID ¶
func (p *KVRemoveRequest) GetSpaceID() nebula0.GraphSpaceID
func (*KVRemoveRequest) ReadField1 ¶
func (p *KVRemoveRequest) ReadField1(iprot thrift.Protocol) error
func (*KVRemoveRequest) ReadField2 ¶
func (p *KVRemoveRequest) ReadField2(iprot thrift.Protocol) error
func (*KVRemoveRequest) SetParts ¶
func (k *KVRemoveRequest) SetParts(parts map[nebula0.PartitionID][][]byte) *KVRemoveRequest
func (*KVRemoveRequest) SetSpaceID ¶
func (k *KVRemoveRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *KVRemoveRequest
func (*KVRemoveRequest) String ¶
func (p *KVRemoveRequest) String() string
type KVRemoveRequestBuilder ¶
type KVRemoveRequestBuilder struct {
// contains filtered or unexported fields
}
func NewKVRemoveRequestBuilder ¶
func NewKVRemoveRequestBuilder() *KVRemoveRequestBuilder
func (KVRemoveRequestBuilder) Emit ¶
func (p KVRemoveRequestBuilder) Emit() *KVRemoveRequest
func (*KVRemoveRequestBuilder) Parts ¶
func (k *KVRemoveRequestBuilder) Parts(parts map[nebula0.PartitionID][][]byte) *KVRemoveRequestBuilder
func (*KVRemoveRequestBuilder) SpaceID ¶
func (k *KVRemoveRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *KVRemoveRequestBuilder
type ListClusterInfoReq ¶
type ListClusterInfoReq struct { }
func NewListClusterInfoReq ¶
func NewListClusterInfoReq() *ListClusterInfoReq
func (*ListClusterInfoReq) String ¶
func (p *ListClusterInfoReq) String() string
type ListClusterInfoReqBuilder ¶
type ListClusterInfoReqBuilder struct {
// contains filtered or unexported fields
}
func NewListClusterInfoReqBuilder ¶
func NewListClusterInfoReqBuilder() *ListClusterInfoReqBuilder
func (ListClusterInfoReqBuilder) Emit ¶
func (p ListClusterInfoReqBuilder) Emit() *ListClusterInfoReq
type ListClusterInfoResp ¶
type ListClusterInfoResp struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Dir *nebula0.DirInfo `thrift:"dir,2" db:"dir" json:"dir"` }
Attributes:
- Result_
- Dir
func NewListClusterInfoResp ¶
func NewListClusterInfoResp() *ListClusterInfoResp
func (*ListClusterInfoResp) GetDir ¶
func (p *ListClusterInfoResp) GetDir() *nebula0.DirInfo
func (*ListClusterInfoResp) GetResult_ ¶
func (p *ListClusterInfoResp) GetResult_() *ResponseCommon
func (*ListClusterInfoResp) IsSetDir ¶
func (p *ListClusterInfoResp) IsSetDir() bool
func (*ListClusterInfoResp) IsSetResult_ ¶
func (p *ListClusterInfoResp) IsSetResult_() bool
func (*ListClusterInfoResp) ReadField1 ¶
func (p *ListClusterInfoResp) ReadField1(iprot thrift.Protocol) error
func (*ListClusterInfoResp) ReadField2 ¶
func (p *ListClusterInfoResp) ReadField2(iprot thrift.Protocol) error
func (*ListClusterInfoResp) SetDir ¶
func (l *ListClusterInfoResp) SetDir(dir *nebula0.DirInfo) *ListClusterInfoResp
func (*ListClusterInfoResp) SetResult_ ¶
func (l *ListClusterInfoResp) SetResult_(result *ResponseCommon) *ListClusterInfoResp
func (*ListClusterInfoResp) String ¶
func (p *ListClusterInfoResp) String() string
type ListClusterInfoRespBuilder ¶
type ListClusterInfoRespBuilder struct {
// contains filtered or unexported fields
}
func NewListClusterInfoRespBuilder ¶
func NewListClusterInfoRespBuilder() *ListClusterInfoRespBuilder
func (*ListClusterInfoRespBuilder) Dir ¶
func (l *ListClusterInfoRespBuilder) Dir(dir *nebula0.DirInfo) *ListClusterInfoRespBuilder
func (ListClusterInfoRespBuilder) Emit ¶
func (p ListClusterInfoRespBuilder) Emit() *ListClusterInfoResp
func (*ListClusterInfoRespBuilder) Result_ ¶
func (l *ListClusterInfoRespBuilder) Result_(result *ResponseCommon) *ListClusterInfoRespBuilder
type LookupAndTraverseRequest ¶
type LookupAndTraverseRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1,required" db:"space_id" json:"space_id"` Parts []nebula0.PartitionID `thrift:"parts,2,required" db:"parts" json:"parts"` Indices *IndexSpec `thrift:"indices,3" db:"indices" json:"indices"` TraverseSpec *TraverseSpec `thrift:"traverse_spec,4" db:"traverse_spec" json:"traverse_spec"` Common *RequestCommon `thrift:"common,5,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- Indices
- TraverseSpec
- Common
var GraphStorageServiceLookupAndTraverseArgs_Req_DEFAULT *LookupAndTraverseRequest
func NewLookupAndTraverseRequest ¶
func NewLookupAndTraverseRequest() *LookupAndTraverseRequest
func (*LookupAndTraverseRequest) GetCommon ¶
func (p *LookupAndTraverseRequest) GetCommon() *RequestCommon
func (*LookupAndTraverseRequest) GetIndices ¶
func (p *LookupAndTraverseRequest) GetIndices() *IndexSpec
func (*LookupAndTraverseRequest) GetParts ¶
func (p *LookupAndTraverseRequest) GetParts() []nebula0.PartitionID
func (*LookupAndTraverseRequest) GetSpaceID ¶
func (p *LookupAndTraverseRequest) GetSpaceID() nebula0.GraphSpaceID
func (*LookupAndTraverseRequest) GetTraverseSpec ¶
func (p *LookupAndTraverseRequest) GetTraverseSpec() *TraverseSpec
func (*LookupAndTraverseRequest) IsSetCommon ¶
func (p *LookupAndTraverseRequest) IsSetCommon() bool
func (*LookupAndTraverseRequest) IsSetIndices ¶
func (p *LookupAndTraverseRequest) IsSetIndices() bool
func (*LookupAndTraverseRequest) IsSetTraverseSpec ¶
func (p *LookupAndTraverseRequest) IsSetTraverseSpec() bool
func (*LookupAndTraverseRequest) Read ¶
func (p *LookupAndTraverseRequest) Read(iprot thrift.Protocol) error
func (*LookupAndTraverseRequest) ReadField1 ¶
func (p *LookupAndTraverseRequest) ReadField1(iprot thrift.Protocol) error
func (*LookupAndTraverseRequest) ReadField2 ¶
func (p *LookupAndTraverseRequest) ReadField2(iprot thrift.Protocol) error
func (*LookupAndTraverseRequest) ReadField3 ¶
func (p *LookupAndTraverseRequest) ReadField3(iprot thrift.Protocol) error
func (*LookupAndTraverseRequest) ReadField4 ¶
func (p *LookupAndTraverseRequest) ReadField4(iprot thrift.Protocol) error
func (*LookupAndTraverseRequest) ReadField5 ¶
func (p *LookupAndTraverseRequest) ReadField5(iprot thrift.Protocol) error
func (*LookupAndTraverseRequest) SetCommon ¶
func (l *LookupAndTraverseRequest) SetCommon(common *RequestCommon) *LookupAndTraverseRequest
func (*LookupAndTraverseRequest) SetIndices ¶
func (l *LookupAndTraverseRequest) SetIndices(indices *IndexSpec) *LookupAndTraverseRequest
func (*LookupAndTraverseRequest) SetParts ¶
func (l *LookupAndTraverseRequest) SetParts(parts []nebula0.PartitionID) *LookupAndTraverseRequest
func (*LookupAndTraverseRequest) SetSpaceID ¶
func (l *LookupAndTraverseRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *LookupAndTraverseRequest
func (*LookupAndTraverseRequest) SetTraverseSpec ¶
func (l *LookupAndTraverseRequest) SetTraverseSpec(traverseSpec *TraverseSpec) *LookupAndTraverseRequest
func (*LookupAndTraverseRequest) String ¶
func (p *LookupAndTraverseRequest) String() string
type LookupAndTraverseRequestBuilder ¶
type LookupAndTraverseRequestBuilder struct {
// contains filtered or unexported fields
}
func NewLookupAndTraverseRequestBuilder ¶
func NewLookupAndTraverseRequestBuilder() *LookupAndTraverseRequestBuilder
func (*LookupAndTraverseRequestBuilder) Common ¶
func (l *LookupAndTraverseRequestBuilder) Common(common *RequestCommon) *LookupAndTraverseRequestBuilder
func (LookupAndTraverseRequestBuilder) Emit ¶
func (p LookupAndTraverseRequestBuilder) Emit() *LookupAndTraverseRequest
func (*LookupAndTraverseRequestBuilder) Indices ¶
func (l *LookupAndTraverseRequestBuilder) Indices(indices *IndexSpec) *LookupAndTraverseRequestBuilder
func (*LookupAndTraverseRequestBuilder) Parts ¶
func (l *LookupAndTraverseRequestBuilder) Parts(parts []nebula0.PartitionID) *LookupAndTraverseRequestBuilder
func (*LookupAndTraverseRequestBuilder) SpaceID ¶
func (l *LookupAndTraverseRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *LookupAndTraverseRequestBuilder
func (*LookupAndTraverseRequestBuilder) TraverseSpec ¶
func (l *LookupAndTraverseRequestBuilder) TraverseSpec(traverseSpec *TraverseSpec) *LookupAndTraverseRequestBuilder
type LookupIndexRequest ¶
type LookupIndexRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1,required" db:"space_id" json:"space_id"` Parts []nebula0.PartitionID `thrift:"parts,2,required" db:"parts" json:"parts"` Indices *IndexSpec `thrift:"indices,3" db:"indices" json:"indices"` ReturnColumns [][]byte `thrift:"return_columns,4,optional" db:"return_columns" json:"return_columns,omitempty"` Common *RequestCommon `thrift:"common,5,optional" db:"common" json:"common,omitempty"` Limit *int64 `thrift:"limit,6,optional" db:"limit" json:"limit,omitempty"` OrderBy []*OrderBy `thrift:"order_by,7,optional" db:"order_by" json:"order_by,omitempty"` StatColumns []*StatProp `thrift:"stat_columns,8,optional" db:"stat_columns" json:"stat_columns,omitempty"` }
Attributes:
- SpaceID
- Parts
- Indices
- ReturnColumns
- Common
- Limit
- OrderBy
- StatColumns
var GraphStorageServiceLookupIndexArgs_Req_DEFAULT *LookupIndexRequest
func NewLookupIndexRequest ¶
func NewLookupIndexRequest() *LookupIndexRequest
func (*LookupIndexRequest) GetCommon ¶
func (p *LookupIndexRequest) GetCommon() *RequestCommon
func (*LookupIndexRequest) GetIndices ¶
func (p *LookupIndexRequest) GetIndices() *IndexSpec
func (*LookupIndexRequest) GetLimit ¶
func (p *LookupIndexRequest) GetLimit() int64
func (*LookupIndexRequest) GetOrderBy ¶
func (p *LookupIndexRequest) GetOrderBy() []*OrderBy
func (*LookupIndexRequest) GetParts ¶
func (p *LookupIndexRequest) GetParts() []nebula0.PartitionID
func (*LookupIndexRequest) GetReturnColumns ¶
func (p *LookupIndexRequest) GetReturnColumns() [][]byte
func (*LookupIndexRequest) GetSpaceID ¶
func (p *LookupIndexRequest) GetSpaceID() nebula0.GraphSpaceID
func (*LookupIndexRequest) GetStatColumns ¶
func (p *LookupIndexRequest) GetStatColumns() []*StatProp
func (*LookupIndexRequest) IsSetCommon ¶
func (p *LookupIndexRequest) IsSetCommon() bool
func (*LookupIndexRequest) IsSetIndices ¶
func (p *LookupIndexRequest) IsSetIndices() bool
func (*LookupIndexRequest) IsSetLimit ¶
func (p *LookupIndexRequest) IsSetLimit() bool
func (*LookupIndexRequest) IsSetOrderBy ¶
func (p *LookupIndexRequest) IsSetOrderBy() bool
func (*LookupIndexRequest) IsSetReturnColumns ¶
func (p *LookupIndexRequest) IsSetReturnColumns() bool
func (*LookupIndexRequest) IsSetStatColumns ¶
func (p *LookupIndexRequest) IsSetStatColumns() bool
func (*LookupIndexRequest) ReadField1 ¶
func (p *LookupIndexRequest) ReadField1(iprot thrift.Protocol) error
func (*LookupIndexRequest) ReadField2 ¶
func (p *LookupIndexRequest) ReadField2(iprot thrift.Protocol) error
func (*LookupIndexRequest) ReadField3 ¶
func (p *LookupIndexRequest) ReadField3(iprot thrift.Protocol) error
func (*LookupIndexRequest) ReadField4 ¶
func (p *LookupIndexRequest) ReadField4(iprot thrift.Protocol) error
func (*LookupIndexRequest) ReadField5 ¶
func (p *LookupIndexRequest) ReadField5(iprot thrift.Protocol) error
func (*LookupIndexRequest) ReadField6 ¶
func (p *LookupIndexRequest) ReadField6(iprot thrift.Protocol) error
func (*LookupIndexRequest) ReadField7 ¶
func (p *LookupIndexRequest) ReadField7(iprot thrift.Protocol) error
func (*LookupIndexRequest) ReadField8 ¶
func (p *LookupIndexRequest) ReadField8(iprot thrift.Protocol) error
func (*LookupIndexRequest) SetCommon ¶
func (l *LookupIndexRequest) SetCommon(common *RequestCommon) *LookupIndexRequest
func (*LookupIndexRequest) SetIndices ¶
func (l *LookupIndexRequest) SetIndices(indices *IndexSpec) *LookupIndexRequest
func (*LookupIndexRequest) SetLimit ¶
func (l *LookupIndexRequest) SetLimit(limit *int64) *LookupIndexRequest
func (*LookupIndexRequest) SetOrderBy ¶
func (l *LookupIndexRequest) SetOrderBy(orderBy []*OrderBy) *LookupIndexRequest
func (*LookupIndexRequest) SetParts ¶
func (l *LookupIndexRequest) SetParts(parts []nebula0.PartitionID) *LookupIndexRequest
func (*LookupIndexRequest) SetReturnColumns ¶
func (l *LookupIndexRequest) SetReturnColumns(returnColumns [][]byte) *LookupIndexRequest
func (*LookupIndexRequest) SetSpaceID ¶
func (l *LookupIndexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *LookupIndexRequest
func (*LookupIndexRequest) SetStatColumns ¶
func (l *LookupIndexRequest) SetStatColumns(statColumns []*StatProp) *LookupIndexRequest
func (*LookupIndexRequest) String ¶
func (p *LookupIndexRequest) String() string
type LookupIndexRequestBuilder ¶
type LookupIndexRequestBuilder struct {
// contains filtered or unexported fields
}
func NewLookupIndexRequestBuilder ¶
func NewLookupIndexRequestBuilder() *LookupIndexRequestBuilder
func (*LookupIndexRequestBuilder) Common ¶
func (l *LookupIndexRequestBuilder) Common(common *RequestCommon) *LookupIndexRequestBuilder
func (LookupIndexRequestBuilder) Emit ¶
func (p LookupIndexRequestBuilder) Emit() *LookupIndexRequest
func (*LookupIndexRequestBuilder) Indices ¶
func (l *LookupIndexRequestBuilder) Indices(indices *IndexSpec) *LookupIndexRequestBuilder
func (*LookupIndexRequestBuilder) Limit ¶
func (l *LookupIndexRequestBuilder) Limit(limit *int64) *LookupIndexRequestBuilder
func (*LookupIndexRequestBuilder) OrderBy ¶
func (l *LookupIndexRequestBuilder) OrderBy(orderBy []*OrderBy) *LookupIndexRequestBuilder
func (*LookupIndexRequestBuilder) Parts ¶
func (l *LookupIndexRequestBuilder) Parts(parts []nebula0.PartitionID) *LookupIndexRequestBuilder
func (*LookupIndexRequestBuilder) ReturnColumns ¶
func (l *LookupIndexRequestBuilder) ReturnColumns(returnColumns [][]byte) *LookupIndexRequestBuilder
func (*LookupIndexRequestBuilder) SpaceID ¶
func (l *LookupIndexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *LookupIndexRequestBuilder
func (*LookupIndexRequestBuilder) StatColumns ¶
func (l *LookupIndexRequestBuilder) StatColumns(statColumns []*StatProp) *LookupIndexRequestBuilder
type LookupIndexResp ¶
type LookupIndexResp struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Data *nebula0.DataSet `thrift:"data,2,optional" db:"data" json:"data,omitempty"` StatData *nebula0.DataSet `thrift:"stat_data,3,optional" db:"stat_data" json:"stat_data,omitempty"` }
Attributes:
- Result_
- Data
- StatData
var GraphStorageServiceLookupIndexResult_Success_DEFAULT *LookupIndexResp
func NewLookupIndexResp ¶
func NewLookupIndexResp() *LookupIndexResp
func (*LookupIndexResp) GetData ¶
func (p *LookupIndexResp) GetData() *nebula0.DataSet
func (*LookupIndexResp) GetResult_ ¶
func (p *LookupIndexResp) GetResult_() *ResponseCommon
func (*LookupIndexResp) GetStatData ¶
func (p *LookupIndexResp) GetStatData() *nebula0.DataSet
func (*LookupIndexResp) IsSetData ¶
func (p *LookupIndexResp) IsSetData() bool
func (*LookupIndexResp) IsSetResult_ ¶
func (p *LookupIndexResp) IsSetResult_() bool
func (*LookupIndexResp) IsSetStatData ¶
func (p *LookupIndexResp) IsSetStatData() bool
func (*LookupIndexResp) ReadField1 ¶
func (p *LookupIndexResp) ReadField1(iprot thrift.Protocol) error
func (*LookupIndexResp) ReadField2 ¶
func (p *LookupIndexResp) ReadField2(iprot thrift.Protocol) error
func (*LookupIndexResp) ReadField3 ¶
func (p *LookupIndexResp) ReadField3(iprot thrift.Protocol) error
func (*LookupIndexResp) SetData ¶
func (l *LookupIndexResp) SetData(data *nebula0.DataSet) *LookupIndexResp
func (*LookupIndexResp) SetResult_ ¶
func (l *LookupIndexResp) SetResult_(result *ResponseCommon) *LookupIndexResp
func (*LookupIndexResp) SetStatData ¶
func (l *LookupIndexResp) SetStatData(statData *nebula0.DataSet) *LookupIndexResp
func (*LookupIndexResp) String ¶
func (p *LookupIndexResp) String() string
type LookupIndexRespBuilder ¶
type LookupIndexRespBuilder struct {
// contains filtered or unexported fields
}
func NewLookupIndexRespBuilder ¶
func NewLookupIndexRespBuilder() *LookupIndexRespBuilder
func (*LookupIndexRespBuilder) Data ¶
func (l *LookupIndexRespBuilder) Data(data *nebula0.DataSet) *LookupIndexRespBuilder
func (LookupIndexRespBuilder) Emit ¶
func (p LookupIndexRespBuilder) Emit() *LookupIndexResp
func (*LookupIndexRespBuilder) Result_ ¶
func (l *LookupIndexRespBuilder) Result_(result *ResponseCommon) *LookupIndexRespBuilder
func (*LookupIndexRespBuilder) StatData ¶
func (l *LookupIndexRespBuilder) StatData(statData *nebula0.DataSet) *LookupIndexRespBuilder
type MemberChangeReq ¶
type MemberChangeReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` Peer *nebula0.HostAddr `thrift:"peer,3" db:"peer" json:"peer"` Add bool `thrift:"add,4" db:"add" json:"add"` }
Attributes:
- SpaceID
- PartID
- Peer
- Add
var StorageAdminServiceMemberChangeArgs_Req_DEFAULT *MemberChangeReq
func NewMemberChangeReq ¶
func NewMemberChangeReq() *MemberChangeReq
func (*MemberChangeReq) GetAdd ¶
func (p *MemberChangeReq) GetAdd() bool
func (*MemberChangeReq) GetPartID ¶
func (p *MemberChangeReq) GetPartID() nebula0.PartitionID
func (*MemberChangeReq) GetPeer ¶
func (p *MemberChangeReq) GetPeer() *nebula0.HostAddr
func (*MemberChangeReq) GetSpaceID ¶
func (p *MemberChangeReq) GetSpaceID() nebula0.GraphSpaceID
func (*MemberChangeReq) IsSetPeer ¶
func (p *MemberChangeReq) IsSetPeer() bool
func (*MemberChangeReq) ReadField1 ¶
func (p *MemberChangeReq) ReadField1(iprot thrift.Protocol) error
func (*MemberChangeReq) ReadField2 ¶
func (p *MemberChangeReq) ReadField2(iprot thrift.Protocol) error
func (*MemberChangeReq) ReadField3 ¶
func (p *MemberChangeReq) ReadField3(iprot thrift.Protocol) error
func (*MemberChangeReq) ReadField4 ¶
func (p *MemberChangeReq) ReadField4(iprot thrift.Protocol) error
func (*MemberChangeReq) SetAdd ¶
func (m *MemberChangeReq) SetAdd(add bool) *MemberChangeReq
func (*MemberChangeReq) SetPartID ¶
func (m *MemberChangeReq) SetPartID(partID nebula0.PartitionID) *MemberChangeReq
func (*MemberChangeReq) SetPeer ¶
func (m *MemberChangeReq) SetPeer(peer *nebula0.HostAddr) *MemberChangeReq
func (*MemberChangeReq) SetSpaceID ¶
func (m *MemberChangeReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *MemberChangeReq
func (*MemberChangeReq) String ¶
func (p *MemberChangeReq) String() string
type MemberChangeReqBuilder ¶
type MemberChangeReqBuilder struct {
// contains filtered or unexported fields
}
func NewMemberChangeReqBuilder ¶
func NewMemberChangeReqBuilder() *MemberChangeReqBuilder
func (*MemberChangeReqBuilder) Add ¶
func (m *MemberChangeReqBuilder) Add(add bool) *MemberChangeReqBuilder
func (MemberChangeReqBuilder) Emit ¶
func (p MemberChangeReqBuilder) Emit() *MemberChangeReq
func (*MemberChangeReqBuilder) PartID ¶
func (m *MemberChangeReqBuilder) PartID(partID nebula0.PartitionID) *MemberChangeReqBuilder
func (*MemberChangeReqBuilder) Peer ¶
func (m *MemberChangeReqBuilder) Peer(peer *nebula0.HostAddr) *MemberChangeReqBuilder
func (*MemberChangeReqBuilder) SpaceID ¶
func (m *MemberChangeReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *MemberChangeReqBuilder
type NewEdge_ ¶
type NewEdge_ struct { Key *EdgeKey `thrift:"key,1" db:"key" json:"key"` Props []*nebula0.Value `thrift:"props,2" db:"props" json:"props"` }
Attributes:
- Key
- Props
func NewNewEdge_ ¶
func NewNewEdge_() *NewEdge_
type NewEdge_Builder ¶
type NewEdge_Builder struct {
// contains filtered or unexported fields
}
func NewNewEdge_Builder ¶
func NewNewEdge_Builder() *NewEdge_Builder
func (NewEdge_Builder) Emit ¶
func (p NewEdge_Builder) Emit() *NewEdge_
func (*NewEdge_Builder) Key ¶
func (n *NewEdge_Builder) Key(key *EdgeKey) *NewEdge_Builder
func (*NewEdge_Builder) Props ¶
func (n *NewEdge_Builder) Props(props []*nebula0.Value) *NewEdge_Builder
type NewTag_ ¶
type NewTag_ struct { TagID nebula0.TagID `thrift:"tag_id,1" db:"tag_id" json:"tag_id"` Props []*nebula0.Value `thrift:"props,2" db:"props" json:"props"` }
Attributes:
- TagID
- Props
func NewNewTag_ ¶
func NewNewTag_() *NewTag_
type NewTag_Builder ¶
type NewTag_Builder struct {
// contains filtered or unexported fields
}
func NewNewTag_Builder ¶
func NewNewTag_Builder() *NewTag_Builder
func (NewTag_Builder) Emit ¶
func (p NewTag_Builder) Emit() *NewTag_
func (*NewTag_Builder) Props ¶
func (n *NewTag_Builder) Props(props []*nebula0.Value) *NewTag_Builder
func (*NewTag_Builder) TagID ¶
func (n *NewTag_Builder) TagID(tagID nebula0.TagID) *NewTag_Builder
type NewVertex_ ¶
type NewVertex_ struct { Id *nebula0.Value `thrift:"id,1" db:"id" json:"id"` Tags []*NewTag_ `thrift:"tags,2" db:"tags" json:"tags"` }
Attributes:
- Id
- Tags
func NewNewVertex_ ¶
func NewNewVertex_() *NewVertex_
func (*NewVertex_) GetId ¶
func (p *NewVertex_) GetId() *nebula0.Value
func (*NewVertex_) GetTags ¶
func (p *NewVertex_) GetTags() []*NewTag_
func (*NewVertex_) IsSetId ¶
func (p *NewVertex_) IsSetId() bool
func (*NewVertex_) ReadField1 ¶
func (p *NewVertex_) ReadField1(iprot thrift.Protocol) error
func (*NewVertex_) ReadField2 ¶
func (p *NewVertex_) ReadField2(iprot thrift.Protocol) error
func (*NewVertex_) SetId ¶
func (n *NewVertex_) SetId(id *nebula0.Value) *NewVertex_
func (*NewVertex_) SetTags ¶
func (n *NewVertex_) SetTags(tags []*NewTag_) *NewVertex_
func (*NewVertex_) String ¶
func (p *NewVertex_) String() string
type NewVertex_Builder ¶
type NewVertex_Builder struct {
// contains filtered or unexported fields
}
func NewNewVertex_Builder ¶
func NewNewVertex_Builder() *NewVertex_Builder
func (NewVertex_Builder) Emit ¶
func (p NewVertex_Builder) Emit() *NewVertex_
func (*NewVertex_Builder) Id ¶
func (n *NewVertex_Builder) Id(id *nebula0.Value) *NewVertex_Builder
func (*NewVertex_Builder) Tags ¶
func (n *NewVertex_Builder) Tags(tags []*NewTag_) *NewVertex_Builder
type OrderBy ¶
type OrderBy struct { Prop []byte `thrift:"prop,1" db:"prop" json:"prop"` Direction OrderDirection `thrift:"direction,2" db:"direction" json:"direction"` }
Attributes:
- Prop
- Direction
func NewOrderBy ¶
func NewOrderBy() *OrderBy
func (*OrderBy) GetDirection ¶
func (p *OrderBy) GetDirection() OrderDirection
func (*OrderBy) SetDirection ¶
func (o *OrderBy) SetDirection(direction OrderDirection) *OrderBy
type OrderByBuilder ¶
type OrderByBuilder struct {
// contains filtered or unexported fields
}
func NewOrderByBuilder ¶
func NewOrderByBuilder() *OrderByBuilder
func (*OrderByBuilder) Direction ¶
func (o *OrderByBuilder) Direction(direction OrderDirection) *OrderByBuilder
func (OrderByBuilder) Emit ¶
func (p OrderByBuilder) Emit() *OrderBy
func (*OrderByBuilder) Prop ¶
func (o *OrderByBuilder) Prop(prop []byte) *OrderByBuilder
type OrderDirection ¶
type OrderDirection int64
const ( OrderDirection_ASCENDING OrderDirection = 1 OrderDirection_DESCENDING OrderDirection = 2 )
func OrderDirectionFromString ¶
func OrderDirectionFromString(s string) (OrderDirection, error)
func OrderDirectionPtr ¶
func OrderDirectionPtr(v OrderDirection) *OrderDirection
func (OrderDirection) String ¶
func (p OrderDirection) String() string
type PartitionResult_ ¶
type PartitionResult_ struct { Code nebula0.ErrorCode `thrift:"code,1,required" db:"code" json:"code"` PartID nebula0.PartitionID `thrift:"part_id,2,required" db:"part_id" json:"part_id"` Leader *nebula0.HostAddr `thrift:"leader,3,optional" db:"leader" json:"leader,omitempty"` }
Attributes:
- Code
- PartID
- Leader
func NewPartitionResult_ ¶
func NewPartitionResult_() *PartitionResult_
func (*PartitionResult_) GetCode ¶
func (p *PartitionResult_) GetCode() nebula0.ErrorCode
func (*PartitionResult_) GetLeader ¶
func (p *PartitionResult_) GetLeader() *nebula0.HostAddr
func (*PartitionResult_) GetPartID ¶
func (p *PartitionResult_) GetPartID() nebula0.PartitionID
func (*PartitionResult_) IsSetLeader ¶
func (p *PartitionResult_) IsSetLeader() bool
func (*PartitionResult_) ReadField1 ¶
func (p *PartitionResult_) ReadField1(iprot thrift.Protocol) error
func (*PartitionResult_) ReadField2 ¶
func (p *PartitionResult_) ReadField2(iprot thrift.Protocol) error
func (*PartitionResult_) ReadField3 ¶
func (p *PartitionResult_) ReadField3(iprot thrift.Protocol) error
func (*PartitionResult_) SetCode ¶
func (p *PartitionResult_) SetCode(code nebula0.ErrorCode) *PartitionResult_
func (*PartitionResult_) SetLeader ¶
func (p *PartitionResult_) SetLeader(leader *nebula0.HostAddr) *PartitionResult_
func (*PartitionResult_) SetPartID ¶
func (p *PartitionResult_) SetPartID(partID nebula0.PartitionID) *PartitionResult_
func (*PartitionResult_) String ¶
func (p *PartitionResult_) String() string
type PartitionResult_Builder ¶
type PartitionResult_Builder struct {
// contains filtered or unexported fields
}
func NewPartitionResult_Builder ¶
func NewPartitionResult_Builder() *PartitionResult_Builder
func (*PartitionResult_Builder) Code ¶
func (p *PartitionResult_Builder) Code(code nebula0.ErrorCode) *PartitionResult_Builder
func (PartitionResult_Builder) Emit ¶
func (p PartitionResult_Builder) Emit() *PartitionResult_
func (*PartitionResult_Builder) Leader ¶
func (p *PartitionResult_Builder) Leader(leader *nebula0.HostAddr) *PartitionResult_Builder
func (*PartitionResult_Builder) PartID ¶
func (p *PartitionResult_Builder) PartID(partID nebula0.PartitionID) *PartitionResult_Builder
type RebuildIndexRequest ¶
type RebuildIndexRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts []nebula0.PartitionID `thrift:"parts,2" db:"parts" json:"parts"` IndexID nebula0.IndexID `thrift:"index_id,3" db:"index_id" json:"index_id"` }
Attributes:
- SpaceID
- Parts
- IndexID
func NewRebuildIndexRequest ¶
func NewRebuildIndexRequest() *RebuildIndexRequest
func (*RebuildIndexRequest) GetIndexID ¶
func (p *RebuildIndexRequest) GetIndexID() nebula0.IndexID
func (*RebuildIndexRequest) GetParts ¶
func (p *RebuildIndexRequest) GetParts() []nebula0.PartitionID
func (*RebuildIndexRequest) GetSpaceID ¶
func (p *RebuildIndexRequest) GetSpaceID() nebula0.GraphSpaceID
func (*RebuildIndexRequest) ReadField1 ¶
func (p *RebuildIndexRequest) ReadField1(iprot thrift.Protocol) error
func (*RebuildIndexRequest) ReadField2 ¶
func (p *RebuildIndexRequest) ReadField2(iprot thrift.Protocol) error
func (*RebuildIndexRequest) ReadField3 ¶
func (p *RebuildIndexRequest) ReadField3(iprot thrift.Protocol) error
func (*RebuildIndexRequest) SetIndexID ¶
func (r *RebuildIndexRequest) SetIndexID(indexID nebula0.IndexID) *RebuildIndexRequest
func (*RebuildIndexRequest) SetParts ¶
func (r *RebuildIndexRequest) SetParts(parts []nebula0.PartitionID) *RebuildIndexRequest
func (*RebuildIndexRequest) SetSpaceID ¶
func (r *RebuildIndexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *RebuildIndexRequest
func (*RebuildIndexRequest) String ¶
func (p *RebuildIndexRequest) String() string
type RebuildIndexRequestBuilder ¶
type RebuildIndexRequestBuilder struct {
// contains filtered or unexported fields
}
func NewRebuildIndexRequestBuilder ¶
func NewRebuildIndexRequestBuilder() *RebuildIndexRequestBuilder
func (RebuildIndexRequestBuilder) Emit ¶
func (p RebuildIndexRequestBuilder) Emit() *RebuildIndexRequest
func (*RebuildIndexRequestBuilder) IndexID ¶
func (r *RebuildIndexRequestBuilder) IndexID(indexID nebula0.IndexID) *RebuildIndexRequestBuilder
func (*RebuildIndexRequestBuilder) Parts ¶
func (r *RebuildIndexRequestBuilder) Parts(parts []nebula0.PartitionID) *RebuildIndexRequestBuilder
func (*RebuildIndexRequestBuilder) SpaceID ¶
func (r *RebuildIndexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *RebuildIndexRequestBuilder
type RemovePartReq ¶
type RemovePartReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` }
Attributes:
- SpaceID
- PartID
var StorageAdminServiceRemovePartArgs_Req_DEFAULT *RemovePartReq
func NewRemovePartReq ¶
func NewRemovePartReq() *RemovePartReq
func (*RemovePartReq) GetPartID ¶
func (p *RemovePartReq) GetPartID() nebula0.PartitionID
func (*RemovePartReq) GetSpaceID ¶
func (p *RemovePartReq) GetSpaceID() nebula0.GraphSpaceID
func (*RemovePartReq) ReadField1 ¶
func (p *RemovePartReq) ReadField1(iprot thrift.Protocol) error
func (*RemovePartReq) ReadField2 ¶
func (p *RemovePartReq) ReadField2(iprot thrift.Protocol) error
func (*RemovePartReq) SetPartID ¶
func (r *RemovePartReq) SetPartID(partID nebula0.PartitionID) *RemovePartReq
func (*RemovePartReq) SetSpaceID ¶
func (r *RemovePartReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *RemovePartReq
func (*RemovePartReq) String ¶
func (p *RemovePartReq) String() string
type RemovePartReqBuilder ¶
type RemovePartReqBuilder struct {
// contains filtered or unexported fields
}
func NewRemovePartReqBuilder ¶
func NewRemovePartReqBuilder() *RemovePartReqBuilder
func (RemovePartReqBuilder) Emit ¶
func (p RemovePartReqBuilder) Emit() *RemovePartReq
func (*RemovePartReqBuilder) PartID ¶
func (r *RemovePartReqBuilder) PartID(partID nebula0.PartitionID) *RemovePartReqBuilder
func (*RemovePartReqBuilder) SpaceID ¶
func (r *RemovePartReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *RemovePartReqBuilder
type RequestCommon ¶
type RequestCommon struct { SessionID *nebula0.SessionID `thrift:"session_id,1,optional" db:"session_id" json:"session_id,omitempty"` PlanID *nebula0.ExecutionPlanID `thrift:"plan_id,2,optional" db:"plan_id" json:"plan_id,omitempty"` ProfileDetail *bool `thrift:"profile_detail,3,optional" db:"profile_detail" json:"profile_detail,omitempty"` }
Attributes:
- SessionID
- PlanID
- ProfileDetail
var AddEdgesRequest_Common_DEFAULT *RequestCommon
var AddVerticesRequest_Common_DEFAULT *RequestCommon
var DeleteEdgesRequest_Common_DEFAULT *RequestCommon
var DeleteTagsRequest_Common_DEFAULT *RequestCommon
var DeleteVerticesRequest_Common_DEFAULT *RequestCommon
var GetDstBySrcRequest_Common_DEFAULT *RequestCommon
var GetNeighborsRequest_Common_DEFAULT *RequestCommon
var GetPropRequest_Common_DEFAULT *RequestCommon
var GetUUIDReq_Common_DEFAULT *RequestCommon
var LookupAndTraverseRequest_Common_DEFAULT *RequestCommon
var LookupIndexRequest_Common_DEFAULT *RequestCommon
var ScanEdgeRequest_Common_DEFAULT *RequestCommon
var ScanVertexRequest_Common_DEFAULT *RequestCommon
var UpdateEdgeRequest_Common_DEFAULT *RequestCommon
var UpdateVertexRequest_Common_DEFAULT *RequestCommon
func NewRequestCommon ¶
func NewRequestCommon() *RequestCommon
func (*RequestCommon) GetPlanID ¶
func (p *RequestCommon) GetPlanID() nebula0.ExecutionPlanID
func (*RequestCommon) GetProfileDetail ¶
func (p *RequestCommon) GetProfileDetail() bool
func (*RequestCommon) GetSessionID ¶
func (p *RequestCommon) GetSessionID() nebula0.SessionID
func (*RequestCommon) IsSetPlanID ¶
func (p *RequestCommon) IsSetPlanID() bool
func (*RequestCommon) IsSetProfileDetail ¶
func (p *RequestCommon) IsSetProfileDetail() bool
func (*RequestCommon) IsSetSessionID ¶
func (p *RequestCommon) IsSetSessionID() bool
func (*RequestCommon) ReadField1 ¶
func (p *RequestCommon) ReadField1(iprot thrift.Protocol) error
func (*RequestCommon) ReadField2 ¶
func (p *RequestCommon) ReadField2(iprot thrift.Protocol) error
func (*RequestCommon) ReadField3 ¶
func (p *RequestCommon) ReadField3(iprot thrift.Protocol) error
func (*RequestCommon) SetPlanID ¶
func (r *RequestCommon) SetPlanID(planID *nebula0.ExecutionPlanID) *RequestCommon
func (*RequestCommon) SetProfileDetail ¶
func (r *RequestCommon) SetProfileDetail(profileDetail *bool) *RequestCommon
func (*RequestCommon) SetSessionID ¶
func (r *RequestCommon) SetSessionID(sessionID *nebula0.SessionID) *RequestCommon
func (*RequestCommon) String ¶
func (p *RequestCommon) String() string
type RequestCommonBuilder ¶
type RequestCommonBuilder struct {
// contains filtered or unexported fields
}
func NewRequestCommonBuilder ¶
func NewRequestCommonBuilder() *RequestCommonBuilder
func (RequestCommonBuilder) Emit ¶
func (p RequestCommonBuilder) Emit() *RequestCommon
func (*RequestCommonBuilder) PlanID ¶
func (r *RequestCommonBuilder) PlanID(planID *nebula0.ExecutionPlanID) *RequestCommonBuilder
func (*RequestCommonBuilder) ProfileDetail ¶
func (r *RequestCommonBuilder) ProfileDetail(profileDetail *bool) *RequestCommonBuilder
func (*RequestCommonBuilder) SessionID ¶
func (r *RequestCommonBuilder) SessionID(sessionID *nebula0.SessionID) *RequestCommonBuilder
type ResponseCommon ¶
type ResponseCommon struct { FailedParts []*PartitionResult_ `thrift:"failed_parts,1,required" db:"failed_parts" json:"failed_parts"` LatencyInUs int64 `thrift:"latency_in_us,2,required" db:"latency_in_us" json:"latency_in_us"` LatencyDetailUs map[string]int32 `thrift:"latency_detail_us,3,optional" db:"latency_detail_us" json:"latency_detail_us,omitempty"` }
Attributes:
- FailedParts
- LatencyInUs
- LatencyDetailUs
var AdminExecResp_Result__DEFAULT *ResponseCommon
var ExecResponse_Result__DEFAULT *ResponseCommon
var GetDstBySrcResponse_Result__DEFAULT *ResponseCommon
var GetNeighborsResponse_Result__DEFAULT *ResponseCommon
var GetPropResponse_Result__DEFAULT *ResponseCommon
var GetUUIDResp_Result__DEFAULT *ResponseCommon
var KVGetResponse_Result__DEFAULT *ResponseCommon
var ListClusterInfoResp_Result__DEFAULT *ResponseCommon
var LookupIndexResp_Result__DEFAULT *ResponseCommon
var ScanResponse_Result__DEFAULT *ResponseCommon
var UpdateResponse_Result__DEFAULT *ResponseCommon
func NewResponseCommon ¶
func NewResponseCommon() *ResponseCommon
func (*ResponseCommon) GetFailedParts ¶
func (p *ResponseCommon) GetFailedParts() []*PartitionResult_
func (*ResponseCommon) GetLatencyDetailUs ¶
func (p *ResponseCommon) GetLatencyDetailUs() map[string]int32
func (*ResponseCommon) GetLatencyInUs ¶
func (p *ResponseCommon) GetLatencyInUs() int64
func (*ResponseCommon) IsSetLatencyDetailUs ¶
func (p *ResponseCommon) IsSetLatencyDetailUs() bool
func (*ResponseCommon) ReadField1 ¶
func (p *ResponseCommon) ReadField1(iprot thrift.Protocol) error
func (*ResponseCommon) ReadField2 ¶
func (p *ResponseCommon) ReadField2(iprot thrift.Protocol) error
func (*ResponseCommon) ReadField3 ¶
func (p *ResponseCommon) ReadField3(iprot thrift.Protocol) error
func (*ResponseCommon) SetFailedParts ¶
func (r *ResponseCommon) SetFailedParts(failedParts []*PartitionResult_) *ResponseCommon
func (*ResponseCommon) SetLatencyDetailUs ¶
func (r *ResponseCommon) SetLatencyDetailUs(latencyDetailUs map[string]int32) *ResponseCommon
func (*ResponseCommon) SetLatencyInUs ¶
func (r *ResponseCommon) SetLatencyInUs(latencyInUs int64) *ResponseCommon
func (*ResponseCommon) String ¶
func (p *ResponseCommon) String() string
type ResponseCommonBuilder ¶
type ResponseCommonBuilder struct {
// contains filtered or unexported fields
}
func NewResponseCommonBuilder ¶
func NewResponseCommonBuilder() *ResponseCommonBuilder
func (ResponseCommonBuilder) Emit ¶
func (p ResponseCommonBuilder) Emit() *ResponseCommon
func (*ResponseCommonBuilder) FailedParts ¶
func (r *ResponseCommonBuilder) FailedParts(failedParts []*PartitionResult_) *ResponseCommonBuilder
func (*ResponseCommonBuilder) LatencyDetailUs ¶
func (r *ResponseCommonBuilder) LatencyDetailUs(latencyDetailUs map[string]int32) *ResponseCommonBuilder
func (*ResponseCommonBuilder) LatencyInUs ¶
func (r *ResponseCommonBuilder) LatencyInUs(latencyInUs int64) *ResponseCommonBuilder
type ScanCursor ¶
type ScanCursor struct {
NextCursor []byte `thrift:"next_cursor,1,optional" db:"next_cursor" json:"next_cursor,omitempty"`
}
Attributes:
- NextCursor
func NewScanCursor ¶
func NewScanCursor() *ScanCursor
func (*ScanCursor) GetNextCursor ¶
func (p *ScanCursor) GetNextCursor() []byte
func (*ScanCursor) IsSetNextCursor ¶
func (p *ScanCursor) IsSetNextCursor() bool
func (*ScanCursor) ReadField1 ¶
func (p *ScanCursor) ReadField1(iprot thrift.Protocol) error
func (*ScanCursor) SetNextCursor ¶
func (s *ScanCursor) SetNextCursor(nextCursor []byte) *ScanCursor
func (*ScanCursor) String ¶
func (p *ScanCursor) String() string
type ScanCursorBuilder ¶
type ScanCursorBuilder struct {
// contains filtered or unexported fields
}
func NewScanCursorBuilder ¶
func NewScanCursorBuilder() *ScanCursorBuilder
func (ScanCursorBuilder) Emit ¶
func (p ScanCursorBuilder) Emit() *ScanCursor
func (*ScanCursorBuilder) NextCursor ¶
func (s *ScanCursorBuilder) NextCursor(nextCursor []byte) *ScanCursorBuilder
type ScanEdgeRequest ¶
type ScanEdgeRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID]*ScanCursor `thrift:"parts,2" db:"parts" json:"parts"` ReturnColumns []*EdgeProp `thrift:"return_columns,3" db:"return_columns" json:"return_columns"` Limit int64 `thrift:"limit,4" db:"limit" json:"limit"` StartTime *int64 `thrift:"start_time,5,optional" db:"start_time" json:"start_time,omitempty"` EndTime *int64 `thrift:"end_time,6,optional" db:"end_time" json:"end_time,omitempty"` Filter []byte `thrift:"filter,7,optional" db:"filter" json:"filter,omitempty"` OnlyLatestVersion bool `thrift:"only_latest_version,8" db:"only_latest_version" json:"only_latest_version"` EnableReadFromFollower bool `thrift:"enable_read_from_follower,9" db:"enable_read_from_follower" json:"enable_read_from_follower"` Common *RequestCommon `thrift:"common,10,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- ReturnColumns
- Limit
- StartTime
- EndTime
- Filter
- OnlyLatestVersion
- EnableReadFromFollower
- Common
var GraphStorageServiceScanEdgeArgs_Req_DEFAULT *ScanEdgeRequest
func NewScanEdgeRequest ¶
func NewScanEdgeRequest() *ScanEdgeRequest
func (*ScanEdgeRequest) GetCommon ¶
func (p *ScanEdgeRequest) GetCommon() *RequestCommon
func (*ScanEdgeRequest) GetEnableReadFromFollower ¶
func (p *ScanEdgeRequest) GetEnableReadFromFollower() bool
func (*ScanEdgeRequest) GetEndTime ¶
func (p *ScanEdgeRequest) GetEndTime() int64
func (*ScanEdgeRequest) GetFilter ¶
func (p *ScanEdgeRequest) GetFilter() []byte
func (*ScanEdgeRequest) GetLimit ¶
func (p *ScanEdgeRequest) GetLimit() int64
func (*ScanEdgeRequest) GetOnlyLatestVersion ¶
func (p *ScanEdgeRequest) GetOnlyLatestVersion() bool
func (*ScanEdgeRequest) GetParts ¶
func (p *ScanEdgeRequest) GetParts() map[nebula0.PartitionID]*ScanCursor
func (*ScanEdgeRequest) GetReturnColumns ¶
func (p *ScanEdgeRequest) GetReturnColumns() []*EdgeProp
func (*ScanEdgeRequest) GetSpaceID ¶
func (p *ScanEdgeRequest) GetSpaceID() nebula0.GraphSpaceID
func (*ScanEdgeRequest) GetStartTime ¶
func (p *ScanEdgeRequest) GetStartTime() int64
func (*ScanEdgeRequest) IsSetCommon ¶
func (p *ScanEdgeRequest) IsSetCommon() bool
func (*ScanEdgeRequest) IsSetEndTime ¶
func (p *ScanEdgeRequest) IsSetEndTime() bool
func (*ScanEdgeRequest) IsSetFilter ¶
func (p *ScanEdgeRequest) IsSetFilter() bool
func (*ScanEdgeRequest) IsSetStartTime ¶
func (p *ScanEdgeRequest) IsSetStartTime() bool
func (*ScanEdgeRequest) ReadField1 ¶
func (p *ScanEdgeRequest) ReadField1(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField10 ¶
func (p *ScanEdgeRequest) ReadField10(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField2 ¶
func (p *ScanEdgeRequest) ReadField2(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField3 ¶
func (p *ScanEdgeRequest) ReadField3(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField4 ¶
func (p *ScanEdgeRequest) ReadField4(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField5 ¶
func (p *ScanEdgeRequest) ReadField5(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField6 ¶
func (p *ScanEdgeRequest) ReadField6(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField7 ¶
func (p *ScanEdgeRequest) ReadField7(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField8 ¶
func (p *ScanEdgeRequest) ReadField8(iprot thrift.Protocol) error
func (*ScanEdgeRequest) ReadField9 ¶
func (p *ScanEdgeRequest) ReadField9(iprot thrift.Protocol) error
func (*ScanEdgeRequest) SetCommon ¶
func (s *ScanEdgeRequest) SetCommon(common *RequestCommon) *ScanEdgeRequest
func (*ScanEdgeRequest) SetEnableReadFromFollower ¶
func (s *ScanEdgeRequest) SetEnableReadFromFollower(enableReadFromFollower bool) *ScanEdgeRequest
func (*ScanEdgeRequest) SetEndTime ¶
func (s *ScanEdgeRequest) SetEndTime(endTime *int64) *ScanEdgeRequest
func (*ScanEdgeRequest) SetFilter ¶
func (s *ScanEdgeRequest) SetFilter(filter []byte) *ScanEdgeRequest
func (*ScanEdgeRequest) SetLimit ¶
func (s *ScanEdgeRequest) SetLimit(limit int64) *ScanEdgeRequest
func (*ScanEdgeRequest) SetOnlyLatestVersion ¶
func (s *ScanEdgeRequest) SetOnlyLatestVersion(onlyLatestVersion bool) *ScanEdgeRequest
func (*ScanEdgeRequest) SetParts ¶
func (s *ScanEdgeRequest) SetParts(parts map[nebula0.PartitionID]*ScanCursor) *ScanEdgeRequest
func (*ScanEdgeRequest) SetReturnColumns ¶
func (s *ScanEdgeRequest) SetReturnColumns(returnColumns []*EdgeProp) *ScanEdgeRequest
func (*ScanEdgeRequest) SetSpaceID ¶
func (s *ScanEdgeRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ScanEdgeRequest
func (*ScanEdgeRequest) SetStartTime ¶
func (s *ScanEdgeRequest) SetStartTime(startTime *int64) *ScanEdgeRequest
func (*ScanEdgeRequest) String ¶
func (p *ScanEdgeRequest) String() string
type ScanEdgeRequestBuilder ¶
type ScanEdgeRequestBuilder struct {
// contains filtered or unexported fields
}
func NewScanEdgeRequestBuilder ¶
func NewScanEdgeRequestBuilder() *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) Common ¶
func (s *ScanEdgeRequestBuilder) Common(common *RequestCommon) *ScanEdgeRequestBuilder
func (ScanEdgeRequestBuilder) Emit ¶
func (p ScanEdgeRequestBuilder) Emit() *ScanEdgeRequest
func (*ScanEdgeRequestBuilder) EnableReadFromFollower ¶
func (s *ScanEdgeRequestBuilder) EnableReadFromFollower(enableReadFromFollower bool) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) EndTime ¶
func (s *ScanEdgeRequestBuilder) EndTime(endTime *int64) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) Filter ¶
func (s *ScanEdgeRequestBuilder) Filter(filter []byte) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) Limit ¶
func (s *ScanEdgeRequestBuilder) Limit(limit int64) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) OnlyLatestVersion ¶
func (s *ScanEdgeRequestBuilder) OnlyLatestVersion(onlyLatestVersion bool) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) Parts ¶
func (s *ScanEdgeRequestBuilder) Parts(parts map[nebula0.PartitionID]*ScanCursor) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) ReturnColumns ¶
func (s *ScanEdgeRequestBuilder) ReturnColumns(returnColumns []*EdgeProp) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) SpaceID ¶
func (s *ScanEdgeRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ScanEdgeRequestBuilder
func (*ScanEdgeRequestBuilder) StartTime ¶
func (s *ScanEdgeRequestBuilder) StartTime(startTime *int64) *ScanEdgeRequestBuilder
type ScanResponse ¶
type ScanResponse struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Props *nebula0.DataSet `thrift:"props,2,optional" db:"props" json:"props,omitempty"` Cursors map[nebula0.PartitionID]*ScanCursor `thrift:"cursors,3" db:"cursors" json:"cursors"` }
Attributes:
- Result_
- Props
- Cursors
var GraphStorageServiceScanEdgeResult_Success_DEFAULT *ScanResponse
var GraphStorageServiceScanVertexResult_Success_DEFAULT *ScanResponse
func NewScanResponse ¶
func NewScanResponse() *ScanResponse
func (*ScanResponse) GetCursors ¶
func (p *ScanResponse) GetCursors() map[nebula0.PartitionID]*ScanCursor
func (*ScanResponse) GetProps ¶
func (p *ScanResponse) GetProps() *nebula0.DataSet
func (*ScanResponse) GetResult_ ¶
func (p *ScanResponse) GetResult_() *ResponseCommon
func (*ScanResponse) IsSetProps ¶
func (p *ScanResponse) IsSetProps() bool
func (*ScanResponse) IsSetResult_ ¶
func (p *ScanResponse) IsSetResult_() bool
func (*ScanResponse) ReadField1 ¶
func (p *ScanResponse) ReadField1(iprot thrift.Protocol) error
func (*ScanResponse) ReadField2 ¶
func (p *ScanResponse) ReadField2(iprot thrift.Protocol) error
func (*ScanResponse) ReadField3 ¶
func (p *ScanResponse) ReadField3(iprot thrift.Protocol) error
func (*ScanResponse) SetCursors ¶
func (s *ScanResponse) SetCursors(cursors map[nebula0.PartitionID]*ScanCursor) *ScanResponse
func (*ScanResponse) SetProps ¶
func (s *ScanResponse) SetProps(props *nebula0.DataSet) *ScanResponse
func (*ScanResponse) SetResult_ ¶
func (s *ScanResponse) SetResult_(result *ResponseCommon) *ScanResponse
func (*ScanResponse) String ¶
func (p *ScanResponse) String() string
type ScanResponseBuilder ¶
type ScanResponseBuilder struct {
// contains filtered or unexported fields
}
func NewScanResponseBuilder ¶
func NewScanResponseBuilder() *ScanResponseBuilder
func (*ScanResponseBuilder) Cursors ¶
func (s *ScanResponseBuilder) Cursors(cursors map[nebula0.PartitionID]*ScanCursor) *ScanResponseBuilder
func (ScanResponseBuilder) Emit ¶
func (p ScanResponseBuilder) Emit() *ScanResponse
func (*ScanResponseBuilder) Props ¶
func (s *ScanResponseBuilder) Props(props *nebula0.DataSet) *ScanResponseBuilder
func (*ScanResponseBuilder) Result_ ¶
func (s *ScanResponseBuilder) Result_(result *ResponseCommon) *ScanResponseBuilder
type ScanVertexRequest ¶
type ScanVertexRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts map[nebula0.PartitionID]*ScanCursor `thrift:"parts,2" db:"parts" json:"parts"` ReturnColumns []*VertexProp `thrift:"return_columns,3" db:"return_columns" json:"return_columns"` Limit int64 `thrift:"limit,4" db:"limit" json:"limit"` StartTime *int64 `thrift:"start_time,5,optional" db:"start_time" json:"start_time,omitempty"` EndTime *int64 `thrift:"end_time,6,optional" db:"end_time" json:"end_time,omitempty"` Filter []byte `thrift:"filter,7,optional" db:"filter" json:"filter,omitempty"` OnlyLatestVersion bool `thrift:"only_latest_version,8" db:"only_latest_version" json:"only_latest_version"` EnableReadFromFollower bool `thrift:"enable_read_from_follower,9" db:"enable_read_from_follower" json:"enable_read_from_follower"` Common *RequestCommon `thrift:"common,10,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- Parts
- ReturnColumns
- Limit
- StartTime
- EndTime
- Filter
- OnlyLatestVersion
- EnableReadFromFollower
- Common
var GraphStorageServiceScanVertexArgs_Req_DEFAULT *ScanVertexRequest
func NewScanVertexRequest ¶
func NewScanVertexRequest() *ScanVertexRequest
func (*ScanVertexRequest) GetCommon ¶
func (p *ScanVertexRequest) GetCommon() *RequestCommon
func (*ScanVertexRequest) GetEnableReadFromFollower ¶
func (p *ScanVertexRequest) GetEnableReadFromFollower() bool
func (*ScanVertexRequest) GetEndTime ¶
func (p *ScanVertexRequest) GetEndTime() int64
func (*ScanVertexRequest) GetFilter ¶
func (p *ScanVertexRequest) GetFilter() []byte
func (*ScanVertexRequest) GetLimit ¶
func (p *ScanVertexRequest) GetLimit() int64
func (*ScanVertexRequest) GetOnlyLatestVersion ¶
func (p *ScanVertexRequest) GetOnlyLatestVersion() bool
func (*ScanVertexRequest) GetParts ¶
func (p *ScanVertexRequest) GetParts() map[nebula0.PartitionID]*ScanCursor
func (*ScanVertexRequest) GetReturnColumns ¶
func (p *ScanVertexRequest) GetReturnColumns() []*VertexProp
func (*ScanVertexRequest) GetSpaceID ¶
func (p *ScanVertexRequest) GetSpaceID() nebula0.GraphSpaceID
func (*ScanVertexRequest) GetStartTime ¶
func (p *ScanVertexRequest) GetStartTime() int64
func (*ScanVertexRequest) IsSetCommon ¶
func (p *ScanVertexRequest) IsSetCommon() bool
func (*ScanVertexRequest) IsSetEndTime ¶
func (p *ScanVertexRequest) IsSetEndTime() bool
func (*ScanVertexRequest) IsSetFilter ¶
func (p *ScanVertexRequest) IsSetFilter() bool
func (*ScanVertexRequest) IsSetStartTime ¶
func (p *ScanVertexRequest) IsSetStartTime() bool
func (*ScanVertexRequest) ReadField1 ¶
func (p *ScanVertexRequest) ReadField1(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField10 ¶
func (p *ScanVertexRequest) ReadField10(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField2 ¶
func (p *ScanVertexRequest) ReadField2(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField3 ¶
func (p *ScanVertexRequest) ReadField3(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField4 ¶
func (p *ScanVertexRequest) ReadField4(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField5 ¶
func (p *ScanVertexRequest) ReadField5(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField6 ¶
func (p *ScanVertexRequest) ReadField6(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField7 ¶
func (p *ScanVertexRequest) ReadField7(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField8 ¶
func (p *ScanVertexRequest) ReadField8(iprot thrift.Protocol) error
func (*ScanVertexRequest) ReadField9 ¶
func (p *ScanVertexRequest) ReadField9(iprot thrift.Protocol) error
func (*ScanVertexRequest) SetCommon ¶
func (s *ScanVertexRequest) SetCommon(common *RequestCommon) *ScanVertexRequest
func (*ScanVertexRequest) SetEnableReadFromFollower ¶
func (s *ScanVertexRequest) SetEnableReadFromFollower(enableReadFromFollower bool) *ScanVertexRequest
func (*ScanVertexRequest) SetEndTime ¶
func (s *ScanVertexRequest) SetEndTime(endTime *int64) *ScanVertexRequest
func (*ScanVertexRequest) SetFilter ¶
func (s *ScanVertexRequest) SetFilter(filter []byte) *ScanVertexRequest
func (*ScanVertexRequest) SetLimit ¶
func (s *ScanVertexRequest) SetLimit(limit int64) *ScanVertexRequest
func (*ScanVertexRequest) SetOnlyLatestVersion ¶
func (s *ScanVertexRequest) SetOnlyLatestVersion(onlyLatestVersion bool) *ScanVertexRequest
func (*ScanVertexRequest) SetParts ¶
func (s *ScanVertexRequest) SetParts(parts map[nebula0.PartitionID]*ScanCursor) *ScanVertexRequest
func (*ScanVertexRequest) SetReturnColumns ¶
func (s *ScanVertexRequest) SetReturnColumns(returnColumns []*VertexProp) *ScanVertexRequest
func (*ScanVertexRequest) SetSpaceID ¶
func (s *ScanVertexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *ScanVertexRequest
func (*ScanVertexRequest) SetStartTime ¶
func (s *ScanVertexRequest) SetStartTime(startTime *int64) *ScanVertexRequest
func (*ScanVertexRequest) String ¶
func (p *ScanVertexRequest) String() string
type ScanVertexRequestBuilder ¶
type ScanVertexRequestBuilder struct {
// contains filtered or unexported fields
}
func NewScanVertexRequestBuilder ¶
func NewScanVertexRequestBuilder() *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) Common ¶
func (s *ScanVertexRequestBuilder) Common(common *RequestCommon) *ScanVertexRequestBuilder
func (ScanVertexRequestBuilder) Emit ¶
func (p ScanVertexRequestBuilder) Emit() *ScanVertexRequest
func (*ScanVertexRequestBuilder) EnableReadFromFollower ¶
func (s *ScanVertexRequestBuilder) EnableReadFromFollower(enableReadFromFollower bool) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) EndTime ¶
func (s *ScanVertexRequestBuilder) EndTime(endTime *int64) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) Filter ¶
func (s *ScanVertexRequestBuilder) Filter(filter []byte) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) Limit ¶
func (s *ScanVertexRequestBuilder) Limit(limit int64) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) OnlyLatestVersion ¶
func (s *ScanVertexRequestBuilder) OnlyLatestVersion(onlyLatestVersion bool) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) Parts ¶
func (s *ScanVertexRequestBuilder) Parts(parts map[nebula0.PartitionID]*ScanCursor) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) ReturnColumns ¶
func (s *ScanVertexRequestBuilder) ReturnColumns(returnColumns []*VertexProp) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) SpaceID ¶
func (s *ScanVertexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *ScanVertexRequestBuilder
func (*ScanVertexRequestBuilder) StartTime ¶
func (s *ScanVertexRequestBuilder) StartTime(startTime *int64) *ScanVertexRequestBuilder
type StatProp ¶
type StatProp struct { Alias []byte `thrift:"alias,1" db:"alias" json:"alias"` Prop []byte `thrift:"prop,2" db:"prop" json:"prop"` Stat StatType `thrift:"stat,3" db:"stat" json:"stat"` }
Attributes:
- Alias
- Prop
- Stat
func NewStatProp ¶
func NewStatProp() *StatProp
type StatPropBuilder ¶
type StatPropBuilder struct {
// contains filtered or unexported fields
}
func NewStatPropBuilder ¶
func NewStatPropBuilder() *StatPropBuilder
func (*StatPropBuilder) Alias ¶
func (s *StatPropBuilder) Alias(alias []byte) *StatPropBuilder
func (StatPropBuilder) Emit ¶
func (p StatPropBuilder) Emit() *StatProp
func (*StatPropBuilder) Prop ¶
func (s *StatPropBuilder) Prop(prop []byte) *StatPropBuilder
func (*StatPropBuilder) Stat ¶
func (s *StatPropBuilder) Stat(stat StatType) *StatPropBuilder
type StopTaskRequest ¶ added in v3.1.0
type StopTaskRequest struct { JobID int32 `thrift:"job_id,1" db:"job_id" json:"job_id"` TaskID int32 `thrift:"task_id,2" db:"task_id" json:"task_id"` }
Attributes:
- JobID
- TaskID
var StorageAdminServiceStopAdminTaskArgs_Req_DEFAULT *StopTaskRequest
func NewStopTaskRequest ¶ added in v3.1.0
func NewStopTaskRequest() *StopTaskRequest
func (*StopTaskRequest) GetJobID ¶ added in v3.1.0
func (p *StopTaskRequest) GetJobID() int32
func (*StopTaskRequest) GetTaskID ¶ added in v3.1.0
func (p *StopTaskRequest) GetTaskID() int32
func (*StopTaskRequest) Read ¶ added in v3.1.0
func (p *StopTaskRequest) Read(iprot thrift.Protocol) error
func (*StopTaskRequest) ReadField1 ¶ added in v3.1.0
func (p *StopTaskRequest) ReadField1(iprot thrift.Protocol) error
func (*StopTaskRequest) ReadField2 ¶ added in v3.1.0
func (p *StopTaskRequest) ReadField2(iprot thrift.Protocol) error
func (*StopTaskRequest) SetJobID ¶ added in v3.1.0
func (s *StopTaskRequest) SetJobID(jobID int32) *StopTaskRequest
func (*StopTaskRequest) SetTaskID ¶ added in v3.1.0
func (s *StopTaskRequest) SetTaskID(taskID int32) *StopTaskRequest
func (*StopTaskRequest) String ¶ added in v3.1.0
func (p *StopTaskRequest) String() string
type StopTaskRequestBuilder ¶ added in v3.1.0
type StopTaskRequestBuilder struct {
// contains filtered or unexported fields
}
func NewStopTaskRequestBuilder ¶ added in v3.1.0
func NewStopTaskRequestBuilder() *StopTaskRequestBuilder
func (StopTaskRequestBuilder) Emit ¶ added in v3.1.0
func (p StopTaskRequestBuilder) Emit() *StopTaskRequest
func (*StopTaskRequestBuilder) JobID ¶ added in v3.1.0
func (s *StopTaskRequestBuilder) JobID(jobID int32) *StopTaskRequestBuilder
func (*StopTaskRequestBuilder) TaskID ¶ added in v3.1.0
func (s *StopTaskRequestBuilder) TaskID(taskID int32) *StopTaskRequestBuilder
type StopTaskResp ¶ added in v3.1.0
Attributes:
- Code
var StorageAdminServiceStopAdminTaskResult_Success_DEFAULT *StopTaskResp
func NewStopTaskResp ¶ added in v3.1.0
func NewStopTaskResp() *StopTaskResp
func (*StopTaskResp) GetCode ¶ added in v3.1.0
func (p *StopTaskResp) GetCode() nebula0.ErrorCode
func (*StopTaskResp) Read ¶ added in v3.1.0
func (p *StopTaskResp) Read(iprot thrift.Protocol) error
func (*StopTaskResp) ReadField1 ¶ added in v3.1.0
func (p *StopTaskResp) ReadField1(iprot thrift.Protocol) error
func (*StopTaskResp) SetCode ¶ added in v3.1.0
func (s *StopTaskResp) SetCode(code nebula0.ErrorCode) *StopTaskResp
func (*StopTaskResp) String ¶ added in v3.1.0
func (p *StopTaskResp) String() string
type StopTaskRespBuilder ¶ added in v3.1.0
type StopTaskRespBuilder struct {
// contains filtered or unexported fields
}
func NewStopTaskRespBuilder ¶ added in v3.1.0
func NewStopTaskRespBuilder() *StopTaskRespBuilder
func (*StopTaskRespBuilder) Code ¶ added in v3.1.0
func (s *StopTaskRespBuilder) Code(code nebula0.ErrorCode) *StopTaskRespBuilder
func (StopTaskRespBuilder) Emit ¶ added in v3.1.0
func (p StopTaskRespBuilder) Emit() *StopTaskResp
type StorageAdminService ¶
type StorageAdminService interface { // Parameters: // - Req TransLeader(ctx context.Context, req *TransLeaderReq) (_r *AdminExecResp, err error) // Parameters: // - Req AddPart(ctx context.Context, req *AddPartReq) (_r *AdminExecResp, err error) // Parameters: // - Req AddLearner(ctx context.Context, req *AddLearnerReq) (_r *AdminExecResp, err error) // Parameters: // - Req RemovePart(ctx context.Context, req *RemovePartReq) (_r *AdminExecResp, err error) // Parameters: // - Req MemberChange(ctx context.Context, req *MemberChangeReq) (_r *AdminExecResp, err error) // Parameters: // - Req WaitingForCatchUpData(ctx context.Context, req *CatchUpDataReq) (_r *AdminExecResp, err error) // Parameters: // - Req CreateCheckpoint(ctx context.Context, req *CreateCPRequest) (_r *CreateCPResp, err error) // Parameters: // - Req DropCheckpoint(ctx context.Context, req *DropCPRequest) (_r *DropCPResp, err error) // Parameters: // - Req BlockingWrites(ctx context.Context, req *BlockingSignRequest) (_r *BlockingSignResp, err error) // Parameters: // - Req GetLeaderParts(ctx context.Context, req *GetLeaderReq) (_r *GetLeaderPartsResp, err error) // Parameters: // - Req CheckPeers(ctx context.Context, req *CheckPeersReq) (_r *AdminExecResp, err error) // Parameters: // - Req AddAdminTask(ctx context.Context, req *AddTaskRequest) (_r *AddTaskResp, err error) // Parameters: // - Req StopAdminTask(ctx context.Context, req *StopTaskRequest) (_r *StopTaskResp, err error) // Parameters: // - Req ClearSpace(ctx context.Context, req *ClearSpaceReq) (_r *ClearSpaceResp, err error) }
type StorageAdminServiceAddAdminTaskArgs ¶
type StorageAdminServiceAddAdminTaskArgs struct { thrift.IRequest Req *AddTaskRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceAddAdminTaskArgs ¶
func NewStorageAdminServiceAddAdminTaskArgs() *StorageAdminServiceAddAdminTaskArgs
func (*StorageAdminServiceAddAdminTaskArgs) GetReq ¶
func (p *StorageAdminServiceAddAdminTaskArgs) GetReq() *AddTaskRequest
func (*StorageAdminServiceAddAdminTaskArgs) IsSetReq ¶
func (p *StorageAdminServiceAddAdminTaskArgs) IsSetReq() bool
func (*StorageAdminServiceAddAdminTaskArgs) Read ¶
func (p *StorageAdminServiceAddAdminTaskArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceAddAdminTaskArgs) ReadField1 ¶
func (p *StorageAdminServiceAddAdminTaskArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceAddAdminTaskArgs) SetReq ¶
func (s *StorageAdminServiceAddAdminTaskArgs) SetReq(req *AddTaskRequest) *StorageAdminServiceAddAdminTaskArgs
func (*StorageAdminServiceAddAdminTaskArgs) String ¶
func (p *StorageAdminServiceAddAdminTaskArgs) String() string
type StorageAdminServiceAddAdminTaskArgsBuilder ¶
type StorageAdminServiceAddAdminTaskArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceAddAdminTaskArgsBuilder ¶
func NewStorageAdminServiceAddAdminTaskArgsBuilder() *StorageAdminServiceAddAdminTaskArgsBuilder
type StorageAdminServiceAddAdminTaskResult ¶
type StorageAdminServiceAddAdminTaskResult struct { thrift.IResponse Success *AddTaskResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceAddAdminTaskResult ¶
func NewStorageAdminServiceAddAdminTaskResult() *StorageAdminServiceAddAdminTaskResult
func (*StorageAdminServiceAddAdminTaskResult) Exception ¶
func (p *StorageAdminServiceAddAdminTaskResult) Exception() thrift.WritableException
func (*StorageAdminServiceAddAdminTaskResult) GetSuccess ¶
func (p *StorageAdminServiceAddAdminTaskResult) GetSuccess() *AddTaskResp
func (*StorageAdminServiceAddAdminTaskResult) IsSetSuccess ¶
func (p *StorageAdminServiceAddAdminTaskResult) IsSetSuccess() bool
func (*StorageAdminServiceAddAdminTaskResult) Read ¶
func (p *StorageAdminServiceAddAdminTaskResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceAddAdminTaskResult) ReadField0 ¶
func (p *StorageAdminServiceAddAdminTaskResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceAddAdminTaskResult) SetSuccess ¶
func (s *StorageAdminServiceAddAdminTaskResult) SetSuccess(success *AddTaskResp) *StorageAdminServiceAddAdminTaskResult
func (*StorageAdminServiceAddAdminTaskResult) String ¶
func (p *StorageAdminServiceAddAdminTaskResult) String() string
type StorageAdminServiceAddAdminTaskResultBuilder ¶
type StorageAdminServiceAddAdminTaskResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceAddAdminTaskResultBuilder ¶
func NewStorageAdminServiceAddAdminTaskResultBuilder() *StorageAdminServiceAddAdminTaskResultBuilder
func (*StorageAdminServiceAddAdminTaskResultBuilder) Success ¶
func (s *StorageAdminServiceAddAdminTaskResultBuilder) Success(success *AddTaskResp) *StorageAdminServiceAddAdminTaskResultBuilder
type StorageAdminServiceAddLearnerArgs ¶
type StorageAdminServiceAddLearnerArgs struct { thrift.IRequest Req *AddLearnerReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceAddLearnerArgs ¶
func NewStorageAdminServiceAddLearnerArgs() *StorageAdminServiceAddLearnerArgs
func (*StorageAdminServiceAddLearnerArgs) GetReq ¶
func (p *StorageAdminServiceAddLearnerArgs) GetReq() *AddLearnerReq
func (*StorageAdminServiceAddLearnerArgs) IsSetReq ¶
func (p *StorageAdminServiceAddLearnerArgs) IsSetReq() bool
func (*StorageAdminServiceAddLearnerArgs) Read ¶
func (p *StorageAdminServiceAddLearnerArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceAddLearnerArgs) ReadField1 ¶
func (p *StorageAdminServiceAddLearnerArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceAddLearnerArgs) SetReq ¶
func (s *StorageAdminServiceAddLearnerArgs) SetReq(req *AddLearnerReq) *StorageAdminServiceAddLearnerArgs
func (*StorageAdminServiceAddLearnerArgs) String ¶
func (p *StorageAdminServiceAddLearnerArgs) String() string
type StorageAdminServiceAddLearnerArgsBuilder ¶
type StorageAdminServiceAddLearnerArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceAddLearnerArgsBuilder ¶
func NewStorageAdminServiceAddLearnerArgsBuilder() *StorageAdminServiceAddLearnerArgsBuilder
type StorageAdminServiceAddLearnerResult ¶
type StorageAdminServiceAddLearnerResult struct { thrift.IResponse Success *AdminExecResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceAddLearnerResult ¶
func NewStorageAdminServiceAddLearnerResult() *StorageAdminServiceAddLearnerResult
func (*StorageAdminServiceAddLearnerResult) Exception ¶
func (p *StorageAdminServiceAddLearnerResult) Exception() thrift.WritableException
func (*StorageAdminServiceAddLearnerResult) GetSuccess ¶
func (p *StorageAdminServiceAddLearnerResult) GetSuccess() *AdminExecResp
func (*StorageAdminServiceAddLearnerResult) IsSetSuccess ¶
func (p *StorageAdminServiceAddLearnerResult) IsSetSuccess() bool
func (*StorageAdminServiceAddLearnerResult) Read ¶
func (p *StorageAdminServiceAddLearnerResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceAddLearnerResult) ReadField0 ¶
func (p *StorageAdminServiceAddLearnerResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceAddLearnerResult) SetSuccess ¶
func (s *StorageAdminServiceAddLearnerResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceAddLearnerResult
func (*StorageAdminServiceAddLearnerResult) String ¶
func (p *StorageAdminServiceAddLearnerResult) String() string
type StorageAdminServiceAddLearnerResultBuilder ¶
type StorageAdminServiceAddLearnerResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceAddLearnerResultBuilder ¶
func NewStorageAdminServiceAddLearnerResultBuilder() *StorageAdminServiceAddLearnerResultBuilder
func (*StorageAdminServiceAddLearnerResultBuilder) Success ¶
func (s *StorageAdminServiceAddLearnerResultBuilder) Success(success *AdminExecResp) *StorageAdminServiceAddLearnerResultBuilder
type StorageAdminServiceAddPartArgs ¶
type StorageAdminServiceAddPartArgs struct { thrift.IRequest Req *AddPartReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceAddPartArgs ¶
func NewStorageAdminServiceAddPartArgs() *StorageAdminServiceAddPartArgs
func (*StorageAdminServiceAddPartArgs) GetReq ¶
func (p *StorageAdminServiceAddPartArgs) GetReq() *AddPartReq
func (*StorageAdminServiceAddPartArgs) IsSetReq ¶
func (p *StorageAdminServiceAddPartArgs) IsSetReq() bool
func (*StorageAdminServiceAddPartArgs) Read ¶
func (p *StorageAdminServiceAddPartArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceAddPartArgs) ReadField1 ¶
func (p *StorageAdminServiceAddPartArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceAddPartArgs) SetReq ¶
func (s *StorageAdminServiceAddPartArgs) SetReq(req *AddPartReq) *StorageAdminServiceAddPartArgs
func (*StorageAdminServiceAddPartArgs) String ¶
func (p *StorageAdminServiceAddPartArgs) String() string
type StorageAdminServiceAddPartArgsBuilder ¶
type StorageAdminServiceAddPartArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceAddPartArgsBuilder ¶
func NewStorageAdminServiceAddPartArgsBuilder() *StorageAdminServiceAddPartArgsBuilder
func (StorageAdminServiceAddPartArgsBuilder) Emit ¶
func (p StorageAdminServiceAddPartArgsBuilder) Emit() *StorageAdminServiceAddPartArgs
func (*StorageAdminServiceAddPartArgsBuilder) Req ¶
func (s *StorageAdminServiceAddPartArgsBuilder) Req(req *AddPartReq) *StorageAdminServiceAddPartArgsBuilder
type StorageAdminServiceAddPartResult ¶
type StorageAdminServiceAddPartResult struct { thrift.IResponse Success *AdminExecResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceAddPartResult ¶
func NewStorageAdminServiceAddPartResult() *StorageAdminServiceAddPartResult
func (*StorageAdminServiceAddPartResult) Exception ¶
func (p *StorageAdminServiceAddPartResult) Exception() thrift.WritableException
func (*StorageAdminServiceAddPartResult) GetSuccess ¶
func (p *StorageAdminServiceAddPartResult) GetSuccess() *AdminExecResp
func (*StorageAdminServiceAddPartResult) IsSetSuccess ¶
func (p *StorageAdminServiceAddPartResult) IsSetSuccess() bool
func (*StorageAdminServiceAddPartResult) Read ¶
func (p *StorageAdminServiceAddPartResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceAddPartResult) ReadField0 ¶
func (p *StorageAdminServiceAddPartResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceAddPartResult) SetSuccess ¶
func (s *StorageAdminServiceAddPartResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceAddPartResult
func (*StorageAdminServiceAddPartResult) String ¶
func (p *StorageAdminServiceAddPartResult) String() string
type StorageAdminServiceAddPartResultBuilder ¶
type StorageAdminServiceAddPartResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceAddPartResultBuilder ¶
func NewStorageAdminServiceAddPartResultBuilder() *StorageAdminServiceAddPartResultBuilder
func (StorageAdminServiceAddPartResultBuilder) Emit ¶
func (p StorageAdminServiceAddPartResultBuilder) Emit() *StorageAdminServiceAddPartResult
func (*StorageAdminServiceAddPartResultBuilder) Success ¶
func (s *StorageAdminServiceAddPartResultBuilder) Success(success *AdminExecResp) *StorageAdminServiceAddPartResultBuilder
type StorageAdminServiceBlockingWritesArgs ¶
type StorageAdminServiceBlockingWritesArgs struct { thrift.IRequest Req *BlockingSignRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceBlockingWritesArgs ¶
func NewStorageAdminServiceBlockingWritesArgs() *StorageAdminServiceBlockingWritesArgs
func (*StorageAdminServiceBlockingWritesArgs) GetReq ¶
func (p *StorageAdminServiceBlockingWritesArgs) GetReq() *BlockingSignRequest
func (*StorageAdminServiceBlockingWritesArgs) IsSetReq ¶
func (p *StorageAdminServiceBlockingWritesArgs) IsSetReq() bool
func (*StorageAdminServiceBlockingWritesArgs) Read ¶
func (p *StorageAdminServiceBlockingWritesArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceBlockingWritesArgs) ReadField1 ¶
func (p *StorageAdminServiceBlockingWritesArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceBlockingWritesArgs) SetReq ¶
func (s *StorageAdminServiceBlockingWritesArgs) SetReq(req *BlockingSignRequest) *StorageAdminServiceBlockingWritesArgs
func (*StorageAdminServiceBlockingWritesArgs) String ¶
func (p *StorageAdminServiceBlockingWritesArgs) String() string
type StorageAdminServiceBlockingWritesArgsBuilder ¶
type StorageAdminServiceBlockingWritesArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceBlockingWritesArgsBuilder ¶
func NewStorageAdminServiceBlockingWritesArgsBuilder() *StorageAdminServiceBlockingWritesArgsBuilder
type StorageAdminServiceBlockingWritesResult ¶
type StorageAdminServiceBlockingWritesResult struct { thrift.IResponse Success *BlockingSignResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceBlockingWritesResult ¶
func NewStorageAdminServiceBlockingWritesResult() *StorageAdminServiceBlockingWritesResult
func (*StorageAdminServiceBlockingWritesResult) Exception ¶
func (p *StorageAdminServiceBlockingWritesResult) Exception() thrift.WritableException
func (*StorageAdminServiceBlockingWritesResult) GetSuccess ¶
func (p *StorageAdminServiceBlockingWritesResult) GetSuccess() *BlockingSignResp
func (*StorageAdminServiceBlockingWritesResult) IsSetSuccess ¶
func (p *StorageAdminServiceBlockingWritesResult) IsSetSuccess() bool
func (*StorageAdminServiceBlockingWritesResult) Read ¶
func (p *StorageAdminServiceBlockingWritesResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceBlockingWritesResult) ReadField0 ¶
func (p *StorageAdminServiceBlockingWritesResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceBlockingWritesResult) SetSuccess ¶
func (s *StorageAdminServiceBlockingWritesResult) SetSuccess(success *BlockingSignResp) *StorageAdminServiceBlockingWritesResult
func (*StorageAdminServiceBlockingWritesResult) String ¶
func (p *StorageAdminServiceBlockingWritesResult) String() string
type StorageAdminServiceBlockingWritesResultBuilder ¶
type StorageAdminServiceBlockingWritesResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceBlockingWritesResultBuilder ¶
func NewStorageAdminServiceBlockingWritesResultBuilder() *StorageAdminServiceBlockingWritesResultBuilder
func (*StorageAdminServiceBlockingWritesResultBuilder) Success ¶
func (s *StorageAdminServiceBlockingWritesResultBuilder) Success(success *BlockingSignResp) *StorageAdminServiceBlockingWritesResultBuilder
type StorageAdminServiceChannelClient ¶
type StorageAdminServiceChannelClient struct {
RequestChannel thrift.RequestChannel
}
func NewStorageAdminServiceChannelClient ¶
func NewStorageAdminServiceChannelClient(channel thrift.RequestChannel) *StorageAdminServiceChannelClient
func (*StorageAdminServiceChannelClient) AddAdminTask ¶
func (p *StorageAdminServiceChannelClient) AddAdminTask(ctx context.Context, req *AddTaskRequest) (_r *AddTaskResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) AddLearner ¶
func (p *StorageAdminServiceChannelClient) AddLearner(ctx context.Context, req *AddLearnerReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) AddPart ¶
func (p *StorageAdminServiceChannelClient) AddPart(ctx context.Context, req *AddPartReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) BlockingWrites ¶
func (p *StorageAdminServiceChannelClient) BlockingWrites(ctx context.Context, req *BlockingSignRequest) (_r *BlockingSignResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) CheckPeers ¶
func (p *StorageAdminServiceChannelClient) CheckPeers(ctx context.Context, req *CheckPeersReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) ClearSpace ¶ added in v3.1.0
func (p *StorageAdminServiceChannelClient) ClearSpace(ctx context.Context, req *ClearSpaceReq) (_r *ClearSpaceResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) Close ¶
func (c *StorageAdminServiceChannelClient) Close() error
func (*StorageAdminServiceChannelClient) CreateCheckpoint ¶
func (p *StorageAdminServiceChannelClient) CreateCheckpoint(ctx context.Context, req *CreateCPRequest) (_r *CreateCPResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) DropCheckpoint ¶
func (p *StorageAdminServiceChannelClient) DropCheckpoint(ctx context.Context, req *DropCPRequest) (_r *DropCPResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) GetLeaderParts ¶
func (p *StorageAdminServiceChannelClient) GetLeaderParts(ctx context.Context, req *GetLeaderReq) (_r *GetLeaderPartsResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) IsOpen ¶
func (c *StorageAdminServiceChannelClient) IsOpen() bool
func (*StorageAdminServiceChannelClient) MemberChange ¶
func (p *StorageAdminServiceChannelClient) MemberChange(ctx context.Context, req *MemberChangeReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) Open ¶
func (c *StorageAdminServiceChannelClient) Open() error
func (*StorageAdminServiceChannelClient) RemovePart ¶
func (p *StorageAdminServiceChannelClient) RemovePart(ctx context.Context, req *RemovePartReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) StopAdminTask ¶
func (p *StorageAdminServiceChannelClient) StopAdminTask(ctx context.Context, req *StopTaskRequest) (_r *StopTaskResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) TransLeader ¶
func (p *StorageAdminServiceChannelClient) TransLeader(ctx context.Context, req *TransLeaderReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceChannelClient) WaitingForCatchUpData ¶
func (p *StorageAdminServiceChannelClient) WaitingForCatchUpData(ctx context.Context, req *CatchUpDataReq) (_r *AdminExecResp, err error)
Parameters:
- Req
type StorageAdminServiceCheckPeersArgs ¶
type StorageAdminServiceCheckPeersArgs struct { thrift.IRequest Req *CheckPeersReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceCheckPeersArgs ¶
func NewStorageAdminServiceCheckPeersArgs() *StorageAdminServiceCheckPeersArgs
func (*StorageAdminServiceCheckPeersArgs) GetReq ¶
func (p *StorageAdminServiceCheckPeersArgs) GetReq() *CheckPeersReq
func (*StorageAdminServiceCheckPeersArgs) IsSetReq ¶
func (p *StorageAdminServiceCheckPeersArgs) IsSetReq() bool
func (*StorageAdminServiceCheckPeersArgs) Read ¶
func (p *StorageAdminServiceCheckPeersArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceCheckPeersArgs) ReadField1 ¶
func (p *StorageAdminServiceCheckPeersArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceCheckPeersArgs) SetReq ¶
func (s *StorageAdminServiceCheckPeersArgs) SetReq(req *CheckPeersReq) *StorageAdminServiceCheckPeersArgs
func (*StorageAdminServiceCheckPeersArgs) String ¶
func (p *StorageAdminServiceCheckPeersArgs) String() string
type StorageAdminServiceCheckPeersArgsBuilder ¶
type StorageAdminServiceCheckPeersArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceCheckPeersArgsBuilder ¶
func NewStorageAdminServiceCheckPeersArgsBuilder() *StorageAdminServiceCheckPeersArgsBuilder
type StorageAdminServiceCheckPeersResult ¶
type StorageAdminServiceCheckPeersResult struct { thrift.IResponse Success *AdminExecResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceCheckPeersResult ¶
func NewStorageAdminServiceCheckPeersResult() *StorageAdminServiceCheckPeersResult
func (*StorageAdminServiceCheckPeersResult) Exception ¶
func (p *StorageAdminServiceCheckPeersResult) Exception() thrift.WritableException
func (*StorageAdminServiceCheckPeersResult) GetSuccess ¶
func (p *StorageAdminServiceCheckPeersResult) GetSuccess() *AdminExecResp
func (*StorageAdminServiceCheckPeersResult) IsSetSuccess ¶
func (p *StorageAdminServiceCheckPeersResult) IsSetSuccess() bool
func (*StorageAdminServiceCheckPeersResult) Read ¶
func (p *StorageAdminServiceCheckPeersResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceCheckPeersResult) ReadField0 ¶
func (p *StorageAdminServiceCheckPeersResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceCheckPeersResult) SetSuccess ¶
func (s *StorageAdminServiceCheckPeersResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceCheckPeersResult
func (*StorageAdminServiceCheckPeersResult) String ¶
func (p *StorageAdminServiceCheckPeersResult) String() string
type StorageAdminServiceCheckPeersResultBuilder ¶
type StorageAdminServiceCheckPeersResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceCheckPeersResultBuilder ¶
func NewStorageAdminServiceCheckPeersResultBuilder() *StorageAdminServiceCheckPeersResultBuilder
func (*StorageAdminServiceCheckPeersResultBuilder) Success ¶
func (s *StorageAdminServiceCheckPeersResultBuilder) Success(success *AdminExecResp) *StorageAdminServiceCheckPeersResultBuilder
type StorageAdminServiceClearSpaceArgs ¶ added in v3.1.0
type StorageAdminServiceClearSpaceArgs struct { thrift.IRequest Req *ClearSpaceReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceClearSpaceArgs ¶ added in v3.1.0
func NewStorageAdminServiceClearSpaceArgs() *StorageAdminServiceClearSpaceArgs
func (*StorageAdminServiceClearSpaceArgs) GetReq ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceArgs) GetReq() *ClearSpaceReq
func (*StorageAdminServiceClearSpaceArgs) IsSetReq ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceArgs) IsSetReq() bool
func (*StorageAdminServiceClearSpaceArgs) Read ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceClearSpaceArgs) ReadField1 ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceClearSpaceArgs) SetReq ¶ added in v3.1.0
func (s *StorageAdminServiceClearSpaceArgs) SetReq(req *ClearSpaceReq) *StorageAdminServiceClearSpaceArgs
func (*StorageAdminServiceClearSpaceArgs) String ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceArgs) String() string
type StorageAdminServiceClearSpaceArgsBuilder ¶ added in v3.1.0
type StorageAdminServiceClearSpaceArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceClearSpaceArgsBuilder ¶ added in v3.1.0
func NewStorageAdminServiceClearSpaceArgsBuilder() *StorageAdminServiceClearSpaceArgsBuilder
type StorageAdminServiceClearSpaceResult ¶ added in v3.1.0
type StorageAdminServiceClearSpaceResult struct { thrift.IResponse Success *ClearSpaceResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceClearSpaceResult ¶ added in v3.1.0
func NewStorageAdminServiceClearSpaceResult() *StorageAdminServiceClearSpaceResult
func (*StorageAdminServiceClearSpaceResult) Exception ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceResult) Exception() thrift.WritableException
func (*StorageAdminServiceClearSpaceResult) GetSuccess ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceResult) GetSuccess() *ClearSpaceResp
func (*StorageAdminServiceClearSpaceResult) IsSetSuccess ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceResult) IsSetSuccess() bool
func (*StorageAdminServiceClearSpaceResult) Read ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceClearSpaceResult) ReadField0 ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceClearSpaceResult) SetSuccess ¶ added in v3.1.0
func (s *StorageAdminServiceClearSpaceResult) SetSuccess(success *ClearSpaceResp) *StorageAdminServiceClearSpaceResult
func (*StorageAdminServiceClearSpaceResult) String ¶ added in v3.1.0
func (p *StorageAdminServiceClearSpaceResult) String() string
type StorageAdminServiceClearSpaceResultBuilder ¶ added in v3.1.0
type StorageAdminServiceClearSpaceResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceClearSpaceResultBuilder ¶ added in v3.1.0
func NewStorageAdminServiceClearSpaceResultBuilder() *StorageAdminServiceClearSpaceResultBuilder
func (*StorageAdminServiceClearSpaceResultBuilder) Success ¶ added in v3.1.0
func (s *StorageAdminServiceClearSpaceResultBuilder) Success(success *ClearSpaceResp) *StorageAdminServiceClearSpaceResultBuilder
type StorageAdminServiceClient ¶
type StorageAdminServiceClient struct { StorageAdminServiceClientInterface CC thrift.ClientConn }
func NewStorageAdminServiceClientFactory ¶
func NewStorageAdminServiceClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *StorageAdminServiceClient
func NewStorageAdminServiceClientProtocol ¶
func NewStorageAdminServiceClientProtocol(prot thrift.Protocol) *StorageAdminServiceClient
func (*StorageAdminServiceClient) AddAdminTask ¶
func (p *StorageAdminServiceClient) AddAdminTask(req *AddTaskRequest) (_r *AddTaskResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) AddLearner ¶
func (p *StorageAdminServiceClient) AddLearner(req *AddLearnerReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) AddPart ¶
func (p *StorageAdminServiceClient) AddPart(req *AddPartReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) BlockingWrites ¶
func (p *StorageAdminServiceClient) BlockingWrites(req *BlockingSignRequest) (_r *BlockingSignResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) CheckPeers ¶
func (p *StorageAdminServiceClient) CheckPeers(req *CheckPeersReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) ClearSpace ¶ added in v3.1.0
func (p *StorageAdminServiceClient) ClearSpace(req *ClearSpaceReq) (_r *ClearSpaceResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) Close ¶
func (client *StorageAdminServiceClient) Close() error
func (*StorageAdminServiceClient) CreateCheckpoint ¶
func (p *StorageAdminServiceClient) CreateCheckpoint(req *CreateCPRequest) (_r *CreateCPResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) DropCheckpoint ¶
func (p *StorageAdminServiceClient) DropCheckpoint(req *DropCPRequest) (_r *DropCPResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) GetLeaderParts ¶
func (p *StorageAdminServiceClient) GetLeaderParts(req *GetLeaderReq) (_r *GetLeaderPartsResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) IsOpen ¶
func (client *StorageAdminServiceClient) IsOpen() bool
func (*StorageAdminServiceClient) MemberChange ¶
func (p *StorageAdminServiceClient) MemberChange(req *MemberChangeReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) Open ¶
func (client *StorageAdminServiceClient) Open() error
func (*StorageAdminServiceClient) RemovePart ¶
func (p *StorageAdminServiceClient) RemovePart(req *RemovePartReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) StopAdminTask ¶
func (p *StorageAdminServiceClient) StopAdminTask(req *StopTaskRequest) (_r *StopTaskResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) TransLeader ¶
func (p *StorageAdminServiceClient) TransLeader(req *TransLeaderReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceClient) WaitingForCatchUpData ¶
func (p *StorageAdminServiceClient) WaitingForCatchUpData(req *CatchUpDataReq) (_r *AdminExecResp, err error)
Parameters:
- Req
type StorageAdminServiceClientInterface ¶
type StorageAdminServiceClientInterface interface { thrift.ClientInterface // Parameters: // - Req TransLeader(req *TransLeaderReq) (_r *AdminExecResp, err error) // Parameters: // - Req AddPart(req *AddPartReq) (_r *AdminExecResp, err error) // Parameters: // - Req AddLearner(req *AddLearnerReq) (_r *AdminExecResp, err error) // Parameters: // - Req RemovePart(req *RemovePartReq) (_r *AdminExecResp, err error) // Parameters: // - Req MemberChange(req *MemberChangeReq) (_r *AdminExecResp, err error) // Parameters: // - Req WaitingForCatchUpData(req *CatchUpDataReq) (_r *AdminExecResp, err error) // Parameters: // - Req CreateCheckpoint(req *CreateCPRequest) (_r *CreateCPResp, err error) // Parameters: // - Req DropCheckpoint(req *DropCPRequest) (_r *DropCPResp, err error) // Parameters: // - Req BlockingWrites(req *BlockingSignRequest) (_r *BlockingSignResp, err error) // Parameters: // - Req GetLeaderParts(req *GetLeaderReq) (_r *GetLeaderPartsResp, err error) // Parameters: // - Req CheckPeers(req *CheckPeersReq) (_r *AdminExecResp, err error) // Parameters: // - Req AddAdminTask(req *AddTaskRequest) (_r *AddTaskResp, err error) // Parameters: // - Req StopAdminTask(req *StopTaskRequest) (_r *StopTaskResp, err error) // Parameters: // - Req ClearSpace(req *ClearSpaceReq) (_r *ClearSpaceResp, err error) }
type StorageAdminServiceCreateCheckpointArgs ¶
type StorageAdminServiceCreateCheckpointArgs struct { thrift.IRequest Req *CreateCPRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceCreateCheckpointArgs ¶
func NewStorageAdminServiceCreateCheckpointArgs() *StorageAdminServiceCreateCheckpointArgs
func (*StorageAdminServiceCreateCheckpointArgs) GetReq ¶
func (p *StorageAdminServiceCreateCheckpointArgs) GetReq() *CreateCPRequest
func (*StorageAdminServiceCreateCheckpointArgs) IsSetReq ¶
func (p *StorageAdminServiceCreateCheckpointArgs) IsSetReq() bool
func (*StorageAdminServiceCreateCheckpointArgs) Read ¶
func (p *StorageAdminServiceCreateCheckpointArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceCreateCheckpointArgs) ReadField1 ¶
func (p *StorageAdminServiceCreateCheckpointArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceCreateCheckpointArgs) SetReq ¶
func (s *StorageAdminServiceCreateCheckpointArgs) SetReq(req *CreateCPRequest) *StorageAdminServiceCreateCheckpointArgs
func (*StorageAdminServiceCreateCheckpointArgs) String ¶
func (p *StorageAdminServiceCreateCheckpointArgs) String() string
type StorageAdminServiceCreateCheckpointArgsBuilder ¶
type StorageAdminServiceCreateCheckpointArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceCreateCheckpointArgsBuilder ¶
func NewStorageAdminServiceCreateCheckpointArgsBuilder() *StorageAdminServiceCreateCheckpointArgsBuilder
type StorageAdminServiceCreateCheckpointResult ¶
type StorageAdminServiceCreateCheckpointResult struct { thrift.IResponse Success *CreateCPResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceCreateCheckpointResult ¶
func NewStorageAdminServiceCreateCheckpointResult() *StorageAdminServiceCreateCheckpointResult
func (*StorageAdminServiceCreateCheckpointResult) Exception ¶
func (p *StorageAdminServiceCreateCheckpointResult) Exception() thrift.WritableException
func (*StorageAdminServiceCreateCheckpointResult) GetSuccess ¶
func (p *StorageAdminServiceCreateCheckpointResult) GetSuccess() *CreateCPResp
func (*StorageAdminServiceCreateCheckpointResult) IsSetSuccess ¶
func (p *StorageAdminServiceCreateCheckpointResult) IsSetSuccess() bool
func (*StorageAdminServiceCreateCheckpointResult) Read ¶
func (p *StorageAdminServiceCreateCheckpointResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceCreateCheckpointResult) ReadField0 ¶
func (p *StorageAdminServiceCreateCheckpointResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceCreateCheckpointResult) SetSuccess ¶
func (s *StorageAdminServiceCreateCheckpointResult) SetSuccess(success *CreateCPResp) *StorageAdminServiceCreateCheckpointResult
func (*StorageAdminServiceCreateCheckpointResult) String ¶
func (p *StorageAdminServiceCreateCheckpointResult) String() string
type StorageAdminServiceCreateCheckpointResultBuilder ¶
type StorageAdminServiceCreateCheckpointResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceCreateCheckpointResultBuilder ¶
func NewStorageAdminServiceCreateCheckpointResultBuilder() *StorageAdminServiceCreateCheckpointResultBuilder
func (*StorageAdminServiceCreateCheckpointResultBuilder) Success ¶
func (s *StorageAdminServiceCreateCheckpointResultBuilder) Success(success *CreateCPResp) *StorageAdminServiceCreateCheckpointResultBuilder
type StorageAdminServiceDropCheckpointArgs ¶
type StorageAdminServiceDropCheckpointArgs struct { thrift.IRequest Req *DropCPRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceDropCheckpointArgs ¶
func NewStorageAdminServiceDropCheckpointArgs() *StorageAdminServiceDropCheckpointArgs
func (*StorageAdminServiceDropCheckpointArgs) GetReq ¶
func (p *StorageAdminServiceDropCheckpointArgs) GetReq() *DropCPRequest
func (*StorageAdminServiceDropCheckpointArgs) IsSetReq ¶
func (p *StorageAdminServiceDropCheckpointArgs) IsSetReq() bool
func (*StorageAdminServiceDropCheckpointArgs) Read ¶
func (p *StorageAdminServiceDropCheckpointArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceDropCheckpointArgs) ReadField1 ¶
func (p *StorageAdminServiceDropCheckpointArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceDropCheckpointArgs) SetReq ¶
func (s *StorageAdminServiceDropCheckpointArgs) SetReq(req *DropCPRequest) *StorageAdminServiceDropCheckpointArgs
func (*StorageAdminServiceDropCheckpointArgs) String ¶
func (p *StorageAdminServiceDropCheckpointArgs) String() string
type StorageAdminServiceDropCheckpointArgsBuilder ¶
type StorageAdminServiceDropCheckpointArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceDropCheckpointArgsBuilder ¶
func NewStorageAdminServiceDropCheckpointArgsBuilder() *StorageAdminServiceDropCheckpointArgsBuilder
type StorageAdminServiceDropCheckpointResult ¶
type StorageAdminServiceDropCheckpointResult struct { thrift.IResponse Success *DropCPResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceDropCheckpointResult ¶
func NewStorageAdminServiceDropCheckpointResult() *StorageAdminServiceDropCheckpointResult
func (*StorageAdminServiceDropCheckpointResult) Exception ¶
func (p *StorageAdminServiceDropCheckpointResult) Exception() thrift.WritableException
func (*StorageAdminServiceDropCheckpointResult) GetSuccess ¶
func (p *StorageAdminServiceDropCheckpointResult) GetSuccess() *DropCPResp
func (*StorageAdminServiceDropCheckpointResult) IsSetSuccess ¶
func (p *StorageAdminServiceDropCheckpointResult) IsSetSuccess() bool
func (*StorageAdminServiceDropCheckpointResult) Read ¶
func (p *StorageAdminServiceDropCheckpointResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceDropCheckpointResult) ReadField0 ¶
func (p *StorageAdminServiceDropCheckpointResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceDropCheckpointResult) SetSuccess ¶
func (s *StorageAdminServiceDropCheckpointResult) SetSuccess(success *DropCPResp) *StorageAdminServiceDropCheckpointResult
func (*StorageAdminServiceDropCheckpointResult) String ¶
func (p *StorageAdminServiceDropCheckpointResult) String() string
type StorageAdminServiceDropCheckpointResultBuilder ¶
type StorageAdminServiceDropCheckpointResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceDropCheckpointResultBuilder ¶
func NewStorageAdminServiceDropCheckpointResultBuilder() *StorageAdminServiceDropCheckpointResultBuilder
func (*StorageAdminServiceDropCheckpointResultBuilder) Success ¶
func (s *StorageAdminServiceDropCheckpointResultBuilder) Success(success *DropCPResp) *StorageAdminServiceDropCheckpointResultBuilder
type StorageAdminServiceGetLeaderPartsArgs ¶
type StorageAdminServiceGetLeaderPartsArgs struct { thrift.IRequest Req *GetLeaderReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceGetLeaderPartsArgs ¶
func NewStorageAdminServiceGetLeaderPartsArgs() *StorageAdminServiceGetLeaderPartsArgs
func (*StorageAdminServiceGetLeaderPartsArgs) GetReq ¶
func (p *StorageAdminServiceGetLeaderPartsArgs) GetReq() *GetLeaderReq
func (*StorageAdminServiceGetLeaderPartsArgs) IsSetReq ¶
func (p *StorageAdminServiceGetLeaderPartsArgs) IsSetReq() bool
func (*StorageAdminServiceGetLeaderPartsArgs) Read ¶
func (p *StorageAdminServiceGetLeaderPartsArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceGetLeaderPartsArgs) ReadField1 ¶
func (p *StorageAdminServiceGetLeaderPartsArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceGetLeaderPartsArgs) SetReq ¶
func (s *StorageAdminServiceGetLeaderPartsArgs) SetReq(req *GetLeaderReq) *StorageAdminServiceGetLeaderPartsArgs
func (*StorageAdminServiceGetLeaderPartsArgs) String ¶
func (p *StorageAdminServiceGetLeaderPartsArgs) String() string
type StorageAdminServiceGetLeaderPartsArgsBuilder ¶
type StorageAdminServiceGetLeaderPartsArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceGetLeaderPartsArgsBuilder ¶
func NewStorageAdminServiceGetLeaderPartsArgsBuilder() *StorageAdminServiceGetLeaderPartsArgsBuilder
type StorageAdminServiceGetLeaderPartsResult ¶
type StorageAdminServiceGetLeaderPartsResult struct { thrift.IResponse Success *GetLeaderPartsResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceGetLeaderPartsResult ¶
func NewStorageAdminServiceGetLeaderPartsResult() *StorageAdminServiceGetLeaderPartsResult
func (*StorageAdminServiceGetLeaderPartsResult) Exception ¶
func (p *StorageAdminServiceGetLeaderPartsResult) Exception() thrift.WritableException
func (*StorageAdminServiceGetLeaderPartsResult) GetSuccess ¶
func (p *StorageAdminServiceGetLeaderPartsResult) GetSuccess() *GetLeaderPartsResp
func (*StorageAdminServiceGetLeaderPartsResult) IsSetSuccess ¶
func (p *StorageAdminServiceGetLeaderPartsResult) IsSetSuccess() bool
func (*StorageAdminServiceGetLeaderPartsResult) Read ¶
func (p *StorageAdminServiceGetLeaderPartsResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceGetLeaderPartsResult) ReadField0 ¶
func (p *StorageAdminServiceGetLeaderPartsResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceGetLeaderPartsResult) SetSuccess ¶
func (s *StorageAdminServiceGetLeaderPartsResult) SetSuccess(success *GetLeaderPartsResp) *StorageAdminServiceGetLeaderPartsResult
func (*StorageAdminServiceGetLeaderPartsResult) String ¶
func (p *StorageAdminServiceGetLeaderPartsResult) String() string
type StorageAdminServiceGetLeaderPartsResultBuilder ¶
type StorageAdminServiceGetLeaderPartsResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceGetLeaderPartsResultBuilder ¶
func NewStorageAdminServiceGetLeaderPartsResultBuilder() *StorageAdminServiceGetLeaderPartsResultBuilder
func (*StorageAdminServiceGetLeaderPartsResultBuilder) Success ¶
func (s *StorageAdminServiceGetLeaderPartsResultBuilder) Success(success *GetLeaderPartsResp) *StorageAdminServiceGetLeaderPartsResultBuilder
type StorageAdminServiceMemberChangeArgs ¶
type StorageAdminServiceMemberChangeArgs struct { thrift.IRequest Req *MemberChangeReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceMemberChangeArgs ¶
func NewStorageAdminServiceMemberChangeArgs() *StorageAdminServiceMemberChangeArgs
func (*StorageAdminServiceMemberChangeArgs) GetReq ¶
func (p *StorageAdminServiceMemberChangeArgs) GetReq() *MemberChangeReq
func (*StorageAdminServiceMemberChangeArgs) IsSetReq ¶
func (p *StorageAdminServiceMemberChangeArgs) IsSetReq() bool
func (*StorageAdminServiceMemberChangeArgs) Read ¶
func (p *StorageAdminServiceMemberChangeArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceMemberChangeArgs) ReadField1 ¶
func (p *StorageAdminServiceMemberChangeArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceMemberChangeArgs) SetReq ¶
func (s *StorageAdminServiceMemberChangeArgs) SetReq(req *MemberChangeReq) *StorageAdminServiceMemberChangeArgs
func (*StorageAdminServiceMemberChangeArgs) String ¶
func (p *StorageAdminServiceMemberChangeArgs) String() string
type StorageAdminServiceMemberChangeArgsBuilder ¶
type StorageAdminServiceMemberChangeArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceMemberChangeArgsBuilder ¶
func NewStorageAdminServiceMemberChangeArgsBuilder() *StorageAdminServiceMemberChangeArgsBuilder
type StorageAdminServiceMemberChangeResult ¶
type StorageAdminServiceMemberChangeResult struct { thrift.IResponse Success *AdminExecResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceMemberChangeResult ¶
func NewStorageAdminServiceMemberChangeResult() *StorageAdminServiceMemberChangeResult
func (*StorageAdminServiceMemberChangeResult) Exception ¶
func (p *StorageAdminServiceMemberChangeResult) Exception() thrift.WritableException
func (*StorageAdminServiceMemberChangeResult) GetSuccess ¶
func (p *StorageAdminServiceMemberChangeResult) GetSuccess() *AdminExecResp
func (*StorageAdminServiceMemberChangeResult) IsSetSuccess ¶
func (p *StorageAdminServiceMemberChangeResult) IsSetSuccess() bool
func (*StorageAdminServiceMemberChangeResult) Read ¶
func (p *StorageAdminServiceMemberChangeResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceMemberChangeResult) ReadField0 ¶
func (p *StorageAdminServiceMemberChangeResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceMemberChangeResult) SetSuccess ¶
func (s *StorageAdminServiceMemberChangeResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceMemberChangeResult
func (*StorageAdminServiceMemberChangeResult) String ¶
func (p *StorageAdminServiceMemberChangeResult) String() string
type StorageAdminServiceMemberChangeResultBuilder ¶
type StorageAdminServiceMemberChangeResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceMemberChangeResultBuilder ¶
func NewStorageAdminServiceMemberChangeResultBuilder() *StorageAdminServiceMemberChangeResultBuilder
func (*StorageAdminServiceMemberChangeResultBuilder) Success ¶
func (s *StorageAdminServiceMemberChangeResultBuilder) Success(success *AdminExecResp) *StorageAdminServiceMemberChangeResultBuilder
type StorageAdminServiceProcessor ¶
type StorageAdminServiceProcessor struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceProcessor ¶
func NewStorageAdminServiceProcessor(handler StorageAdminService) *StorageAdminServiceProcessor
func (*StorageAdminServiceProcessor) AddToFunctionServiceMap ¶
func (p *StorageAdminServiceProcessor) AddToFunctionServiceMap(key, service string)
func (*StorageAdminServiceProcessor) AddToProcessorMap ¶
func (p *StorageAdminServiceProcessor) AddToProcessorMap(key string, processor thrift.ProcessorFunctionContext)
func (*StorageAdminServiceProcessor) FunctionServiceMap ¶
func (p *StorageAdminServiceProcessor) FunctionServiceMap() map[string]string
func (*StorageAdminServiceProcessor) GetProcessorFunctionContext ¶
func (p *StorageAdminServiceProcessor) GetProcessorFunctionContext(key string) (processor thrift.ProcessorFunctionContext, err error)
func (*StorageAdminServiceProcessor) ProcessorMap ¶
func (p *StorageAdminServiceProcessor) ProcessorMap() map[string]thrift.ProcessorFunctionContext
type StorageAdminServiceRemovePartArgs ¶
type StorageAdminServiceRemovePartArgs struct { thrift.IRequest Req *RemovePartReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceRemovePartArgs ¶
func NewStorageAdminServiceRemovePartArgs() *StorageAdminServiceRemovePartArgs
func (*StorageAdminServiceRemovePartArgs) GetReq ¶
func (p *StorageAdminServiceRemovePartArgs) GetReq() *RemovePartReq
func (*StorageAdminServiceRemovePartArgs) IsSetReq ¶
func (p *StorageAdminServiceRemovePartArgs) IsSetReq() bool
func (*StorageAdminServiceRemovePartArgs) Read ¶
func (p *StorageAdminServiceRemovePartArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceRemovePartArgs) ReadField1 ¶
func (p *StorageAdminServiceRemovePartArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceRemovePartArgs) SetReq ¶
func (s *StorageAdminServiceRemovePartArgs) SetReq(req *RemovePartReq) *StorageAdminServiceRemovePartArgs
func (*StorageAdminServiceRemovePartArgs) String ¶
func (p *StorageAdminServiceRemovePartArgs) String() string
type StorageAdminServiceRemovePartArgsBuilder ¶
type StorageAdminServiceRemovePartArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceRemovePartArgsBuilder ¶
func NewStorageAdminServiceRemovePartArgsBuilder() *StorageAdminServiceRemovePartArgsBuilder
type StorageAdminServiceRemovePartResult ¶
type StorageAdminServiceRemovePartResult struct { thrift.IResponse Success *AdminExecResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceRemovePartResult ¶
func NewStorageAdminServiceRemovePartResult() *StorageAdminServiceRemovePartResult
func (*StorageAdminServiceRemovePartResult) Exception ¶
func (p *StorageAdminServiceRemovePartResult) Exception() thrift.WritableException
func (*StorageAdminServiceRemovePartResult) GetSuccess ¶
func (p *StorageAdminServiceRemovePartResult) GetSuccess() *AdminExecResp
func (*StorageAdminServiceRemovePartResult) IsSetSuccess ¶
func (p *StorageAdminServiceRemovePartResult) IsSetSuccess() bool
func (*StorageAdminServiceRemovePartResult) Read ¶
func (p *StorageAdminServiceRemovePartResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceRemovePartResult) ReadField0 ¶
func (p *StorageAdminServiceRemovePartResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceRemovePartResult) SetSuccess ¶
func (s *StorageAdminServiceRemovePartResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceRemovePartResult
func (*StorageAdminServiceRemovePartResult) String ¶
func (p *StorageAdminServiceRemovePartResult) String() string
type StorageAdminServiceRemovePartResultBuilder ¶
type StorageAdminServiceRemovePartResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceRemovePartResultBuilder ¶
func NewStorageAdminServiceRemovePartResultBuilder() *StorageAdminServiceRemovePartResultBuilder
func (*StorageAdminServiceRemovePartResultBuilder) Success ¶
func (s *StorageAdminServiceRemovePartResultBuilder) Success(success *AdminExecResp) *StorageAdminServiceRemovePartResultBuilder
type StorageAdminServiceStopAdminTaskArgs ¶
type StorageAdminServiceStopAdminTaskArgs struct { thrift.IRequest Req *StopTaskRequest `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceStopAdminTaskArgs ¶
func NewStorageAdminServiceStopAdminTaskArgs() *StorageAdminServiceStopAdminTaskArgs
func (*StorageAdminServiceStopAdminTaskArgs) GetReq ¶
func (p *StorageAdminServiceStopAdminTaskArgs) GetReq() *StopTaskRequest
func (*StorageAdminServiceStopAdminTaskArgs) IsSetReq ¶
func (p *StorageAdminServiceStopAdminTaskArgs) IsSetReq() bool
func (*StorageAdminServiceStopAdminTaskArgs) Read ¶
func (p *StorageAdminServiceStopAdminTaskArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceStopAdminTaskArgs) ReadField1 ¶
func (p *StorageAdminServiceStopAdminTaskArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceStopAdminTaskArgs) SetReq ¶
func (s *StorageAdminServiceStopAdminTaskArgs) SetReq(req *StopTaskRequest) *StorageAdminServiceStopAdminTaskArgs
func (*StorageAdminServiceStopAdminTaskArgs) String ¶
func (p *StorageAdminServiceStopAdminTaskArgs) String() string
type StorageAdminServiceStopAdminTaskArgsBuilder ¶
type StorageAdminServiceStopAdminTaskArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceStopAdminTaskArgsBuilder ¶
func NewStorageAdminServiceStopAdminTaskArgsBuilder() *StorageAdminServiceStopAdminTaskArgsBuilder
type StorageAdminServiceStopAdminTaskResult ¶
type StorageAdminServiceStopAdminTaskResult struct { thrift.IResponse Success *StopTaskResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceStopAdminTaskResult ¶
func NewStorageAdminServiceStopAdminTaskResult() *StorageAdminServiceStopAdminTaskResult
func (*StorageAdminServiceStopAdminTaskResult) Exception ¶
func (p *StorageAdminServiceStopAdminTaskResult) Exception() thrift.WritableException
func (*StorageAdminServiceStopAdminTaskResult) GetSuccess ¶
func (p *StorageAdminServiceStopAdminTaskResult) GetSuccess() *StopTaskResp
func (*StorageAdminServiceStopAdminTaskResult) IsSetSuccess ¶
func (p *StorageAdminServiceStopAdminTaskResult) IsSetSuccess() bool
func (*StorageAdminServiceStopAdminTaskResult) Read ¶
func (p *StorageAdminServiceStopAdminTaskResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceStopAdminTaskResult) ReadField0 ¶
func (p *StorageAdminServiceStopAdminTaskResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceStopAdminTaskResult) SetSuccess ¶
func (s *StorageAdminServiceStopAdminTaskResult) SetSuccess(success *StopTaskResp) *StorageAdminServiceStopAdminTaskResult
func (*StorageAdminServiceStopAdminTaskResult) String ¶
func (p *StorageAdminServiceStopAdminTaskResult) String() string
type StorageAdminServiceStopAdminTaskResultBuilder ¶
type StorageAdminServiceStopAdminTaskResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceStopAdminTaskResultBuilder ¶
func NewStorageAdminServiceStopAdminTaskResultBuilder() *StorageAdminServiceStopAdminTaskResultBuilder
func (*StorageAdminServiceStopAdminTaskResultBuilder) Success ¶
func (s *StorageAdminServiceStopAdminTaskResultBuilder) Success(success *StopTaskResp) *StorageAdminServiceStopAdminTaskResultBuilder
type StorageAdminServiceThreadsafeClient ¶
type StorageAdminServiceThreadsafeClient struct { StorageAdminServiceClientInterface CC thrift.ClientConn Mu sync.Mutex }
func NewStorageAdminServiceThreadsafeClientFactory ¶
func NewStorageAdminServiceThreadsafeClientFactory(t thrift.Transport, f thrift.ProtocolFactory) *StorageAdminServiceThreadsafeClient
func NewStorageAdminServiceThreadsafeClientProtocol ¶
func NewStorageAdminServiceThreadsafeClientProtocol(prot thrift.Protocol) *StorageAdminServiceThreadsafeClient
func (*StorageAdminServiceThreadsafeClient) AddAdminTask ¶
func (p *StorageAdminServiceThreadsafeClient) AddAdminTask(req *AddTaskRequest) (_r *AddTaskResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) AddLearner ¶
func (p *StorageAdminServiceThreadsafeClient) AddLearner(req *AddLearnerReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) AddPart ¶
func (p *StorageAdminServiceThreadsafeClient) AddPart(req *AddPartReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) BlockingWrites ¶
func (p *StorageAdminServiceThreadsafeClient) BlockingWrites(req *BlockingSignRequest) (_r *BlockingSignResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) CheckPeers ¶
func (p *StorageAdminServiceThreadsafeClient) CheckPeers(req *CheckPeersReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) ClearSpace ¶ added in v3.1.0
func (p *StorageAdminServiceThreadsafeClient) ClearSpace(req *ClearSpaceReq) (_r *ClearSpaceResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) Close ¶
func (client *StorageAdminServiceThreadsafeClient) Close() error
func (*StorageAdminServiceThreadsafeClient) CreateCheckpoint ¶
func (p *StorageAdminServiceThreadsafeClient) CreateCheckpoint(req *CreateCPRequest) (_r *CreateCPResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) DropCheckpoint ¶
func (p *StorageAdminServiceThreadsafeClient) DropCheckpoint(req *DropCPRequest) (_r *DropCPResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) GetLeaderParts ¶
func (p *StorageAdminServiceThreadsafeClient) GetLeaderParts(req *GetLeaderReq) (_r *GetLeaderPartsResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) IsOpen ¶
func (client *StorageAdminServiceThreadsafeClient) IsOpen() bool
func (*StorageAdminServiceThreadsafeClient) MemberChange ¶
func (p *StorageAdminServiceThreadsafeClient) MemberChange(req *MemberChangeReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) Open ¶
func (client *StorageAdminServiceThreadsafeClient) Open() error
func (*StorageAdminServiceThreadsafeClient) RemovePart ¶
func (p *StorageAdminServiceThreadsafeClient) RemovePart(req *RemovePartReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) StopAdminTask ¶
func (p *StorageAdminServiceThreadsafeClient) StopAdminTask(req *StopTaskRequest) (_r *StopTaskResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) TransLeader ¶
func (p *StorageAdminServiceThreadsafeClient) TransLeader(req *TransLeaderReq) (_r *AdminExecResp, err error)
Parameters:
- Req
func (*StorageAdminServiceThreadsafeClient) WaitingForCatchUpData ¶
func (p *StorageAdminServiceThreadsafeClient) WaitingForCatchUpData(req *CatchUpDataReq) (_r *AdminExecResp, err error)
Parameters:
- Req
type StorageAdminServiceTransLeaderArgs ¶
type StorageAdminServiceTransLeaderArgs struct { thrift.IRequest Req *TransLeaderReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceTransLeaderArgs ¶
func NewStorageAdminServiceTransLeaderArgs() *StorageAdminServiceTransLeaderArgs
func (*StorageAdminServiceTransLeaderArgs) GetReq ¶
func (p *StorageAdminServiceTransLeaderArgs) GetReq() *TransLeaderReq
func (*StorageAdminServiceTransLeaderArgs) IsSetReq ¶
func (p *StorageAdminServiceTransLeaderArgs) IsSetReq() bool
func (*StorageAdminServiceTransLeaderArgs) Read ¶
func (p *StorageAdminServiceTransLeaderArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceTransLeaderArgs) ReadField1 ¶
func (p *StorageAdminServiceTransLeaderArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceTransLeaderArgs) SetReq ¶
func (s *StorageAdminServiceTransLeaderArgs) SetReq(req *TransLeaderReq) *StorageAdminServiceTransLeaderArgs
func (*StorageAdminServiceTransLeaderArgs) String ¶
func (p *StorageAdminServiceTransLeaderArgs) String() string
type StorageAdminServiceTransLeaderArgsBuilder ¶
type StorageAdminServiceTransLeaderArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceTransLeaderArgsBuilder ¶
func NewStorageAdminServiceTransLeaderArgsBuilder() *StorageAdminServiceTransLeaderArgsBuilder
type StorageAdminServiceTransLeaderResult ¶
type StorageAdminServiceTransLeaderResult struct { thrift.IResponse Success *AdminExecResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceTransLeaderResult ¶
func NewStorageAdminServiceTransLeaderResult() *StorageAdminServiceTransLeaderResult
func (*StorageAdminServiceTransLeaderResult) Exception ¶
func (p *StorageAdminServiceTransLeaderResult) Exception() thrift.WritableException
func (*StorageAdminServiceTransLeaderResult) GetSuccess ¶
func (p *StorageAdminServiceTransLeaderResult) GetSuccess() *AdminExecResp
func (*StorageAdminServiceTransLeaderResult) IsSetSuccess ¶
func (p *StorageAdminServiceTransLeaderResult) IsSetSuccess() bool
func (*StorageAdminServiceTransLeaderResult) Read ¶
func (p *StorageAdminServiceTransLeaderResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceTransLeaderResult) ReadField0 ¶
func (p *StorageAdminServiceTransLeaderResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceTransLeaderResult) SetSuccess ¶
func (s *StorageAdminServiceTransLeaderResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceTransLeaderResult
func (*StorageAdminServiceTransLeaderResult) String ¶
func (p *StorageAdminServiceTransLeaderResult) String() string
type StorageAdminServiceTransLeaderResultBuilder ¶
type StorageAdminServiceTransLeaderResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceTransLeaderResultBuilder ¶
func NewStorageAdminServiceTransLeaderResultBuilder() *StorageAdminServiceTransLeaderResultBuilder
func (*StorageAdminServiceTransLeaderResultBuilder) Success ¶
func (s *StorageAdminServiceTransLeaderResultBuilder) Success(success *AdminExecResp) *StorageAdminServiceTransLeaderResultBuilder
type StorageAdminServiceWaitingForCatchUpDataArgs ¶
type StorageAdminServiceWaitingForCatchUpDataArgs struct { thrift.IRequest Req *CatchUpDataReq `thrift:"req,1" db:"req" json:"req"` }
Attributes:
- Req
func NewStorageAdminServiceWaitingForCatchUpDataArgs ¶
func NewStorageAdminServiceWaitingForCatchUpDataArgs() *StorageAdminServiceWaitingForCatchUpDataArgs
func (*StorageAdminServiceWaitingForCatchUpDataArgs) GetReq ¶
func (p *StorageAdminServiceWaitingForCatchUpDataArgs) GetReq() *CatchUpDataReq
func (*StorageAdminServiceWaitingForCatchUpDataArgs) IsSetReq ¶
func (p *StorageAdminServiceWaitingForCatchUpDataArgs) IsSetReq() bool
func (*StorageAdminServiceWaitingForCatchUpDataArgs) Read ¶
func (p *StorageAdminServiceWaitingForCatchUpDataArgs) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceWaitingForCatchUpDataArgs) ReadField1 ¶
func (p *StorageAdminServiceWaitingForCatchUpDataArgs) ReadField1(iprot thrift.Protocol) error
func (*StorageAdminServiceWaitingForCatchUpDataArgs) SetReq ¶
func (s *StorageAdminServiceWaitingForCatchUpDataArgs) SetReq(req *CatchUpDataReq) *StorageAdminServiceWaitingForCatchUpDataArgs
func (*StorageAdminServiceWaitingForCatchUpDataArgs) String ¶
func (p *StorageAdminServiceWaitingForCatchUpDataArgs) String() string
type StorageAdminServiceWaitingForCatchUpDataArgsBuilder ¶
type StorageAdminServiceWaitingForCatchUpDataArgsBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceWaitingForCatchUpDataArgsBuilder ¶
func NewStorageAdminServiceWaitingForCatchUpDataArgsBuilder() *StorageAdminServiceWaitingForCatchUpDataArgsBuilder
type StorageAdminServiceWaitingForCatchUpDataResult ¶
type StorageAdminServiceWaitingForCatchUpDataResult struct { thrift.IResponse Success *AdminExecResp `thrift:"success,0,optional" db:"success" json:"success,omitempty"` }
Attributes:
- Success
func NewStorageAdminServiceWaitingForCatchUpDataResult ¶
func NewStorageAdminServiceWaitingForCatchUpDataResult() *StorageAdminServiceWaitingForCatchUpDataResult
func (*StorageAdminServiceWaitingForCatchUpDataResult) Exception ¶
func (p *StorageAdminServiceWaitingForCatchUpDataResult) Exception() thrift.WritableException
func (*StorageAdminServiceWaitingForCatchUpDataResult) GetSuccess ¶
func (p *StorageAdminServiceWaitingForCatchUpDataResult) GetSuccess() *AdminExecResp
func (*StorageAdminServiceWaitingForCatchUpDataResult) IsSetSuccess ¶
func (p *StorageAdminServiceWaitingForCatchUpDataResult) IsSetSuccess() bool
func (*StorageAdminServiceWaitingForCatchUpDataResult) Read ¶
func (p *StorageAdminServiceWaitingForCatchUpDataResult) Read(iprot thrift.Protocol) error
func (*StorageAdminServiceWaitingForCatchUpDataResult) ReadField0 ¶
func (p *StorageAdminServiceWaitingForCatchUpDataResult) ReadField0(iprot thrift.Protocol) error
func (*StorageAdminServiceWaitingForCatchUpDataResult) SetSuccess ¶
func (s *StorageAdminServiceWaitingForCatchUpDataResult) SetSuccess(success *AdminExecResp) *StorageAdminServiceWaitingForCatchUpDataResult
func (*StorageAdminServiceWaitingForCatchUpDataResult) String ¶
func (p *StorageAdminServiceWaitingForCatchUpDataResult) String() string
type StorageAdminServiceWaitingForCatchUpDataResultBuilder ¶
type StorageAdminServiceWaitingForCatchUpDataResultBuilder struct {
// contains filtered or unexported fields
}
func NewStorageAdminServiceWaitingForCatchUpDataResultBuilder ¶
func NewStorageAdminServiceWaitingForCatchUpDataResultBuilder() *StorageAdminServiceWaitingForCatchUpDataResultBuilder
func (*StorageAdminServiceWaitingForCatchUpDataResultBuilder) Success ¶
func (s *StorageAdminServiceWaitingForCatchUpDataResultBuilder) Success(success *AdminExecResp) *StorageAdminServiceWaitingForCatchUpDataResultBuilder
type TaskPara ¶
type TaskPara struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` Parts []nebula0.PartitionID `thrift:"parts,2,optional" db:"parts" json:"parts,omitempty"` TaskSpecificParas [][]byte `thrift:"task_specific_paras,3,optional" db:"task_specific_paras" json:"task_specific_paras,omitempty"` }
Attributes:
- SpaceID
- Parts
- TaskSpecificParas
var AddTaskRequest_Para_DEFAULT *TaskPara
func NewTaskPara ¶
func NewTaskPara() *TaskPara
func (*TaskPara) GetParts ¶
func (p *TaskPara) GetParts() []nebula0.PartitionID
func (*TaskPara) GetSpaceID ¶
func (p *TaskPara) GetSpaceID() nebula0.GraphSpaceID
func (*TaskPara) GetTaskSpecificParas ¶
func (*TaskPara) IsSetParts ¶
func (*TaskPara) IsSetTaskSpecificParas ¶
func (*TaskPara) SetSpaceID ¶
func (t *TaskPara) SetSpaceID(spaceID nebula0.GraphSpaceID) *TaskPara
func (*TaskPara) SetTaskSpecificParas ¶
type TaskParaBuilder ¶
type TaskParaBuilder struct {
// contains filtered or unexported fields
}
func NewTaskParaBuilder ¶
func NewTaskParaBuilder() *TaskParaBuilder
func (TaskParaBuilder) Emit ¶
func (p TaskParaBuilder) Emit() *TaskPara
func (*TaskParaBuilder) Parts ¶
func (t *TaskParaBuilder) Parts(parts []nebula0.PartitionID) *TaskParaBuilder
func (*TaskParaBuilder) SpaceID ¶
func (t *TaskParaBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *TaskParaBuilder
func (*TaskParaBuilder) TaskSpecificParas ¶
func (t *TaskParaBuilder) TaskSpecificParas(taskSpecificParas [][]byte) *TaskParaBuilder
type TransLeaderReq ¶
type TransLeaderReq struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` NewLeader_ *nebula0.HostAddr `thrift:"new_leader,3" db:"new_leader" json:"new_leader"` }
Attributes:
- SpaceID
- PartID
- NewLeader_
var StorageAdminServiceTransLeaderArgs_Req_DEFAULT *TransLeaderReq
func NewTransLeaderReq ¶
func NewTransLeaderReq() *TransLeaderReq
func (*TransLeaderReq) GetNewLeader_ ¶
func (p *TransLeaderReq) GetNewLeader_() *nebula0.HostAddr
func (*TransLeaderReq) GetPartID ¶
func (p *TransLeaderReq) GetPartID() nebula0.PartitionID
func (*TransLeaderReq) GetSpaceID ¶
func (p *TransLeaderReq) GetSpaceID() nebula0.GraphSpaceID
func (*TransLeaderReq) IsSetNewLeader_ ¶
func (p *TransLeaderReq) IsSetNewLeader_() bool
func (*TransLeaderReq) ReadField1 ¶
func (p *TransLeaderReq) ReadField1(iprot thrift.Protocol) error
func (*TransLeaderReq) ReadField2 ¶
func (p *TransLeaderReq) ReadField2(iprot thrift.Protocol) error
func (*TransLeaderReq) ReadField3 ¶
func (p *TransLeaderReq) ReadField3(iprot thrift.Protocol) error
func (*TransLeaderReq) SetNewLeader_ ¶
func (t *TransLeaderReq) SetNewLeader_(newLeader *nebula0.HostAddr) *TransLeaderReq
func (*TransLeaderReq) SetPartID ¶
func (t *TransLeaderReq) SetPartID(partID nebula0.PartitionID) *TransLeaderReq
func (*TransLeaderReq) SetSpaceID ¶
func (t *TransLeaderReq) SetSpaceID(spaceID nebula0.GraphSpaceID) *TransLeaderReq
func (*TransLeaderReq) String ¶
func (p *TransLeaderReq) String() string
type TransLeaderReqBuilder ¶
type TransLeaderReqBuilder struct {
// contains filtered or unexported fields
}
func NewTransLeaderReqBuilder ¶
func NewTransLeaderReqBuilder() *TransLeaderReqBuilder
func (TransLeaderReqBuilder) Emit ¶
func (p TransLeaderReqBuilder) Emit() *TransLeaderReq
func (*TransLeaderReqBuilder) NewLeader_ ¶
func (t *TransLeaderReqBuilder) NewLeader_(newLeader *nebula0.HostAddr) *TransLeaderReqBuilder
func (*TransLeaderReqBuilder) PartID ¶
func (t *TransLeaderReqBuilder) PartID(partID nebula0.PartitionID) *TransLeaderReqBuilder
func (*TransLeaderReqBuilder) SpaceID ¶
func (t *TransLeaderReqBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *TransLeaderReqBuilder
type TraverseSpec ¶
type TraverseSpec struct { EdgeTypes []nebula0.EdgeType `thrift:"edge_types,1" db:"edge_types" json:"edge_types"` EdgeDirection EdgeDirection `thrift:"edge_direction,2" db:"edge_direction" json:"edge_direction"` Dedup bool `thrift:"dedup,3" db:"dedup" json:"dedup"` StatProps []*StatProp `thrift:"stat_props,4,optional" db:"stat_props" json:"stat_props,omitempty"` VertexProps []*VertexProp `thrift:"vertex_props,5,optional" db:"vertex_props" json:"vertex_props,omitempty"` EdgeProps []*EdgeProp `thrift:"edge_props,6,optional" db:"edge_props" json:"edge_props,omitempty"` Expressions []*Expr `thrift:"expressions,7,optional" db:"expressions" json:"expressions,omitempty"` OrderBy []*OrderBy `thrift:"order_by,8,optional" db:"order_by" json:"order_by,omitempty"` Random *bool `thrift:"random,9,optional" db:"random" json:"random,omitempty"` Limit *int64 `thrift:"limit,10,optional" db:"limit" json:"limit,omitempty"` Filter []byte `thrift:"filter,11,optional" db:"filter" json:"filter,omitempty"` TagFilter []byte `thrift:"tag_filter,12,optional" db:"tag_filter" json:"tag_filter,omitempty"` }
Attributes:
- EdgeTypes
- EdgeDirection
- Dedup
- StatProps
- VertexProps
- EdgeProps
- Expressions
- OrderBy
- Random
- Limit
- Filter
- TagFilter
var GetNeighborsRequest_TraverseSpec_DEFAULT *TraverseSpec
var LookupAndTraverseRequest_TraverseSpec_DEFAULT *TraverseSpec
func NewTraverseSpec ¶
func NewTraverseSpec() *TraverseSpec
func (*TraverseSpec) GetDedup ¶
func (p *TraverseSpec) GetDedup() bool
func (*TraverseSpec) GetEdgeDirection ¶
func (p *TraverseSpec) GetEdgeDirection() EdgeDirection
func (*TraverseSpec) GetEdgeProps ¶
func (p *TraverseSpec) GetEdgeProps() []*EdgeProp
func (*TraverseSpec) GetEdgeTypes ¶
func (p *TraverseSpec) GetEdgeTypes() []nebula0.EdgeType
func (*TraverseSpec) GetExpressions ¶
func (p *TraverseSpec) GetExpressions() []*Expr
func (*TraverseSpec) GetFilter ¶
func (p *TraverseSpec) GetFilter() []byte
func (*TraverseSpec) GetLimit ¶
func (p *TraverseSpec) GetLimit() int64
func (*TraverseSpec) GetOrderBy ¶
func (p *TraverseSpec) GetOrderBy() []*OrderBy
func (*TraverseSpec) GetRandom ¶
func (p *TraverseSpec) GetRandom() bool
func (*TraverseSpec) GetStatProps ¶
func (p *TraverseSpec) GetStatProps() []*StatProp
func (*TraverseSpec) GetTagFilter ¶ added in v3.3.1
func (p *TraverseSpec) GetTagFilter() []byte
func (*TraverseSpec) GetVertexProps ¶
func (p *TraverseSpec) GetVertexProps() []*VertexProp
func (*TraverseSpec) IsSetEdgeProps ¶
func (p *TraverseSpec) IsSetEdgeProps() bool
func (*TraverseSpec) IsSetExpressions ¶
func (p *TraverseSpec) IsSetExpressions() bool
func (*TraverseSpec) IsSetFilter ¶
func (p *TraverseSpec) IsSetFilter() bool
func (*TraverseSpec) IsSetLimit ¶
func (p *TraverseSpec) IsSetLimit() bool
func (*TraverseSpec) IsSetOrderBy ¶
func (p *TraverseSpec) IsSetOrderBy() bool
func (*TraverseSpec) IsSetRandom ¶
func (p *TraverseSpec) IsSetRandom() bool
func (*TraverseSpec) IsSetStatProps ¶
func (p *TraverseSpec) IsSetStatProps() bool
func (*TraverseSpec) IsSetTagFilter ¶ added in v3.3.1
func (p *TraverseSpec) IsSetTagFilter() bool
func (*TraverseSpec) IsSetVertexProps ¶
func (p *TraverseSpec) IsSetVertexProps() bool
func (*TraverseSpec) ReadField1 ¶
func (p *TraverseSpec) ReadField1(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField10 ¶
func (p *TraverseSpec) ReadField10(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField11 ¶
func (p *TraverseSpec) ReadField11(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField12 ¶ added in v3.3.1
func (p *TraverseSpec) ReadField12(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField2 ¶
func (p *TraverseSpec) ReadField2(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField3 ¶
func (p *TraverseSpec) ReadField3(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField4 ¶
func (p *TraverseSpec) ReadField4(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField5 ¶
func (p *TraverseSpec) ReadField5(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField6 ¶
func (p *TraverseSpec) ReadField6(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField7 ¶
func (p *TraverseSpec) ReadField7(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField8 ¶
func (p *TraverseSpec) ReadField8(iprot thrift.Protocol) error
func (*TraverseSpec) ReadField9 ¶
func (p *TraverseSpec) ReadField9(iprot thrift.Protocol) error
func (*TraverseSpec) SetDedup ¶
func (t *TraverseSpec) SetDedup(dedup bool) *TraverseSpec
func (*TraverseSpec) SetEdgeDirection ¶
func (t *TraverseSpec) SetEdgeDirection(edgeDirection EdgeDirection) *TraverseSpec
func (*TraverseSpec) SetEdgeProps ¶
func (t *TraverseSpec) SetEdgeProps(edgeProps []*EdgeProp) *TraverseSpec
func (*TraverseSpec) SetEdgeTypes ¶
func (t *TraverseSpec) SetEdgeTypes(edgeTypes []nebula0.EdgeType) *TraverseSpec
func (*TraverseSpec) SetExpressions ¶
func (t *TraverseSpec) SetExpressions(expressions []*Expr) *TraverseSpec
func (*TraverseSpec) SetFilter ¶
func (t *TraverseSpec) SetFilter(filter []byte) *TraverseSpec
func (*TraverseSpec) SetLimit ¶
func (t *TraverseSpec) SetLimit(limit *int64) *TraverseSpec
func (*TraverseSpec) SetOrderBy ¶
func (t *TraverseSpec) SetOrderBy(orderBy []*OrderBy) *TraverseSpec
func (*TraverseSpec) SetRandom ¶
func (t *TraverseSpec) SetRandom(random *bool) *TraverseSpec
func (*TraverseSpec) SetStatProps ¶
func (t *TraverseSpec) SetStatProps(statProps []*StatProp) *TraverseSpec
func (*TraverseSpec) SetTagFilter ¶ added in v3.3.1
func (t *TraverseSpec) SetTagFilter(tagFilter []byte) *TraverseSpec
func (*TraverseSpec) SetVertexProps ¶
func (t *TraverseSpec) SetVertexProps(vertexProps []*VertexProp) *TraverseSpec
func (*TraverseSpec) String ¶
func (p *TraverseSpec) String() string
type TraverseSpecBuilder ¶
type TraverseSpecBuilder struct {
// contains filtered or unexported fields
}
func NewTraverseSpecBuilder ¶
func NewTraverseSpecBuilder() *TraverseSpecBuilder
func (*TraverseSpecBuilder) Dedup ¶
func (t *TraverseSpecBuilder) Dedup(dedup bool) *TraverseSpecBuilder
func (*TraverseSpecBuilder) EdgeDirection ¶
func (t *TraverseSpecBuilder) EdgeDirection(edgeDirection EdgeDirection) *TraverseSpecBuilder
func (*TraverseSpecBuilder) EdgeProps ¶
func (t *TraverseSpecBuilder) EdgeProps(edgeProps []*EdgeProp) *TraverseSpecBuilder
func (*TraverseSpecBuilder) EdgeTypes ¶
func (t *TraverseSpecBuilder) EdgeTypes(edgeTypes []nebula0.EdgeType) *TraverseSpecBuilder
func (TraverseSpecBuilder) Emit ¶
func (p TraverseSpecBuilder) Emit() *TraverseSpec
func (*TraverseSpecBuilder) Expressions ¶
func (t *TraverseSpecBuilder) Expressions(expressions []*Expr) *TraverseSpecBuilder
func (*TraverseSpecBuilder) Filter ¶
func (t *TraverseSpecBuilder) Filter(filter []byte) *TraverseSpecBuilder
func (*TraverseSpecBuilder) Limit ¶
func (t *TraverseSpecBuilder) Limit(limit *int64) *TraverseSpecBuilder
func (*TraverseSpecBuilder) OrderBy ¶
func (t *TraverseSpecBuilder) OrderBy(orderBy []*OrderBy) *TraverseSpecBuilder
func (*TraverseSpecBuilder) Random ¶
func (t *TraverseSpecBuilder) Random(random *bool) *TraverseSpecBuilder
func (*TraverseSpecBuilder) StatProps ¶
func (t *TraverseSpecBuilder) StatProps(statProps []*StatProp) *TraverseSpecBuilder
func (*TraverseSpecBuilder) TagFilter ¶ added in v3.3.1
func (t *TraverseSpecBuilder) TagFilter(tagFilter []byte) *TraverseSpecBuilder
func (*TraverseSpecBuilder) VertexProps ¶
func (t *TraverseSpecBuilder) VertexProps(vertexProps []*VertexProp) *TraverseSpecBuilder
type UpdateEdgeRequest ¶
type UpdateEdgeRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` EdgeKey *EdgeKey `thrift:"edge_key,3" db:"edge_key" json:"edge_key"` UpdatedProps []*UpdatedProp `thrift:"updated_props,4" db:"updated_props" json:"updated_props"` Insertable bool `thrift:"insertable,5,optional" db:"insertable" json:"insertable,omitempty"` ReturnProps [][]byte `thrift:"return_props,6,optional" db:"return_props" json:"return_props,omitempty"` Condition []byte `thrift:"condition,7,optional" db:"condition" json:"condition,omitempty"` Common *RequestCommon `thrift:"common,8,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- PartID
- EdgeKey
- UpdatedProps
- Insertable
- ReturnProps
- Condition
- Common
var ChainUpdateEdgeRequest_UpdateEdgeRequest_DEFAULT *UpdateEdgeRequest
var GraphStorageServiceChainUpdateEdgeArgs_Req_DEFAULT *UpdateEdgeRequest
var GraphStorageServiceUpdateEdgeArgs_Req_DEFAULT *UpdateEdgeRequest
func NewUpdateEdgeRequest ¶
func NewUpdateEdgeRequest() *UpdateEdgeRequest
func (*UpdateEdgeRequest) GetCommon ¶
func (p *UpdateEdgeRequest) GetCommon() *RequestCommon
func (*UpdateEdgeRequest) GetCondition ¶
func (p *UpdateEdgeRequest) GetCondition() []byte
func (*UpdateEdgeRequest) GetEdgeKey ¶
func (p *UpdateEdgeRequest) GetEdgeKey() *EdgeKey
func (*UpdateEdgeRequest) GetInsertable ¶
func (p *UpdateEdgeRequest) GetInsertable() bool
func (*UpdateEdgeRequest) GetPartID ¶
func (p *UpdateEdgeRequest) GetPartID() nebula0.PartitionID
func (*UpdateEdgeRequest) GetReturnProps ¶
func (p *UpdateEdgeRequest) GetReturnProps() [][]byte
func (*UpdateEdgeRequest) GetSpaceID ¶
func (p *UpdateEdgeRequest) GetSpaceID() nebula0.GraphSpaceID
func (*UpdateEdgeRequest) GetUpdatedProps ¶
func (p *UpdateEdgeRequest) GetUpdatedProps() []*UpdatedProp
func (*UpdateEdgeRequest) IsSetCommon ¶
func (p *UpdateEdgeRequest) IsSetCommon() bool
func (*UpdateEdgeRequest) IsSetCondition ¶
func (p *UpdateEdgeRequest) IsSetCondition() bool
func (*UpdateEdgeRequest) IsSetEdgeKey ¶
func (p *UpdateEdgeRequest) IsSetEdgeKey() bool
func (*UpdateEdgeRequest) IsSetInsertable ¶
func (p *UpdateEdgeRequest) IsSetInsertable() bool
func (*UpdateEdgeRequest) IsSetReturnProps ¶
func (p *UpdateEdgeRequest) IsSetReturnProps() bool
func (*UpdateEdgeRequest) ReadField1 ¶
func (p *UpdateEdgeRequest) ReadField1(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) ReadField2 ¶
func (p *UpdateEdgeRequest) ReadField2(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) ReadField3 ¶
func (p *UpdateEdgeRequest) ReadField3(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) ReadField4 ¶
func (p *UpdateEdgeRequest) ReadField4(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) ReadField5 ¶
func (p *UpdateEdgeRequest) ReadField5(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) ReadField6 ¶
func (p *UpdateEdgeRequest) ReadField6(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) ReadField7 ¶
func (p *UpdateEdgeRequest) ReadField7(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) ReadField8 ¶
func (p *UpdateEdgeRequest) ReadField8(iprot thrift.Protocol) error
func (*UpdateEdgeRequest) SetCommon ¶
func (u *UpdateEdgeRequest) SetCommon(common *RequestCommon) *UpdateEdgeRequest
func (*UpdateEdgeRequest) SetCondition ¶
func (u *UpdateEdgeRequest) SetCondition(condition []byte) *UpdateEdgeRequest
func (*UpdateEdgeRequest) SetEdgeKey ¶
func (u *UpdateEdgeRequest) SetEdgeKey(edgeKey *EdgeKey) *UpdateEdgeRequest
func (*UpdateEdgeRequest) SetInsertable ¶
func (u *UpdateEdgeRequest) SetInsertable(insertable bool) *UpdateEdgeRequest
func (*UpdateEdgeRequest) SetPartID ¶
func (u *UpdateEdgeRequest) SetPartID(partID nebula0.PartitionID) *UpdateEdgeRequest
func (*UpdateEdgeRequest) SetReturnProps ¶
func (u *UpdateEdgeRequest) SetReturnProps(returnProps [][]byte) *UpdateEdgeRequest
func (*UpdateEdgeRequest) SetSpaceID ¶
func (u *UpdateEdgeRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *UpdateEdgeRequest
func (*UpdateEdgeRequest) SetUpdatedProps ¶
func (u *UpdateEdgeRequest) SetUpdatedProps(updatedProps []*UpdatedProp) *UpdateEdgeRequest
func (*UpdateEdgeRequest) String ¶
func (p *UpdateEdgeRequest) String() string
type UpdateEdgeRequestBuilder ¶
type UpdateEdgeRequestBuilder struct {
// contains filtered or unexported fields
}
func NewUpdateEdgeRequestBuilder ¶
func NewUpdateEdgeRequestBuilder() *UpdateEdgeRequestBuilder
func (*UpdateEdgeRequestBuilder) Common ¶
func (u *UpdateEdgeRequestBuilder) Common(common *RequestCommon) *UpdateEdgeRequestBuilder
func (*UpdateEdgeRequestBuilder) Condition ¶
func (u *UpdateEdgeRequestBuilder) Condition(condition []byte) *UpdateEdgeRequestBuilder
func (*UpdateEdgeRequestBuilder) EdgeKey ¶
func (u *UpdateEdgeRequestBuilder) EdgeKey(edgeKey *EdgeKey) *UpdateEdgeRequestBuilder
func (UpdateEdgeRequestBuilder) Emit ¶
func (p UpdateEdgeRequestBuilder) Emit() *UpdateEdgeRequest
func (*UpdateEdgeRequestBuilder) Insertable ¶
func (u *UpdateEdgeRequestBuilder) Insertable(insertable bool) *UpdateEdgeRequestBuilder
func (*UpdateEdgeRequestBuilder) PartID ¶
func (u *UpdateEdgeRequestBuilder) PartID(partID nebula0.PartitionID) *UpdateEdgeRequestBuilder
func (*UpdateEdgeRequestBuilder) ReturnProps ¶
func (u *UpdateEdgeRequestBuilder) ReturnProps(returnProps [][]byte) *UpdateEdgeRequestBuilder
func (*UpdateEdgeRequestBuilder) SpaceID ¶
func (u *UpdateEdgeRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *UpdateEdgeRequestBuilder
func (*UpdateEdgeRequestBuilder) UpdatedProps ¶
func (u *UpdateEdgeRequestBuilder) UpdatedProps(updatedProps []*UpdatedProp) *UpdateEdgeRequestBuilder
type UpdateResponse ¶
type UpdateResponse struct { Result_ *ResponseCommon `thrift:"result,1,required" db:"result" json:"result"` Props *nebula0.DataSet `thrift:"props,2,optional" db:"props" json:"props,omitempty"` }
Attributes:
- Result_
- Props
var GraphStorageServiceChainUpdateEdgeResult_Success_DEFAULT *UpdateResponse
var GraphStorageServiceUpdateEdgeResult_Success_DEFAULT *UpdateResponse
var GraphStorageServiceUpdateVertexResult_Success_DEFAULT *UpdateResponse
func NewUpdateResponse ¶
func NewUpdateResponse() *UpdateResponse
func (*UpdateResponse) GetProps ¶
func (p *UpdateResponse) GetProps() *nebula0.DataSet
func (*UpdateResponse) GetResult_ ¶
func (p *UpdateResponse) GetResult_() *ResponseCommon
func (*UpdateResponse) IsSetProps ¶
func (p *UpdateResponse) IsSetProps() bool
func (*UpdateResponse) IsSetResult_ ¶
func (p *UpdateResponse) IsSetResult_() bool
func (*UpdateResponse) ReadField1 ¶
func (p *UpdateResponse) ReadField1(iprot thrift.Protocol) error
func (*UpdateResponse) ReadField2 ¶
func (p *UpdateResponse) ReadField2(iprot thrift.Protocol) error
func (*UpdateResponse) SetProps ¶
func (u *UpdateResponse) SetProps(props *nebula0.DataSet) *UpdateResponse
func (*UpdateResponse) SetResult_ ¶
func (u *UpdateResponse) SetResult_(result *ResponseCommon) *UpdateResponse
func (*UpdateResponse) String ¶
func (p *UpdateResponse) String() string
type UpdateResponseBuilder ¶
type UpdateResponseBuilder struct {
// contains filtered or unexported fields
}
func NewUpdateResponseBuilder ¶
func NewUpdateResponseBuilder() *UpdateResponseBuilder
func (UpdateResponseBuilder) Emit ¶
func (p UpdateResponseBuilder) Emit() *UpdateResponse
func (*UpdateResponseBuilder) Props ¶
func (u *UpdateResponseBuilder) Props(props *nebula0.DataSet) *UpdateResponseBuilder
func (*UpdateResponseBuilder) Result_ ¶
func (u *UpdateResponseBuilder) Result_(result *ResponseCommon) *UpdateResponseBuilder
type UpdateVertexRequest ¶
type UpdateVertexRequest struct { SpaceID nebula0.GraphSpaceID `thrift:"space_id,1" db:"space_id" json:"space_id"` PartID nebula0.PartitionID `thrift:"part_id,2" db:"part_id" json:"part_id"` VertexID *nebula0.Value `thrift:"vertex_id,3" db:"vertex_id" json:"vertex_id"` TagID nebula0.TagID `thrift:"tag_id,4,required" db:"tag_id" json:"tag_id"` UpdatedProps []*UpdatedProp `thrift:"updated_props,5" db:"updated_props" json:"updated_props"` Insertable bool `thrift:"insertable,6,optional" db:"insertable" json:"insertable,omitempty"` ReturnProps [][]byte `thrift:"return_props,7,optional" db:"return_props" json:"return_props,omitempty"` Condition []byte `thrift:"condition,8,optional" db:"condition" json:"condition,omitempty"` Common *RequestCommon `thrift:"common,9,optional" db:"common" json:"common,omitempty"` }
Attributes:
- SpaceID
- PartID
- VertexID
- TagID
- UpdatedProps
- Insertable
- ReturnProps
- Condition
- Common
var GraphStorageServiceUpdateVertexArgs_Req_DEFAULT *UpdateVertexRequest
func NewUpdateVertexRequest ¶
func NewUpdateVertexRequest() *UpdateVertexRequest
func (*UpdateVertexRequest) GetCommon ¶
func (p *UpdateVertexRequest) GetCommon() *RequestCommon
func (*UpdateVertexRequest) GetCondition ¶
func (p *UpdateVertexRequest) GetCondition() []byte
func (*UpdateVertexRequest) GetInsertable ¶
func (p *UpdateVertexRequest) GetInsertable() bool
func (*UpdateVertexRequest) GetPartID ¶
func (p *UpdateVertexRequest) GetPartID() nebula0.PartitionID
func (*UpdateVertexRequest) GetReturnProps ¶
func (p *UpdateVertexRequest) GetReturnProps() [][]byte
func (*UpdateVertexRequest) GetSpaceID ¶
func (p *UpdateVertexRequest) GetSpaceID() nebula0.GraphSpaceID
func (*UpdateVertexRequest) GetTagID ¶
func (p *UpdateVertexRequest) GetTagID() nebula0.TagID
func (*UpdateVertexRequest) GetUpdatedProps ¶
func (p *UpdateVertexRequest) GetUpdatedProps() []*UpdatedProp
func (*UpdateVertexRequest) GetVertexID ¶
func (p *UpdateVertexRequest) GetVertexID() *nebula0.Value
func (*UpdateVertexRequest) IsSetCommon ¶
func (p *UpdateVertexRequest) IsSetCommon() bool
func (*UpdateVertexRequest) IsSetCondition ¶
func (p *UpdateVertexRequest) IsSetCondition() bool
func (*UpdateVertexRequest) IsSetInsertable ¶
func (p *UpdateVertexRequest) IsSetInsertable() bool
func (*UpdateVertexRequest) IsSetReturnProps ¶
func (p *UpdateVertexRequest) IsSetReturnProps() bool
func (*UpdateVertexRequest) IsSetVertexID ¶
func (p *UpdateVertexRequest) IsSetVertexID() bool
func (*UpdateVertexRequest) ReadField1 ¶
func (p *UpdateVertexRequest) ReadField1(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField2 ¶
func (p *UpdateVertexRequest) ReadField2(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField3 ¶
func (p *UpdateVertexRequest) ReadField3(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField4 ¶
func (p *UpdateVertexRequest) ReadField4(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField5 ¶
func (p *UpdateVertexRequest) ReadField5(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField6 ¶
func (p *UpdateVertexRequest) ReadField6(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField7 ¶
func (p *UpdateVertexRequest) ReadField7(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField8 ¶
func (p *UpdateVertexRequest) ReadField8(iprot thrift.Protocol) error
func (*UpdateVertexRequest) ReadField9 ¶
func (p *UpdateVertexRequest) ReadField9(iprot thrift.Protocol) error
func (*UpdateVertexRequest) SetCommon ¶
func (u *UpdateVertexRequest) SetCommon(common *RequestCommon) *UpdateVertexRequest
func (*UpdateVertexRequest) SetCondition ¶
func (u *UpdateVertexRequest) SetCondition(condition []byte) *UpdateVertexRequest
func (*UpdateVertexRequest) SetInsertable ¶
func (u *UpdateVertexRequest) SetInsertable(insertable bool) *UpdateVertexRequest
func (*UpdateVertexRequest) SetPartID ¶
func (u *UpdateVertexRequest) SetPartID(partID nebula0.PartitionID) *UpdateVertexRequest
func (*UpdateVertexRequest) SetReturnProps ¶
func (u *UpdateVertexRequest) SetReturnProps(returnProps [][]byte) *UpdateVertexRequest
func (*UpdateVertexRequest) SetSpaceID ¶
func (u *UpdateVertexRequest) SetSpaceID(spaceID nebula0.GraphSpaceID) *UpdateVertexRequest
func (*UpdateVertexRequest) SetTagID ¶
func (u *UpdateVertexRequest) SetTagID(tagID nebula0.TagID) *UpdateVertexRequest
func (*UpdateVertexRequest) SetUpdatedProps ¶
func (u *UpdateVertexRequest) SetUpdatedProps(updatedProps []*UpdatedProp) *UpdateVertexRequest
func (*UpdateVertexRequest) SetVertexID ¶
func (u *UpdateVertexRequest) SetVertexID(vertexID *nebula0.Value) *UpdateVertexRequest
func (*UpdateVertexRequest) String ¶
func (p *UpdateVertexRequest) String() string
type UpdateVertexRequestBuilder ¶
type UpdateVertexRequestBuilder struct {
// contains filtered or unexported fields
}
func NewUpdateVertexRequestBuilder ¶
func NewUpdateVertexRequestBuilder() *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) Common ¶
func (u *UpdateVertexRequestBuilder) Common(common *RequestCommon) *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) Condition ¶
func (u *UpdateVertexRequestBuilder) Condition(condition []byte) *UpdateVertexRequestBuilder
func (UpdateVertexRequestBuilder) Emit ¶
func (p UpdateVertexRequestBuilder) Emit() *UpdateVertexRequest
func (*UpdateVertexRequestBuilder) Insertable ¶
func (u *UpdateVertexRequestBuilder) Insertable(insertable bool) *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) PartID ¶
func (u *UpdateVertexRequestBuilder) PartID(partID nebula0.PartitionID) *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) ReturnProps ¶
func (u *UpdateVertexRequestBuilder) ReturnProps(returnProps [][]byte) *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) SpaceID ¶
func (u *UpdateVertexRequestBuilder) SpaceID(spaceID nebula0.GraphSpaceID) *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) TagID ¶
func (u *UpdateVertexRequestBuilder) TagID(tagID nebula0.TagID) *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) UpdatedProps ¶
func (u *UpdateVertexRequestBuilder) UpdatedProps(updatedProps []*UpdatedProp) *UpdateVertexRequestBuilder
func (*UpdateVertexRequestBuilder) VertexID ¶
func (u *UpdateVertexRequestBuilder) VertexID(vertexID *nebula0.Value) *UpdateVertexRequestBuilder
type UpdatedProp ¶
type UpdatedProp struct { Name []byte `thrift:"name,1,required" db:"name" json:"name"` Value []byte `thrift:"value,2,required" db:"value" json:"value"` }
Attributes:
- Name
- Value
func NewUpdatedProp ¶
func NewUpdatedProp() *UpdatedProp
func (*UpdatedProp) GetName ¶
func (p *UpdatedProp) GetName() []byte
func (*UpdatedProp) GetValue ¶
func (p *UpdatedProp) GetValue() []byte
func (*UpdatedProp) ReadField1 ¶
func (p *UpdatedProp) ReadField1(iprot thrift.Protocol) error
func (*UpdatedProp) ReadField2 ¶
func (p *UpdatedProp) ReadField2(iprot thrift.Protocol) error
func (*UpdatedProp) SetName ¶
func (u *UpdatedProp) SetName(name []byte) *UpdatedProp
func (*UpdatedProp) SetValue ¶
func (u *UpdatedProp) SetValue(value []byte) *UpdatedProp
func (*UpdatedProp) String ¶
func (p *UpdatedProp) String() string
type UpdatedPropBuilder ¶
type UpdatedPropBuilder struct {
// contains filtered or unexported fields
}
func NewUpdatedPropBuilder ¶
func NewUpdatedPropBuilder() *UpdatedPropBuilder
func (UpdatedPropBuilder) Emit ¶
func (p UpdatedPropBuilder) Emit() *UpdatedProp
func (*UpdatedPropBuilder) Name ¶
func (u *UpdatedPropBuilder) Name(name []byte) *UpdatedPropBuilder
func (*UpdatedPropBuilder) Value ¶
func (u *UpdatedPropBuilder) Value(value []byte) *UpdatedPropBuilder
type VertexProp ¶
type VertexProp struct { Tag nebula0.TagID `thrift:"tag,1" db:"tag" json:"tag"` Props [][]byte `thrift:"props,2" db:"props" json:"props"` }
Attributes:
- Tag
- Props
func NewVertexProp ¶
func NewVertexProp() *VertexProp
func (*VertexProp) GetProps ¶
func (p *VertexProp) GetProps() [][]byte
func (*VertexProp) GetTag ¶
func (p *VertexProp) GetTag() nebula0.TagID
func (*VertexProp) ReadField1 ¶
func (p *VertexProp) ReadField1(iprot thrift.Protocol) error
func (*VertexProp) ReadField2 ¶
func (p *VertexProp) ReadField2(iprot thrift.Protocol) error
func (*VertexProp) SetProps ¶
func (v *VertexProp) SetProps(props [][]byte) *VertexProp
func (*VertexProp) SetTag ¶
func (v *VertexProp) SetTag(tag nebula0.TagID) *VertexProp
func (*VertexProp) String ¶
func (p *VertexProp) String() string
type VertexPropBuilder ¶
type VertexPropBuilder struct {
// contains filtered or unexported fields
}
func NewVertexPropBuilder ¶
func NewVertexPropBuilder() *VertexPropBuilder
func (VertexPropBuilder) Emit ¶
func (p VertexPropBuilder) Emit() *VertexProp
func (*VertexPropBuilder) Props ¶
func (v *VertexPropBuilder) Props(props [][]byte) *VertexPropBuilder
func (*VertexPropBuilder) Tag ¶
func (v *VertexPropBuilder) Tag(tag nebula0.TagID) *VertexPropBuilder