MCPcopy Create free account

hub / github.com/mediachain/concat / functions

Functions779 in github.com/mediachain/concat

Function_StatementBody_OneofUnmarshaler
(msg proto1.Message, tag, wire int, b *proto1.Buffer)
proto/stmt.pb.go:149
Methodadd
(stmt *pb.Statement)
mc/query/eval.go:454
Methodadd
(stmt *pb.Statement)
mc/query/eval.go:499
Methodadd
(stmt *pb.Statement)
mc/query/eval.go:523
Methodbegin
(hint int)
mc/query/eval.go:452
Methodbegin
(hint int)
mc/query/eval.go:495
Methodbegin
(hint int)
mc/query/eval.go:519
MethodbootstrapTick
(worker goproc.Process)
mcnode/dht.go:62
FunctioncompoundCriteriaAND
(stmt *pb.Statement, left, right StatementFilter)
mc/query/eval.go:147
FunctioncompoundCriteriaOR
(stmt *pb.Statement, left, right StatementFilter)
mc/query/eval.go:151
FunctioncountFunctionSelector
(res []interface{})
mc/query/eval.go:315
FunctioncounterCriteriaFilter
(stmt *pb.Statement)
mc/query/eval.go:122
MethodcriteriaType
()
mc/query/query.go:63
MethodcriteriaType
()
mc/query/query.go:92
MethodcriteriaType
()
mc/query/query.go:96
MethodcriteriaType
()
mc/query/query.go:100
MethodcriteriaType
()
mc/query/query.go:104
MethodcriteriaType
()
mc/query/query.go:108
MethoddataHandler
(s p2p_net.Stream)
mcnode/proto.go:179
MethoddoDirListNSImpl
(ctx context.Context, dir p2p_pstore.PeerInfo)
mcnode/net.go:759
MethoddoPublish
(ns string, body interface{})
mcnode/node.go:169
FunctionemptyFilter
(*pb.Statement)
mc/query/eval.go:159
Methodend
()
mc/query/eval.go:460
Methodend
()
mc/query/eval.go:503
Methodend
()
mc/query/eval.go:527
MethodhttpAuth
GET /auth retrieves all peer authorization rules in json
mcnode/api.go:1119
MethodhttpAuthPeer
GET /auth/{peerId} POST /auth/{peerId} gets/sets auth rules for peerId rules are specified as a comma separated list of namespaces (or ns wildcards)
mcnode/api.go:1132
MethodhttpAuthPeerGet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1136
MethodhttpAuthPeerSet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1152
MethodhttpCompactData
POST /data/compact compact the datastore
mcnode/api.go:930
MethodhttpConfigDir
GET /config/dir POST /config/dir retrieve/set the configured directory
mcnode/api.go:1019
MethodhttpConfigDirGet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1023
MethodhttpConfigDirSet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1029
MethodhttpConfigInfo
GET /config/info POST /config/info retrieve/set node information
mcnode/api.go:1091
MethodhttpConfigInfoGet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1095
MethodhttpConfigInfoSet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1099
MethodhttpConfigNAT
GET /config/nat POST /config/nat retrieve/set the NAT configuration
mcnode/api.go:1055
MethodhttpConfigNATGet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1059
MethodhttpConfigNATSet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1063
MethodhttpDataKeys
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:952
MethodhttpDelete
POST /delete DATA: MCQL DELTE query Deletes statements from the statement db Returns the number of statements deleted
mcnode/api.go:711
MethodhttpDirList
GET /dir/list GET /dir/list/{namespace} List peers known to the directory, with a namespace filter if provided
mcnode/api.go:231
MethodhttpDirListAll
GET /dir/list/{namespace}/all List peers known to the directory, including self in the results
mcnode/api.go:237
MethodhttpDirListMF
GET /dir/listmf/{entity} List manifests from some entity
mcnode/api.go:282
MethodhttpDirListNS
GET /dir/listns List namespaces known to the directory
mcnode/api.go:265
MethodhttpGCData
POST /data/gc garbage collect orphan data objects that are not referenced by any statement
mcnode/api.go:912
MethodhttpGetData
GET /data/get/{objectId} Retrieves a data object from the datastore
mcnode/api.go:772
MethodhttpGetDataBatch
POST /data/get Retrieves a batch of data objects from the datastore
mcnode/api.go:801
MethodhttpId
Local node REST API implementation GET /id Returns the node info, which includes the peer and publisher ids, and the configured node information.
mcnode/api.go:45
MethodhttpImport
POST /import DATA: A stream of json-encoded pb.Statements Merges a stream of pre-signed statements Returns the number of statements merged
mcnode/api.go:430
MethodhttpManifest
GET /manifest POST /manifest Gets or sets the node's manifests
mcnode/api.go:1188
MethodhttpManifestGet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1192
MethodhttpManifestPeer
GET /manifest/{peerId} Requests manifest from remote peer peerId
mcnode/api.go:1246
MethodhttpManifestSelf
GET /manifest/node Produces a manifest body for this node; input for signing with mcid
mcnode/api.go:1235
MethodhttpManifestSet
(w http.ResponseWriter, r *http.Request)
mcnode/api.go:1203
MethodhttpMerge
POST /merge/{peerId} DATA: MCQL SELECT query Queries a remote peer and merges the resulting statements into the local db; returns the number of statem
mcnode/api.go:601
MethodhttpMergeData
POST /data/merge/{peerId} Merges raw data objects from peerId
mcnode/api.go:877
MethodhttpNetAddr
GET /net/addr Returns all routable node addrs
mcnode/api.go:82
MethodhttpNetConns
GET /net/conns Returns all active peer connections
mcnode/api.go:108
MethodhttpNetFindPeers
GET /net/find Find peers through DHT rendezvous
mcnode/api.go:188
MethodhttpNetIdentify
GET /net/identify/{peerId} Identify a peer using information collected by the libp2p identify service
mcnode/api.go:139
MethodhttpNetLookup
GET /net/lookup/{peerId} Looks up a peer in the network
mcnode/api.go:117
MethodhttpNetPeerAddr
GET /net/addr/{peerId} Returns all peer addrs in the local cache
mcnode/api.go:91
MethodhttpNetPing
GET /net/ping/{peerId} Ping a peer using the ipfs ping protocol
mcnode/api.go:165
MethodhttpPing
GET /ping/{peerId} Lookup a peer in the directory and ping it with the /mediachain/node/ping protocol. The node must be online and a directory must ha
mcnode/api.go:207
MethodhttpPublish
POST /publish/{namespace} DATA: A stream of json-encoded pb.SimpleStatements Publishes a batch of statements to the specified namespace. Returns the s
mcnode/api.go:319
MethodhttpPublishCompound
POST /publish/{namespace}/{combine} DATA: A stream of json-encoded pb.SimpleStatements using CompoundStatement grouping Publishes a batch of statement
mcnode/api.go:365
MethodhttpPush
POST /push/{peerId} DATA: MCQL SELECT query Pushes statements matching the query to peerId for merge; must be authorized for push by the peer returns
mcnode/api.go:655
MethodhttpPutData
POST /data/put DATA: A stream of json-encoded data objects Puts a batch of objects to the datastore returns a stream of object ids (B58 encoded conten
mcnode/api.go:831
MethodhttpQuery
POST /query DATA: MCQL SELECT query Queries the statement database and return the result set in ndjson
mcnode/api.go:509
MethodhttpRemoteId
GET /id/{peerId} Returns the node info from a remote peer
mcnode/api.go:56
MethodhttpRemoteQuery
POST /query/{peerId} DATA: MCQL SELECT query Queries a remote peer and returns the result set in ndjson
mcnode/api.go:549
MethodhttpShutdown
POST /shutdown shutdown the node
mcnode/api.go:1277
MethodhttpStatement
GET /stmt/{statementId} Retrieves a statement by id
mcnode/api.go:483
MethodhttpStatus
GET /status Returns the node network state
mcnode/api.go:966
MethodhttpStatusSet
POST /status/{state} Effects the network state
mcnode/api.go:973
MethodhttpSyncData
POST /data/sync flushes the datastore; useful for immediately reclaiming space used by the WAL
mcnode/api.go:942
MethodhttpVacuumFull
POST /vacuum/incremental Perform a full vacuum in the statement db
mcnode/api.go:755
MethodhttpVacuumIncremental
POST /vacuum/incremental Perform an incremental vacuum in the statement db
mcnode/api.go:743
FunctionidCriteriaFilter
(stmt *pb.Statement)
mc/query/eval.go:56
MethodidHandler
(s p2p_net.Stream)
mcnode/proto.go:44
Functioninit
()
proto/node.pb.go:1039
Functioninit
()
proto/stmt.pb.go:272
Functioninit
()
proto/dir.pb.go:218
Functioninit
()
proto/manifest.pb.go:136
Functioninit
()
mcnode/api.go:307
Functioninit
()
mcnode/net.go:249
Functioninit
()
mcnode/dht.go:139
Functioninit
()
mc/nat.go:96
Functioninit
()
mc/util.go:186
Functioninit
()
mc/entity.go:64
MethodisDataResult_Result
()
proto/node.pb.go:611
MethodisDataResult_Result
()
proto/node.pb.go:624
MethodisDataResult_Result
()
proto/node.pb.go:625
MethodisDataResult_Result
()
proto/node.pb.go:626
MethodisManifestBody_Body
()
proto/manifest.pb.go:48
MethodisManifestBody_Body
()
proto/manifest.pb.go:55
MethodisPushResponse_Body
()
proto/node.pb.go:782
MethodisPushResponse_Body
()
proto/node.pb.go:792
MethodisPushResponse_Body
()
proto/node.pb.go:793
← previousnext →601–700 of 779, ranked by callers