Class CypherAny

    • Constructor Summary

      Constructors 
      Constructor Description
      CypherAny()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getMemorySize()
      获取对象的内存大小
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CypherAny

        public CypherAny()
    • Method Detail

      • getMemorySize

        public long getMemorySize()
        Description copied from interface: com.graphdbapi.memory.MemoryEstimable
        获取对象的内存大小
        Specified by:
        getMemorySize in interface com.graphdbapi.memory.MemoryEstimable