mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
cda5b0df22
|
@ -58,22 +58,13 @@ main(){
|
||||||
addEvent replaceCoordinator
|
addEvent replaceCoordinator
|
||||||
addEvent documentCoordinator
|
addEvent documentCoordinator
|
||||||
|
|
||||||
echo "work method in HttpServerJob"
|
|
||||||
addEvent workHttpServerJob work@HttpServerJob.cpp
|
|
||||||
|
|
||||||
echo "work method in RestDocumentHandler"
|
echo "work method in RestDocumentHandler"
|
||||||
addEvent executeRestReadDocument readDocument@RestDocumentHandler.cpp
|
addEvent executeRestReadDocument readDocument@RestDocumentHandler.cpp
|
||||||
addEvent executeRestInsertDocument createDocument@RestDocumentHandler.cpp
|
addEvent executeRestInsertDocument createDocument@RestDocumentHandler.cpp
|
||||||
addEvent handleRequest handleRequest@HttpServer.cpp
|
|
||||||
addEvent handleWrite handleWrite@SocketTask.cpp
|
|
||||||
|
|
||||||
echo "work in LogicalCollection"
|
echo "work in LogicalCollection"
|
||||||
addEvent logicalInsertDocument insertDocument@LogicalCollection.cpp
|
|
||||||
addEvent logicalInsert insert@LogicalCollection.cpp
|
addEvent logicalInsert insert@LogicalCollection.cpp
|
||||||
|
|
||||||
addEvent tcp_sendmsg
|
|
||||||
addEvent tcp_recvmsg
|
|
||||||
|
|
||||||
echo Done.
|
echo Done.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue