public static interface GraphStorageService.AsyncIface
| Modifier and Type | Method and Description |
|---|---|
void |
addEdges(AddEdgesRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
addVertices(AddVerticesRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
chainAddEdges(AddEdgesRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
chainDeleteEdges(DeleteEdgesRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
chainUpdateEdge(UpdateEdgeRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
deleteEdges(DeleteEdgesRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
deleteTags(DeleteTagsRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
deleteVertices(DeleteVerticesRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
get(KVGetRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
getNeighbors(GetNeighborsRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
getProps(GetPropRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
getUUID(GetUUIDReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
lookupAndTraverse(LookupAndTraverseRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
lookupIndex(LookupIndexRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
put(KVPutRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
remove(KVRemoveRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
scanEdge(ScanEdgeRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
scanVertex(ScanVertexRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateEdge(UpdateEdgeRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateVertex(UpdateVertexRequest req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void getNeighbors(GetNeighborsRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid getProps(GetPropRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid addVertices(AddVerticesRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid addEdges(AddEdgesRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid deleteEdges(DeleteEdgesRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid deleteVertices(DeleteVerticesRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid deleteTags(DeleteTagsRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid updateVertex(UpdateVertexRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid updateEdge(UpdateEdgeRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid scanVertex(ScanVertexRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid scanEdge(ScanEdgeRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid getUUID(GetUUIDReq req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid lookupIndex(LookupIndexRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid lookupAndTraverse(LookupAndTraverseRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid chainUpdateEdge(UpdateEdgeRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid chainAddEdges(AddEdgesRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid chainDeleteEdges(DeleteEdgesRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid get(KVGetRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid put(KVPutRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionvoid remove(KVRemoveRequest req, com.facebook.thrift.async.AsyncMethodCallback resultHandler) throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.