OrientDb HTTP分配命令未实现?

时间:2019-07-04 16:06:43

标签: orientdb

我使用的是Orientdb 2.2.16,但我认为这也会影响所有其他Orientdb版本。 我尝试使用OrientDb Allocation命令查看磁盘碎片: http://orientdb.com/docs/3.0.x/misc/OrientDB-REST.html#get---allocation

我确实收到以下答案:

{
  "errors": [
    {
      "code": 500,
      "reason": 500,
      "content": "java.lang.IllegalArgumentException: Cannot get allocation information for database 'XXXX' because it is not implemented yet."
    }
  ]
}

因此尚未实现此功能?

我搜索了一下,这似乎是可重复使用的代码? https://github.com/orientechnologies/orientdb/blob/e26f4076249e35f8f96fd35558f0c2471fcd02ec/server/src/main/java/com/orientechnologies/orient/server/network/protocol/http/command/get/OServerCommandGetStorageAllocation.java

还有其他方法可以查看orientdb 2.2上的磁盘分配吗?

最好的问候 马吕斯

0 个答案:

没有答案